Utilisateur:Divag/vector.css : Différence entre versions
De fablabo
Ligne 4 : | Ligne 4 : | ||
=========================== | =========================== | ||
*/ | */ | ||
+ | |||
+ | @font-face { | ||
+ | font-family: "VagRounded"; | ||
+ | src: url('http://divag.parishq.net/Temp/vagrounded-bold.ttf'); | ||
+ | } | ||
body { | body { | ||
Ligne 10 : | Ligne 15 : | ||
letter-spacing:0.72px; | letter-spacing:0.72px; | ||
background-color:white; | background-color:white; | ||
+ | } | ||
+ | |||
+ | h1 span { | ||
+ | font-family: "VagRounded", Arial; | ||
} | } | ||
Version du 8 décembre 2014 à 22:24
/* =========================== Fond et polices générales : =========================== */ @font-face { font-family: "VagRounded"; src: url('http://divag.parishq.net/Temp/vagrounded-bold.ttf'); } body { font-family:Arial; line-height:125%; letter-spacing:0.72px; background-color:white; } h1 span { font-family: "VagRounded", Arial; } #content { background-image:url(/mediawiki/images/Trait_gauche.svg); background-repeat: no-repeat; background-position: left -5em; background-size: auto 100%; } body div div { background-color:transparent; } #p-logo a { width:150px; height:220px; background-image:url(/mediawiki/images/Logo_fablabo.svg); background-size: 150px 150px; background-repeat: no-repeat; } div#content { margin-left: 200px; padding-left: 40px; border:none; background-color:transparent; } 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 : */ * a.new { color:#c20000; } #content .external { background-position: center right; background-repeat: no-repeat; background-image: url(/mediawiki/images/Lien_externe.png); background-image: -webkit-linear-gradient(transparent,transparent),url(/mediawiki/images/Lien_externe.png); background-image: linear-gradient(transparent,transparent),url(/mediawiki/images/Lien_externe.png); padding-right: 13px; } /* ========================== Menus latéraux de gauche : ========================== */ div#mw-panel { padding-top:50px; width:200px; } #mw-panel.collapsible-nav .portal { background:none; } #mw-panel.collapsible-nav .portal h3 { border-bottom:2px dotted #2B60DE } h3 a { text-transform: uppercase; color:#b46508; } /* ===================== 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; } /* ========================== ... : ========================== */