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