Utilisateur:Divag/vector.css : Différence entre versions
De fablabo
Ligne 1 : | Ligne 1 : | ||
+ | /* | ||
+ | =========================== | ||
+ | Fond et polices générales : | ||
+ | =========================== | ||
+ | */ | ||
+ | |||
body { | body { | ||
font-family:Arial; | font-family:Arial; | ||
Ligne 20 : | Ligne 26 : | ||
*/ | */ | ||
+ | |||
+ | /* | ||
+ | ========================== | ||
+ | Menus latéraux de gauche : | ||
+ | ========================== | ||
+ | */ | ||
#mw-panel.collapsible-nav .portal | #mw-panel.collapsible-nav .portal | ||
Ligne 31 : | Ligne 43 : | ||
} | } | ||
+ | |||
+ | /* | ||
+ | ===================== | ||
+ | Cartouche des pages : | ||
+ | ===================== | ||
+ | */ | ||
div.Cartouche { | div.Cartouche { | ||
Ligne 45 : | Ligne 63 : | ||
border-image: url(/mediawiki/images/Border.png) 23 / 23px repeat repeat; | border-image: url(/mediawiki/images/Border.png) 23 / 23px repeat repeat; | ||
} | } | ||
+ | |||
+ | |||
+ | /* | ||
+ | ========================== | ||
+ | ... : | ||
+ | ========================== | ||
+ | */ |
Version du 8 décembre 2014 à 11:40
/* =========================== Fond et polices générales : =========================== */ body { font-family:Arial; background-color:white; } body, div#content { color:#4d4d4d; } * a, #bodyContent a.external, div#mw-panel div.portal div.body ul li a { color:#b46508; } * a:visited, #bodyContent a.external:visited, div#mw-panel div.portal div.body ul li a:visited { color:#fe8b04; } /* liens cassés #c20000 */ /* ========================== Menus latéraux de gauche : ========================== */ #mw-panel.collapsible-nav .portal { background:none; } #mw-panel.collapsible-nav .portal h3 { border-bottom:2px dotted #2B60DE } /* ===================== Cartouche des pages : ===================== */ div.Cartouche { float:none; width:90%; position:relative; left:25px; border:23px dotted #2B60DE; -moz-border-image: url(/mediawiki/images/Border.png) 23 / 23px repeat repeat; -webkit-border-image: url(/mediawiki/images/Border.png) 23 / 23px repeat repeat; -o-border-image: url(/mediawiki/images/Border.png) 23 repeat repeat; border-image: url(/mediawiki/images/Border.png) 23 / 23px repeat repeat; } /* ========================== ... : ========================== */