MediaWiki:Common.css : Différence entre versions
Ligne 10 : | Ligne 10 : | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
+ | |||
+ | .tip, .note { | ||
+ | background-color: #F9F9F9; | ||
+ | background-position: 4px 2px; | ||
+ | background-repeat: no-repeat; | ||
+ | border: 1px solid #DDDDDD; | ||
+ | margin: 0.5em 0; | ||
+ | overflow: hidden; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | |||
+ | .tip-info, .note-info { | ||
+ | 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"); | ||
+ | border-color: #CC9933; | ||
+ | min-height: 28px; | ||
+ | padding-left: 30px; | ||
+ | } |
Version du 14 février 2014 à 20:22
/* 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; }
.tip, .note {
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDDDDD;
margin: 0.5em 0;
overflow: hidden;
padding: 0.5em;
}
.tip-info, .note-info {
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");
border-color: #CC9933;
min-height: 28px;
padding-left: 30px;
}