Utilisateur:Laucho/monobook.css : Différence entre versions
De OviWiki
| Ligne 16 : | Ligne 16 : | ||
h2 { | h2 { | ||
letter-spacing: -0.5px; | letter-spacing: -0.5px; | ||
| + | } | ||
| + | |||
| + | pre { | ||
| + | font-size: 9pt; | ||
} | } | ||
Version du 1 octobre 2007 à 15:21
body, p, li, a {
font-size: 9pt;
font-family: "DejaVu Sans", tahoma, sans-serif;
}
h1, h2, h3, h4, h5 {
font-family: Arial, sans-serif;
font-weight: normal;
color: #8888aa;
}
h1 {
letter-spacing: -1px;
}
h2 {
letter-spacing: -0.5px;
}
pre {
font-size: 9pt;
}
table.prettytable {
border-collapse: collapse;
border: 2px solid #aaaaaa;
}
table.prettytable td, table.prettytable th {
font-size: 9pt;
font-family: "DejaVu Sans", tahoma, sans-serif;
border: 1px solid #dddddd;
padding-left: 1em;
padding-right: 1em;
}