MediaWiki:Global.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.
/* This page does absolutely nothing. Global.css is user-specific and is called from Hub in your user space (s:Special:MyPage/global.css). Common.css applies across all skins on a wiki, in the MediaWiki namespace for all users, or user space (Special:MyPage/common.css) for that user. */
.header-site {
   background-color: #193b5c;
   background-image: url(http://images.shoutwiki.com/riseofkings/a/a5/Elefantes_gore.jpg);
   background-position: 100% 100%;
   background-repeat: repeat;
}

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

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

/* BEGIN LIGHT BLUE SECTION
   Make content area light blue in all namespaces except articles (main namespace). 
   This is done by setting the background color for all #content areas 
   to light blue, and then overriding it back to white for any #content 
   enclosed in a .ns-0 (main namespace). We do the same for the "tab" 
   backgrounds and some other objects. */

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 {
   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 {
   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 {
   background-color: #193b5c;
}

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

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

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

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

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

#p-tb .pBody {
   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 {
   background-color: #193b5c;
}

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

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

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

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

#p-Hosted_mods .pBody {
   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 {
   font-size: 36px;
   font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h2 {
   font-size: 30px;
   font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h3 {
   font-size: 24px;
   font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

div {
   font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
   font-size: 14px;
   line-height: 24px;
}