MediaWiki:Vector.css

From Lotro-Wiki.com
Jump to navigation Jump 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.
/* All CSS here will be loaded for users of the Vector skin */

/***** 1. INDICATION OF NAMESPACES *****/

/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #f8fcff;}
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; } 

/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background-color: #f4f4f4; border: 1px solid #0000cc;}
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; } 

/* NS Help + Help_talk (light sky blue)  */
.ns-12 #content, .ns-13 #content { background-color: #f4f4f4; border: 1px solid #0000cc;}
.ns-12 #bodyContent, .ns13 div.thumb { border-color: #f4f4f4; } 

/* NS Item + Item_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background-color: #f3f3ff; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; } 

/* NS Quest + Quest_talk (light bluish violet) */
.ns-102 #content, .ns-103 #content { background-color: #f3f3ff; }
.ns-102 div.thumb, .ns-103 div.thumb { border-color: #f3f3ff; } 

/* NS Social + Social_talk (light grey) */
.ns-108 #content, .ns-109 #content { background-color: #f4f4f4; }
.ns-108 div.thumb, .ns-109 div.thumb { border-color: #f4f4f4; }

/* Warning boxes for things like the block log on IP/user pages should be formatted as such */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
  background: none repeat scroll 0% 0% #FFDBDB;
  border: 1px solid #BB7070;
}