MediaWiki:Common.css : Différence entre versions
(41 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 11 : | Ligne 11 : | ||
#ca-history { 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; | ||
+ | } |
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;
}