MediaWiki:Monobook.css : Différence entre versions
De OviWiki
| Ligne 6 : | Ligne 6 : | ||
} | } | ||
| − | p, li, a, dd, dt { | + | p, li, a, dd, dt, td, th { |
font-size: 9pt; | font-size: 9pt; | ||
font-family: "DejaVu Sans", Verdana, sans-serif; | font-family: "DejaVu Sans", Verdana, sans-serif; | ||
| Ligne 38 : | Ligne 38 : | ||
table.prettytable td, table.prettytable th { | table.prettytable td, table.prettytable th { | ||
font-size: 9pt; | font-size: 9pt; | ||
| − | font-family: "DejaVu Sans", | + | font-family: "DejaVu Sans", Verdana, sans-serif; |
border: 1px solid #dddddd; | border: 1px solid #dddddd; | ||
padding-left: 1em; | padding-left: 1em; | ||
Version du 2 mai 2008 à 09:08
/* 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;
}