Royal Quest Wiki
No edit summary
Tags: Mobile edit Mobile web edit
Tagaziel (talk | contribs)
No edit summary
Line 4: Line 4:
 
}
 
}
   
  +
.animations #mw-mf-page-center, input.search, .mw-ui-button, .last-modified-bar #mw-mf-last-modified {
#content_wrapper {
 
 
background: rgb(87, 132, 74);
 
background: rgb(87, 132, 74);
 
color: white;
 
color: white;
 
}
 
}
   
#mw-mf-viewport {
 
position: relative;
 
height: 100%;
 
background: rgb(87, 132, 74);
 
color: white;
 
}
 
   
 
/* LINK STYLING */
 
/* LINK STYLING */
Line 64: Line 58:
 
#body{
 
#body{
 
background-color: rgb(87, 132, 74);
 
background-color: rgb(87, 132, 74);
 
}
  +
  +
  +
.mw-ui-button {
  +
background: black !important;
  +
border: 1px solid white !important;
  +
}
  +
  +
.client-js .toc-mobile {
  +
background-color: transparent !important;
 
}
 
}

Revision as of 09:49, 20 March 2016

/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

.animations #mw-mf-page-center, input.search, .mw-ui-button, .last-modified-bar #mw-mf-last-modified  {
  background: rgb(87, 132, 74);
  color: white;
}


/* LINK STYLING */

a:visited {
color: #c1916b;
}

a {
color: #e77516;
}


.mw-body a.external {
color: #e77516;
}

.mw-body a.extiw:visited {
color: #c1916b;
}

.mw-body a.extiw, .mw-body a.extiw:active {
color: #e77516;
}

.mw-body a.external:visited {
color: #c1916b;
}
.mw-body a.external {
color: #e77516;
}

.mw-body a.external {
color: #e77516;
}

span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #e77516;
}

#footer {
background-color: rgb(87, 132, 74);
}

#mw-mf-page-center {
  background-color: rgb(87, 132, 74);
}

#body{
background-color: rgb(87, 132, 74);
}


.mw-ui-button {
    background: black !important;
    border: 1px solid white  !important;
}

.client-js .toc-mobile {
    background-color: transparent !important;
}