MediaWiki:Common.css : Différence entre versions
De Europe Politique
Ligne 30 : | Ligne 30 : | ||
.avance_barre | .avance_barre | ||
{ | { | ||
− | background-color: | + | background-color: black; // couleur de la barre |
text-align: center; // alignement du texte | text-align: center; // alignement du texte | ||
font-size: 100%; // taille du texte | font-size: 100%; // taille du texte | ||
font-weight: bold; // epaisseur du texte | font-weight: bold; // epaisseur du texte | ||
} | } |
Version du 5 mars 2013 à 23:19
/* Le CSS placé ici sera appliqué à tous les habillages. */ #ca-nstab-main { display: none !important; } #ca-talk { display: none !important; } #ca-viewsource { display: none !important; } #ca-history { display: none !important; } div#content {background: #EDEFF4; color: black; border: 1px solid #002BB8; } body {background: #FBFBFB; } a {text-decoration: none; color: #002BB8; background: none; } a:visited {color: 5a3696; } a:active {color: #faa700; } a:hover {text-decoration: underline; } a.stub {color: #772233; } a.new, #p-personal a.new {color: #cc2200; } a.new:visited, #p-personal a.new:visited {color: #a55858; } .pBody {font-size: 95%; background-color: #EDEFF4; color: black; border-collapse: collapse; border: 1px solid #002BB8; } #p-cactions li {border: 1px solid #002BB8; } #p-cactions li.selected {border-color: #002BB8; } #p-cactions li a {background-color: #FBFBFB; color: #002BB8; } #p-cactions li.selected a {background-color: #EDEFF4; } #p-cactions .new a {color: #ba0000; } #p-cactions li a:hover {text-decoration: none; background-color: #EDEFF4; } div#footer {background-color: #FBFBFB; border-top: 0px solid #002BB8; border-bottom: 0px solid #002BB8; } div#content a.external[href^="http://www.europe-politique.eu"] {background: none; padding-right: 0; } .avance_boite { width: 100px; // largeur de la boite background-color: white; // couleur du fond border: solid 1px gray; // style, taille et couleur de la bordure } .avance_barre { background-color: black; // couleur de la barre text-align: center; // alignement du texte font-size: 100%; // taille du texte font-weight: bold; // epaisseur du texte }