Utilisateur:Laucho/monobook.css : Différence entre versions

De OviWiki
Aller à : navigation, rechercher
 
(10 révisions intermédiaires par le même utilisateur non affichées)
Ligne 7 : Ligne 7 :
 
     font-family: Arial, sans-serif;
 
     font-family: Arial, sans-serif;
 
     font-weight: normal;
 
     font-weight: normal;
}
+
     color: #888899;
 
+
h1, h2 {
+
     color: #aaaabb;
+
 
}
 
}
  
 
h1 {
 
h1 {
     letter-spacing: -1px;
+
     letter-spacing: -0.5px;
 
}
 
}
  
 
h2 {
 
h2 {
     letter-spacing: -0.5px;
+
     letter-spacing: -0.3px;
 +
}
 +
 
 +
pre {
 +
    font-size: 9pt;
 +
    overflow: auto;
 
}
 
}
  
 
table.prettytable {
 
table.prettytable {
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     border: 1px solid #dddddd;
+
     border: 2px solid #aaaaaa;
 
}
 
}
  
table.prettytable td {
+
table.prettytable td, table.prettytable th {
 
     font-size: 9pt;
 
     font-size: 9pt;
 
     font-family: "DejaVu Sans", tahoma, sans-serif;
 
     font-family: "DejaVu Sans", tahoma, sans-serif;
 
     border: 1px solid #dddddd;
 
     border: 1px solid #dddddd;
 +
    padding-left: 1em;
 +
    padding-right: 1em;
 
}
 
}

Version actuelle en date du 1 octobre 2007 à 15:51

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: #888899;
}

h1 {
    letter-spacing: -0.5px;
}

h2 {
    letter-spacing: -0.3px;
}

pre {
    font-size: 9pt;
    overflow: auto;
}

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