« 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
Ligne 4 : Ligne 4 :




#main-page h1.firstHeading.firstHeading.page-header { display: none; }
span.main-page h1.firstHeading.firstHeading.page-header { display: none; }


body {  
body {  

Version du 28 septembre 2017 à 18:29

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




span.main-page h1.firstHeading.firstHeading.page-header { display: none; }

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 */

.navbar-default {background: rgba(22,58,84,0.98); color: #ffffff;}


.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 {background: rgb(231, 244, 243);}


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

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

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

/* 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.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;
}
 
 
/* * 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;
}


/* style.css
------------------------------------*/


@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,600);


body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-color: #fff;
	background-image: url(images/wiki-bg.jpg);
	background-repeat: repeat-x;
	background-position: center 80px;
	color: #222;
	padding-top: 128px;
}

body.page-Main_Page .page-header,
body.page-Category_Oracle .page-header,
body.page-Category_JavaScript .page-header,
body.page-Category_HTML .page-header,
body.page-Category_PHP .page-header,
body.page-Category_PL_SQL .page-header,
body.page-Category_CSS .page-header { display: none; }

textarea {
	width: 95%;
}

.category-links {
	clear: both;
}

.mw-headline {
	text-shadow: 1px 1px 0 rgb(255,255,255);
}


h2 .mw-headline { font-size: 18px; }
h3 .mw-headline { font-size: 16px; }
h4 .mw-headline { font-size: 14px; }
h5 .mw-headline { font-size: 12px; }
h6 .mw-headline { font-size: 12px; }

p {
	margin-bottom: 15px;
}

.mw-content-ltr ul, .mw-content-ltr ol {
	margin-bottom: 9px;;
}
.navbar-nefald {
  background-color: #1B3E57;
  border-color: #e7e7e7;
  height:53px;
}
.navbar-nefald .navbar-brand {
  color: #fff;
}
.navbar-nefald .navbar-brand:hover,
.navbar-nefald .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-nefald .navbar-text {
  color: #fff;
}
.navbar-nefald .navbar-nav > li > a {
  color: #fff;
}
.navbar-nefald .navbar-nav > li > a:hover,
.navbar-nefald .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-nefald .navbar-nav > .active > a,
.navbar-nefald .navbar-nav > .active > a:hover,
.navbar-nefald .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e7e7e7;
}
.navbar-nefald .navbar-nav > .disabled > a,
.navbar-nefald .navbar-nav > .disabled > a:hover,
.navbar-nefald .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-nefald .navbar-toggle {
  border-color: #ddd;
}
.navbar-nefald .navbar-toggle:hover,
.navbar-nefald .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-nefald .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-nefald .navbar-collapse,
.navbar-nefald .navbar-form {
  border-color: #e7e7e7;
}
.navbar-nefald .navbar-nav > .open > a,
.navbar-nefald .navbar-nav > .open > a:hover,
.navbar-nefald .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-nefald .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-nefald .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nefald .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-nefald .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-nefald .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-nefald .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #e7e7e7;
  }
  .navbar-nefald .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-nefald .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-nefald .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-nefald .navbar-link {
  color: #fff;
}
.navbar-nefald .navbar-link:hover {
  color: #333;
}
.navbar-nefald .btn-link {
  color: #fff;
}
.navbar-nefald .btn-link:hover,
.navbar-nefald .btn-link:focus {
  color: #333;
}

.navbar-brand {
	padding: 8px 15px 15px 15px;
}

.navbar-brand img {
	margin-right: 0.5em;
	max-height: 38px;
}

.navbar input {
	background-color: #555;
	border-color: #111;
	color: #aaa;
	margin-bottom: 0;
}

.navbar .navbar-inner .btn {
	margin-top: 0;
}

.nav > li > a {
	padding: 10px;
}


.editsection {
	float: right;
	font-size: 0.8rem;
	opacity: 0.2;
}

.editOptions .checkbox input:first-child {
	margin-left: -20px;
}

.jumbotron {
	position: relative;
}

.jumbotron h1 img {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
	-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
	position: relative;
	top: -6px;
}

.jumbotron .nav-pills {
	opacity: 0.2;
	position: absolute;
	top: 10px;
	right: 10px;
}

.jumbotron .nav-pills:hover {
	opacity: 0.8;
}

h2:hover .editsection,
h3:hover .editsection,
h4:hover .editsection,
h5:hover .editsection,
h6:hover .editsection {
	opacity: 1;
}

option.unclickable {
	color: #ccc;
}

#subnav-select {
	display: none;
}

.nav .user-icon {
	border: 1px solid rgba( 55, 55, 55, 0.1 );
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.nav .user-icon img {
	border: 1px solid rgba( 0, 0, 0, 0.5 );
	width: 20px;
	height: 20px;
}

#wiki-body h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.5em;
}

#wiki-body h3 {
	border-bottom: 1px dotted #eee;
	color: #555;
	margin-bottom: 0.5em;
}

#wiki-body li {
	margin-bottom: 5px;
}

#mw-content-text .center {
	text-align: center;
}

#mw-content-text .floatright {
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

#mw-content-text .floatleft {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

#page-contents ul li { list-style: none; }
#page-contents .dropdown-menu {
	left: auto;
	max-height: 400px;
	overflow: scroll;
	overflow-y: scroll;
	right: 0;
}
#page-contents .dropdown-menu {
}

.page-header .nav i {
	opacity: 0.3;
}

.nav-collapse.in {
	height: auto !important;
}

#toc {
	display: inline-block;
	padding:2px;
	border:1px solid #DDD;
}

#toctitle h2 {
	font-size: 16px;
}

.toctoggle {
	font-size:0.8em;
	margin:auto;
	float:right;
}

@media (min-width: 481px) {
#toc {
		min-width: 390px; /* Rough hack based on 480px */
	}
 }

#toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding: 0;
}

a.new {
	color: #86100f;
}

#catlinks {
	border-top: 1px dotted #eee;
	margin-top: 2em;
	padding: 1em 0;
}

#catlinks #mw-normal-catlinks > a {
	color: #999;
}

#catlinks li {
	border-left: 1px solid #ddd;
}

#catlinks li:first-child {
	border-left: none;
}

.bottom {
	margin-top: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
	bottom: 0px;
	width: 100%;
	background-color: #F5F5F5;
}


.bottom .mw-editsection {
	display: none;
}

.bottom footer {
	color: #999;
	margin-top: 2em;
}

.printfooter { display: none;}

/* thumb, copied from vector */
div.thumb {
	margin-bottom: .5em;
	width: auto;
	background-color: transparent;
}
div.thumbinner {
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
/* @noflip */
div.tright {
	clear: right;
	float: right;
	margin: .5em 0 1.3em 1.4em;
}
/* @noflip */
div.tleft {
	float: left;
	clear: left;
	margin: .5em 1.4em 1.3em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}

.brand img {
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}

.navbar-fixed-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar input {
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #333;
}

/* Subnav */
.subnav {
	background: #eee;
	border-bottom: 1px solid #f5f5f5;
  width: 100%;
  height: 50;
	margin-top: 2px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	border-color: #d5d5d5;
	border-width: 0 0 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
		padding-top: 59px;
	}

	.bottom,
	#wiki-outer-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 979px) {
	body {
		padding-top: 59px;
	}

	#wiki-outer-body {
		margin-top: 10px;
	}
}

.subnav .container .nav {
  margin-bottom: 0;
}

.subnav .nav > li > a {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
	text-decoration: none;
	color: #333;
  margin: 0;
  padding-top:    16px;
  padding-bottom: 16px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.subnav .nav > li > a:hover,
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  color: #333;
  background-color: #ddd;
  border-right-color: transparent;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav-tabs .dropdown-toggle .caret,
.subnav .nav-pills .dropdown-toggle .caret {
	border-top-color: #000;
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #000;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.subnav .nav-tabs .open .dropdown-toggle,
.subnav .nav-pills .open .dropdown-toggle,
.subnav .nav > .open.active > a:hover {
	color: #333;
	background-color: #ddd;
	border-color: #ddd;
}

pre.linenums ol {
	margin-bottom: 0;
}

#wiki-outer-body {
	/*background: url(images/body-bg.png) center top repeat-y;*/
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
.subnav-fixed {
	position: fixed;
	top: 49px;
	left: 0;
	right: 0;
	z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
	border-color: #d5d5d5;
	border-width: 0 0 1px; /* drop the border on the fixed edges */
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
					border-radius: 0;
}
.subnav-fixed .nav {
	width: 1170px;
	margin: 0 auto;
	margin-left: -12px;
	padding: 0 1px;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
					border-radius: 0;
}

@media (max-width: 979px) {
	body { padding-top: 103px; }


	.subnav #subnav-select {
		margin-left: 20px;
		display: inline-block;
	}

	.subnav .nav {
		display: none;
	}

	.navbar-form,
	.navbar-search {
		margin-bottom: 0;
	}

	.nabar-inner,
	.navbar-fixed-top {
		margin-bottom: 0;
	}

	.navbar-inner {
		padding-bottom: 0;
	}

	.subnav .container {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

.mwe-upwiz-file-preview,
.mwe-upwiz-thumbnail-side {
	width:auto!important;
	height:auto!important;
}

.mwe-upwiz-thumbnail {
	width:auto!important;
	height:auto!important;
}

/* responsive */
@media (max-width: 480px) {
	#toc {
		width: 100%;
		margin-left: 0;
	}

	.jumbotron {
		padding: 2em;
	}

	.jumbotron p {
		font-size: 1em;
		line-height: 1.5em;
	}

	.jumbotron h1 {
		font-size: 1.5em;
	}

	.jumbotron pre {
		display: none;
	}
}

table.list th {
	background: #eee;
}

.info-box {
	clear: right;
	color: #000;
	background-color: #ccc;
	border-spacing: 0;
	border: 1px solid #999;
	-webkit-border-top-left-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	        border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topright: 4px;
	        border-top-right-radius: 4px;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
	font-size: 14px;
	margin-top: -1.4em;
	margin: 0 0 1em 1em;
	padding: 3px;
	padding: 0;
	position: relative;
	width: 250px;
	z-index: 100;
}

.info-box td {
	line-height: normal;
	padding: 5px;
	vertical-align: middle;
}

.info-box td p {
	display: table-cell;
	vertical-align: middle;
}

.info-box .info-image {
	background: #eee;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
	font-size: smaller;
	text-align: center;
}

.info-box .info-name {
	background-color: #eee;
	border-top: 1px solid #999;
	border-left: #999;
	border-right: #999;
	color: #000;
	font-size: larger;
	font-variant: small-caps;
	text-align: center;
}

.info-box .info {
	background-color: #ccc;
	border-top: 1px solid #999;
	color: #000;
	font-size: 8pt;
	text-align: center;
}

.info-box .info-label {
	background: #eee;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
	font-size: smaller;
	line-height: normal;
}

.info-box .info-value {
	background: #fff;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid #999;
	color: #000;
	font-size: smaller;
}

.info-box.quest .info-name {
	background-color: #CECF86;
	border-color: #8A895F;
}

.info-box.weapon .info-name {
	background-color: #e8c5c5;
}

.list {
  width: auto;
  margin-bottom: 20px;
}

.list th,
.list td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.list th {
  font-weight: bold;
}

.list thead th {
  vertical-align: bottom;
}

.list caption + thead tr:first-child th,
.list caption + thead tr:first-child td,
.list colgroup + thead tr:first-child th,
.list colgroup + thead tr:first-child td,
.list thead:first-child tr:first-child th,
.list thead:first-child tr:first-child td {
  border-top: 0;
}

.list tbody + tbody {
  border-top: 2px solid #dddddd;
}

.list .list {
  background-color: #ffffff;
}

.list {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.list th,
.list td {
  border-left: 1px solid #dddddd;
}

.list caption + thead tr:first-child th,
.list caption + tbody tr:first-child th,
.list caption + tbody tr:first-child td,
.list colgroup + thead tr:first-child th,
.list colgroup + tbody tr:first-child th,
.list colgroup + tbody tr:first-child td,
.list thead:first-child tr:first-child th,
.list tbody:first-child tr:first-child th,
.list tbody:first-child tr:first-child td {
  border-top: 0;
}

.list thead:first-child tr:first-child > th:first-child,
.list tbody:first-child tr:first-child > td:first-child,
.list tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.list thead:first-child tr:first-child > th:last-child,
.list tbody:first-child tr:first-child > td:last-child,
.list tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.list thead:last-child tr:last-child > th:first-child,
.list tbody:last-child tr:last-child > td:first-child,
.list tbody:last-child tr:last-child > th:first-child,
.list tfoot:last-child tr:last-child > td:first-child,
.list tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.list thead:last-child tr:last-child > th:last-child,
.list tbody:last-child tr:last-child > td:last-child,
.list tbody:last-child tr:last-child > th:last-child,
.list tfoot:last-child tr:last-child > td:last-child,
.list tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.list tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.list tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.list caption + thead tr:first-child th:first-child,
.list caption + tbody tr:first-child td:first-child,
.list colgroup + thead tr:first-child th:first-child,
.list colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.list caption + thead tr:first-child th:last-child,
.list caption + tbody tr:first-child td:last-child,
.list colgroup + thead tr:first-child th:last-child,
.list colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.list tbody > tr:nth-child(even) > td {
  background-color: #fff;
}

.list tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}