24 Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
  +
/* ######################################################################## */
  +
/* ### CSS placed here will be applied to the Wikia skin. ### */
  +
/* ######################################################################## */
  +
  +
/* ################################################## */
  +
/* ### GENERAL FIXES ### */
  +
/* ################################################## */
  +
  +
/* Main background */
  +
  +
body {
  +
background: #000000 url("http://images2.wikia.nocookie.net/24/images/a/a9/Oasis-bg.jpg") no-repeat center top scroll;
  +
}
  +
  +
/*************************/
  +
/****** MAIN DESIGN ******/
  +
/*************************/
  +
  +
/*** MAIN COLORS ***/
  +
a, table.gallery td a, div.thumbinner a {
  +
color: #70B8FF;
  +
}
  +
a:visited, table.gallery td a:visited {
  +
color: #7078FF;
  +
}
  +
a.new {
  +
color: #ba0000 !important;
  +
}
  +
  +
}
  +
  +
}
  +
code {
  +
background-color: #191919;
  +
color: #fff;
  +
}
  +
  +
pre {
  +
border: 1px dashed #fec423;
  +
background-color: #2c2c2c;
  +
color: #fff;
  +
display: block;
  +
overflow: auto;
  +
}
  +
  +
/*** PAGE ***/
  +
body {
  +
color: #EEE;
  +
}
  +
#wikia_page {
  +
background: #AAA;
  +
border-color: #666;
  +
}
  +
#article {
  +
background-color: #333;
  +
margin: 0 2px 2px;
  +
min-height: 0px;
  +
}
  +
#search_box {
  +
background: #252525;
  +
}
  +
#page_bar {
  +
background: black;
  +
border-bottom: 1px solid #3c3c3c; } #page_tabs li {
  +
background: #555;
  +
border:1px solid #666;
  +
border-bottom: none;
  +
position:relative;
  +
top:1px;
  +
}
  +
  +
/***GALLERY***/
  +
table.gallery {
  +
background-color: #333;
  +
border: none;
  +
}
  +
table.gallery td {
  +
background-color: #333;
  +
border: none;
  +
color: #FFF;
  +
}
  +
div.gallerybox {
  +
border-color: #606060;
  +
}/*
  +
div.gallerybox div.thumb {
  +
border: 1px solid #777;
  +
background-color: #1f1f1f;
  +
}
  +
  +
div.gallerybox div.thumb a img {
  +
border: 1px solid #444;
  +
background-color: #1f1f1f;
  +
}
  +
  +
.thumbcaption {
  +
text-align:left;
  +
font-size:95%;
  +
}
  +
  +
div.gallerybox div.thumb:hover, div.gallerybox div.thumb div:hover {
  +
background-color: #2a2a2a;
  +
}
  +
  +
/***HISTORY***/
  +
#pagehistory li {
  +
border: 1px solid #333;
  +
}
  +
#pagehistory li.selected {
  +
background-color: #252525;
  +
border: 1px dashed #404040;
  +
color: #eee;
  +
}
  +
table.diff {
  +
background: #191919;
  +
}
  +
td.diff-otitle, td.diff-ntitle {
  +
background: transparent;
  +
}
  +
td.diff-context {
  +
background-color: #252525;
  +
}
  +
td.diff-deletedline {
  +
background-color: #331100;
  +
}
  +
td.diff-addedline {
  +
background-color: #113300;
  +
}
  +
  +
/***THUMB***/
  +
div.thumb div {
  +
background-color: #202020;
  +
border-color: #606060;
  +
color: #EEEEEE;
  +
}
  +
div.thumb div a img {
  +
border-color: #444;
  +
}
  +
  +
/***MESSAGES***/
  +
.editsimilar a {
  +
color: #002BB8;
  +
}
  +
  +
/***PROBLEM REPORTS***/
  +
.problemReportsList thead tr {
  +
background: #252525 !important;
  +
color: #FFF !important;
  +
}
  +
.problemReportsList .odd {
  +
background-color: #252525 !important;
  +
color: #FFF !important;
  +
}
  +
  +
/***HERE'S WHERE IT GETS WEIRD***/
  +
  +
#userloginForm form,
  +
div#userlogin form#userlogin2,
  +
.forumheader,
  +
ul#filetoc
  +
{
  +
background-color: #282828;
  +
border: 1px solid #000;
  +
color: #fff;
  +
}
  +
  +
div#userlogin form#userlogin2 table,
  +
#userloginForm .captcha,
  +
div#userlogin .captcha
  +
{
  +
background-color: #282828;
  +
border: none;
  +
color: #fff;
  +
}
  +
  +
  +
#catlinks {
  +
background-color:transparent;
  +
border:none;
  +
clear: both;
  +
}
  +
  +
p.catlinks {
  +
margin: 2px;
  +
padding: 7px;
  +
}
  +
 
/** TABLEAUX ET INFOBOX **/
 
/** TABLEAUX ET INFOBOX **/
 
 

Version du 15 octobre 2010 à 13:05

/* ######################################################################## */
/* ### CSS placed here will be applied to the Wikia skin.               ### */
/* ######################################################################## */

/* ################################################## */
/* ### GENERAL FIXES                              ### */
/* ################################################## */

/* Main background */

body {
    background: #000000 url("http://images2.wikia.nocookie.net/24/images/a/a9/Oasis-bg.jpg") no-repeat center top scroll;
}

/*************************/
/****** MAIN DESIGN ******/
/*************************/

/*** MAIN COLORS ***/
a, table.gallery td a, div.thumbinner a {
	color: #70B8FF;
}
a:visited, table.gallery td a:visited {
	color: #7078FF;
}
a.new {
	color: #ba0000 !important;
}

}

}
code {
	background-color: #191919;
	color: #fff;
}

pre {
        border: 1px dashed #fec423;
        background-color: #2c2c2c;
	color: #fff;
        display: block;
        overflow: auto;
}

/*** PAGE ***/
body {
	color: #EEE;
}
#wikia_page {
	background: #AAA;
	border-color: #666;
}
#article {
	background-color: #333;
	margin: 0 2px 2px;
        min-height: 0px;
}
#search_box {
	background: #252525;
}
#page_bar {
	background: black;
        border-bottom: 1px solid #3c3c3c; } #page_tabs li {
	background: #555;
        border:1px solid #666;
        border-bottom: none;
        position:relative;
        top:1px;
}

/***GALLERY***/
table.gallery {
	background-color: #333;
        border: none;
}
table.gallery td {
	background-color: #333;
	border: none;
	color: #FFF;
}
div.gallerybox {
	border-color: #606060;
}/*
div.gallerybox div.thumb {
        border: 1px solid #777;
        background-color: #1f1f1f;
}

div.gallerybox div.thumb a img {
        border: 1px solid #444;
        background-color: #1f1f1f;
}

.thumbcaption {
text-align:left;
font-size:95%;
}

div.gallerybox div.thumb:hover, div.gallerybox div.thumb div:hover {
        background-color: #2a2a2a;
}

/***HISTORY***/
#pagehistory li {
	border: 1px solid #333;
}
#pagehistory li.selected {
	background-color: #252525;
	border: 1px dashed #404040;
	color: #eee;
}
table.diff {
	background: #191919;
}
td.diff-otitle, td.diff-ntitle {
	background: transparent;
}
td.diff-context {
	background-color: #252525;
}
td.diff-deletedline {
	background-color: #331100;
}
td.diff-addedline {
	background-color: #113300;
}

/***THUMB***/
div.thumb div {
	background-color: #202020;
	border-color: #606060;
	color: #EEEEEE;
}
div.thumb div a img {
	border-color: #444;
}

/***MESSAGES***/
.editsimilar a {
	color: #002BB8;
}

/***PROBLEM REPORTS***/
.problemReportsList thead tr {
	background: #252525 !important;
	color: #FFF !important;
}
.problemReportsList .odd {
	background-color: #252525 !important;
	color: #FFF !important;
}

/***HERE'S WHERE IT GETS WEIRD***/

#userloginForm form,
div#userlogin form#userlogin2,
.forumheader,
ul#filetoc
{
	background-color: #282828;
	border: 1px solid #000;
	color: #fff;
}

div#userlogin form#userlogin2 table,
#userloginForm .captcha,
div#userlogin .captcha
{
	background-color: #282828;
	border: none;
	color: #fff;
}


#catlinks {
background-color:transparent;
border:none;
clear: both;
}

p.catlinks {
        margin: 2px;
        padding: 7px;
}

/** TABLEAUX ET INFOBOX **/
 
/* WIKITABLE */
 
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
 
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#222222;
 border:1px #aaaaaa solid;
 border-collapse:collapse;
}
 
table.wikitable th, table.wikitable td {
 border:1px #aaaaaa solid;
 padding:.3em;
}
 
table.wikitable th, .wikitable_header {
 background:#112a44;
 text-align:center;
}
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */
 
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche, table.left {
 float:left;
 margin:0 1em 1em 0;
}
 
table.droite, table.right {
 float:right;
 margin:0 0 1em 1em;
}
 
table.centre, table.center {
 margin:1em auto;
}
 
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
 
table.wikitable[align=center] {margin:1em auto;}

.infobox { /* monobookocentré debut */
 background: #222222;
 font-size:90%;
 line-height:1.1em; 
 float:right;
 clear:right;
 margin:0 0 .5em 1em; /* haut droite bas gauche */
 width:300px;
 border: 1px solid #AAA;
 padding: 0.1em;
}

.infobox caption {
 background:#222222;
 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:#112a44;
 font-size:160%;
}
 
.infobox th, .infobox td {
 padding:.2em .2em .2em .5em;
}
 
.infobox td {
 vertical-align:middle;
 text-align:left;
 background:#222222;
}
 
.infobox th {
 vertical-align:top;
 font-weight:bold;
 text-align:left;
}
 
.infobox .entete {
 height:45px;
 vertical-align:middle;
 text-align:center;
 font-size:150%; 
 font-weight:bolder;
 line-height:1.2em;
 color:#FFFFFF;
 background: #112a44;
}

.infobox .infoboximage { /* emplacement pour les photos et une description */
 background:#222222;
 padding:0;
 margin-top:0;
 color:#FFFFFF;
 text-align:center;
}
 
.infobox .infoboxsoustitre { /* sous-titre */
 color:#FFFFFF;
 background: #112a44;
 font-weight:bold;
 font-size:115%;
 line-height:1;
 text-align:center;
}
 
.infobox dl { clear:both }
.infobox dt {
 float:left;
 clear:left;
 width:35%;
}
.infobox dd { margin-left:40% } /* monobookocentré fin */

/* Styles de [[Modèle:Barre de navigation]] */
table.navbox { 
 background:#222222;
 border:1px solid #AAA;
 clear:both;
 font-size:90%;
 margin:1em 0 0;
 padding:2px;
 text-align:center;
 width:100%;
}
 
table.navbox th { 
 background:#112a44;
 padding-left:1em;
 padding-right:1em;
}
 
table.navbox td.group { 
 background:#183B61;
 vertical-align:middle;
 width:150px;
 padding-left:1em;
 padding-right:1em;
 font-weight: bold;
}
 
table.navbox td.list { 
 text-align:left
}
 
table.navbox td.below { 
 background:#112a44;
 vertical-align:middle;
 padding-left:1em;
 padding-right:1em;
}

/* DAMIER SUR LES IMAGES */
 
/* Place un damier de vérification en arrière-plan dans la page de description
   de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
#file img { background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") }
 
/* VERSION IMPRIMABLE */
 
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.plainlinksneverexpand a.external.text:after {
 display:none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
 display:none !important;
}
 
/* Supprimer la flèche de lien externe pour ces liens. */
.plainlinksneverexpand a {
 background:none !important;
 padding:0 !important;
}

/* Classes pour Boîtes déroulantes */
.collapseButtonTest {
display: -moz-inline-box;
display: -webkit-inline-box;
display: inline-block;
font-weight: normal;
min-width: 5em;
margin-left: 0.5em;
color: #0645ad;
white-space: nowrap;
padding: 0;
text-align: left;
}
 
.collapseButtonBalance {
display: -moz-inline-box;
display: -webkit-inline-box;
display: inline-block;
width: 5em;
margin-right: 2.5em;
}
 
.collapseButtonContent {
padding: 0 0.25em 0 0.25em;
border: 1px solid transparent;
text-decoration: none;
color: #0645ad;
}
 
a.collapseButtonContent:hover {
border: 1px solid;
border-color: white black black white;
cursor: pointer;
cursor: hand;
text-decoration: none;
color: #0645ad;
}
 
.collapseButtonHide {
background-image: url(http://upload.wikimedia.org/wikipedia/en/9/99/ArrowUpNavbox.gif);
}
 
.collapseButtonShow {
background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7b/ArrowDownNavbox.gif);
}
 
.collapseButtonHide,
.collapseButtonShow,
.collapseButtonHideIE6,
.collapseButtonShowIE6 {
color: #0645ad;
padding-left: 0.7em;
background-repeat: no-repeat;
background-position: left center;
}
 
span.navbarEditLinks {
display: none;
}

/** BOÎTES ET MESSAGES **/
 
/* BANDEAUX D'AVERTISSEMENT */
/* style par défaut des bandeaux d'avertissement décidés sur
   Wikipédia:Prise de décision/Changement de style des messages d'avertissement
   Utilisé dans Modèle:Méta bandeau d'avertissement
*/
.bandeau { /* monobookocentré */
  text-align: left;
  margin: 8px 10% 12px;
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  padding: 2px 10px;
}
.bandeau table { background-color: transparent }
 
.bandeau-niveau-grave       { border-color: #aa0044; background-color: #222222 }
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #222222 }
.bandeau-niveau-ebauche     { border-color: #ff8822; background-color: #222222 }
.bandeau-niveau-information { border-color: #77ccff; background-color: #222222 }
 
.bandeau-icone { vertical-align: middle; text-align: center; min-width: 45px; padding-right: 10px }
 
.bandeau-titre { font-size: 1em;   line-height: 1.4em; margin-bottom: 0.5em }
.bandeau-texte { font-size: 0.9em; line-height: 1.2em }