Rocket League Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Rocket League Wiki
(GPE Bot Edit (0271bdd0aa3539e70ed4e269dfbe14c6e9b03ac1,e8aa86e41307875541f9e806fcba437d13587982))
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 */
  +
  +
.globalNotice {
  +
position: relative;
  +
color: white;
  +
}
  +
 
/* Header and footer */
 
/* Header and footer */
 
.header-container.header-chrome,
 
.header-container.header-chrome,
Line 77: Line 83:
   
 
/* non-content area */
 
/* non-content area */
#footer {
+
footer {
 
border-top: 1px solid #7AB1CC;
 
border-top: 1px solid #7AB1CC;
 
color: #ffffff;
 
color: #ffffff;
Line 83: Line 89:
 
}
 
}
   
#footer a {
+
footer a {
 
color: #df691a;
 
color: #df691a;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;
 
}
 
}
   
#footer h2 {
+
footer h2 {
 
color: #df691a;
 
color: #df691a;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;

Revision as of 16:42, 9 August 2017

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

.globalNotice {
    position: relative;
    color: white;
}

/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

/* custom colour code -> #df691a*/

body {
    background: #000000 url("https://hydra-media.cursecdn.com/rocketleague.gamepedia.com/1/1f/Background.jpg") no-repeat fixed center top / 100% auto;
    color: #FFFFFF;
    background-size: cover;
}

.last-modified-bar.active #mw-mf-last-modified {
    background-color: transparent;
}

.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: #df691a;
    text-shadow: 1px 1px #000000;
}

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

/* content area */


.overlay-enabled, #content {
    background-color: rgba(0, 0, 0, 0.8);
}

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

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