« MediaWiki:Common.css » : différence entre les versions

De Nefald Wiki
Aller à la navigation Aller à la recherche
Hiob (discussion | contributions)
mAucun résumé des modifications
Hiob (discussion | contributions)
mAucun résumé des modifications
 
(72 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
    /* Le CSS placé ici sera appliqué à tous les habillages. */
/* 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!important; background-image: none!important; background-repeat: none;}
 
   
 
    /* Couleurs des liens */
body {  
    a {color:#0a7cc8; text-decoration: none;}
background-color: #FCFDFD!important;  
    a:hover {color:#181D2E;text-decoration: none;}
background-image: none!important;  
    a:active{color:#4E8DAF;}
background-repeat: 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;}
 
   
.mw-widget-dateInputWidget-calendar {position: inherit!important;}
    /* Menu de gauche */
 
    #mw-panel li a {color: /*#CB4627*/#152C47!important;text-decoration:none!important; font-size:1.1em;}
.selflink {color: #468847;}
    #mw-panel li a:hover {color:#CB4627!important;}
 
   
.keyboard-key, .kbd {color:#0a7cc8; text-decoration: none;}
    /* Onglet du content */
 
    vectorTabs a {color:#099DFF; text-decoration: none;}
/* Couleurs des liens */
    div.vectorTabs li a:hover {color:#4D4D4D;text-decoration: none;}
a {color:#0a7cc8; text-decoration: none;}
    div.vectorTabs li a:active{color:#4E8DAF;}
a:hover {color:#181D2E;text-decoration: none;}
    div.vectorTabs li a:visited {color:#4E8DAF;text-decoration: none;}
a:active{color:#4E8DAF;}
   
a:visited {color:#0a7cc8;text-decoration: none;}
    div.vectorTabs li.new a {color:#CB4627/*#FFCE7B*/; font-weight:italic;}
.new a , #p-personal .new a,#quickbar .new a, .new a:hover, .new a:visited {font-weight:italic!important;}
    div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color:#4E8DAF;}
    div.vectorMenu li a, div.vectorMenu li a{color:#4E8DAF!important;}
code, code a {  
   
background-color:#DFF0D8!important;
   
color: #468847!important;
    /* Discussion */
}
    /* Pseudo NS Special (light grey) */
 
    .ns--2 #content { background-color: #f4f4f4; }
.coord {
    .ns--2 div.thumb { border-color: #f4f4f4; }
     font-size: 12px;
   
     font-family: Consolas,"Liberation Mono",Courier,monospace;
    /* 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;
     margin: 0 2px;
     padding: 3px 5px;
     padding: 3px 5px;
     white-space: nowrap;
     white-space: nowrap;
     border: 1px solid #EAEAEA;
     border: 1px solid #EAEAEA;
     background-color: #F8F6EB;
     background-color:#D7EFEE!important;
    border-radius: 3px;
  color:#468781!important;
    }
}
   
 
    pre, code, tt {
 
     font-size: 12px;
code .red {
     font-family: Consolas, "Liberation Mono", Courier, monospace;
     color: #c7254e!important;
    }
     background-color: #f9f2f4!important;
   
}
   
 
     li { margin: 5px; }
 
   
.coord a {
    /* Infobox
     background-color:#D7EFEE!important;
    --------------------- */
  color:#468781!important;
   
}
    .infobox {
 
    background: #EEE; /* couleur correspondant aux titres / colonne de gauche, th */
 
    color: #000;
/* Tweeki tweaks */
     float: right;
 
     clear: right;
 
     font-size: 95%;
 
     border-collapse: collapse;
#toc {display:block;}
    margin: 0 0 .5em 1em;
 
    width: 250px;
.firstHeading, .tweekiFirstHeading {text-align: left;}
    }
 
   
.navbar-default {
    /* monobookocentré debut*/
color: #ffffff;
   
background-color: #163A54;
    .infobox caption {
     background-blend-mode: overlay;
    background: #C0C0C0;
     background-repeat: repeat;
    border-left: 1px solid #AAA;
     background-position: 0 0;
    border-top: 1px solid #AAA;
     background-image: url('//static.nefald.fr/img/pixel-light.png');
    border-right: 1px solid #AAA;
}
    padding: .2em;
 
     margin-left: .57em;
 
     font-weight: bolder;
.navbar-default a, .navbar-default .navbar-nav>li>a {color: #a2b0bb;}
     text-align: center;
 
     color: #FFF;
.navbar-default a:hover, .navbar-default .navbar-nav>li>a:hover {color: #ffffff;}
    font-size: 160%;
 
    }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
   
color: #ffffff;
    .infobox th,
background-color: #163A54;
    .infobox td {
     background-blend-mode: overlay;
    vertical-align: middle;
     background-repeat: repeat;
    border: 1px solid #AAA;
     background-position: 0 0;
    padding: .2em .2em .2em .5em;
     background-image: url('//static.nefald.fr/img/pixel-light.png');
    }
   
}
    .infobox td {
 
    text-align: center;
 
    background: #F9F9F9;
/* Modèles
    }
----------------------------------- */
   
 
    .infobox th {
 
    font-weight: normal;
#ouvrage {
    text-align: left;
width:70%;
    }
font-style: italic;
   
margin: 0.25em 0;
    .infobox .infoboximage {
padding: 0.25em 40px;
    /* emplacement pour les photos et une description */
line-height: 1.45;
    background: #FFF;
position: relative;
    padding: 0;
color: #31708F;
    margin-top: 0;
text-align:justify;  
    color: #000;
text-justify: auto;
    text-align: center;
}
    }
 
   
#ouvrage p {
    .infobox .infoboxsoustitre {
font-size:1.1em;
    /* sous-titre */
}
    color: #000;
 
    font-weight: bold;
#ouvrage h2 {
    font-size: 115%;
border-bottom: none!important;
    line-height: 2;
color:#1B3E57;
    text-align: center;
margin-bottom:0.3em!important;
    }
}
   
 
    .infobox dl {
#ouvrage cite {
    clear: both
color: #999999;
    }
font-size: 14px;
   
display: block;
    .infobox dt {
margin-top: 5px;
    float: left;
}
    clear: left;
    width: 35%;
#ouvrage cite:before {
    }
content: "\2014 \2009";
   
}
    .infobox dd {
 
    margin-left: 40%
#citation {
    }
width:70%;
   
font-style: italic;
    /* Infobox v2
margin: 0.25em 0;
    --------------------- */
padding: 0.25em 40px;
   
line-height: 1.45;
    .infobox_v2 {
position: relative;
    /* monobookocentré debut */
color: #31708F;
    background: #f9f9f9;
text-align:justify;
    color: #000;
text-justify: auto;
    font-size: 90%;
}
    line-height: 1.1em;
 
    float: right!important;
#citation p {
    clear: right!important;
font-size:1.1em;
    align:right!important:
}
    /* haut droite bas gauche */
 
    margin: 0 0 .5em 1em!important;
#citation h2 {
    width: 300px;
border-bottom: none!important;
    -webkit-border-radius: 0.3em;
color:#1B3E57;
    -moz-border-radius: 0.3em;
margin-bottom:0.3em!important;
    border-radius: 0.3em;
}
    border: 1px solid #CCC;
 
    box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1);
#citation cite {
    padding: 0.1em!important;
color: #999999;
    }
font-size: 14px;
   
display: block;
    .infobox_v2 th {
margin-top: 5px;
    vertical-align: super;
}
    text-align: left;
    }
#citation cite:before {
   
content: "\2014 \2009";
    .infobox_v2 .entete {
}
    height: 45px;
 
    vertical-align: middle;
 
    text-align: center;
#purge {
    font-size: 150%;
float:right;
    font-weight: bolder;
}
    line-height: 1.2em;
 
    color: #000;
table.right {
    }
float: right !important;
   
clear: right !important;
    .infobox_v2 .media {
width: 300px !important;
    /* css V2 pour [[Modèle: Son]], etc. */;
}
    height: 35px;
 
    vertical-align: middle;
 
    text-align: center;
/* Styles pour listes imbriqués formant une arborescence,
    font-weight: bolder;
  en particulier utilisés dans le [[modèle:Arbre début]]. */
    color: #000;
.treeview ul {
    }
padding: 0;
   
margin: 0;
   
}
    /* ENTETES INFOBOXES
.treeview li {
    --------------------------------------------*/
padding: 0;
   
margin: 0;
    .entete.construction {
list-style-type: none;
    background: #03576C url('//nefald.fr/wiki/images/e/ea/entete_construction.png') no-repeat top right;
list-style-image: none;
    width:100%;
}
    height:60px;
.treeview li li {
    }
background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
   
padding-left: 20px;
   
text-indent: 0.3em;
    .entete.plugin {
}
    background: #FDB600 url('//nefald.fr/wiki/images/6/67/entete_plugin.png') no-repeat top right;
.treeview li li.lastline {
    width:100%;
background-position: 0 -5971px;
    height:60px;
}
    }
.treeview li.emptyline > ul {
   
margin-left: -1px;
    .entete.joueur {
}
    background: #0072B1 url('//nefald.fr/wiki/images/5/56/entete_joueur.png') no-repeat top right;
.treeview li.emptyline > ul > li:first-child {
    width:100%;
background-position: 0 9px;
    height:60px;
}
    }
 
   
 
    .entete.personnage {
/* Wikitable 2
    background: #0072B1 url('//nefald.fr/wiki/images/f/f4/entete_personnage.png') no-repeat top right;
----------------------------------- */
    width:100%;
 
    height:60px;
table.wikitable2 {width: 100%;}
    }
 
   
table.wikitable2 th, table.wikitable2 td.hl1, table.wikitable2 th.hl1,
    .entete.grade {
table.wiki-table2 th, table.wiki-table2 td.hl1, table.wikitable2 th.hl1 {
    background: #3AACCA url('//nefald.fr/wiki/images/2/2b/entete_grade.png') no-repeat top right;
background: #f8f6eb;
    width:100%;
padding: 0.35em 0.5em;
    height:60px;
color: #000;
    }
text-align: left;
   
}
    .entete.guilde {
 
    background: #FF2D07 url('//nefald.fr/wiki/images/2/2f/entete_guilde.png') no-repeat top right;
table.wikitable2 td { border: 1px solid #ccc; }
    width:100%;
 
    height:60px;
/* Tableau de chronologie
    }
----------------------------------- */
   
    .entete.ville {
table.chronologie,
    background-image: #026B84 url('//nefald.fr/wiki/images/3/3e/entete_ville.png') no-repeat top right;
table.chrono {
    width:100%;
margin: 1em -2px 1em -2px;
    height:60px;
background: #fff;
    }
border: 0;
   
border-collapse: separate;
   
empty-cells: show;
    .entete.monde {
border-spacing: 1px;
    background:#82C300 url('//nefald.fr/wiki/images/7/71/entete_monde.png') no-repeat top right;
border: 0;
    width:100%;
}
    height:60px;
    }
table.chronologie th, table.chronologie td,
   
table.chrono th, table.chrono td {
    .entete.logiciel {
border: 0;
    background: #963DC7 url('//nefald.fr/wiki/images/e/e2/entete_logiciel.png') no-repeat top right;
border-bottom: 1px solid #D2D2D2;
    width:100%;
padding: 0.35em 0.5em;
    height:60px;
}
    }
   
table.chronologie th, table.chronologie td.hl1, table.chronologie th.hl1,
    .entete.mod {
table.chrono th, table.chrono td.hl1, table.chronologie th.hl1 {
    background: #FFD644 url('//nefald.fr/wiki/images/0/0d/entete_mod.png') no-repeat top right;
background: #2D2D2D;
    width:100%;
padding: 0.35em 0.5em;
    height:60px;
color: #fff;
    }
text-align: left;
   
position: relative;
    .entete.territoire {
}
    background: #578103 url('//nefald.fr/wiki/images/6/60/entete_territoire.png') no-repeat top right;
    width:100%;
table.chronologie td.hl2, table.chronologie th.hl2,
    height:60px;
table.chrono td.hl2, table.chrono th.hl2 {
    }
background: #fff;
   
color: #444;
    .entete.application.mobile {
text-align: center;
    background: #A4C639 url('//nefald.fr/wiki/images/1/16/entete_application_mobile.png') no-repeat top right;
border: 1px solid #ccc;
    width:100%;
border-top: 0;
    height:60px;
}
    }
   
table.chronologie td.hl3, table.chronologie th.hl3,
    .entete.schematic {
table.chrono td.hl3, table.chrono th.hl3 {
    background: #596DDB url('//nefald.fr/wiki/images/f/f5/entete_schematic.png') no-repeat top right;
background: #ebf5f8;
    width:100%;
color: #444;
    height:60px;
text-align: center;
    }
border: 1px solid #D2D2D2;
   
border-top: 0;
    .entete.roleplay {
}
    background: #1E5C97 url('//nefald.fr/wiki/images/f/fe/entete_roleplay.png') no-repeat top right;
    width:100%;
table.chronologie caption,
    height:60px;
table.chrono caption {
    }
margin-left: inherit;
   
margin-right: inherit;
   
font-weight: bold;
    .entete.tutoriel {
}
    background: #488BDD url('//nefald.fr/wiki/images/e/e5/entete_tutoriel.png') no-repeat top right;
    width:100%;
table.chronologie td,
    height:60px;
table.chrono td {
    }
vertical-align: top;
   
}
    .entete.metier {
    background: #7BAFFF url('//nefald.fr/wiki/images/e/e4/entete_metier.png') no-repeat top right;
table.chronologie td:nth-child(even), table.chrono td:nth-child(even) {
    width:100%;
background: #fbfbfb;
    height:60px;
}
    }
   
table.chronologie tr:hover td, table.chrono tr:hover td {
    .entete.divinite {
background: #f5fafc;
    background: #012946 url('//nefald.fr/wiki/images/4/45/entete_divinite.png') no-repeat top right;
-webkit-transition: all .1s;
    width:100%;
-moz-transition: all .1s;
    height:60px;
-o-transition: all .1s;
    }
transition: all .1s;
   
}
   
    h2 {
table.chronologie tr:hover td:nth-child(even), table.chrono tr:hover td:nth-child(even) {
    font-family: 'Helvetica', Arial, sans-serif;
background: #eaf3f7;
    font-size: 1.5em;
}
    font-weight: bold;
    margin: 1.6em 0 1em 0;
    padding: 0 0 0.2em 0;
/* Code PRE TT (pour les commandes) */
    border-bottom: 1px solid #ccc;
    color: #555;
code {
    }
margin: 0 2px;
    h3 {
padding: 3px 5px;
    font-family: 'Helvetica', Arial, sans-serif;
white-space: nowrap;
    margin: 1.1em 0 0.4em 0;
border: 1px solid #EAEAEA;
    }
background-color: #F8F6EB;
   
border-radius: 3px;
   
}
    /* * BOÎTES ET MESSAGES * */
   
pre, code, tt {
    div.boite-a-droite {
font-size: 12px;
    display: table;
font-family: Consolas, "Liberation Mono", Courier, monospace;
    clear: right;
}
    float: right;
    margin: 1em 0 1em 1em;
    width: 20em;
li { margin: 5px; }
    position: relative;/* pour les images manuelles */
   
/* Infobox
    border-style: solid;
--------------------- */
    border-width: 1px;
    padding: 4px;
.infobox {
    text-align: left;
background: #EEE; /* couleur correspondant aux titres / colonne de gauche, th */
    -webkit-border-radius: 0.3em;
color: #000;
    -moz-border-radius: 0.3em;
float: right;
    border-radius: 0.3em;
clear: right;
    border: 1px solid #CCC;
font-size: 95%;
    box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.1);
border-collapse: collapse;
    padding: 0.1em;
margin: 0 0 .5em 1em;
    }
width: 250px;
    .boite-sans-fond {
}
    border-color: #aaa;/* comme boite-grise */
    }
/* monobookocentré debut*/
    .boite-grise {
    border-color: #aaa;
.infobox caption {
    background-color: #F9F9F9;
background: #C0C0C0;
    }
border-left: 1px solid #AAA;
   
border-top: 1px solid #AAA;
    .boite-jaune {
border-right: 1px solid #AAA;
    border-color: #aaa;
padding: .2em;
    background-color: #FFE998;
margin-left: .57em;
    }
font-weight: bolder;
   
text-align: center;
    .boite-bleu {
color: #FFF;
    border-color: #aaa;
font-size: 160%;
    background-color: #EFF6FA;
}
    }
   
.infobox th,
    span.annexe {font-weight:bold;color:#0a7cc8;}
.infobox td {
    .annexe a,
vertical-align: middle;
    .annexe a:active {color:#0a7cc8;}
border: 1px solid #AAA;
    .annexe a:hover { color:#CB4627!important;}
padding: .2em .2em .2em .5em;
   
}
    li.annexe {list-style:none;}
   
.infobox td {
    .titre-annexe {font-size:14px;font-weight:bold;font-style:italic;margin-left:10px;}
text-align: center;
   
background: #F9F9F9;
   
}
    /* G A L L E R Y */
   
.infobox th {
    li.gallerybox div.thumb {
font-weight: normal;
    border: 1px solid #B4BEC3;
text-align: left;
    background-color: #f5f5f5;
}
   
   
.infobox .infoboximage {
    /* S I T E N O T I C E */
/* emplacement pour les photos et une description */
    .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);}
background: #FFF;
   
padding: 0;
   
margin-top: 0;
    ul {
color: #000;
    /* @embed */
text-align: center;
    list-style-image: none!important;
}
    }
   
.infobox .infoboxsoustitre {
   
/* sous-titre */
    /* Styles de [[Modèle:Méta palette de navigation]] */
color: #000;
   
font-weight: bold;
    table.navbox {
font-size: 115%;
    background: #F9F9F9;
line-height: 2;
    border: 1px solid #AAA;
text-align: center;
    clear: both;
}
    font-size: 90%;
    margin: 1em 0 0;
.infobox dl {
    padding: 2px;
clear: both
    text-align: center;
}
    width: 100%;
    }
.infobox dt {
   
float: left;
    table.navbox th {
clear: left;
    background: #CCF;
width: 35%;
    padding-left: 1em;
}
    padding-right: 1em;
    }
.infobox dd {
   
margin-left: 40%
    table.navbox td.group {
}
    background: #DDF;
    vertical-align: middle;
/* Infobox v2
    width: 150px;
--------------------- */
    padding-left: 1em;
    padding-right: 1em;
.infobox_v2 {
    font-weight: bold;
/* monobookocentré debut */
    }
background: #f9f9f9;
   
color: #000;
    table.navbox td.list {
font-size: 90%;
    text-align: left
line-height: 1.1em;
    }
float: right!important;
   
clear: right!important;
    table.navbox td.even {
align:right!important:
    background: #EEF
/* haut droite bas gauche */
    }
margin: 0 0 .5em 1em!important;
   
width: 300px!important;
    table.navbox td.banner {
-webkit-border-radius: 0.3em;
    background: #DDF;
-moz-border-radius: 0.3em;
    vertical-align: middle;
border-radius: 0.3em;
    padding-left: 1em;
border: 1px solid #CCC;
    padding-right: 1em;
box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1);
    }
padding: 0.1em!important;
   
}
    /* Modèle de palettes groupées, [[Modèle:Palette]] */
   
.infobox_v2 th {
    div.navbox_group {
vertical-align: super;
    border: 1px solid #aaaaaa;
text-align: left;
    margin-top: 15px;
}
    }
   
.infobox_v2 .entete {
    div.navbox_group table.navbox {
height: 45px;
    border: 0;
vertical-align: middle;
    margin: 0;
text-align: center;
    }
font-size: 150%;
   
font-weight: bolder;
    /* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */
line-height: 1.2em;
   
color: #000;
    .navboxToggle,
}
    .NavToggle {
    font-size: 90%;
.infobox_v2 .media {
    font-weight: normal;
/* css V2 pour [[Modèle: Son]], etc. */;
    float: right !important;
height: 35px;
    min-width: 6em;
vertical-align: middle;
    }
text-align: center;
   
font-weight: bolder;
    /*ARTICLE DETAILLE */
color: #000;
   
}
   
    div.article-detail {
    border-color: #e7e7e7;
/* ENTETES INFOBOXES
    background-color: #fdfdfd;
--------------------------------------------*/
    display: block;
    /* Pour le [[modèle: Article détaillé]] et autres */
.entete.construction {
    margin: 0 0 .7em 2em;
background: #03576C url('//nefald.fr/wiki/images/e/ea/entete_construction.png') no-repeat top right;
    font-size: 95%;
width:100%;
    overflow: hidden;
height:60px;
    border-style: solid;
}
    border-width: 1px 0;
    padding: 2px 0 1px 4px;
    text-align: left;
.entete.plugin {
    }
background: #FDB600 url('//nefald.fr/wiki/images/6/67/entete_plugin.png') no-repeat top right;
   
width:100%;
   
height:60px;
    /* Turn a list into a tree view style (See [[.minecraft]]) */
}
    .treeview {
    margin-top: 0.3em;
.entete.joueur {
    }
background: #0072B1 url('//nefald.fr/wiki/images/5/56/entete_joueur.png') no-repeat top right;
   
width:100%;
    .treeview ul,
height:60px;
    .treeview li {
}
    margin: 0;
    padding: 0;
.entete.personnage {
    list-style-type: none;
background: #0072B1 url('//nefald.fr/wiki/images/f/f4/entete_personnage.png') no-repeat top right;
    list-style-image: none;
width:100%;
    }
height:60px;
   
}
    .treeview li {
    display: table;
.entete.grade {
    }
background: #FF3400 url('//nefald.fr/wiki/images/2/2b/entete_grade.png') no-repeat top right;
   
width:100%;
    .treeview li li {
height:60px;
    position: relative;
}
    padding-left: 13px;
    margin-left: 7px;
.entete.guilde {
    border-left: 1px solid #636363;
background: #FF2D07 url('//nefald.fr/wiki/images/2/2f/entete_guilde.png') no-repeat top right;
    }
width:100%;
    .treeview li li:before {
height:60px;
    content: "";
}
    position: absolute;
    top: 0;
.entete.ville {
    left: 0;
background: #026B84 url('//nefald.fr/wiki/images/3/3e/entete_ville.png') no-repeat top right;
    width: 11px;
width:100%;
    height: 11px;
height:60px;
    border-bottom: 1px solid #636363;
}
    }
   
    .treeview li li.first:before {
.entete.monde {
    border-color: #636363;
background:#82C300 url('//nefald.fr/wiki/images/7/71/entete_monde.png') no-repeat top right;
    border-style: solid;
width:100%;
    border-width: 1px 0 0 1px;
height:60px;
    height: 100%;
}
    margin-top: 11px;
    width: 10px;
.entete.logiciel {
    }
background: #963DC7 url('//nefald.fr/wiki/images/e/e2/entete_logiciel.png') no-repeat top right;
    .treeview li li.first,
width:100%;
    .treeview li li:last-child {
height:60px;
    border: 0;
}
    padding-left: 14px;
    }
.entete.mod {
    .treeview li li:last-child:before {
background: #FFD644 url('//nefald.fr/wiki/images/0/0d/entete_mod.png') no-repeat top right;
    border-left: 1px solid #636363;
width:100%;
    width: 10px;
height:60px;
    }
}
   
   
.entete.territoire {
   
background: #578103 url('//nefald.fr/wiki/images/6/60/entete_territoire.png') no-repeat top right;
   
width:100%;
    /* blockquote */
height:60px;
    blockquote {
}
    background: #F3F8FB;
    border-left: 10px solid #A7D7F9;
.entete.application.mobile {
    margin: 1.5em 10px;
background: #A4C639 url('//nefald.fr/wiki/images/1/16/entete_application_mobile.png') no-repeat top right;
    padding: 0.5em 10px;
width:100%;
    quotes: "\201C""\201D""\2018""\2019";
height:60px;
    }
}
    blockquote:before {
    color: #ccc!important;
.entete.schematic {
    content: open-quote;
background: #596DDB url('//nefald.fr/wiki/images/f/f5/entete_schematic.png') no-repeat top right;
    font-size: 4em;
width:100%;
    line-height: 0.1em;
height:60px;
    margin-right: 0.25em;
}
    vertical-align: -0.4em;
    }
.entete.roleplay {
    blockquote p {
background: #1E5C97 url('//nefald.fr/wiki/images/f/fe/entete_roleplay.png') no-repeat top right;
    display: inline;
width:100%;
    }
height:60px;
   
}
   
    /* PAGE DE DISCUSSION
    ------------------------------- */
.entete.tutoriel {
    .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: #488BDD url('//nefald.fr/wiki/images/e/e5/entete_tutoriel.png') no-repeat top right;
    background: none repeat scroll 0% 0% #F5FAFF;
width:100%;
    }
height:60px;
    .ns-talk dl {
}
    border-top: 1px solid #A7D7F9;
    border-left: 1px solid #A7D7F9;
.entete.metier {
    padding-top: 0.5em;
background: #7BAFFF url('//nefald.fr/wiki/images/e/e4/entete_metier.png') no-repeat top right;
    padding-left: 0.5em;
width:100%;
    margin-left: 1em;
height:60px;
    }
}
   
   
.entete.divinite {
    /** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */
background: #012946 url('//nefald.fr/wiki/images/4/45/entete_divinite.png') no-repeat top right;
    .mw-charinsert-buttons {
width:100%;
    margin-top: 10px;
height:60px;
    border: 1px solid #aaaaaa;
}
    padding: 1px;
 
    text-align: center;
.entete.ordre {
    font-size: 110%;
background: #012946 url('//nefald.fr/wiki/images/f/f9/entete_ordre.png') no-repeat top right;
    }
width:100%;
    .mw-charinsert-buttons a {
height:60px;
    color: black;
}
    background-color: #cde !important;
 
    font-weight: bold;
.entete.script {
    font-size: .9em;
background: #FFAC1A url('//nefald.fr/wiki/images/f/f0/entete_script.png') no-repeat top right;
    text-decoration: none;
width:100%;
    border: thin #069 outset;
height:60px;
    padding: 0 .1em .1em;
}
    }
    .mw-charinsert-buttons a:hover,
h2 {
    .mw-charinsert-buttons a:active {
font-family: 'Helvetica', Arial, sans-serif;
    background-color: #bcd;
font-size: 1.8em;
    border-style: inset;
font-weight: bold;
    }
margin: 1.6em 0 1em 0;
    .client-js .mw-edittools-section {
padding: 0 0 0.2em 0;
    display: inline;
border-bottom: 1px solid #ccc;
    }
color: #555;
    .client-js .mw-edittools-section input[type="button"] {
}
    font-size: 0.9em;
h3 {
    padding-left: 1px;
font-family: 'Helvetica', Arial, sans-serif;
    padding-right: 1px;
font-size: 1.4em;
    margin-left: 1px;
margin: 1.1em 0 0.4em 0;
    }
}
   
   
    /* List nolist */
/* * BOÎTES ET MESSAGES * */
    #nolist li {
    list-style-type:none;
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;
 
ul {
/* @embed */
list-style-image: none!important;
}
/* 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;
}
 
 
/* List nolist */
#nolist li {
list-style-type:none;
}
 
@media (min-width: 992px) {
.col-md-9 { width: 90%;}
.col-md-offset-9 { margin-left: 90%;}
}

Dernière version du 13 mai 2020 à 22:11

 /* Le CSS placé ici sera appliqué à tous les habillages. */





body { 
background-color: #FCFDFD!important; 
background-image: none!important; 
background-repeat: none;
}

.mw-widget-dateInputWidget-calendar {position: inherit!important;}

.selflink {color: #468847;}

.keyboard-key, .kbd {color:#0a7cc8; text-decoration: none;}

/* 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;}
 
code, code a { 
	background-color:#DFF0D8!important;
	color: #468847!important;
}

.coord {
    font-size: 12px;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    margin: 0 2px;
    padding: 3px 5px;
    white-space: nowrap;
    border: 1px solid #EAEAEA;
    background-color:#D7EFEE!important;
   color:#468781!important;
}


code .red {
    color: #c7254e!important;
    background-color: #f9f2f4!important;
}


.coord a {
    background-color:#D7EFEE!important;
   color:#468781!important;
}


/* Tweeki tweaks */



#toc {display:block;}

.firstHeading, .tweekiFirstHeading {text-align: left;}

.navbar-default {
	color: #ffffff;
	background-color: #163A54;
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-position: 0 0;
    background-image: url('//static.nefald.fr/img/pixel-light.png');
}


.navbar-default a, .navbar-default .navbar-nav>li>a {color: #a2b0bb;}

.navbar-default a:hover, .navbar-default .navbar-nav>li>a:hover {color: #ffffff;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	color: #ffffff;
	background-color: #163A54;
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-position: 0 0;
    background-image: url('//static.nefald.fr/img/pixel-light.png');
	
}


/* Modèles
----------------------------------- */


#ouvrage {
width:70%;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #31708F;
text-align:justify; 
text-justify: auto;
}

#ouvrage p {
font-size:1.1em;
}

#ouvrage h2 {
border-bottom: none!important;
color:#1B3E57;
margin-bottom:0.3em!important;
}

 #ouvrage cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
 #ouvrage cite:before {
content: "\2014 \2009";
}

#citation {
width:70%;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #31708F;
text-align:justify; 
text-justify: auto;
}

#citation p {
font-size:1.1em;
}

#citation h2 {
border-bottom: none!important;
color:#1B3E57;
margin-bottom:0.3em!important;
}

 #citation cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
 #citation cite:before {
content: "\2014 \2009";
}


#purge {
float:right;
}

table.right {
float: right !important;
clear: right !important;
width: 300px !important;
}


/* Styles pour listes imbriqués formant une arborescence,
   en particulier utilisés dans le [[modèle:Arbre début]]. */
.treeview ul {
	padding: 0;
	margin: 0;
}
.treeview li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
.treeview li li {
	background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
	padding-left: 20px;
	text-indent: 0.3em;
}
.treeview li li.lastline {
	background-position: 0 -5971px;
}
.treeview li.emptyline > ul {
	margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
	background-position: 0 9px;
}


/* Wikitable 2
----------------------------------- */

table.wikitable2 {width: 100%;}

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;
}

table.wikitable2 td { border: 1px solid #ccc; }

/* Tableau de 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!important;
clear: right!important;
align:right!important:
/* haut droite bas gauche */
margin: 0 0 .5em 1em!important;
width: 300px!important;
 -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!important;
}
 
.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: #FF3400 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: #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;
}

.entete.ordre {
background: #012946 url('//nefald.fr/wiki/images/f/f9/entete_ordre.png') no-repeat top right;
width:100%;
height:60px;
}

.entete.script {
background: #FFAC1A url('//nefald.fr/wiki/images/f/f0/entete_script.png') no-repeat top right;
width:100%;
height:60px;
}
 
h2 {
font-family: 'Helvetica', Arial, sans-serif;
font-size: 1.8em;
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;
font-size: 1.4em;
margin: 1.1em 0 0.4em 0;
}
 
 
/* * 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;

ul {
/* @embed */
list-style-image: none!important;
}
 
 
/* 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;
}


 
/* List nolist */
#nolist li {
 list-style-type:none;
}

@media (min-width: 992px) {
.col-md-9 { width: 90%;}
.col-md-offset-9 { margin-left: 90%;}
}