MediaWiki: Common.css

From Trekipedia
Jump to: navigation, search
m
m (Blanked the page)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
  
# SITE COLORS
 
# Yellow: #f90;
 
# Green: #3c3;
 
# Orange: #c30;
 
# Red: #c00;
 
# Blue: #09f;
 
 
# GENERAL FONT STYLES
 
 
a {
 
color: #3c3;
 
text-decoration:underline;
 
}
 
 
a:visited {
 
color: #09f;
 
text-decoration: none;
 
}
 
 
a.new {
 
color:#c30;
 
}
 
 
.toctoggle {
 
color:#000;
 
}
 
 
.editsection {
 
background-color: #000;
 
}
 
 
.thumbcaption {
 
color:#000;
 
}
 
 
#toctitle h2 {
 
color: #000;
 
}
 
 
div#content.mw-body {
 
background-color: #000;
 
}
 
 
.firstHeading {
 
color: #f90;
 
border: 5px solid #f90;
 
font-weight: bold;
 
font-variant: small-caps;
 
}
 
 
h2 {
 
background-color: #3c3;
 
color:#000;
 
font-weight: bold;
 
font-variant: small-caps;
 
}
 
 
div#toctitle h2 {
 
background-color: #fff;
 
color:#000;
 
font-weight: bold;
 
font-variant: small-caps;
 
}
 
 
h3 {
 
background-color: #c30;
 
color:#000;
 
font-weight: bold;
 
font-variant: small-caps;
 
}
 
 
h4 {
 
background-color: #c00;
 
color:#000;
 
font-weight: bold;
 
font-variant: small-caps;
 
}
 
 
h5 {
 
background-color: #09f;
 
color:#000;
 
font-weight: bold;
 
font-variant: small-caps;
 
}
 
 
# NAVIGATION SIDEBAR
 
 
.portal {
 
background-color: #000;
 
border: 2px solid #f90;
 
}
 
 
div#p-navigation.portal h5,
 
div#p-tb.portal h5 {
 
background-color: #f90;
 
color: #000;
 
font-weight: bold;
 
text-transform: uppercase;
 
}
 
 
.portal div.body {
 
background-color: #000;
 
}
 
 
.portal div.body ul li {
 
background-color: #3c3;
 
border: 2px solid #000;
 
border: 2px solid #000;
 
}
 
 
.portal div.body ul li:hover {
 
background-color: #c30;
 
border: 2px solid #000;
 
}
 
 
.portal div.body ul li:active {
 
background-color: #c00;
 
border: 2px solid #000;
 
}
 
 
.portal div.body ul li:visited {
 
background-color: #09f;
 
border: 2px solid #000;
 
}
 
 
.portal div.body ul li#n-mainpage-description a,
 
.portal div.body ul li#n-recentchanges a,
 
.portal div.body ul li#n-randompage a,
 
.portal div.body ul li#n-help a,
 
.portal div.body ul li#t-whatlinkshere a,
 
.portal div.body ul li#t-recentchangeslinked a,
 
.portal div.body ul li#t-upload a,
 
.portal div.body ul li#t-specialpages a,
 
.portal div.body ul li#t-print a,
 
.portal div.body ul li#t-permalink a,
 
.portal div.body ul li#t-info a {
 
color: #000;
 
/*font-weight: bold;*/
 
text-decoration: none;
 
text-transform: uppercase;
 
padding: 1px;
 
}
 
 
li#ca-view,
 
li#ca-edit,
 
li#ca-history,
 
li#ca-unwatch {
 
background-color: #f90;
 
border: 1px solid #000;
 
}
 
 
li#ca-view.selected,
 
li#ca-edit.selected,
 
li#ca-history.selected,
 
li#ca-unwatch.selected {
 
background-color: #c30;
 
border: 1px solid #000;
 
}
 
 
li#ca-view span a,
 
li#ca-edit span a,
 
li#ca-history span a,
 
li#ca-unwatch span a {
 
color: #000;
 
text-decoration: none;
 
text-transform: uppercase;
 
}
 
 
# IMAGE THUMBNAILS
 
 
div.thumbinner {
 
border: 1px solid #f90;
 
background-color: #f90;
 
}
 
 
div.thumbinner div.thumbcaption {
 
background-color: #f90;
 
}
 
 
div.thumbinner table.wikitable {
 
background-color: #000;
 
color: #fff;
 
}
 

Revision as of 22:24, 16 June 2015