Utilisateur:FoeNyx/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.

/* coin rond pour moz/firefox/gecko* */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
 
#p-search{
  -moz-opacity: 0.90; 
}
 
#content{ 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  -moz-opacity: 0.90;
}
 
#editform textarea,input{ 
  -moz-border-radius: 1em; 
  background-color: #f2f2f2;
  border : 1px solid navy;
}
 
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
body{
  background-image: url(http://localhost/background.jpg);
  background-position: -450px 45px; 
}
 
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
 
.pBody input{
  border : 1px solid navy;
}
 
.porlet #p-nav, #p-search, #p-tb, #p-nbx {
  margin-top: 5px;
}
 
#p-nav h5, #p-search h5, #p-tb h5, #p-lang h5 #p-nbx h5{
  background-color: #AAAAFF;
  border : 1px solid transparent;
  border-radius-topright: 1em;
  border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topleft: 1em;
  padding-top: -10px;
}
 
#p-nbx{
  float: relative;
  z-index: 3;
}
 
.pBody #pt-userpage, 
.pBody #pt-mytalk,
.pBody #pt-preferences,
.pBody #pt-watchlist,
.pBody #pt-mycontris, 
.pBody #pt-logout {
  background-color: #FFFFFF;
  border : 1px solid navy;
  border-radius-bottomright: 1em;
  border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
  -moz-border-radius-bottomleft: 1em;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
 
.pBody #pt-userpage {   
  padding-left: 25px; 
}
 
// les bouttons ronds
#wpSave, #wpPreview { 
  -moz-border-radius: 1em;
  width: 150px;
  border: 1px solid navy;
}
 
#wpSave:hover, #wpPreview:hover { 
  -moz-border-radius: 1em;
  color: orange;
  background: navy;
}
 
.searchButton{
  -moz-border-radius: 1em;
  width: 130px;
}
 
.searchButton:hover{
  -moz-border-radius: 1em;
  color: orange;
  background: navy;
  width: 130px;
}
 
#footer{ display: none; }
 
/* 
pb comment afficher les car spéciaux quand le copywarn est caché ? 
→ résolu : j'ai demandé à Ryo de créer un sous div nommé cpwarn
#editpage-copywarn{ display: none; }  
*/
 
#cpwarn{ display: none; }
 
 
div.alerte#style2 { border: 1px solid black; }
span.diffchange {color : red; }
 
/* Pleine largeur */
/*
#p-logo{display:none;}
#p-nav{display:none;}
#p-search{
  display:none;
}
#content{
  border : solid 1px #adadad;
  margin-left : 2px;
}
#p-tb{display:none;}
#p-lang{display:none;}
#p-cactions{left:0px;}
*/