MediaWiki:Monobook.css

From Rise of Kings Wiki
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.header-site {
color: white;
a:link {
  color: #dbe378;
}
a:visited {
  color: #dbe378;
}
a:hover {
  color: #dbe378;
}

a:active {
  color: #dbe378;
}

   background-color: #193b5c;
   background-image: url(http://images.shoutwiki.com/riseofkings/a/a5/Elefantes_gore.jpg);
   background-position: 100% 100%;
   background-repeat: repeat;
}

#globalWrapper {
color: white;
   background-color: #193b5c;
   background-image: url("http://images.shoutwiki.com/riseofkings/a/a5/Elefantes_gore.jpg");
   background-position: 100% 100%;
   background-repeat: repeat;
}

body {
color: white;
   background-color: #193b5c;
   background-image: url("http://images.shoutwiki.com/riseofkings/a/a5/Elefantes_gore.jpg");
   background-position: 100% 100%;
   background-repeat: repeat;
}


div#content,
div#p-cactions li a:hover,
div#p-cactions li.selected a,
div#content div.thumb {
   /* "Margin" for thumbs, padding for galleries */
   background-color: #1e4870;
   /* Light blue */
}

div#p-cactions li a {
   background-color: #1e4870;
   /* Light blue-gray inactive tabs */
}

#catlinks {
   background-color: #1e4870;
}

.ns-0 div#content,
.ns-0 div#p-cactions li a:hover,
.ns-0 div#p-cactions li.selected a,
.ns-0 div#content div.thumb {
   background-color: #193b5c;
   /* Set back to white for articles */
}

.ns-0 div#p-cactions li a {
   background-color: #193b5c;
   /* Light gray inactive tabs in articles */
}

#p-navigation {
color: white;
   background-color: #193b5c;
}

/*- this is for the background color of the title of the Navigation menu in the left column. It doesn't change the background color of the actual menu.*/

#p-navigation .pBody {
color: white;
   background-color: #1e4870;
}

/*- changes the background color of the Navigation menu on the left without affecting the background color of the title of the menu.*/

#p-search {
color: white;
   background-color: #193b5c;
}

/* sets the background color of the title of the Search block in the left column. */

#p-search .pBody {
color: white;
   background-color: #1e4870;
}

/* sets the background color of the Search block on the left without affecting its title. */

#p-tb {
color: white;
   background-color: #193b5c;
}

/* changes the background color of the title of the Tools menu on the left. */

#p-tb .pBody {
color: white;
   background-color: #1e4870;
}

/* sets the background color of the Tools menu in the left column without affecting the background color of the title of the menu. */

#p-ShoutWiki_messages {
color: white;
   background-color: #193b5c;
}

/* Everything is case sensitive. Why, god, why??!?!?1 */

#p-ShoutWiki_messages .pBody {
color: white;
   background-color: #1e4870;
}

#p-Hosted_mods {
color: white;
   background-color: #193b5c;
}

/* changes the background color of the title of the Tools menu on the left. */

#p-Hosted_mods .pBody {
color: white;
   background-color: #1e4870;
}

/* sets the background color of the Tools menu in the left column without affecting the background color of the title of the menu. */


@media print {
   div#content {

      background: white;
   }

   /* White background on print */
}

h1 {
color: white;
   font-size: 36px;

}

h2 {
color: white;
   font-size: 30px;

}

h3 {
color: white;
   font-size: 24px;

}

div {
color: white;

   font-size: 14px;
   line-height: 24px;
}
a:link {
  color: #dbe378;
}
a:visited {
  color: #dbe378;
}
a:hover {
  color: #dbe378;
}

a:active {
  color: #dbe378;
}