Crashtastic Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  +
 
body {
 
background: #000000 url("http://hydra-media.cursecdn.com/crashtastic.gamepedia.com/3/37/Bground.jpg") no-repeat fixed center top / 100% auto;
 
color: #FFFFFF;
 
}
   
 
.nomobile {
 
.nomobile {
Line 5: Line 10:
 
}
 
}
   
  +
a.watch-this-article {
body {
 
  +
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 */
background: #000000 url("") no-repeat fixed top center / 100% auto;
 
color: #c0c0c0;
 
 
}
 
}
   
  +
/* search header */
div#content_wrapper {
 
  +
.pre-content #page-actions {
background-color: unset;
 
 
background-color: rgba(0, 0, 0, 0.85) !important;
border: 1px solid #252525;
 
 
}
 
}
   
  +
.overlay {
body.mediawiki #mw-mf-page-center {
 
background-color: rgba(0, 0, 0, 0.8);
+
background-color: rgba(0, 0, 0, 0.85);
  +
}
  +
  +
.overlay .overlay-header-container {
 
background-color: rgba(0, 0, 0, 0.85) !important;
  +
}
  +
  +
.search-overlay .overlay-header,
  +
.search-overlay .results {
  +
background-color: rgba(0, 0, 0, 0.85) !important;
 
color: #ffffff;
  +
}
  +
  +
.search-overlay {
  +
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
  +
}
  +
  +
ul.suggestions-results,
  +
ul.suggestions-results li {
  +
background-color: rgba(0, 0, 0, 0.85);
  +
color: #ffffff;
  +
}
  +
  +
ul.suggestions-results li.suggestions-result {
  +
color: #ffffff;
 
}
 
}
   
 
.client-js .toc-mobile {
 
.client-js .toc-mobile {
 
background-color: rgba(0, 0, 0, 0) !important;
 
background-color: rgba(0, 0, 0, 0) !important;
border: 1px solid #fff !important;
+
border: 1px solid #000000 !important;
 
}
 
}
   
Line 27: Line 55:
 
.last-modified-bar #mw-mf-last-modified {
 
.last-modified-bar #mw-mf-last-modified {
 
background-color: rgba(0, 0, 0, 0);
 
background-color: rgba(0, 0, 0, 0);
color: #e0e0e0;
+
color: #FFFFFF;
  +
}
  +
  +
/* general header */
  +
#mw-mf-header form,
  +
#mw-mf-sq {
  +
background-color: rgba(0, 0, 0, 0.85);
  +
}
  +
  +
/* non-content area */
  +
#footer {
  +
border-top: 1px solid #7AB1CC;
  +
color: #ffffff;
 
text-shadow: 1px 1px #000000;
  +
}
  +
  +
#footer a {
  +
color: #e66734;
  +
text-shadow: 1px 1px #000000;
  +
}
  +
  +
#footer h2 {
  +
color: #e66734;
  +
text-shadow: 1px 1px #000000;
  +
}
  +
  +
/* content area */
 
div#content_wrapper {
 
background-color: unset;
 
border: 1px solid #000000;
  +
}
  +
 
body.mediawiki #mw-mf-page-center {
 
background-color: rgba(0, 0, 0, 0.8);
 
}
 
}
   
Line 33: Line 94:
 
a:visited,
 
a:visited,
 
a.external {
 
a.external {
color: #7ab1cc;
+
color: #e66734;
}
 
 
.thumb,
 
#content_wrapper .thumb,
 
li.gallerybox div.thumb {
 
background-color: rgba(0, 0, 0, 0);
 
border: 1px solid #fff;
 
 
}
 
}
   
Line 49: Line 103:
 
.content table td,
 
.content table td,
 
.content table th {
 
.content table th {
border: 1px solid rgba(0, 0, 0, 0);
+
border: medium none;
 
padding: 3px;
 
padding: 3px;
 
}
 
}
   
  +
h1,
.content table.wikitable {
 
  +
h2 {
background-color: rgba(0, 0, 0, 0);
 
  +
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  +
border-bottom: 1px solid #7AB1CC;
  +
color: #ffffff;
  +
}
  +
  +
h3, h4, h5, h6 {
  +
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  +
color: #ffffff;
  +
}
  +
 
.thumb,
 
#content_wrapper .thumb,
 
li.gallerybox div.thumb {
  +
background: transparent;
  +
border: 2px solid rgba(0, 0, 0, 0.2);
  +
}
  +
 
table.wikitable {
  +
border: none;
  +
border-collapse: separate !important;
  +
border-spacing: 2px !important;
 
margin: auto;
 
margin: auto;
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 
}
 
}
   
.content table.wikitable > tr > th,
+
table.wikitable td {
  +
border: none;
.content table.wikitable > tr > td,
 
  +
padding: 3px;
.content table.wikitable > * > tr > th,
 
  +
background: rgba(0, 0, 0, 0);
.content table.wikitable > * > tr > td {
 
border: 1px solid #fff;
 
 
}
 
}
   
.content table.wikitable > tr > th,
+
table.wikitable th {
  +
background: rgba(0, 0, 0, 0);
.content table.wikitable > * > tr > th {
 
background-color: #101010;
+
border: none;
 
padding: 3px;
 
padding: 3px;
 
}
 
}
   
  +
.mwm-notice,
div#mainpageheader {
 
  +
#searchbox {
background: #000;
 
text-align: left;
+
background: rgba(0, 0, 0, 0);
border: 1px solid #7AB1CC;
+
border: 2px solid rgba(0, 0, 0, 0.2);
  +
border-radius: 5px 5px 5px 5px;
color: #7AB1CC;
 
  +
}
font-size: 100%;
 
  +
padding: 1px 1px 3px 3px;
 
  +
.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;
 
}
 
}

Revision as of 15:26, 31 March 2016

/* CSS placed here will affect users of the mobile site */

body {
    background: #000000 url("http://hydra-media.cursecdn.com/crashtastic.gamepedia.com/3/37/Bground.jpg") no-repeat fixed center top / 100% auto;
    color: #FFFFFF;
}

.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-color: rgba(0, 0, 0, 0.85) !important;
}

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

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

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

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

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

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

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #000000 !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

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

/* non-content area */
#footer {
    border-top: 1px solid #7AB1CC;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

#footer a {
    color: #e66734;
    text-shadow: 1px 1px #000000;
}

#footer h2 {
    color: #e66734;
    text-shadow: 1px 1px #000000;
}

/* content area */
div#content_wrapper {
    background-color: unset;
    border: 1px solid #000000;
}

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

a,
a:visited,
a.external {
    color: #e66734;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: medium none;
    padding: 3px;
}

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

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

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

table.wikitable {
    border: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin: auto;
    margin-bottom: 1em;
}

table.wikitable td {
    border: none;
    padding: 3px;
    background: rgba(0, 0, 0, 0);
}

table.wikitable th {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    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;
}