MediaWiki:Vector.css

From Brickipedia, the LEGO Wiki

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.
/* CSS placed here will affect users of the Vector skin */

/**
 * Styles prefixed with the .theme-deepsea class here will only 
 * affect users of the Vector skin using the DeepSea theme
 */
.theme-deepsea {
	/* @embed */
	background: url(http://images.shoutwiki.com/lego/3/38/Studs-tile-light.png) repeat;
}

/* main colors */
.theme-deepsea #p-personal li, 
.theme-deepsea #p-media li, 
.theme-deepsea div.vectorTabs li, 
.theme-deepsea div.vectorMenu, 
.theme-deepsea #p-search,
.theme-deepsea div#mw-panel div.portal div.body ul li, 
.theme-deepsea .vectorMenu li {
	background-color: #bfdbee;
}

/* hover colors */
.theme-deepsea #p-personal ul li:hover,
.theme-deepsea div.vectorTabs li:hover,
.theme-deepsea div#mw-panel div.portal div.body ul li:hover {
	background: #fff;
}

/* menu */
.theme-deepsea div.vectorMenu ul {
	border: solid 1px #bfdbee;
}


/* no longer :visited */
.theme-deepsea div#mw-panel div.portal div.body ul li a, 
.theme-deepsea div.vectorTabs li a, 
.theme-deepsea #p-personal a, 
.theme-deepsea #p-media a {
	color: #0645ad;
}

/* Fix image positioning of avatars in chat sidebar */
.theme-deepsea #p-Online_users_in_chat\: li {
	text-indent: 20;
}

.theme-deepsea #p-Online_users_in_chat\: li:last-child {
	text-indent: 0;
}

/* remove actions sidebar module */
.theme-deepsea #p-Actions {
	display: none;
}

/* footer link re-coloring */
.theme-deepsea #footer li a {
	color: #fff;
}

/**
 * Deepsea theme styles for Review namespace
 * 118: NS_REVIEW
 * 119: NS_REVIEW_TALK
 */

.theme-deepsea.ns-118,
.theme-deepsea.ns-119 {
	/* @embed */
	background: #14b366 url(http://images.shoutwiki.com/lego/f/fd/Studs-green-deepsea.png);
}

/* Review - main colors */
.theme-deepsea.ns-118 #p-search, 
.theme-deepsea.ns-118 #p-personal ul li, 
.theme-deepsea.ns-118 div.vectorTabs ul li, 
.theme-deepsea.ns-118 div#mw-head div.vectorMenu h3,
.theme-deepsea.ns-118 div#mw-panel div.portal div.body ul li,
.theme-deepsea.ns-119 #p-search, 
.theme-deepsea.ns-119 #p-personal ul li, 
.theme-deepsea.ns-119 div.vectorTabs ul li, 
.theme-deepsea.ns-119 div#mw-head div.vectorMenu h3,
.theme-deepsea.ns-119 div#mw-panel div.portal div.body ul li {
	background: #bfeedb;
}

/* Review - hover + selected colors */
.theme-deepsea.ns-118 #p-personal ul li:hover,
.theme-deepsea.ns-118 div.vectorTabs li:hover,
.theme-deepsea.ns-118 div.vectorTabs li.selected,
.theme-deepsea.ns-118 div#mw-panel div.portal div.body ul li:hover,
.theme-deepsea.ns-119 #p-personal ul li:hover,
.theme-deepsea.ns-119 div.vectorTabs li:hover,
.theme-deepsea.ns-119 div.vectorTabs li.selected,
.theme-deepsea.ns-119 div#mw-panel div.portal div.body ul li:hover {
	background: #fff;
}

/* Review - links colors */
.theme-deepsea.ns-118 div.vectorTabs li a,
.theme-deepsea.ns-118 div#mw-panel div.portal div.body ul li a,
.theme-deepsea.ns-118 #p-personal ul li > a,
.theme-deepsea.ns-119 div.vectorTabs li a,
.theme-deepsea.ns-119 div#mw-panel div.portal div.body ul li a,
.theme-deepsea.ns-119 #p-personal ul li > a {
	color: #006012;
}

/* Review - link :visited state */
.theme-deepsea.ns-118 div.vectorTabs li a:visited,
.theme-deepsea.ns-118 div#mw-panel div.portal div.body ul li a:visited,
.theme-deepsea.ns-118 #p-personal ul li > a:visited,
.theme-deepsea.ns-119 div.vectorTabs li a:visited,
.theme-deepsea.ns-119 div#mw-panel div.portal div.body ul li a:visited,
.theme-deepsea.ns-119 #p-personal ul li > a:visited {
	color: #00400b;
}

/* Review - link red state */
.theme-deepsea.ns-118 div.vectorTabs li .new,
.theme-deepsea.ns-118 div#mw-panel div.portal div.body ul li .new,
.theme-deepsea.ns-118 #p-personal ul li > .new,
.theme-deepsea.ns-119 div.vectorTabs li .new,
.theme-deepsea.ns-119 div#mw-panel div.portal div.body ul li .new,
.theme-deepsea.ns-119 #p-personal ul li > .new {
	color: #ba0000;
}

/* Review - link red+visited state */
.theme-deepsea.ns-118 div.vectorTabs li .new:visited,
.theme-deepsea.ns-118 div#mw-panel div.portal div.body ul li .new:visited,
.theme-deepsea.ns-118 #p-personal ul li > .new:visited,
.theme-deepsea.ns-119 div.vectorTabs li .new:visited,
.theme-deepsea.ns-119 div#mw-panel div.portal div.body ul li .new:visited,
.theme-deepsea.ns-119 #p-personal ul li > .new:visited {
	color: #9a6852;
}

/**
 * Deepsea theme styles for Special:WikiForum
 *
 * @NOTE: I've been working on a patch where MediaWiki:WikiForum.css
 * and MediaWiki:WikiForum.js would be registered as RL wiki module(s),
 * so one day this code isn't as brain-dead but also performance 
 * (the style + script would only be loaded on Special:WikiForum instead
 * of having almost every page besides Special:WikiForum load unused CSS)
 * - SamanthaNguyen
 */

.theme-deepsea.mw-special-WikiForum {
	/* @embed */
	background: #ccaf25 url(http://images.shoutwiki.com/lego/a/ad/Studs-yellow-deepsea.png);
}

/* WikiForum - main colors */
.theme-deepsea.mw-special-WikiForum #p-search, 
.theme-deepsea.mw-special-WikiForum #p-personal ul li, 
.theme-deepsea.mw-special-WikiForum div.vectorTabs ul li, 
.theme-deepsea.mw-special-WikiForum div#mw-head div.vectorMenu h3,
.theme-deepsea.mw-special-WikiForum div#mw-panel div.portal div.body ul li {
	background: #eeeedb;
}

/* WikiForum - hover+selected colors */
.theme-deepsea.mw-special-WikiForum #p-personal ul li:hover,
.theme-deepsea.mw-special-WikiForum div.vectorTabs li:hover,
.theme-deepsea.mw-special-WikiForum div.vectorTabs li.selected,
.theme-deepsea.mw-special-WikiForum div#mw-panel div.portal div.body ul li:hover {
	background: #fff;
}

/* WikiForum - link colors */
.theme-deepsea.mw-special-WikiForum div.vectorTabs li a,
.theme-deepsea.mw-special-WikiForum div#mw-panel div.portal div.body ul li a,
.theme-deepsea.mw-special-WikiForum #p-personal ul li > a {
	color: #606012;
}

/* WikiForum - link :visited state */
.theme-deepsea.mw-special-WikiForum div.vectorTabs li a:visited,
.theme-deepsea.mw-special-WikiForum div#mw-panel div.portal div.body ul li a:visited,
.theme-deepsea.mw-special-WikiForum #p-personal ul li > a:visited {
	color: #404000;
}


/* WikiForum - link red state */
.theme-deepsea.mw-special-WikiForum div.vectorTabs li .new,
.theme-deepsea.mw-special-WikiForum div#mw-panel div.portal div.body ul li .new,
.theme-deepsea.mw-special-WikiForum #p-personal ul li > .new {
	color: #ba0000;
}

/* WikiForum - link red+visited state */
.theme-deepsea.mw-special-WikiForum div.vectorTabs li .new:visited,
.theme-deepsea.mw-special-WikiForum div#mw-panel div.portal div.body ul li .new:visited,
.theme-deepsea.mw-special-WikiForum #p-personal ul li > .new:visited {
	color: #9a6852;
}

/* switch tabs */
.theme-deepsea #ca-rev {
	background: #bfeedb;
}

.theme-deepsea #ca-rev a {
	color: #006012;
}

.theme-deepsea #ca-inv {
	background: #c7c7c7;
}

.theme-deepsea #ca-inv a {
	color: #606060;
}

.theme-deepsea #ca-wiki {
	background: #bfdbee;
}

.theme-deepsea #ca-wiki a {
	color: #3145ad;
}

.theme-deepsea #ca-rev:hover, 
.theme-deepsea #ca-inv:hover,
.theme-deepsea #ca-wiki:hover {
	background-color: #fff;
}