MediaWiki:Monobook.css : Différence entre versions

De OviWiki
Aller à : navigation, rechercher
Ligne 39 : Ligne 39 :
 
}
 
}
  
.thumbcaption {
+
div.thumbcaption {
 
     font-size: 80%;
 
     font-size: 80%;
 
}
 
}

Version du 1 octobre 2007 à 17:35

/* Le CSS placé ici affectera les utilisateurs du skin Monobook */

body, p, li, a, dd, dt {
    font-size: 9pt;
    font-family: "DejaVu Sans", tahoma, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, 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.3em;
}

table.prettytable {
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

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;
}

div.thumbcaption {
    font-size: 80%;
}