MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
| Ligne 3 : | Ligne 3 : | ||
@import url(http://fonts.googleapis.com/css?family=PT+Mono); | @import url(http://fonts.googleapis.com/css?family=PT+Mono); | ||
| − | body { font-family: 'PT Sans', sans-serif; background-color: # | + | body { font-family: 'PT Sans', sans-serif; background-color: #fafafa; } |
| − | #toc, .toc { display: table-cell; padding: 7px; width: 300px; background-color: # | + | #toc, .toc { display: table-cell; padding: 7px; width: 300px; background-color: #fafafa; } |
#mw-page-base { background-image: none; } | #mw-page-base { background-image: none; } | ||
| − | #mw-head { background-color: # | + | #mw-head { background-color: #fafafa; } |
| − | #content { border-bottom: 1px solid grey; display: inline-block; background-color: # | + | #content { border-bottom: 1px solid grey; display: inline-block; background-color: #fafafa; } |
| − | div#simpleSearch { background-image: none; background-color: # | + | div#simpleSearch { background-image: none; background-color: #fafafa; } |
div.vectorTabs { background-image: none; } | div.vectorTabs { background-image: none; } | ||
| Ligne 18 : | Ligne 18 : | ||
div.vectorTabs li.selected { border-bottom: 1px solid grey; } | div.vectorTabs li.selected { border-bottom: 1px solid grey; } | ||
div.vectorTabs ul li { background-color: white; } | div.vectorTabs ul li { background-color: white; } | ||
| − | div.vectorTabs li a { background-color: # | + | div.vectorTabs li a { background-color: #fafafa; } |
| − | .mw-body { border-color: # | + | .mw-body { border-color: #fafafa; margin-left: 10em; } |
.mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; } | .mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; } | ||
.mw-body-content { display: table-cell; padding-right: 10px; } | .mw-body-content { display: table-cell; padding-right: 10px; } | ||
Version du 21 avril 2015 à 15:26
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Mono);
body { font-family: 'PT Sans', sans-serif; background-color: #fafafa; }
#toc, .toc { display: table-cell; padding: 7px; width: 300px; background-color: #fafafa; }
#mw-page-base { background-image: none; }
#mw-head { background-color: #fafafa; }
#content { border-bottom: 1px solid grey; display: inline-block; background-color: #fafafa; }
div#simpleSearch { background-image: none; background-color: #fafafa; }
div.vectorTabs { background-image: none; }
div.vectorTabs ul { background-image: none; }
div.vectorTabs ul li { background-image: none; background-color: none; }
div.vectorTabs span { background-image: none; }
div.vectorTabs li.selected { border-bottom: 1px solid grey; }
div.vectorTabs ul li { background-color: white; }
div.vectorTabs li a { background-color: #fafafa; }
.mw-body { border-color: #fafafa; margin-left: 10em; }
.mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; }
.mw-body-content { display: table-cell; padding-right: 10px; }