Browse Source

un peu de personnalisation du CSS

master
Victor 7 years ago
parent
commit
23ea72228b
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      theme/static/css/style.css

+ 8
- 6
theme/static/css/style.css View File

@ -1,12 +1,13 @@
body,html{
height:100%;
color: black;
}
h1, h2, h3, h4, h5, h5 {
font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
font-weight: normal;
}
#content-sans-footer{
min-height:100%;
}
@ -144,14 +145,15 @@ article p a:hover, article ol a:hover, article div.article-content ul:not(.artic
.article-content {
text-align:justify;
max-width:50em;
/*max-width:50em;*/
font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
}
.article-content p{
font-variant: normal;
text-transform: none;
font-size: 1.1em;
font-size: 1.3em;
line-height: 1.6em;
margin:20px 0px 20px 0px;
}
@ -357,16 +359,16 @@ ul.top-menu li a {
}
.amp {
font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif;
font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif;
font-style:italic;
}
}
img {
border: 1px solid #EEEEEE;
}
.table-of-content .toc {
font-size: 0.7em;
font-size: 0.9em;
}
.last_updated a {
color: black;

Loading…
Cancel
Save