Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
Ligne 18 : | Ligne 18 : | ||
table.gallery, table.gallery tr, table.gallery td { |
table.gallery, table.gallery tr, table.gallery td { |
||
− | background-color: # |
+ | background-color: #f9f9f9; |
} |
} |
||
.gallerybox, .thumb, .gallerytext, div.thumb div { |
.gallerybox, .thumb, .gallerytext, div.thumb div { |
||
− | background-color: # |
+ | background-color: #f9f9f9; |
} |
} |
||
Ligne 42 : | Ligne 42 : | ||
.catlinks, #toc { |
.catlinks, #toc { |
||
− | background-color: # |
+ | background-color: #f9f9f9; |
border: 1px solid #d2232a; |
border: 1px solid #d2232a; |
||
} |
} |
Dernière version du 29 octobre 2013 à 15:20
/* Le CSS placé ici sera appliqué à tous les habillages. */ body.skin-monobook{ background-color: #fff1f1; background-image:url(http://archives.mrap.fr/skins/monobook/headbg.jpg); background-repeat:repeat-x; } table.gallery { border: 1px solid #d2232a; } div.gallerybox div.thumb { text-align: center; border: 1px solid #fddbde; margin: 2px; } table.gallery, table.gallery tr, table.gallery td { background-color: #f9f9f9; } .gallerybox, .thumb, .gallerytext, div.thumb div { background-color: #f9f9f9; } a:link {color: #d2232a;} a:visited {color: #d2232a;} a:active {color: #d2232a;} a:hover {color: #d2232a;} a.new:link {color: #757575;} a.new:visited {color: #757575;} a.new:active {color: #757575;} a.new:hover {color: #757575;} #footer { border-top: 1px solid #d2232a; border-right: 0px; border-bottom: 1px solid #d2232a; border-left: 0px; } .catlinks, #toc { background-color: #f9f9f9; border: 1px solid #d2232a; } .bandeau-titre { font-size: 1em; line-height: 1.4em } .bandeau-texte { font-size: 0.9em; line-height: 1.2em } .archivesaccueil { background: url("//archives.mrap.fr/images/e/e2/Logo-archives-transparent.png") } div.textebrut { display:none; } .DLblocsannees { text-align: justify; } .selflink { color: #820106; text-decoration:underline; } .manquants { color: #cacaca; }