Utilisateur:Divag/vector.css : Différence entre versions
De fablabo
Ligne 8 : | Ligne 8 : | ||
} | } | ||
− | * a, #bodyContent a.external{ | + | * a, #bodyContent a.external, div#mw-panel div.portal div.body ul li a { |
color:#b46508; | color:#b46508; | ||
} | } | ||
− | * a:visited, #bodyContent a.external:visited { | + | * a:visited, #bodyContent a.external:visited, div#mw-panel div.portal div.body ul li a:visited { |
color:#fe8b04; | color:#fe8b04; | ||
} | } | ||
Ligne 23 : | Ligne 23 : | ||
float:none; | float:none; | ||
width:90%; | width:90%; | ||
+ | margin-left:23px; | ||
border:23px dotted #2B60DE; | border:23px dotted #2B60DE; |
Version du 8 décembre 2014 à 11:26
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 */ div.Cartouche { float:none; width:90%; margin-left:23px; 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; }