Utilisateur:Emmanuel legrand/monobook.css

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

h1, h2, h3, h4, h5, h6 {
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}
 
h1, h2{ 
    font-weight: bold;
}
 
h1 { font-size: 175%; 
     text-transform: uppercase;
     letter-spacing: 0.07em;
     text-align: center;
}
 
h2 {
    font-size: 140%; 
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
 
h3, h4, h5, h6 { 
    border-bottom: none;
    font-weight: normal;
    text-indent: 0.5cm;
}
 
h3 + p, h4 + p, h5 + p, h6 + p, h3 + p + img, h4 + p + img, h5 + p + img, h6 + p + img { 
    text-indent: 0.5cm;
}
 
h3 { 
    font-size: 132%;
    text-decoration: underline;
}
 
h4 { font-size: 116%;
}
 
h5 { font-size: 100%;
}
 
h6 { font-size: 80%;
}
 
.pBody {
   padding: 0.3em 0.3em;
   -moz-border-radius-topright: 0.5em;
}
 
.portlet h5 {
   -moz-border-radius-topright: 0.5em;
}
 
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}