« MediaWiki:Bepo.css » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 9 : | Ligne 9 : | ||
.pour_unix { | .pour_unix { | ||
display: inline; | display: inline; | ||
border: | border: 2px solid #961F35; | ||
color: #961F35; | color: #961F35; | ||
font-size: 0.7em; | font-size: 0.7em; | ||
font-weight: bold; | font-weight: bold; | ||
background: # | background: #FFFFFF; | ||
padding: 0.1em 0.5em; | padding: 0.1em 0.5em; | ||
-moz-border-radius-topleft: 10px; | -moz-border-radius-topleft: 10px; |
Version du 1 février 2010 à 20:13
/* Overriding some MediaWiki:Common.css rules */
.rcoptions, #mw-history-search {
clear: none;
}
/* Modèles */
.pour_unix {
display: inline;
border: 2px solid #961F35;
color: #961F35;
font-size: 0.7em;
font-weight: bold;
background: #FFFFFF;
padding: 0.1em 0.5em;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}