Utilisateur:Trac/monobook.css : Différence entre versions
De CelestusWIKI
(Page créée avec « /* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */ body { color : #f2f2f2; background-color: black; /*height: 100%;*/ – →margin: 0; : text-al... ») |
Version actuelle en date du 9 août 2013 à 18:20
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
body {
color : #f2f2f2;
background-color: black;
/*height: 100%;*/
/*margin: 0;*/
text-align:justify;
font-size: 1.2em
font-family: arial,verdana,sans-serif;
/*padding:5px;*/
}
h1,h2,h3,h4,h5{
color :#6f9fc8;
border-bottom : 1px solid #a7d7f9;
}
/* Content */
div#content {
color : #f2f2f2;
background-color: #061723;
/*margin-left: 10em;*/
/*padding: 1em;*/
font-family: arial,verdana,sans-serif;
font-size: 1.2em
text-align : justify;
border: 1px solid grey;
direction: ltr;
}
div#content div.thumb {
background : transparent;
color : white;
}
div#content div.thumbcaption {
background-color: #3c6aa8;
}
div#content div.thumbimage {
border-color : orange;
}
div#content div.thumbinner {
background-color: transparent;
border : none;
}
a{border : none;}
table#content {
color : #f2f2f2;
background-color: #061723;
font-family: arial,verdana,sans-serif;
text-align : center;
border : none;
}