« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
mAucun résumé des modifications |
m CLEAN CSS |
||
Ligne 8 : | Ligne 8 : | ||
a {color:#0a7cc8; text-decoration: none;} | a {color:#0a7cc8; text-decoration: none;} | ||
a:hover {color:#181D2E;text-decoration: none;} | a:hover {color:#181D2E;text-decoration: none;} | ||
a:active | a:active{color:#4E8DAF;} | ||
a:visited {color:#0a7cc8;text-decoration: none;} | a:visited {color:#0a7cc8;text-decoration: none;} | ||
.new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;} | .new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;} | ||
Ligne 19 : | Ligne 19 : | ||
vectorTabs a {color:#099DFF; text-decoration: none;} | vectorTabs a {color:#099DFF; text-decoration: none;} | ||
div.vectorTabs li a:hover {color:#4D4D4D;text-decoration: none;} | div.vectorTabs li a:hover {color:#4D4D4D;text-decoration: none;} | ||
div.vectorTabs li a:active | div.vectorTabs li a:active{color:#4E8DAF;} | ||
div.vectorTabs li a:visited {color:#4E8DAF;text-decoration: none;} | div.vectorTabs li a:visited {color:#4E8DAF;text-decoration: none;} | ||
div.vectorTabs li.new a {color:#CB4627/*#FFCE7B*/; font-weight:italic;} | div.vectorTabs li.new a {color:#CB4627/*#FFCE7B*/; font-weight:italic;} | ||
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color:#4E8DAF;} | div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color:#4E8DAF;} | ||
div.vectorMenu li a, div.vectorMenu li a | div.vectorMenu li a, div.vectorMenu li a{color:#4E8DAF!important;} | ||
Ligne 52 : | Ligne 52 : | ||
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */ | /* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */ | ||
.ns-12 #content { | .ns-12 #content { | ||
border-right: none; | |||
background-repeat: no-repeat; | |||
background-position: right top; | |||
} | } | ||
.ns-12 #bodyContent { | .ns-12 #bodyContent { | ||
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png); | |||
background-repeat: no-repeat; | |||
/* @noflip */ background-position: right 5em; | |||
} | } | ||
Ligne 78 : | Ligne 78 : | ||
table.wikitable th, table.wikitable td, | table.wikitable th, table.wikitable td, | ||
table.wiki-table th, table.wiki-table td { | table.wiki-table th, table.wiki-table td { | ||
border: 0; | |||
border-bottom: 1px solid #ccc; | |||
padding: 0.35em 0.5em; | |||
} | } | ||
table.wikitable th, table.wikitable td.hl1, table.wikitable th.hl1, | table.wikitable th, table.wikitable td.hl1, table.wikitable th.hl1, | ||
table.wiki-table th, table.wiki-table td.hl1, table.wikitable th.hl1 { | table.wiki-table th, table.wiki-table td.hl1, table.wikitable th.hl1 { | ||
background: #F8F6EB; | |||
padding: 0.35em 0.5em; | |||
color: #000; | |||
text-align: left; | |||
border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
-webkit-border-radius: 0.3em; | |||
text-shadow: none; | |||
border: 1px solid #ccc; | |||
box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); | |||
position: relative; | |||
} | } | ||
table.wikitable td.hl2, table.wikitable th.hl2, | table.wikitable td.hl2, table.wikitable th.hl2, | ||
table.wiki-table td.hl2, table.wiki-table th.hl2 { | table.wiki-table td.hl2, table.wiki-table th.hl2 { | ||
background: #fff; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.wikitable td.hl3, table.wikitable th.hl3, | table.wikitable td.hl3, table.wikitable th.hl3, | ||
table.wiki-table td.hl3, table.wiki-table th.hl3 { | table.wiki-table td.hl3, table.wiki-table th.hl3 { | ||
background: #ebf5f8; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.wikitable caption, | table.wikitable caption, | ||
table.wiki-table caption { | table.wiki-table caption { | ||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | } | ||
table.wikitable td, | table.wikitable td, | ||
table.wiki-table td { | table.wiki-table td { | ||
vertical-align: top; | |||
} | } | ||
table.wikitable td:nth-child(even), table.wiki-table td:nth-child(even) { | table.wikitable td:nth-child(even), table.wiki-table td:nth-child(even) { | ||
background: #f7f7f7; | |||
} | } | ||
table.wikitable tr:hover td, table.wiki-table tr:hover td { | table.wikitable tr:hover td, table.wiki-table tr:hover td { | ||
background: #f5fafc; | |||
-webkit-transition: all .1s; | |||
-moz-transition: all .1s; | |||
-o-transition: all .1s; | |||
transition: all .1s; | |||
} | } | ||
table.wikitable tr:hover td:nth-child(even), table.wiki-table tr:hover td:nth-child(even) { | table.wikitable tr:hover td:nth-child(even), table.wiki-table tr:hover td:nth-child(even) { | ||
background: #eaf3f7; | |||
} | } | ||
Ligne 140 : | Ligne 148 : | ||
table.wikitable2, | table.wikitable2, | ||
table.wiki-table2 { | table.wiki-table2 { | ||
margin: 1em -2px 1em -2px; | |||
background: #fff; | |||
border: 0; | |||
border-collapse: separate; | |||
empty-cells: show; | |||
border-spacing: 1px; | |||
border: 0; | |||
border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
-webkit-border-radius: 0.3em; | |||
} | } | ||
table.wikitable2 th, table.wikitable2 td, | table.wikitable2 th, table.wikitable2 td, | ||
table.wiki-table2 th, table.wiki-table2 td { | table.wiki-table2 th, table.wiki-table2 td { | ||
border: 0; | |||
border-bottom: 1px solid #ccc; | |||
padding: 0.35em 0.5em; | |||
} | } | ||
table.wikitable2 th, table.wikitable2 td.hl1, table.wikitable2 th.hl1, | table.wikitable2 th, table.wikitable2 td.hl1, table.wikitable2 th.hl1, | ||
table.wiki-table2 th, table.wiki-table2 td.hl1, table.wikitable2 th.hl1 { | table.wiki-table2 th, table.wiki-table2 td.hl1, table.wikitable2 th.hl1 { | ||
background: #f8f6eb; | |||
padding: 0.35em 0.5em; | |||
color: #000; | |||
text-align: left; | |||
border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
-webkit-border-radius: 0.3em; | |||
position: relative; | |||
} | } | ||
table.wikitable2 td.hl2, table.wikitable2 th.hl2, | table.wikitable2 td.hl2, table.wikitable2 th.hl2, | ||
table.wiki-table2 td.hl2, table.wiki-table2 th.hl2 { | table.wiki-table2 td.hl2, table.wiki-table2 th.hl2 { | ||
background: #fff; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.wikitable2 td.hl3, table.wikitable2 th.hl3, | table.wikitable2 td.hl3, table.wikitable2 th.hl3, | ||
table.wiki-table2 td.hl3, table.wiki-table2 th.hl3 { | table.wiki-table2 td.hl3, table.wiki-table2 th.hl3 { | ||
background: #ebf5f8; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.wikitable2 caption, | table.wikitable2 caption, | ||
table.wiki-table2 caption { | table.wiki-table2 caption { | ||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | } | ||
table.wikitable2 td, | table.wikitable2 td, | ||
table.wiki-table2 td { | table.wiki-table2 td { | ||
vertical-align: top; | |||
} | } | ||
table.wikitable2 td:nth-child(even), table.wiki-table2 td:nth-child(even) { | table.wikitable2 td:nth-child(even), table.wiki-table2 td:nth-child(even) { | ||
background: #f7f7f7; | |||
} | } | ||
table.wikitable2 tr:hover td, table.wiki-table2 tr:hover td { | table.wikitable2 tr:hover td, table.wiki-table2 tr:hover td { | ||
background: #f5fafc; | |||
-webkit-transition: all .1s; | |||
-moz-transition: all .1s; | |||
-o-transition: all .1s; | |||
transition: all .1s; | |||
} | } | ||
table.wikitable2 tr:hover td:nth-child(even), table.wiki-table2 tr:hover td:nth-child(even) { | table.wikitable2 tr:hover td:nth-child(even), table.wiki-table2 tr:hover td:nth-child(even) { | ||
background: #eaf3f7; | |||
} | } | ||
Ligne 213 : | Ligne 230 : | ||
table.wikitable3, | table.wikitable3, | ||
table.wiki-table3 { | table.wiki-table3 { | ||
margin: 1em -2px 1em -2px; | |||
background: #fff; | |||
border: 0; | |||
border-collapse: separate; | |||
empty-cells: show; | |||
border-spacing: 1px; | |||
border: 0; | |||
font-family: "Courier 10 Pitch",monospace,sans-serif; | |||
} | } | ||
table.wikitable3 th, table.wikitable3 td, | table.wikitable3 th, table.wikitable3 td, | ||
table.wiki-table3 th, table.wiki-table3 td { | table.wiki-table3 th, table.wiki-table3 td { | ||
border: 0; | |||
border-bottom: 1px solid #ccc; | |||
padding: 0.35em 0.5em; | |||
} | } | ||
table.wikitable3 th, table.wikitable3 td.hl1, table.wikitable3 th.hl1, | table.wikitable3 th, table.wikitable3 td.hl1, table.wikitable3 th.hl1, | ||
table.wiki-table3 th, table.wiki-table3 td.hl1, table.wikitable3 th.hl1 { | table.wiki-table3 th, table.wiki-table3 td.hl1, table.wikitable3 th.hl1 { | ||
background: #f8f6eb; | |||
padding: 0.35em 0.5em; | |||
color: #000; | |||
text-align: left; | |||
position: relative; | |||
} | } | ||
table.wikitable3 td.hl2, table.wikitable3 th.hl2, | table.wikitable3 td.hl2, table.wikitable3 th.hl2, | ||
table.wiki-table3 td.hl2, table.wiki-table3 th.hl2 { | table.wiki-table3 td.hl2, table.wiki-table3 th.hl2 { | ||
background: #fff; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.wikitable3 td.hl3, table.wikitable3 th.hl3, | table.wikitable3 td.hl3, table.wikitable3 th.hl3, | ||
table.wiki-table3 td.hl3, table.wiki-table3 th.hl3 { | table.wiki-table3 td.hl3, table.wiki-table3 th.hl3 { | ||
background: #ebf5f8; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.wikitable3 caption, | table.wikitable3 caption, | ||
table.wiki-table3 caption { | table.wiki-table3 caption { | ||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | } | ||
table.wikitable3 td, | table.wikitable3 td, | ||
table.wiki-table3 td { | table.wiki-table3 td { | ||
vertical-align: top; | |||
} | } | ||
table.wikitable3 td .perm, | table.wikitable3 td .perm, | ||
table.wiki-table3 td .perm { | table.wiki-table3 td .perm { | ||
vertical-align: top; | |||
font-family: courier,sans-serif; | |||
} | } | ||
table.wikitable3 td:nth-child(even), table.wiki-table3 td:nth-child(even) { | table.wikitable3 td:nth-child(even), table.wiki-table3 td:nth-child(even) { | ||
background: #f7f7f7; | |||
} | } | ||
/* | /* | ||
table.wikitable3 tr:hover td, table.wiki-table3 tr:hover td { | table.wikitable3 tr:hover td, table.wiki-table3 tr:hover td { | ||
background: #f5fafc; | |||
-webkit-transition: all .1s; | |||
-moz-transition: all .1s; | |||
-o-transition: all .1s; | |||
transition: all .1s; | |||
}*/ | }*/ | ||
table.wikitable3 tr:hover td:nth-child(even), table.wiki-table3 tr:hover td:nth-child(even) { | table.wikitable3 tr:hover td:nth-child(even), table.wiki-table3 tr:hover td:nth-child(even) { | ||
background: #eaf3f7; | |||
} | } | ||
/* | /*Chronologie */ | ||
table.chronologie, | table.chronologie, | ||
table.chrono { | table.chrono { | ||
margin: 1em -2px 1em -2px; | |||
background: #fff; | |||
border: 0; | |||
border-collapse: separate; | |||
empty-cells: show; | |||
border-spacing: 1px; | |||
border: 0; | |||
} | } | ||
table.chronologie th, table.chronologie td, | table.chronologie th, table.chronologie td, | ||
table.chrono th, table.chrono td { | table.chrono th, table.chrono td { | ||
border: 0; | |||
border-bottom: 1px solid #D2D2D2; | |||
padding: 0.35em 0.5em; | |||
} | } | ||
table.chronologie th, table.chronologie td.hl1, table.chronologie th.hl1, | table.chronologie th, table.chronologie td.hl1, table.chronologie th.hl1, | ||
table.chrono th, table.chrono td.hl1, table.chronologie th.hl1 { | table.chrono th, table.chrono td.hl1, table.chronologie th.hl1 { | ||
background: #2D2D2D; | |||
padding: 0.35em 0.5em; | |||
color: #fff; | |||
text-align: left; | |||
position: relative; | |||
} | } | ||
table.chronologie td.hl2, table.chronologie th.hl2, | table.chronologie td.hl2, table.chronologie th.hl2, | ||
table.chrono td.hl2, table.chrono th.hl2 { | table.chrono td.hl2, table.chrono th.hl2 { | ||
background: #fff; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #ccc; | |||
border-top: 0; | |||
} | } | ||
table.chronologie td.hl3, table.chronologie th.hl3, | table.chronologie td.hl3, table.chronologie th.hl3, | ||
table.chrono td.hl3, table.chrono th.hl3 { | table.chrono td.hl3, table.chrono th.hl3 { | ||
background: #ebf5f8; | |||
color: #444; | |||
text-align: center; | |||
border: 1px solid #D2D2D2; | |||
border-top: 0; | |||
} | } | ||
table.chronologie caption, | table.chronologie caption, | ||
table.chrono caption { | table.chrono caption { | ||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | } | ||
table.chronologie td, | table.chronologie td, | ||
table.chrono td { | table.chrono td { | ||
vertical-align: top; | |||
} | } | ||
table.chronologie td:nth-child(even), table.chrono td:nth-child(even) { | table.chronologie td:nth-child(even), table.chrono td:nth-child(even) { | ||
background: #fbfbfb; | |||
} | } | ||
table.chronologie tr:hover td, table.chrono tr:hover td { | table.chronologie tr:hover td, table.chrono tr:hover td { | ||
background: #f5fafc; | |||
-webkit-transition: all .1s; | |||
-moz-transition: all .1s; | |||
-o-transition: all .1s; | |||
transition: all .1s; | |||
} | } | ||
table.chronologie tr:hover td:nth-child(even), table.chrono tr:hover td:nth-child(even) { | table.chronologie tr:hover td:nth-child(even), table.chrono tr:hover td:nth-child(even) { | ||
background: #eaf3f7; | |||
} | } | ||
Ligne 374 : | Ligne 408 : | ||
.infobox { | .infobox { | ||
background: #EEE; /* couleur correspondant aux titres / colonne de gauche, th */ | |||
color: #000; | |||
float: right; | |||
clear: right; | |||
font-size: 95%; | |||
border-collapse: collapse; | |||
margin: 0 0 .5em 1em; | |||
width: 250px; | |||
} | } | ||
/* monobookocentré debut | /* monobookocentré debut*/ | ||
.infobox caption { | .infobox caption { | ||
background: #C0C0C0; | |||
border-left: 1px solid #AAA; | |||
border-top: 1px solid #AAA; | |||
border-right: 1px solid #AAA; | |||
padding: .2em; | |||
margin-left: .57em; | |||
font-weight: bolder; | |||
text-align: center; | |||
color: #FFF; | |||
font-size: 160%; | |||
} | } | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
vertical-align: middle; | |||
border: 1px solid #AAA; | |||
padding: .2em .2em .2em .5em; | |||
} | } | ||
.infobox td { | .infobox td { | ||
text-align: center; | |||
background: #F9F9F9; | |||
} | } | ||
.infobox th { | .infobox th { | ||
font-weight: normal; | |||
text-align: left; | |||
} | } | ||
.infobox .infoboximage { | .infobox .infoboximage { | ||
/* emplacement pour les photos et une description */ | |||
background: #FFF; | |||
padding: 0; | |||
margin-top: 0; | |||
color: #000; | |||
text-align: center; | |||
} | } | ||
.infobox .infoboxsoustitre { | .infobox .infoboxsoustitre { | ||
/* sous-titre */ | |||
color: #000; | |||
font-weight: bold; | |||
font-size: 115%; | |||
line-height: 2; | |||
text-align: center; | |||
} | } | ||
.infobox dl { | .infobox dl { | ||
clear: both | |||
} | } | ||
.infobox dt { | .infobox dt { | ||
float: left; | |||
clear: left; | |||
width: 35%; | |||
} | } | ||
.infobox dd { | .infobox dd { | ||
margin-left: 40% | |||
} | } | ||
Ligne 452 : | Ligne 486 : | ||
.infobox_v2 { | .infobox_v2 { | ||
/* monobookocentré debut */ | |||
background: #f9f9f9; | |||
color: #000; | |||
font-size: 90%; | |||
line-height: 1.1em; | |||
float: right; | |||
clear: right; | |||
/* haut droite bas gauche */ | |||
margin: 0 0 .5em 1em; | |||
width: 300px; | |||
-webkit-border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
border-radius: 0.3em; | |||
border: 1px solid #CCC; | |||
box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1); | |||
padding: 0.1em; | |||
} | } | ||
.infobox_v2 th { | .infobox_v2 th { | ||
vertical-align: super; | |||
text-align: left; | |||
} | } | ||
.infobox_v2 .entete { | .infobox_v2 .entete { | ||
height: 45px; | |||
vertical-align: middle; | |||
text-align: center; | |||
font-size: 150%; | |||
font-weight: bolder; | |||
line-height: 1.2em; | |||
color: #000; | |||
} | } | ||
.infobox_v2 .media { | .infobox_v2 .media { | ||
/* css V2 pour [[Modèle: Son]], etc. */; | |||
height: 35px; | |||
vertical-align: middle; | |||
text-align: center; | |||
font-weight: bolder; | |||
color: #000; | |||
} | } | ||
Ligne 499 : | Ligne 533 : | ||
.entete.construction { | .entete.construction { | ||
background: #03576C url('//nefald.fr/wiki/images/e/ea/entete_construction.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.plugin { | .entete.plugin { | ||
background: #FDB600 url('//nefald.fr/wiki/images/6/67/entete_plugin.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.joueur { | .entete.joueur { | ||
background: #0072B1 url('//nefald.fr/wiki/images/5/56/entete_joueur.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.personnage { | .entete.personnage { | ||
background: #0072B1 url('//nefald.fr/wiki/images/f/f4/entete_personnage.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.grade { | .entete.grade { | ||
background: #3AACCA url('//nefald.fr/wiki/images/2/2b/entete_grade.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.guilde { | .entete.guilde { | ||
background: #FF2D07 url('//nefald.fr/wiki/images/2/2f/entete_guilde.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.ville { | .entete.ville { | ||
background-image: #026B84 url('//nefald.fr/wiki/images/3/3e/entete_ville.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.monde { | .entete.monde { | ||
background:#82C300 url('//nefald.fr/wiki/images/7/71/entete_monde.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.logiciel { | .entete.logiciel { | ||
background: #963DC7 url('//nefald.fr/wiki/images/e/e2/entete_logiciel.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.mod { | .entete.mod { | ||
background: #FFD644 url('//nefald.fr/wiki/images/0/0d/entete_mod.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.territoire { | .entete.territoire { | ||
background: #578103 url('//nefald.fr/wiki/images/6/60/entete_territoire.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.application.mobile { | .entete.application.mobile { | ||
background: #A4C639 url('//nefald.fr/wiki/images/1/16/entete_application_mobile.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.schematic { | .entete.schematic { | ||
background: #596DDB url('//nefald.fr/wiki/images/f/f5/entete_schematic.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.roleplay { | .entete.roleplay { | ||
background: #1E5C97 url('//nefald.fr/wiki/images/f/fe/entete_roleplay.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.tutoriel { | .entete.tutoriel { | ||
background: #488BDD url('//nefald.fr/wiki/images/e/e5/entete_tutoriel.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.metier { | .entete.metier { | ||
background: #7BAFFF url('//nefald.fr/wiki/images/e/e4/entete_metier.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
.entete.divinite { | .entete.divinite { | ||
background: #012946 url('//nefald.fr/wiki/images/4/45/entete_divinite.png') no-repeat top right; | |||
width:100%; | |||
height:60px; | |||
} | } | ||
Ligne 623 : | Ligne 641 : | ||
input { | input { | ||
font: inherit; | |||
font-size: 10pt; | |||
margin: 0; | |||
line-height: 1; | |||
} | } | ||
input[type='text'], input[type='password'], input:not([type]) { | input[type='text'], input[type='password'], input:not([type]) { | ||
font: inherit; | |||
font-size: 10pt; | |||
background: #fff; | |||
padding: 4px; | |||
border: 1px solid #aaa; | |||
-webkit-transition: border-color .2s; | |||
-moz-transition: border .2s; | |||
-o-transition: border-color .2s; | |||
transition: border-color .2s; | |||
line-height: 1; | |||
} | } | ||
input[type='text']:hover, input[type='password']:hover, input#searchInput:hover { | input[type='text']:hover, input[type='password']:hover, input#searchInput:hover { | ||
border-color: #999; | |||
} | } | ||
input[type='text']:focus, input[type='password']:focus, input#searchInput:focus { | input[type='text']:focus, input[type='password']:focus, input#searchInput:focus { | ||
outline: 0; | |||
border-color: #a7d7f9; | |||
box-shadow: 0 0 0.3em #999; | |||
} | } | ||
button, input[type='button'], input[type='submit'] { | button, input[type='button'], input[type='submit'] { | ||
font: inherit; | |||
display: inline-block; | |||
-webkit-transition: border-color .2s; | |||
-moz-transition: border .2s; | |||
-o-transition: border-color .2s; | |||
transition: border-color .2s; | |||
background: #f3f3f3; | |||
background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1)); | |||
background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1)); | |||
border: solid 1px #ccc; | |||
border-radius: 2px; | |||
margin: 0.3em 0; | |||
padding: 6px 10px; | |||
cursor: pointer; | |||
font-size: 10pt; | |||
line-height: 1; | |||
} | } | ||
button:hover, input[type='button']:hover, input[type='submit']:hover { | button:hover, input[type='button']:hover, input[type='submit']:hover { | ||
text-decoration: none; | |||
border-color: #a7d7f9; | |||
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); | |||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); | |||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); | |||
} | } | ||
Ligne 679 : | Ligne 697 : | ||
.buttons a, .buttons a:link, .buttons a:visited { | .buttons a, .buttons a:link, .buttons a:visited { | ||
display: block; | |||
margin: 15px 0 15px 0; | |||
text-decoration: none; | |||
color: #fff; | |||
position: relative; | |||
padding: 10px 20px; | |||
padding-right: 45px; | |||
background: #a50000; | |||
border-radius: 5px; | |||
box-shadow: inset 0px 1px 0px #ff838e, 0px 5px 0px 0px #581a27, 0px 7px 5px #999; | |||
font-weight: bold; | |||
font-size: 120%; | |||
-moz-transition-property: background; | |||
-moz-transition-duration: 0.5s; | |||
-webkit-transition-property: background; | |||
-webkit-transition-duration: 0.5s; | |||
-o-transition-property: background; | |||
-o-transition-duration: 0.5s; | |||
border: 0; | |||
max-width: 240px; | |||
} | } | ||
.buttons a:hover { | .buttons a:hover { | ||
background: #d70014; | |||
box-shadow: inset 0px 1px 0px #ff838e, 0px 5px 0px 0px #96000e, 0px 7px 5px #999; | |||
} | } | ||
.buttons a:active { | .buttons a:active { | ||
top: 3px; | |||
background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%); | |||
box-shadow: inset 0px 1px 0px #ff838e, 0px 2px 0px 0px #612127, 0px 5px 3px #999; | |||
} | } | ||
.buttons a::before { | .buttons a::before { | ||
background-color: #7e1b24; | |||
background-image: url(/images/button_arrow.png); | |||
background-repeat: no-repeat; | |||
background-position: center center; | |||
content: ""; | |||
width: 20px; | |||
height: 20px; | |||
position: absolute; | |||
right: 15px; | |||
top: 50%; | |||
margin-top: -9px; | |||
border-radius: 50%; | |||
box-shadow: inset 0px 1px 0px #19120f, 0px 1px 0px #827066; | |||
} | } | ||
.buttons a:active::before { | .buttons a:active::before { | ||
top: 50%; | |||
margin-top: -12px; | |||
box-shadow: inset 0px 1px 0px #ff838e, 0px 3px 0px #612127, 0px 6px 3px #34090d; | |||
} | } | ||
.buttons a img { | .buttons a img { | ||
vertical-align: middle; | |||
} | } | ||
h2 { | h2 { | ||
font-family: 'Helvetica', Arial, sans-serif; | |||
font-size: 1.5em; | |||
font-weight: bold; | |||
margin: 1.6em 0 1em 0; | |||
padding: 0 0 0.2em 0; | |||
border-bottom: 1px solid #ccc; | |||
color: #555; | |||
} | } | ||
h3 { | h3 { | ||
font-family: 'Helvetica', Arial, sans-serif; | |||
margin: 1.1em 0 0.4em 0; | |||
} | } | ||
Ligne 753 : | Ligne 771 : | ||
div.boite-a-droite { | div.boite-a-droite { | ||
display: table; | |||
clear: right; | |||
float: right; | |||
margin: 1em 0 1em 1em; | |||
width: 20em; | |||
position: relative;/* pour les images manuelles */ | |||
border-style: solid; | |||
border-width: 1px; | |||
padding: 4px; | |||
text-align: left; | |||
-webkit-border-radius: 0.3em; | |||
-moz-border-radius: 0.3em; | |||
border-radius: 0.3em; | |||
border: 1px solid #CCC; | |||
box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.1); | |||
padding: 0.1em; | |||
} | } | ||
.boite-sans-fond { | .boite-sans-fond { | ||
border-color: #aaa;/* comme boite-grise */ | |||
} | } | ||
.boite-grise { | .boite-grise { | ||
border-color: #aaa; | |||
background-color: #F9F9F9; | |||
} | } | ||
.boite-jaune { | .boite-jaune { | ||
border-color: #aaa; | |||
background-color: #FFE998; | |||
} | } | ||
.boite-bleu { | .boite-bleu { | ||
border-color: #aaa; | |||
background-color: #EFF6FA; | |||
} | } | ||
Ligne 811 : | Ligne 829 : | ||
ul { | ul { | ||
/* @embed */ | |||
list-style-image: none!important; | |||
} | } | ||
Ligne 819 : | Ligne 837 : | ||
table.navbox { | table.navbox { | ||
background: #F9F9F9; | |||
border: 1px solid #AAA; | |||
clear: both; | |||
font-size: 90%; | |||
margin: 1em 0 0; | |||
padding: 2px; | |||
text-align: center; | |||
width: 100%; | |||
} | } | ||
table.navbox th { | |||
background: #CCF; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | } | ||
table.navbox td.group { | |||
background: #DDF; | |||
vertical-align: middle; | |||
width: 150px; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
font-weight: bold; | |||
} | } | ||
table.navbox td.list { | |||
text-align: left | |||
} | } | ||
table.navbox td.even { | |||
background: #EEF | |||
} | } | ||
table.navbox td.banner { | |||
background: #DDF; | |||
vertical-align: middle; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | } | ||
Ligne 862 : | Ligne 880 : | ||
div.navbox_group { | div.navbox_group { | ||
border: 1px solid #aaaaaa; | |||
margin-top: 15px; | |||
} | } | ||
div.navbox_group table.navbox { | |||
border: 0; | |||
margin: 0; | |||
} | } | ||
Ligne 875 : | Ligne 893 : | ||
.navboxToggle, | .navboxToggle, | ||
.NavToggle { | .NavToggle { | ||
font-size: 90%; | |||
font-weight: normal; | |||
float: right !important; | |||
min-width: 6em; | |||
} | } | ||
Ligne 885 : | Ligne 903 : | ||
div.article-detail { | div.article-detail { | ||
border-color: #e7e7e7; | |||
background-color: #fdfdfd; | |||
display: block; | |||
/* Pour le [[modèle: Article détaillé]] et autres */ | |||
margin: 0 0 .7em 2em; | |||
font-size: 95%; | |||
overflow: hidden; | |||
border-style: solid; | |||
border-width: 1px 0; | |||
padding: 2px 0 1px 4px; | |||
text-align: left; | |||
} | } | ||
Ligne 901 : | Ligne 919 : | ||
/* Turn a list into a tree view style (See [[.minecraft]]) */ | /* Turn a list into a tree view style (See [[.minecraft]]) */ | ||
.treeview { | .treeview { | ||
margin-top: 0.3em; | |||
} | } | ||
.treeview ul, | .treeview ul, | ||
.treeview li { | .treeview li { | ||
margin: 0; | |||
padding: 0; | |||
list-style-type: none; | |||
list-style-image: none; | |||
} | } | ||
.treeview li { | .treeview li { | ||
display: table; | |||
} | } | ||
.treeview li li { | .treeview li li { | ||
position: relative; | |||
padding-left: 13px; | |||
margin-left: 7px; | |||
border-left: 1px solid #636363; | |||
} | } | ||
.treeview li li:before { | .treeview li li:before { | ||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 11px; | |||
height: 11px; | |||
border-bottom: 1px solid #636363; | |||
} | } | ||
.treeview li li.first:before { | .treeview li li.first:before { | ||
border-color: #636363; | |||
border-style: solid; | |||
border-width: 1px 0 0 1px; | |||
height: 100%; | |||
margin-top: 11px; | |||
width: 10px; | |||
} | } | ||
.treeview li li.first, | .treeview li li.first, | ||
.treeview li li:last-child { | .treeview li li:last-child { | ||
border: 0; | |||
padding-left: 14px; | |||
} | } | ||
.treeview li li:last-child:before { | .treeview li li:last-child:before { | ||
border-left: 1px solid #636363; | |||
width: 10px; | |||
} | } | ||
Ligne 955 : | Ligne 973 : | ||
/* blockquote */ | /* blockquote */ | ||
blockquote { | blockquote { | ||
background: #F3F8FB; | |||
border-left: 10px solid #A7D7F9; | |||
margin: 1.5em 10px; | |||
padding: 0.5em 10px; | |||
quotes: "\201C""\201D""\2018""\2019"; | |||
} | } | ||
blockquote:before { | blockquote:before { | ||
color: #ccc!important; | |||
content: open-quote; | |||
font-size: 4em; | |||
line-height: 0.1em; | |||
margin-right: 0.25em; | |||
vertical-align: -0.4em; | |||
} | } | ||
blockquote p { | blockquote p { | ||
display: inline; | |||
} | } | ||
Ligne 977 : | Ligne 995 : | ||
------------------------------- */ | ------------------------------- */ | ||
.ns-talk dl, .ns-talk dl dl dl, .ns-talk dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl { | .ns-talk dl, .ns-talk dl dl dl, .ns-talk dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl { | ||
background: none repeat scroll 0% 0% #F5FAFF; | |||
} | } | ||
.ns-talk dl { | .ns-talk dl { | ||
border-top: 1px solid #A7D7F9; | |||
border-left: 1px solid #A7D7F9; | |||
padding-top: 0.5em; | |||
padding-left: 0.5em; | |||
margin-left: 1em; | |||
} | } | ||
Ligne 990 : | Ligne 1 008 : | ||
/** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */ | /** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */ | ||
.mw-charinsert-buttons { | .mw-charinsert-buttons { | ||
margin-top: 10px; | |||
border: 1px solid #aaaaaa; | |||
padding: 1px; | |||
text-align: center; | |||
font-size: 110%; | |||
} | } | ||
.mw-charinsert-buttons a { | .mw-charinsert-buttons a { | ||
color: black; | |||
background-color: #cde !important; | |||
font-weight: bold; | |||
font-size: .9em; | |||
text-decoration: none; | |||
border: thin #069 outset; | |||
padding: 0 .1em .1em; | |||
} | } | ||
.mw-charinsert-buttons a:hover, | .mw-charinsert-buttons a:hover, | ||
.mw-charinsert-buttons a:active { | .mw-charinsert-buttons a:active { | ||
background-color: #bcd; | |||
border-style: inset; | |||
} | } | ||
.client-js .mw-edittools-section { | .client-js .mw-edittools-section { | ||
display: inline; | |||
} | } | ||
.client-js .mw-edittools-section input[type="button"] { | .client-js .mw-edittools-section input[type="button"] { | ||
font-size: 0.9em; | |||
padding-left: 1px; | |||
padding-right: 1px; | |||
margin-left: 1px; | |||
} | } | ||
Ligne 1 023 : | Ligne 1 041 : | ||
/* List nolist */ | /* List nolist */ | ||
#nolist li { | #nolist li { | ||
list-style-type:none; | |||
} | } |
Version du 7 décembre 2015 à 11:51
/* Le CSS placé ici sera appliqué à tous les habillages. */ body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; } body { background-color: #FCFDFD;} /* Couleurs des liens */ a {color:#0a7cc8; text-decoration: none;} a:hover {color:#181D2E;text-decoration: none;} a:active{color:#4E8DAF;} a:visited {color:#0a7cc8;text-decoration: none;} .new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;} /* Menu de gauche */ #mw-panel li a {color: #CB4627!important;text-decoration:none!important; font-size:1.1em;} #mw-panel li a:hover {color:#2d2d2d!important;} /* Onglet du content */ vectorTabs a {color:#099DFF; text-decoration: none;} div.vectorTabs li a:hover {color:#4D4D4D;text-decoration: none;} div.vectorTabs li a:active{color:#4E8DAF;} div.vectorTabs li a:visited {color:#4E8DAF;text-decoration: none;} div.vectorTabs li.new a {color:#CB4627/*#FFCE7B*/; font-weight:italic;} div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color:#4E8DAF;} div.vectorMenu li a, div.vectorMenu li a{color:#4E8DAF!important;} /* Discussion */ /* Pseudo NS Special (light grey) */ .ns--2 #content { background-color: #f4f4f4; } .ns--2 div.thumb { border-color: #f4f4f4; } /* NS Project + Project_talk (light sky blue) */ .ns-4 #content, .ns-5 #content { background-color: #f8fcff; } .ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } /* NS MediaWiki + MediaWiki_talk (light grey) */ .ns-8 #content, .ns-9 #content { background-color: #f4f4f4; } .ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } /* NS Manual + Manual_talk (light bluish violet) */ .ns-100 #content, .ns-101 #content { background-color: #f3f3ff; } .ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; } /* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */ .ns-12 #content { border-right: none; background-repeat: no-repeat; background-position: right top; } .ns-12 #bodyContent { background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png); background-repeat: no-repeat; /* @noflip */ background-position: right 5em; } /* Tableau */ table.wikitable { margin: 1em 1em 1em 0; background-color: #EFF6FA; border: 1px #AAA solid; border-collapse: collapse; color: black; -webkit-border-radius: 0.3em!important; -moz-border-radius: 0.3em!important; border-radius: 0.3em!important; border: 1px solid #CCC; box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1); } table.wikitable th, table.wikitable td, table.wiki-table th, table.wiki-table td { border: 0; border-bottom: 1px solid #ccc; padding: 0.35em 0.5em; } table.wikitable th, table.wikitable td.hl1, table.wikitable th.hl1, table.wiki-table th, table.wiki-table td.hl1, table.wikitable th.hl1 { background: #F8F6EB; padding: 0.35em 0.5em; color: #000; text-align: left; border-radius: 0.3em; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; text-shadow: none; border: 1px solid #ccc; box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); position: relative; } table.wikitable td.hl2, table.wikitable th.hl2, table.wiki-table td.hl2, table.wiki-table th.hl2 { background: #fff; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.wikitable td.hl3, table.wikitable th.hl3, table.wiki-table td.hl3, table.wiki-table th.hl3 { background: #ebf5f8; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.wikitable caption, table.wiki-table caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.wikitable td, table.wiki-table td { vertical-align: top; } table.wikitable td:nth-child(even), table.wiki-table td:nth-child(even) { background: #f7f7f7; } table.wikitable tr:hover td, table.wiki-table tr:hover td { background: #f5fafc; -webkit-transition: all .1s; -moz-transition: all .1s; -o-transition: all .1s; transition: all .1s; } table.wikitable tr:hover td:nth-child(even), table.wiki-table tr:hover td:nth-child(even) { background: #eaf3f7; } /* Table 2 From sk89q */ table.wikitable2, table.wiki-table2 { margin: 1em -2px 1em -2px; background: #fff; border: 0; border-collapse: separate; empty-cells: show; border-spacing: 1px; border: 0; border-radius: 0.3em; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; } table.wikitable2 th, table.wikitable2 td, table.wiki-table2 th, table.wiki-table2 td { border: 0; border-bottom: 1px solid #ccc; padding: 0.35em 0.5em; } table.wikitable2 th, table.wikitable2 td.hl1, table.wikitable2 th.hl1, table.wiki-table2 th, table.wiki-table2 td.hl1, table.wikitable2 th.hl1 { background: #f8f6eb; padding: 0.35em 0.5em; color: #000; text-align: left; border-radius: 0.3em; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; position: relative; } table.wikitable2 td.hl2, table.wikitable2 th.hl2, table.wiki-table2 td.hl2, table.wiki-table2 th.hl2 { background: #fff; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.wikitable2 td.hl3, table.wikitable2 th.hl3, table.wiki-table2 td.hl3, table.wiki-table2 th.hl3 { background: #ebf5f8; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.wikitable2 caption, table.wiki-table2 caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.wikitable2 td, table.wiki-table2 td { vertical-align: top; } table.wikitable2 td:nth-child(even), table.wiki-table2 td:nth-child(even) { background: #f7f7f7; } table.wikitable2 tr:hover td, table.wiki-table2 tr:hover td { background: #f5fafc; -webkit-transition: all .1s; -moz-transition: all .1s; -o-transition: all .1s; transition: all .1s; } table.wikitable2 tr:hover td:nth-child(even), table.wiki-table2 tr:hover td:nth-child(even) { background: #eaf3f7; } /* ---- wikitable3 ---- */ table.wikitable3, table.wiki-table3 { margin: 1em -2px 1em -2px; background: #fff; border: 0; border-collapse: separate; empty-cells: show; border-spacing: 1px; border: 0; font-family: "Courier 10 Pitch",monospace,sans-serif; } table.wikitable3 th, table.wikitable3 td, table.wiki-table3 th, table.wiki-table3 td { border: 0; border-bottom: 1px solid #ccc; padding: 0.35em 0.5em; } table.wikitable3 th, table.wikitable3 td.hl1, table.wikitable3 th.hl1, table.wiki-table3 th, table.wiki-table3 td.hl1, table.wikitable3 th.hl1 { background: #f8f6eb; padding: 0.35em 0.5em; color: #000; text-align: left; position: relative; } table.wikitable3 td.hl2, table.wikitable3 th.hl2, table.wiki-table3 td.hl2, table.wiki-table3 th.hl2 { background: #fff; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.wikitable3 td.hl3, table.wikitable3 th.hl3, table.wiki-table3 td.hl3, table.wiki-table3 th.hl3 { background: #ebf5f8; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.wikitable3 caption, table.wiki-table3 caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.wikitable3 td, table.wiki-table3 td { vertical-align: top; } table.wikitable3 td .perm, table.wiki-table3 td .perm { vertical-align: top; font-family: courier,sans-serif; } table.wikitable3 td:nth-child(even), table.wiki-table3 td:nth-child(even) { background: #f7f7f7; } /* table.wikitable3 tr:hover td, table.wiki-table3 tr:hover td { background: #f5fafc; -webkit-transition: all .1s; -moz-transition: all .1s; -o-transition: all .1s; transition: all .1s; }*/ table.wikitable3 tr:hover td:nth-child(even), table.wiki-table3 tr:hover td:nth-child(even) { background: #eaf3f7; } /*Chronologie */ table.chronologie, table.chrono { margin: 1em -2px 1em -2px; background: #fff; border: 0; border-collapse: separate; empty-cells: show; border-spacing: 1px; border: 0; } table.chronologie th, table.chronologie td, table.chrono th, table.chrono td { border: 0; border-bottom: 1px solid #D2D2D2; padding: 0.35em 0.5em; } table.chronologie th, table.chronologie td.hl1, table.chronologie th.hl1, table.chrono th, table.chrono td.hl1, table.chronologie th.hl1 { background: #2D2D2D; padding: 0.35em 0.5em; color: #fff; text-align: left; position: relative; } table.chronologie td.hl2, table.chronologie th.hl2, table.chrono td.hl2, table.chrono th.hl2 { background: #fff; color: #444; text-align: center; border: 1px solid #ccc; border-top: 0; } table.chronologie td.hl3, table.chronologie th.hl3, table.chrono td.hl3, table.chrono th.hl3 { background: #ebf5f8; color: #444; text-align: center; border: 1px solid #D2D2D2; border-top: 0; } table.chronologie caption, table.chrono caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.chronologie td, table.chrono td { vertical-align: top; } table.chronologie td:nth-child(even), table.chrono td:nth-child(even) { background: #fbfbfb; } table.chronologie tr:hover td, table.chrono tr:hover td { background: #f5fafc; -webkit-transition: all .1s; -moz-transition: all .1s; -o-transition: all .1s; transition: all .1s; } table.chronologie tr:hover td:nth-child(even), table.chrono tr:hover td:nth-child(even) { background: #eaf3f7; } /* Code PRE TT (pour les commandes) */ code { margin: 0 2px; padding: 3px 5px; white-space: nowrap; border: 1px solid #EAEAEA; background-color: #F8F6EB; border-radius: 3px; } pre, code, tt { font-size: 12px; font-family: Consolas, "Liberation Mono", Courier, monospace; } li { margin: 5px; } /* Infobox --------------------- */ .infobox { background: #EEE; /* couleur correspondant aux titres / colonne de gauche, th */ color: #000; float: right; clear: right; font-size: 95%; border-collapse: collapse; margin: 0 0 .5em 1em; width: 250px; } /* monobookocentré debut*/ .infobox caption { background: #C0C0C0; border-left: 1px solid #AAA; border-top: 1px solid #AAA; border-right: 1px solid #AAA; padding: .2em; margin-left: .57em; font-weight: bolder; text-align: center; color: #FFF; font-size: 160%; } .infobox th, .infobox td { vertical-align: middle; border: 1px solid #AAA; padding: .2em .2em .2em .5em; } .infobox td { text-align: center; background: #F9F9F9; } .infobox th { font-weight: normal; text-align: left; } .infobox .infoboximage { /* emplacement pour les photos et une description */ background: #FFF; padding: 0; margin-top: 0; color: #000; text-align: center; } .infobox .infoboxsoustitre { /* sous-titre */ color: #000; font-weight: bold; font-size: 115%; line-height: 2; text-align: center; } .infobox dl { clear: both } .infobox dt { float: left; clear: left; width: 35%; } .infobox dd { margin-left: 40% } /* Infobox v2 --------------------- */ .infobox_v2 { /* monobookocentré debut */ background: #f9f9f9; color: #000; font-size: 90%; line-height: 1.1em; float: right; clear: right; /* haut droite bas gauche */ margin: 0 0 .5em 1em; width: 300px; -webkit-border-radius: 0.3em; -moz-border-radius: 0.3em; border-radius: 0.3em; border: 1px solid #CCC; box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1); padding: 0.1em; } .infobox_v2 th { vertical-align: super; text-align: left; } .infobox_v2 .entete { height: 45px; vertical-align: middle; text-align: center; font-size: 150%; font-weight: bolder; line-height: 1.2em; color: #000; } .infobox_v2 .media { /* css V2 pour [[Modèle: Son]], etc. */; height: 35px; vertical-align: middle; text-align: center; font-weight: bolder; color: #000; } /* ENTETES INFOBOXES --------------------------------------------*/ .entete.construction { background: #03576C url('//nefald.fr/wiki/images/e/ea/entete_construction.png') no-repeat top right; width:100%; height:60px; } .entete.plugin { background: #FDB600 url('//nefald.fr/wiki/images/6/67/entete_plugin.png') no-repeat top right; width:100%; height:60px; } .entete.joueur { background: #0072B1 url('//nefald.fr/wiki/images/5/56/entete_joueur.png') no-repeat top right; width:100%; height:60px; } .entete.personnage { background: #0072B1 url('//nefald.fr/wiki/images/f/f4/entete_personnage.png') no-repeat top right; width:100%; height:60px; } .entete.grade { background: #3AACCA url('//nefald.fr/wiki/images/2/2b/entete_grade.png') no-repeat top right; width:100%; height:60px; } .entete.guilde { background: #FF2D07 url('//nefald.fr/wiki/images/2/2f/entete_guilde.png') no-repeat top right; width:100%; height:60px; } .entete.ville { background-image: #026B84 url('//nefald.fr/wiki/images/3/3e/entete_ville.png') no-repeat top right; width:100%; height:60px; } .entete.monde { background:#82C300 url('//nefald.fr/wiki/images/7/71/entete_monde.png') no-repeat top right; width:100%; height:60px; } .entete.logiciel { background: #963DC7 url('//nefald.fr/wiki/images/e/e2/entete_logiciel.png') no-repeat top right; width:100%; height:60px; } .entete.mod { background: #FFD644 url('//nefald.fr/wiki/images/0/0d/entete_mod.png') no-repeat top right; width:100%; height:60px; } .entete.territoire { background: #578103 url('//nefald.fr/wiki/images/6/60/entete_territoire.png') no-repeat top right; width:100%; height:60px; } .entete.application.mobile { background: #A4C639 url('//nefald.fr/wiki/images/1/16/entete_application_mobile.png') no-repeat top right; width:100%; height:60px; } .entete.schematic { background: #596DDB url('//nefald.fr/wiki/images/f/f5/entete_schematic.png') no-repeat top right; width:100%; height:60px; } .entete.roleplay { background: #1E5C97 url('//nefald.fr/wiki/images/f/fe/entete_roleplay.png') no-repeat top right; width:100%; height:60px; } .entete.tutoriel { background: #488BDD url('//nefald.fr/wiki/images/e/e5/entete_tutoriel.png') no-repeat top right; width:100%; height:60px; } .entete.metier { background: #7BAFFF url('//nefald.fr/wiki/images/e/e4/entete_metier.png') no-repeat top right; width:100%; height:60px; } .entete.divinite { background: #012946 url('//nefald.fr/wiki/images/4/45/entete_divinite.png') no-repeat top right; width:100%; height:60px; } /* SK89Q'S WIKI wiki.sk89q.com - I LOVE IT! */ input { font: inherit; font-size: 10pt; margin: 0; line-height: 1; } input[type='text'], input[type='password'], input:not([type]) { font: inherit; font-size: 10pt; background: #fff; padding: 4px; border: 1px solid #aaa; -webkit-transition: border-color .2s; -moz-transition: border .2s; -o-transition: border-color .2s; transition: border-color .2s; line-height: 1; } input[type='text']:hover, input[type='password']:hover, input#searchInput:hover { border-color: #999; } input[type='text']:focus, input[type='password']:focus, input#searchInput:focus { outline: 0; border-color: #a7d7f9; box-shadow: 0 0 0.3em #999; } button, input[type='button'], input[type='submit'] { font: inherit; display: inline-block; -webkit-transition: border-color .2s; -moz-transition: border .2s; -o-transition: border-color .2s; transition: border-color .2s; background: #f3f3f3; background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1)); background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F5F5F5), to(#F1F1F1)); border: solid 1px #ccc; border-radius: 2px; margin: 0.3em 0; padding: 6px 10px; cursor: pointer; font-size: 10pt; line-height: 1; } button:hover, input[type='button']:hover, input[type='submit']:hover { text-decoration: none; border-color: #a7d7f9; -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } /* Button */ .buttons a, .buttons a:link, .buttons a:visited { display: block; margin: 15px 0 15px 0; text-decoration: none; color: #fff; position: relative; padding: 10px 20px; padding-right: 45px; background: #a50000; border-radius: 5px; box-shadow: inset 0px 1px 0px #ff838e, 0px 5px 0px 0px #581a27, 0px 7px 5px #999; font-weight: bold; font-size: 120%; -moz-transition-property: background; -moz-transition-duration: 0.5s; -webkit-transition-property: background; -webkit-transition-duration: 0.5s; -o-transition-property: background; -o-transition-duration: 0.5s; border: 0; max-width: 240px; } .buttons a:hover { background: #d70014; box-shadow: inset 0px 1px 0px #ff838e, 0px 5px 0px 0px #96000e, 0px 7px 5px #999; } .buttons a:active { top: 3px; background-image: linear-gradient(bottom, rgb(62,51,46) 100%, rgb(101,86,78) 0%); box-shadow: inset 0px 1px 0px #ff838e, 0px 2px 0px 0px #612127, 0px 5px 3px #999; } .buttons a::before { background-color: #7e1b24; background-image: url(/images/button_arrow.png); background-repeat: no-repeat; background-position: center center; content: ""; width: 20px; height: 20px; position: absolute; right: 15px; top: 50%; margin-top: -9px; border-radius: 50%; box-shadow: inset 0px 1px 0px #19120f, 0px 1px 0px #827066; } .buttons a:active::before { top: 50%; margin-top: -12px; box-shadow: inset 0px 1px 0px #ff838e, 0px 3px 0px #612127, 0px 6px 3px #34090d; } .buttons a img { vertical-align: middle; } h2 { font-family: 'Helvetica', Arial, sans-serif; font-size: 1.5em; font-weight: bold; margin: 1.6em 0 1em 0; padding: 0 0 0.2em 0; border-bottom: 1px solid #ccc; color: #555; } h3 { font-family: 'Helvetica', Arial, sans-serif; margin: 1.1em 0 0.4em 0; } /* SK89Q */ /* * BOÎTES ET MESSAGES * */ div.boite-a-droite { display: table; clear: right; float: right; margin: 1em 0 1em 1em; width: 20em; position: relative;/* pour les images manuelles */ border-style: solid; border-width: 1px; padding: 4px; text-align: left; -webkit-border-radius: 0.3em; -moz-border-radius: 0.3em; border-radius: 0.3em; border: 1px solid #CCC; box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.1); padding: 0.1em; } .boite-sans-fond { border-color: #aaa;/* comme boite-grise */ } .boite-grise { border-color: #aaa; background-color: #F9F9F9; } .boite-jaune { border-color: #aaa; background-color: #FFE998; } .boite-bleu { border-color: #aaa; background-color: #EFF6FA; } span.annexe {font-weight:bold;color:#0a7cc8;} .annexe a, .annexe a:active {color:#0a7cc8;} .annexe a:hover { color:#CB4627!important;} li.annexe {list-style:none;} .titre-annexe {font-size:14px;font-weight:bold;font-style:italic;margin-left:10px;} /* G A L L E R Y */ li.gallerybox div.thumb { border: 1px solid #B4BEC3; background-color: #f5f5f5; /* S I T E N O T I C E */ .bignotice {border: 1px solid #f4f4f4;padding-top:15px;-webkit-border-radius: 0.3em; -moz-border-radius: 0.3em;border-radius: 0.3em;border: 1px solid #CCC;box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1);} ul { /* @embed */ list-style-image: none!important; } /* Styles de [[Modèle:Méta palette de navigation]] */ table.navbox { background: #F9F9F9; border: 1px solid #AAA; clear: both; font-size: 90%; margin: 1em 0 0; padding: 2px; text-align: center; width: 100%; } table.navbox th { background: #CCF; padding-left: 1em; padding-right: 1em; } table.navbox td.group { background: #DDF; vertical-align: middle; width: 150px; padding-left: 1em; padding-right: 1em; font-weight: bold; } table.navbox td.list { text-align: left } table.navbox td.even { background: #EEF } table.navbox td.banner { background: #DDF; vertical-align: middle; padding-left: 1em; padding-right: 1em; } /* Modèle de palettes groupées, [[Modèle:Palette]] */ div.navbox_group { border: 1px solid #aaaaaa; margin-top: 15px; } div.navbox_group table.navbox { border: 0; margin: 0; } /* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */ .navboxToggle, .NavToggle { font-size: 90%; font-weight: normal; float: right !important; min-width: 6em; } /*ARTICLE DETAILLE */ div.article-detail { border-color: #e7e7e7; background-color: #fdfdfd; display: block; /* Pour le [[modèle: Article détaillé]] et autres */ margin: 0 0 .7em 2em; font-size: 95%; overflow: hidden; border-style: solid; border-width: 1px 0; padding: 2px 0 1px 4px; text-align: left; } /* Turn a list into a tree view style (See [[.minecraft]]) */ .treeview { margin-top: 0.3em; } .treeview ul, .treeview li { margin: 0; padding: 0; list-style-type: none; list-style-image: none; } .treeview li { display: table; } .treeview li li { position: relative; padding-left: 13px; margin-left: 7px; border-left: 1px solid #636363; } .treeview li li:before { content: ""; position: absolute; top: 0; left: 0; width: 11px; height: 11px; border-bottom: 1px solid #636363; } .treeview li li.first:before { border-color: #636363; border-style: solid; border-width: 1px 0 0 1px; height: 100%; margin-top: 11px; width: 10px; } .treeview li li.first, .treeview li li:last-child { border: 0; padding-left: 14px; } .treeview li li:last-child:before { border-left: 1px solid #636363; width: 10px; } /* blockquote */ blockquote { background: #F3F8FB; border-left: 10px solid #A7D7F9; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019"; } blockquote:before { color: #ccc!important; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } /* PAGE DE DISCUSSION ------------------------------- */ .ns-talk dl, .ns-talk dl dl dl, .ns-talk dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl { background: none repeat scroll 0% 0% #F5FAFF; } .ns-talk dl { border-top: 1px solid #A7D7F9; border-left: 1px solid #A7D7F9; padding-top: 0.5em; padding-left: 0.5em; margin-left: 1em; } /** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */ .mw-charinsert-buttons { margin-top: 10px; border: 1px solid #aaaaaa; padding: 1px; text-align: center; font-size: 110%; } .mw-charinsert-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; padding: 0 .1em .1em; } .mw-charinsert-buttons a:hover, .mw-charinsert-buttons a:active { background-color: #bcd; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { font-size: 0.9em; padding-left: 1px; padding-right: 1px; margin-left: 1px; } /* List nolist */ #nolist li { list-style-type:none; }