« Utilisateur:Trizek/common.css » : différence entre les versions
Apparence
Contenu supprimé Contenu ajouté
Aucun résumé des modifications |
màj Balise : Contenu remplacé |
||
(18 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* Mise en couleur de liens de révocation et de relecture */ |
|||
.action-view #bodyContent { |
|||
.mw-rollback-link a { |
|||
max-width:1000px; |
|||
color: #D00000; |
|||
} |
} |
||
.patrollink a { |
|||
color: #009B00; |
|||
/* design accueil */ |
|||
/* Nouveau design de la page d'accueil */ |
|||
#mp-2012, |
|||
#mp-2012-banner, |
|||
#mp-2012-body { |
|||
clear: both; |
|||
} |
|||
#mp-2012 {max-width:1000px;} |
|||
/* Entête de la page d'accueil */ |
|||
#mp-2012-banner { |
|||
/* [[File:Zhwp blue banner.png]] */ |
|||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB4CAYAAAAzOJiAAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAABxSURBVChTnVFBDoAwCEP+/0M/4UFPy4LdjBswjFMOhAAtBUhgTLDLSYsI4VgQnVMI2+ypOmmd4ZsNqVJQYa3ZFyLNCnGTvsC+CR/Xf161ME9pLqThsc0Dpt7TEfamwZZ/hIM0ek/KmLvnhfhIcOvGdAKcwjZpfgh+hQAAAABJRU5ErkJggg=="); |
|||
background-repeat: repeat-x; |
|||
height: 120px; |
|||
min-width: 292px; /* 182 + 160 + 250 */ |
|||
} |
|||
#mp-2012-banner a { |
|||
color: #17b; |
|||
} |
|||
#mp-2012-banner > div { |
|||
line-height: 120px; |
|||
} |
|||
#mp-2012-banner > div > * { |
|||
line-height: 1.5em; |
|||
vertical-align: middle; |
|||
} |
|||
#mp-2012-banner-title { |
|||
float: left; |
|||
width: 60%; |
|||
height: 119px; |
|||
margin-bottom: 1px; |
|||
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/300px-Wikipedia-logo-v2.svg.png"); |
|||
background-image: -webkit-image-set( |
|||
url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/300px-Wikipedia-logo-v2.svg.png") 1x, |
|||
url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/450px-Wikipedia-logo-v2.svg.png") 1.5x, |
|||
url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/600px-Wikipedia-logo-v2.svg.png") 2x |
|||
); |
|||
background-image: image-set( |
|||
url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/300px-Wikipedia-logo-v2.svg.png") 1x, |
|||
url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/450px-Wikipedia-logo-v2.svg.png") 1.5x, |
|||
url("//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/600px-Wikipedia-logo-v2.svg.png") 2x |
|||
); |
|||
background-position: -118px 8px; |
|||
background-repeat: no-repeat; |
|||
} |
|||
#mp-2012-banner-title > div { |
|||
display: inline-block; |
|||
margin-left: 33%; |
|||
} |
|||
#mp-2012-banner-title h1 { |
|||
font-size: 2em; |
|||
margin: 0; |
|||
padding: 0; |
|||
font-family: Sans-serif; |
|||
font-weight: bold; |
|||
color: #457; |
|||
border: none; |
|||
} |
|||
#mp-2012-banner-title p { |
|||
margin: 0; |
|||
padding: 0; |
|||
font-size:90%; |
|||
color: #457; |
|||
} |
|||
#mp-2012-banner-intro { |
|||
float: right; |
|||
margin-top: 20px; |
|||
width: 35%; |
|||
font-family: Sans-serif; |
|||
} |
|||
#mp-2012-banner-intro > div { |
|||
display: inline-block; |
|||
margin-left: 20px; |
|||
} |
|||
#mp-2012-banner-intro p { |
|||
margin: 0; |
|||
padding: 0; |
|||
color: #457; |
|||
font-family: Sans-serif; |
|||
font-size: 90%; |
|||
} |
|||
/* Corps de la page d'accueil */ |
|||
.sous-titre{ |
|||
margin:0; |
|||
font-size:1.16em; |
|||
color:#000000; |
|||
display:block; |
|||
margin-bottom:10px; |
|||
text-transform:uppercase; |
|||
letter-spacing:2px |
|||
} |
|||
.corps{ |
|||
font-size:100%; |
|||
color:#1A1A1A; |
|||
line-height:160%; |
|||
text-align:justify; |
|||
text-justify:inter-ideograph; |
|||
} |
|||
#mp-2012-lien { |
|||
color:#666; |
|||
font-size:85%; |
|||
font-weight: bold; |
|||
clear:both; |
|||
text-align:right; |
|||
border-bottom:1px dashed #FFF;; |
|||
padding-bottom:10px; |
|||
margin-bottom:10px; |
|||
margin-top:15px; |
|||
} |
|||
#mp-2012-ligne { |
|||
border-top:1px solid #EEE; |
|||
color:#C9C9C9; |
|||
font-size:85%; |
|||
text-align:left; |
|||
padding-top:10px; |
|||
line-height:150%; |
|||
margin-top:10px; |
|||
} |
|||
/* Pied de page de la page d'accueil */ |
|||
#mp-2012-sisters { |
|||
margin-top: 50px; |
|||
clear:both; |
|||
padding-top: 15px; |
|||
border-top: 3px double #CCC; |
|||
color: #222; |
|||
line-height: 120%; |
|||
} |
|||
#mp-2012-sisters > div { |
|||
background: white; |
|||
width: 45px; |
|||
margin: -40px auto 0; |
|||
} |
|||
/* |
|||
* Nouveau Style des pages d'aide |
|||
*/ |
|||
/* Mise en forme général des titres et paragraphes */ |
|||
.ns-12.action-view #mw-content-text, |
|||
.ns-12.action-submit #mw-content-text { |
|||
background: #f6f6f6; |
|||
font-size: 1.1em; |
|||
line-height: 1.6em; |
|||
margin: 0 3em; |
|||
max-width: 900px; |
|||
} |
|||
.ns-12.action-view #mw-content-text .sans, |
|||
.ns-12.action-submit #mw-content-text .sans { |
|||
font-size: 14px; |
|||
line-height: 21px; |
|||
margin: 0; |
|||
max-width: 1000px; |
|||
} |
|||
.ns-12.action-view #mw-content-text p, |
|||
.ns-12.action-submit #mw-content-text p { |
|||
padding: 0.5em 2em; |
|||
} |
|||
/* Mise en forme du sommaire */ |
|||
.ns-12 #contentSub, .ns-12 .toctoggle, .ns-12 .tocnumber {display:none;} |
|||
.ns-12 #toc #toctitle { |
|||
text-align: center; |
|||
margin-top: 10px; |
|||
margin-bottom: 30px; |
|||
} |
|||
.ns-12 #toc #toctitle h2 { |
|||
font-size: 2em; |
|||
border:none; |
|||
font-family: "Linux Libertine",Georgia,Times,serif; |
|||
color: #252525; |
|||
font-weight: normal; |
|||
} |
|||
.ns-12 #toc { |
|||
border: none; |
|||
background:none; |
|||
font-size:100%; |
|||
width: 100%; |
|||
padding:0; |
|||
padding-left:10px; |
|||
padding-right:10px; |
|||
} |
|||
.ns-12 .toclevel-1 {font-weight: bold;} |
|||
.ns-12 .toclevel-2 {font-weight: normal; display: inline;} |
|||
.ns-12 .toclevel-2 + .toclevel-2:before {content: "— ";} |
|||
.ns-12 .toclevel-2 ul, .ns-12 .toclevel-3, .ns-12 .toclevel-4, .ns-12 .toclevel-5, .ns-12 .toclevel-6 {display: none;} |
|||
/* Retrait des liens "modifier" en début de section */ |
|||
.ns-12 .mw-editsection { |
|||
display: none; |
|||
} |
|||
.ns-12 h2:hover .mw-editsection, |
|||
.ns-12 h3:hover .mw-editsection, |
|||
.ns-12 h4:hover .mw-editsection, |
|||
.ns-12 h5:hover .mw-editsection, |
|||
.ns-12 h6:hover .mw-editsection { |
|||
display: inline; |
|||
} |
|||
/* Mise en forme des titres de niveau 2 + espacements blanc entre les sections */ |
|||
.ns-12 #mw-content-text h2 { |
|||
border:none; |
|||
border-top: 30px solid white; |
|||
font-family: Arial,sans-serif; |
|||
font-size: 1.6em; |
|||
font-weight: bold; |
|||
margin-top: 1em; |
|||
padding: 20px 0 0 1em; |
|||
} |
|||
/* Mise en forme des autres titres + trait horizontal et espacement entre les sous-sections */ |
|||
.ns-12 #mw-content-text h3, |
|||
.ns-12 #mw-content-text h4, |
|||
.ns-12 #mw-content-text h5, |
|||
.ns-12 #mw-content-text h6 { |
|||
border:none; |
|||
border-top: 1px solid #DDD; |
|||
font-family: Arial,sans-serif; |
|||
font-weight: bold; |
|||
margin-top: 1em; |
|||
padding: 1em 0 0 1em; |
|||
} |
|||
/* Styles additionnels */ |
|||
.ns-12 #mw-content-text ul, |
|||
.ns-12 #mw-content-text pre, |
|||
.ns-12 #mw-content-text dl, |
|||
.ns-12 #mw-content-text ol { |
|||
margin: 0 5em; |
|||
} |
} |
||
/* Mise en avant des commentaires ciblés dans DiscussionTools */ |
|||
.ns-12 div.homonymie, |
|||
.ext-discussiontools-init-targetcomment { |
|||
.ns-12 div.bandeau-section { |
|||
background-color: rgb(216, 235, 255); |
|||
border: medium none; |
|||
font-style: italic; |
|||
margin: 0 0 0.7em; |
|||
padding: 2px 0 1px 4px; |
|||
} |
} |