Utilisateur:Chiron/Monobook.css

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/*
<pre>
*/
 
.usermessage {
    background: black repeat-x scroll left top;
    border: 1px solid black;
    color: white;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em 0.5em 1em;
    vertical-align: middle;
	}
 
a { font-weight:bold; color: Black; }
a:visited { font-weight:bold; color: Black; }
a:active { color: White; }
a.new { color: black; }
a.interwiki, a.external { color: Black; }
 
 
 
body {
  background: White
}
 
#p-lang .pBody {
    border: 1px solid black
    background: white;
}
 
#p-navigation .pBody {
    border: 1px solid black;
    background: white;
}
 
#p-interaction .pBody {
    border: 1px solid black;
    background: white;
}
 
#p-tb .pBody {
    border: 1px solid black;
    background: white;
}
 
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 1px solid black !important;
 
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 1px;
 
 
#p-cactions li {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  background-color: white;
}
#p-cactions li a {
  background: white !important;
  border-bottom: black;
  padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}
 
#footer {
  margin-left: 13.6em;
  border-left: 1px solid black;
  border-right: 1px solid black;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
}
 
.pBody {
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-left: none 0  !important;
}
 
/*
</pre>
*/