MediaWiki:Common.css : Différence entre versions
(12 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 10 : | Ligne 10 : | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
+ | |||
+ | #contentSub { display: none } | ||
.note { | .note { | ||
Ligne 17 : | Ligne 19 : | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border: 1px solid #CC9933; | border: 1px solid #CC9933; | ||
− | margin: | + | width:88%; |
+ | margin: 1em auto; | ||
overflow: hidden; | overflow: hidden; | ||
padding: 0.5em; | padding: 0.5em; | ||
Ligne 26 : | Ligne 29 : | ||
.warning { | .warning { | ||
background-color: #F0F0E7; | background-color: #F0F0E7; | ||
− | background-image: url("//fr.wiki.isios-ppm.com/images/ | + | background-image: url("//fr.wiki.isios-ppm.com/images/General.Caution.png"); |
background-position: 10px 8px; | background-position: 10px 8px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border: 1px solid #CC9933; | border: 1px solid #CC9933; | ||
margin: 1em auto; | margin: 1em auto; | ||
− | width: | + | width:75%; |
overflow: hidden; | overflow: hidden; | ||
padding: 0.5em; | padding: 0.5em; |
Version actuelle datée du 10 mars 2015 à 21:11
/* CSS placed here will be applied to all skins */
/* Cache les menus pour les utilisateurs réguliers */
#p-tb { display: none !important; }
#p-namespaces { display: none !important; }
#p-views { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#contentSub { display: none }
.note {
background-color: #F0F0E7;
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png");
background-position: 4px 4px;
background-repeat: no-repeat;
border: 1px solid #CC9933;
width:88%;
margin: 1em auto;
overflow: hidden;
padding: 0.5em;
min-height: 28px;
padding-left: 30px;
}
.warning {
background-color: #F0F0E7;
background-image: url("//fr.wiki.isios-ppm.com/images/General.Caution.png");
background-position: 10px 8px;
background-repeat: no-repeat;
border: 1px solid #CC9933;
margin: 1em auto;
width:75%;
overflow: hidden;
padding: 0.5em;
min-height: 28px;
padding-left: 100px;
}
.info {
background-color: #f9f9f9;
border: 1px solid #a7d7f9;
margin: 0.5em 0;
overflow: hidden;
padding: 0.5em;
min-height: 28px;
padding-left: 30px;
}