Difference between revisions of "MediaWiki:Vector.css"

From HaloRuns Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
/* Colors
 +
hi-blue: #223e66
 +
mid-blue: #061322
 +
low-blue: #04080E
 +
 +
hi-orange: #FFAC1C
 +
mid-orange: #CC8A16
 +
 +
hi-green: #00ff00;
 +
mid-green: #00b300;
 +
*/
 +
 +
/* Wallpaper stuff */
  
 
body {
 
body {
Line 9: Line 23:
 
}
 
}
  
 +
/* Clear Header backgrounds */
 +
#mw-page-base, #mw-head-base{
 +
background:none;
 +
}
 +
 +
 +
/* Header Tabs */
 +
div.vectorTabs ul li{
 +
background-color: #04080E;
 +
}
 +
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{
 +
color: white;
 +
}
 +
 +
/* Body text color and such */
 +
div#content{
 +
color: white;
 +
background-color: #04080E;
 +
border-color: #223e66;
 +
}
 +
h1,h2,h3,h4,h5,h6{color: white}
 +
 +
 +
/* LINKS
 +
 +
Normal, Sidebar Links*/
 
a, div#mw-panel div.portal div.body ul li a{
 
a, div#mw-panel div.portal div.body ul li a{
 
color: #FFAC1C;
 
color: #FFAC1C;
Line 14: Line 54:
 
outline: 0;
 
outline: 0;
 
}
 
}
 
+
a:visited, div#mw-panel div.portal div.body ul li a:visited{
a:hover, a:focus{
+
color: #CC8A16;
color: #FFD678;
 
 
}
 
}
  
a:hover, a:visited, div#mw-panel div.portal div.body ul li a:visited{
+
/* External Links */
color: #CC8A16;
 
}
 
 
.mw-body a.external{
 
.mw-body a.external{
 
color: #00ff00;
 
color: #00ff00;
Line 29: Line 66:
 
}
 
}
  
pre, .mw-code{
+
/* Preferences Page
background-color: #bfbfbf;
 
}
 
textarea {
 
background-color: #cccccc;
 
}
 
  
.editOptions, #preferences, #preftoc li {
+
Tab Borders*/
background-color: #223e66;
 
}
 
 
#preftoc li{
 
#preftoc li{
 
border: 1px solid white;
 
border: 1px solid white;
 
border-top: 2px solid white;
 
border-top: 2px solid white;
 
}
 
}
 +
 +
/* Sections, notes, Tab Link text color */
 
#preferences legend, .htmlform-tip, #preftoc a{
 
#preferences legend, .htmlform-tip, #preftoc a{
 
color: white;
 
color: white;
 
}
 
}
  
.wikiEditor-ui-controls, .wikiEditor-ui-buttons{
+
/* Background of Editor Options, Preference */
background-color: #808080;
+
.editOptions, #preferences, #preftoc li {
border-top: none;
 
}
 
.mw-datatable td, #pagehistory li.selected{
 
 
background-color: #223e66;
 
background-color: #223e66;
 
}
 
}
  
div#content, #mw-page-base, #mw-head-base, div.vectorTabs ul li{
 
color: white;
 
background-color: #04080E;
 
background-image:none;
 
border-color: #223e66;
 
}
 
#mw-page-base, #mw-head-base{
 
background:none;
 
}
 
  
div.vectorTabs ul li{
 
border: 1px solid #223e66;
 
border-top: 2px solid #223e66;
 
}
 
  
h1,h2,h3,h4,h5,h6{color: white}
+
/* Boxes */
 
+
#toc, .toc, .mw-warning, .catlinks, div.thumbinner{
div#toc.toc{
+
background-color: #223e66;
background-color:: #101d30;
+
border-color: #CC8A16;
 
}
 
}
  
div.vectorTabs ul li{
+
/* Top of Editor background */
color: white;
+
.wikiEditor-ui-controls, .wikiEditor-ui-buttons{
background-color: #061322;
+
background-color: #808080;
background-image:none;
+
border-top: none;
 
}
 
}
 
+
/* Code text, ?? */
div.thumbinner{
+
pre, .mw-code{
background-color: #223e66;
+
background-color: #bfbfbf;
}
 
#toc, .toc, .mw-warning, .catlinks{
 
background-color: #223e66;
 
border-color: #CC8A16;
 
 
}
 
}
  
.portable-infobox .pi-secondary-background{
+
textarea {
background-color: #223e66;
+
background-color: #cccccc;
 
}
 
}
  
div.vectorTabs, div.vectorTabs span{
+
.mw-datatable td, #pagehistory li.selected{
background-image:none;
 
}
 
div.vectorTabs li.selected {
 
background-image:none;
 
 
background-color: #223e66;
 
background-color: #223e66;
}
 
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{
 
color: white;
 
 
}
 
}

Revision as of 10:50, 22 December 2016

/* CSS placed here will affect users of the Vector skin */

/* Colors
	hi-blue: #223e66
	mid-blue: #061322
	low-blue: #04080E
	
	hi-orange: #FFAC1C
	mid-orange: #CC8A16
	
	hi-green: #00ff00;
	mid-green: #00b300;
*/

/* Wallpaper stuff */

body {
	background: url(http://haloruns.com/hex-half.png) repeat;
	background-color: #04080E;
	background: -moz-linear-gradient(top, rgba(10,28,50,0.7), rgba(5,17,30,0)) no-repeat, url(http://haloruns.com/hex-half.png) repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(10,28,50,0.7)), to(rgba(5,17,30,0))) no-repeat, url(http://haloruns.com/hex-half.png) repeat;
	background: linear-gradient(to bottom, rgba(10,28,50,0.7), rgba(5,17,30,0)) no-repeat, url(http://haloruns.com/hex-half.png) repeat;
}

/* Clear Header backgrounds */
#mw-page-base, #mw-head-base{
	background:none;
}


/* Header Tabs */
div.vectorTabs ul li{
	background-color: #04080E;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{
	color: white;
}

/* Body text color and such */
div#content{
	color: white;
	background-color: #04080E;
	border-color: #223e66;
}
h1,h2,h3,h4,h5,h6{color: white}


/* LINKS

	Normal, Sidebar Links*/
a, div#mw-panel div.portal div.body ul li a{
	color: #FFAC1C;
	text-decoration: none;
	outline: 0;
}
a:visited, div#mw-panel div.portal div.body ul li a:visited{
	color: #CC8A16;
}

/* External Links */
.mw-body a.external{
	color: #00ff00;
}
.mw-body a.external:visited{
	color: #00b300;
}

/* Preferences Page 

	Tab Borders*/
#preftoc li{
	border: 1px solid white;
	border-top: 2px solid white;
}

/* Sections, notes, Tab Link text color */
#preferences legend, .htmlform-tip, #preftoc a{
	color: white;
}

/* Background of Editor Options, Preference */
.editOptions, #preferences, #preftoc li {
	background-color: #223e66;
}



/* Boxes */
#toc, .toc, .mw-warning, .catlinks, div.thumbinner{
	background-color: #223e66;
	border-color: #CC8A16;
}

/* Top of Editor background */
.wikiEditor-ui-controls, .wikiEditor-ui-buttons{
	background-color: #808080;
	border-top: none;
}
/* Code text, ?? */
pre, .mw-code{
	background-color: #bfbfbf;
}

textarea {
	background-color: #cccccc;
}

.mw-datatable td, #pagehistory li.selected{
	background-color: #223e66;
}