Difference between revisions of "MediaWiki:Common.css"

From Australis Ultima 30k
Jump to: navigation, search
m
m
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
 
/*Search Bar Stuff*/
 
#p-search {
 
float: left;
 
}
 
#p-search {
 
margin-right: 6.0em;
 
margin-left: 1.0em;
 
}
 
#p-search input {
 
margin: 0;
 
margin-top: 1.0em;
 
}
 
div#simpleSearch {
 
display: block;
 
width: 14em;
 
height: 1.4em;
 
margin-top: 0.65em;
 
position: relative;
 
min-height: 1px; /* Gotta trigger hasLayout for IE7 */
 
border: solid 1px #aaa;
 
color: #383838;
 
background-color: white;
 
/* @embed */
 
background-image: url(images/search-fade.png);
 
background-position: top left;
 
background-repeat: repeat-x;
 
}
 
div#simpleSearch input {
 
color: #383838;
 
direction: ltr;
 
}
 
 
/*Header Colour*/
 
/*Header Colour*/
#mw-page-base {
+
 +
 +
#mw-page-base {
 
background-color: #272727;
 
background-color: #272727;
}
+
        background-image: none;
 +
}
  
div.vectorTabs ul li {
 
background-color: #7B7B7B;
 
}
 
 
/* Page body colour set to same as above */
 
  
 
body {
 
body {
background-color: #272727;
+
background: #a1a1a1 url(http://aus30k.com/30kwiki/images/6/68/HH.jpg) 0 0 repeat-y;
}
+
}
 
+
/*Div Content Colour - This Window*/
+
div#content {
+
background-color: #7B7B7B;
+
}
+
 
+
/* tab links across top */
+
div.vectorTabs li a {
+
color: #E6E6E6;
+
}
+
 
+
div.vectorTabs li.selected a:visited{
+
color: #E6E6E6;
+
}
+
 
+
div.vectorTabs li.new a:visited{
+
color: #E6E6E6;
+
}
+
 
+
/* ????  */
+
div.vectorMenu li a {
+
color: #E6E6E6;
+
}
+
/* IGNORED BY IE6 */
+
div.vectorMenu li > a {
+
display: block;
+
}
+
div.vectorMenu li.selected a,
+
div.vectorMenu li.selected a:visited {
+
color: #E6E6E6;
+
}
+
 
+
div.vectorTabs li.new a,
+
div.vectorTabs li.new a:visited{
+
color: #E6E6E6;
+
}
+
 
+
/* Navigation and toolbox headings*/
+
 
+
div#mw-panel div.portal h5 {
+
        font-size:16px;
+
color: #CCCCCC;
+
text-decoration: underline;
+
}
+
 
+
 
+
/* Table of Contents */
+
#toc,
+
.toc,
+
.mw-warning {
+
border: 1px solid #000000;
+
background-color: #8B8B8B;
+
padding: 5px;
+
font-size: 95%;
+
}
+
#toc h2,
+
.toc h2 {
+
display: inline;
+
border: none;
+
padding: 0;
+
font-size: 100%;
+
font-weight: bold;
+
}
+
#toc #toctitle,
+
.toc #toctitle,
+
#toc .toctitle,
+
.toc .toctitle {
+
text-align: center;
+
}
+
#toc ul,
+
.toc ul {
+
list-style-type: none;
+
list-style-image: none;
+
margin-left: 0;
+
padding: 0;
+
text-align: left;
+
}
+
#toc ul ul,
+
.toc ul ul {
+
margin: 0 0 0 2em;
+
}
+
#toc .toctoggle,
+
.toc .toctoggle {
+
font-size: 94%;
+
}
+
 
+
.toccolours {
+
border: 1px solid #aaa;
+
background-color: #f9f9f9;
+
padding: 5px;
+
font-size: 95%;
+
}
+
 
+
 
+
 
+
/* Side Nav */
+
div#mw-panel div.portal div.body ul li a {
+
font-size:16px;
+
color: #E6E6E6;
+
}
+
div#mw-panel div.portal div.body ul li a:visited {
+
color: #E6E6E6;
+
}
+
/* Links */
+
a {
+
text-decoration: none;
+
color: #E6E6E6;
+
background: none;
+
}
+
a:visited {
+
color: #CFCFCF;
+
}
+
a:active {
+
color: #E6E6E6;
+
}
+
a:hover, a:focus {
+
text-decoration: underline;
+
}
+
a.stub {
+
color: #772233;
+
}
+
a.new, #p-personal a.new {
+
color: #ba0000;
+
}
+
a.new:visited, #p-personal a.new:visited {
+
color: #a55858;
+
}
+
/* Interwiki Styling */
+
.mw-body a.extiw,
+
.mw-body a.extiw:active {
+
color: #E6E6E6;
+
}
+
.mw-body a.extiw:visited {
+
color: #636;
+
}
+
.mw-body a.extiw:active {
+
color: #b63;
+
}
+
 
+
/* External links */
+
.mw-body a.external {
+
color: #E6E6E6;
+
}
+
.mw-body a.external:visited {
+
color: #636; /* bug 3112 */
+
}
+
.mw-body a.external:active {
+
color: #b63;
+
}
+
 
+
/* User Preferences */
+
#preftoc li {
+
background-color: #A2A2A2;
+
color: #000;
+
}
+
#preftoc li.selected {
+
font-weight: bold;
+
background-color: #B5B5B5;
+
border: 1px solid #aaa;
+
}
+
        #preftoc a,
+
#preftoc a:active {
+
color: #666666;
+
}
+
#preftoc li.selected a {
+
color: #666666;
+
}
+
#preferences {
+
border: solid 1px #ccc;
+
background-color: #8B8B8B;
+
}
+
#preferences legend {
+
color: #8B8B8B;
+
}
+
 
+
.prefsection legend {
+
color: #E6E6E6;
+
font-weight: bold;
+
}
+
.prefsection table, .prefsection legend {
+
background-color: #A2A2A2;
+
}
+
 
+
/* Category */
+
.skin-vector .mw-notification {
+
background-color: #808080;
+
border: solid 1px #a7d7f9;
+
}
+

Latest revision as of 04:59, 31 August 2014

/*Header Colour*/
 
 
#mw-page-base {	
	background-color: #272727;
        background-image: none;
 	}
 
 
body {
	background: #a1a1a1 url(http://aus30k.com/30kwiki/images/6/68/HH.jpg) 0 0 repeat-y;
 	}