MediaWiki:Monobook.css : Différence entre versions
De OviWiki
| Ligne 79 : | Ligne 79 : | ||
| − | . | + | .bg-bloc { |
margin:.2em 0 1em 0; | margin:.2em 0 1em 0; | ||
padding:.2em; | padding:.2em; | ||
| Ligne 89 : | Ligne 89 : | ||
| − | . | + | .bg-bloc h3 { |
background:#4a576b; | background:#4a576b; | ||
color:#fff; | color:#fff; | ||
| Ligne 95 : | Ligne 95 : | ||
margin:0 0 .5em 0; | margin:0 0 .5em 0; | ||
-moz-border-radius:4px; | -moz-border-radius:4px; | ||
| + | } | ||
| + | |||
| + | .bg-green { | ||
| + | background:#d8ecd3; | ||
| + | } | ||
| + | |||
| + | .bg-green h3 { | ||
| + | background:#577642; | ||
| + | } | ||
| + | |||
| + | .bg-grey { | ||
| + | background:#ededed; | ||
| + | } | ||
| + | |||
| + | .bg-grey h3 { | ||
| + | background:#8a8a8a; | ||
} | } | ||
Version du 4 mars 2009 à 09:03
/* Le CSS placé ici affectera les utilisateurs du skin Monobook */
body {
font-size: 9pt;
font-family: "DejaVu Sans", Verdana, sans-serif;
}
p, li, a, dd, dt, td, th {
font-size: 9pt;
font-family: "DejaVu Sans", Verdana, sans-serif;
}
h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #777788;
}
h1 {
letter-spacing: -0.5px;
}
h2 {
letter-spacing: -0.3px;
}
pre {
font-size: 9pt;
overflow: auto;
line-height: 1.2em;
}
table.prettytable {
border-collapse: collapse;
border: 1px solid #dddddd;
}
table.prettytable td, table.prettytable th {
font-size: 9pt;
font-family: "DejaVu Sans", Verdana, sans-serif;
border: 1px solid #dddddd;
padding-left: 1em;
padding-right: 1em;
}
div.thumbcaption, div.thumbcaption p, div.thumbcaption li, div.thumbcaption a, div.thumbcaption dd, div.thumbcaption dt {
font-size: 8pt;
}
code {
color:#425fb0;
font-weight:bold;
}
.editsection {
color:transparent;
}
.editsection a,
.editsection a:visited {
color:#555;
text-decoration:none;
background:#f4f4f4;
border:#b7b7b7 1px solid;
-moz-border-radius:4px;
padding:1px 3px;
font-size:8pt;
}
.editsection a:hover {
background:#dce7ef;
color:#5c95bc;
border:#9fc6e1 1px solid;
}
.bg-bloc {
margin:.2em 0 1em 0;
padding:.2em;
border:#9fc6e1 1px solid;
-moz-border-radius:4px;
background:#dce7ef;
}
.bg-bloc h3 {
background:#4a576b;
color:#fff;
padding:.1em .5em;
margin:0 0 .5em 0;
-moz-border-radius:4px;
}
.bg-green {
background:#d8ecd3;
}
.bg-green h3 {
background:#577642;
}
.bg-grey {
background:#ededed;
}
.bg-grey h3 {
background:#8a8a8a;
}