Binding of Isaac: Rebirth Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 52 : Ligne 52 :
 
background: #6b4537;
 
background: #6b4537;
 
color: #D5D4D4;
 
color: #D5D4D4;
  +
}
  +
  +
div#content_wrapper {
  +
background-color: unset;
  +
border: 1px solid #394147;
  +
color: #D5D4D4;
  +
}
  +
  +
body.mediawiki #mw-mf-page-center {
  +
background: rgba(0, 0, 0, 0.85);
 
}
 
}
   

Version du 26 février 2017 à 15:41

/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */

.nomobile {
    display: none;
}

a.watch-this-article {
    background-image: url("http://hydra-media.cursecdn.com/commons.cursetech.com/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
}

/* search header */
.pre-content #page-actions {
    background: rgba(0, 0, 0, 0.85) !important;
}

.overlay {
    background: rgba(0, 0, 0, 0.85);
}

.overlay .overlay-header-container {
    background: rgba(0, 0, 0, 0.85) !important;
}

.search-overlay .overlay-header,
.search-overlay .results {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #D5D4D4;
}

.search-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important; 
}

ul.suggestions-results,
ul.suggestions-results li {
    background: rgba(0, 0, 0, 0.85);
    color: #D5D4D4;
}

ul.suggestions-results li.suggestions-result {
    color: #D5D4D4;
}

/* general header */
#mw-mf-header form,
#mw-mf-sq {
    background: rgba(0, 0, 0, 0.85);
}

/* non-content area */
body {
    background: #6b4537;
    color: #D5D4D4;
}

div#content_wrapper {
    background-color: unset;
    border: 1px solid #394147;
    color: #D5D4D4;
}

body.mediawiki #mw-mf-page-center {
    background: rgba(0, 0, 0, 0.85);
}

#footer {
    border-top: 1px solid #394147;
    color: #D5D4D4;
}

#footer a {
    color: #9cb7c2;
}

#footer h2 {
    color: #ffffff;
}

/* content area */

a,
a:visited,
a.external {
    color: #9CB0D1;
}

.content table th {
    background-color: #142e59;
}

.content table td,
.content table th {
    border: 1px solid #000000;
    padding: 3px;
}

h1, 
h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000000;
    color: #D5D4D4;
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #D5D4D4;
}

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 1px solid #ffffff;
}

li.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 2px;
}

.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
    background-color: ##142E59;
}

table.mw_metadata td {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #000000;
}

table.mw_metadata th {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #000000;
    color: #ffffff;
}

table.wikitable {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #00000;
    color: #ffffff;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    border: 1px solid #000000;
}

table.mw-datatable > tr > th,
table.mw-datatable > * > tr > th,
table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #142E59;
    border: 1px solid #000000;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
}


.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #394147;
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0);
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}

#toc,
.toc {
     background-color: rgba(0, 0, 0, 0);
}

code {
    background-color: rgba(0,0,0,0.2);
}

.catlinks,
ul#filetoc {
    background-color: transparent;
    border: 1px solid #000000;
}