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

Loading…
Cancel
Save