Utilisateur:Divag/vector.css : Différence entre versions
De fablabo
Ligne 8 : | Ligne 8 : | ||
font-family:Arial; | font-family:Arial; | ||
background-color:white; | background-color:white; | ||
+ | background-image:url(/mediawiki/images/Trait_gauche.svg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: left top; | ||
+ | background-size: auto 100%; | ||
} | } | ||
Ligne 19 : | Ligne 23 : | ||
div#content | div#content | ||
{ | { | ||
− | margin-left: 229px; | + | margin-left: 229px; |
− | border:none | + | border:none; |
− | |||
− | |||
− | |||
− | |||
} | } | ||
Version du 8 décembre 2014 à 15:15
/* =========================== Fond et polices générales : =========================== */ body { font-family:Arial; background-color:white; background-image:url(/mediawiki/images/Trait_gauche.svg); background-repeat: no-repeat; background-position: left top; background-size: auto 100%; } #p-logo a { width:229px; height:215px; background-image:url(/mediawiki/images/Logo.png); } div#content { margin-left: 229px; border:none; } 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 : ========================== */ div#mw-panel { padding-top:50px; width:229px; } #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; } /* ========================== ... : ========================== */