User:Warwick/monobook.css

From Guild Wars Wiki
Jump to navigationJump to search

Note: After publishing, 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: Press Ctrl-F5.


.mw-plusminus-null {
background-color:red;
color:green;
}

.mw-plusminus-positive {
background-color:pink;
color:orange;
}

@import "http://www.wowwiki.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";

@import "http://www.wowwiki.com/index.php?title=MediaWiki:Wowwiki.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";

@import "http://www.wowwiki.com/index.php?title=-&action=raw&gen=css&maxage=18000";

#column-google {
display:none;
}

#content {
min-width:585px;
}

#p-wikicities-nav {
display:none;
}

/* colors for content and tabs */
#content {
background: #B0E0E6 !important;
border: 1px solid #000000;
border-right: none;
}
#p-cactions ul li a {
background: #B0E0E6 !important;
border: 1px solid #000000;
}

div#globalWrapper {
background-color: #007FFF !important;
}

body {
background-color: #007FFF !important;
border-right: none;
}

/* Change background of category bar and ToC */
#catlinks { 
border: 1px solid #000000; -moz-border-radius: 1em;
background-color: #007FFF;
}
#toc {
border: 1px solid #000000; -moz-border-radius: 1em;
background-color: #007FFF;
}

#edit {
border: 1px solid #00000; -moz-border-radius: 1em;
background-color: #007FFF;
}

#footer {
background-color: #B0E0E6;
}

/* p- class changes are to the navigation areas of the page. */
#p-personal ul {
position: absolute;
left: 13.7em;
top: 0;
right: 0;
z-index: 0;
font-weight: bold;
border:1px solid #000000; -moz-border-radius-bottomleft: 1em;
border-top: none;
background: #B0E0E6;
overflow: visible;
padding: 0 2em 0 3em;
}

#globalWrapper a {
color: #453B26 !important;
}
#globalWrapper a:visited {
text-decoration: italic;
color: #453B26 !important;
}
#globalWrapper a.new {
color: #E80000 !important;
}
/* --- ROUNDED CORNERS --- */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#content { 
border: 1px solid #000000;
-moz-border-radius-topleft: 1em; 
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
border: 1px solid #000000;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
border: 1px solid #000000;
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content { 
border: 1px solid #000000;
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border: 1px solid #000000;
background: #B0E0E6;
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}



/* --- YOU HAVE NEW MESSAGES BAR --- */

/* prettified */
.usermessage, .usermessage plainlinks {
background: #007FFF; text-decoration:blink;
}

/* Tweak google search box */
#gsearch {
width: 11em;
margin: 0;
margin-top:5px;
font-size: 95%;
}

/* Remove original search box and sponsors (Optional) */
#p-seg {
display:none;
}