Difference between revisions of "MediaWiki:Vector.css"

From lex-wiki
Jump to navigation Jump to search
(Test)
 
(Test)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/** Re-styles the vector skin to look similar to the http://www.minecraftforum.net skin **/
/* Thanks to Minecraft Wiki for the CSS */
/* Give the background the initial stone texture */
body {
body {
    background-color: #202020;
  background: url(/images/e/e6/The_Infosphere_Background-3.png) no-repeat #13202e;
    background-image: url("http://tekkit.it/image/Background.png")
}
}


/* Add the grass block background */
/* no background for these */
#mw-page-base {
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
    background-color: #8DBDE9;
  background: none !important;
    background-image: url("http://tekkit.it/image/Header-background.png");
    height: 10em
}
}


/* Position the #content area and add the cloud detail image */
/* set content background (needs overwriting) */
#mw-head-base {
#content {
    background-image: url("http://tekkit.it/image/Clouds-distance2.png");
  background: #13202e !important;
    background-position: left 6px;
}
    height: 97px;
 
     margin: -160px 10px 0 10.4em
#siteNotice, #mw-dismissable-notice,
#content table {
  background: #13202e;
}
 
/* change font colour to white */
#content, #siteNotice, #mw-dismissable-notice,
h1, h2, h3, h4, h5, h6, label, table,
abbr {
  color: #ffffff !important;
}
 
#footer-info-lastmod, #footer-info-copyright,
#footer-info-viewcount, #footer-info-trackers {
  color: #a3a3a3 !important;
}
 
#content {
  border: 1px solid #73abe6 !important;
  border-right: none !important;
}
 
.icon div {
  display: inline !important;
}
 
/* Sidebar */
.portal h5 {
  color: #aadd00 !important;
  background: none !important;
  font-weight: bold;
}
 
.portal .body {
  background: none !important;
  border-top: 1px solid #73abe6 !important;
}
 
.portal li a { color: #ffdd00 !important; }
.portal li a:hover { color: #ffee00 !important; }
.portal li a:visited { color: #dd9900 !important; }
 
#n-Commentaries, #n-Transcripts {
  padding-left: 15px !important;
}
 
/* Affiliates */
 
#p-affiliates li {
  clear: left;
  text-align: center;
}
 
#p-affiliates a {
  display: block;
  width: 31px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 0px;
  padding-top: 88px;
  float: left;
  margin-right: 3px;
}
 
#p-affiliates a:hover {
  background-position: -31px 0;
}
 
/* Copyright/poweredby icon */
 
#footer-icons-copyrightico a,
#footer-icons-poweredbyico a {
  display: block !important;
  width: 88px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 0px;
  padding-top: 31px;
  float: left;
}
 
#footer-icons-copyrightico a:hover,
#footer-icons-poweredbyico a:hover {
  background-position: 0 -31px;
}
 
/* Tabs */
 
.vectorTabs {
  background: none !important;
  border-left: 1px solid #73abe6 !important;
  padding: 0 !important;
}
 
.vectorMenu .menu ul {
  background: #13202e;
  border: 1px solid #73abe6;
}
 
.vectorTabs li, .vectorMenu h5 a {
  border: none;
  background: none !important;
  border-right: 1px solid #73abe6 !important;
}
 
.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
  background: none !important;
}
 
.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a { color: #ffaa00 !important; }
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #c1c1c1 !important; font-weight: bold; }
.vectorTabs li.selected { border-bottom: 1px solid #13202e; }
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }
 
/* general content */
#canon-notice-text a
{
     color:yellow !important;
}
 
#content a, #p-personal a, #footer a, .templateMenuLink { color: #2d80f2 !important }
#content a:visited, #p-personal a:visited, #footer a:visited, .templateMenuLink:visited { color: #297db8 !important; }
#content a.new, #p-personal a.new { color: #c40000 !important; }
#content a.new:visited, #p-personal a.new:visited { color : #dd3131 !important; }
#content a.external, #content a.extiw { color: #2d90ae !important; }
#content a.external:visited, #content a.extiw:visited { color: #2d7d85 !important; }
 
.thumb {
  border-color: #13202e !important;
}
 
.thumbinner {
  background: #13202e !important;
  border: 1px solid #73abe6 !important;
}
 
.thumbinner img {
  border-color: #73abe6;
}
 
#toc, .catlinks {
  border-color: #73abe6;
  background: #222f3e;
}
 
ul.quotes div.poem {
  display: list-item;
  padding-bottom: 3px;
}
 
.gallery {
  background: #222f3e !important;
  border-color: #73abe6 !important;
}
.gallery td {
  vertical-align: top;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.gallery .thumb {
  border-color: #13202e !important;
  margin: 0 !important;
  background: none !important;
}
.gallerybox {
  margin: 2px;
  padding: 0 3px;
  background: none !important;
}
 
#firstHeading {
  margin-bottom: 0 !important;
}
#siteSub {
  display: block;
  font-size: 9px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
}
}


/* Position the header area and give it a fake 3D background to go over the top-right of the #content area */
#mw-history-compare .selected {
#mw-head {
  background:#222f3e!important;
    background-image: url("http://tekkit.it/image/Vector-tabs-background.png");
  border-color: #73abe6 !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-right: 10px;
    height: 103px
}
}


/* Set up the link colours and make tabs bold */
/* tables */
#mw-panel a, #mw-panel a:visited, #footer a {
table.overview, table.wikitable,
    color: #BFBFBF !important
table.suboverview, table.listfiles,
table.TablePager, table.mw_metadata {
  background: #73abe6 !important; 
}
table.overview {
  width: 100%;
}
table.overview td, table.wikitable td,
table.suboverview td, table.listfiles td,
table.TablePager td, table.mw_metadata td {
  background: #222f3e !important;
}
table.overview th, table.wikitable th,
table.suboverview th, table.listfiles th,
table.TablePager th, table.mw_metadata th {
  background: #13202e !important;
}
}
#p-personal a, #mw-panel h5, #footer ul li,
.overview tr.oCentre td, .overview .oCentre,  
#mw-panel a:hover, #footer a:hover, #ft a:hover,
.suboverview tr.oCentre td, .suboverview .oCentre {
#mw-panel a:focus, #footer a:focus, #ft a:focus {
  text-align: center;
    color: #FFFFFF !important
}
}
#left-navigation a, #left-navigation a, #right-navigation #p-views a {
    color: #000000;
.overview tr.oLeft td, .overview .oLeft, .suboverview tr.oLeft td, .suboverview .oLeft {
    font-weight: bold
  text-align: left !important;
}
}
#p-personal a.new, #left-navigation li.new a, #right-navigation #p-views li.new a {
    color: #BA0000 !important
.overview tr.oRight td, .overview .oRight, .suboverview tr.oRight td, .suboverview .oRight {
  text-align: right !important;
}
.overview tr.oTop td, .overview .oTop, .suboverview tr.oTop td, .suboverview .oTop {
  vertical-align: top;
}
}


/* Position the first set of tabs (page/discussion/etc.) */
.overviewNo {
#left-navigation {
  background-color: #a00;
    top: 67px;
  font-weight: bold;
    margin-left: 16px;
}
}


/* Give the user details area some colouring */
.overviewYes {
#p-personal {
  background-color: #0a0;
    background-color: rgba(134, 185, 233, 0.8);
  font-weight: bold;
    border: 1px solid #A9D1F8;
    right: 0;
    padding-right: 0.55em;
    margin-top: 6px
}
}
#p-personal li {
 
    margin: 0.5em 0 0.5em 0.75em
/* references */
 
ol.references li:target,
sup.reference:target
{
  background: #222f3e;
  border: 1px solid #73abe6;
  padding: 1px 2px;
}
}
#p-personal ul {
 
    padding-left: 0
/* main page */
 
.page-Main_Page #firstHeading {
  display: none;
}
}


/* Give the tabs and menu tabs the grass block styling */
.mainLeftBox {
div.vectorTabs {
  background-repeat: no-repeat;
    background-image: none;
  background-position: bottom right;
    height: 36px;
  border-color: #f42000 !important;
    padding-left: 0
  background-color: #271620 !important;
  color: #ffffff !important;
  background-image:url(/images/d/d6/VectorMainLeftFry.png);
}
}
div.vectorTabs ul {
.mainLeftBox hr {
    background-image: none
  background-color: #f42000 !important;
}
}
div.vectorTabs ul li, div.vectorMenu {
.mainRightBox {
    background-image: url("http://tekkit.it/image/Vector-tabs.png") !important;
  background-repeat: no-repeat;
    background-position: left top;
  background-position: bottom right;
    background-color: transparent;
  border-color: #0a2cbf !important;
    padding-left: 6px;
  background-color: #151b22 !important;
    margin-right: 7px
  color: #ffffff !important;
  background-image:url(/images/b/b5/VectorMainRightBender.png);
}
}
div.vectorTabs span {
.mainRightBox hr {
    background-image: none !important;
  background-color: #0a2cbf !important;
}
}
div.vectorTabs li span, div.vectorMenu h5 {
.mainBottomBox {
    background-image: url("http://tekkit.it/image/Vector-tabs.png") !important;
  background-repeat: no-repeat;
    background-position: right top !important;
  background-position: bottom center;
    height: 36px;
  border-color: #58e50c !important;
    float: left;
  background-color: #0d3620 !important;
  color: #ffffff !important;
  background-image:url(/images/e/ee/VectorMainBottomToad.png);
}
}
div.vectorTabs li.selected span, div.vectorTabs li span:hover, div.vectorMenu:hover h5 {
.mainDonateBox {
    background-position: right bottom !important
  border-color: #e5dd05 !important;
  background: #2e331e !important;
  color: #ffffff !important;
}
}
div.vectorTabs li a {
 
    background-image: none;
/* message box */
    padding: 15px 14px 0;
 
    height: 21px
.message-box {
  width: 60%;
  margin: 0 auto;
  color: #000000 !important;
  background: #fff !important;
  border: 1px solid;
  border-left-width: 15px;
}
}
#left-navigation .vectorTabs li:first-child {
 
    padding: 0;
.message-box-small {
    background-image: none
  margin: 0 !important;
  width: 400px !important;
  border-left-width: 10px !important;
  font-size: 80%;
}
}


/* Position the second set of tabs (read/edit/search/etc.) */
.message-box-image {
#right-navigation {
  width: 60px;
    margin-top: 50px
  text-align: center;
}
}


#right-navigation .vectorTabs, #right-navigation .vectorMenu {
.message-box-small .message-box-image {
    margin-top: 17px
  width: 40px !important;
}
}


/* Hide watch tab's text and put an icon in */
.message-box-text {
#ca-watch.icon a, #ca-unwatch.icon a {
  text-align: center;
    background-image: url("http://tekkit.it/image/Watch-icons.png");
    -webkit-background-clip: content-box;
            background-clip: content-box
}
}
#ca-watch.icon a, #ca-watch.icon a:focus {
 
    background-position: 13px 15px
.message-box-header {
  font-weight: bold;
}
}
#ca-unwatch.icon a, #ca-unwatch.icon a:focus {
 
    background-position: -3px 15px
.message-box-notice {
  border-color: #2369ea;
}
}
#ca-watch.icon a:hover {
 
    background-position: 13px -1px
.message-box-warning {
  border-color: #e4ba00;
}
}
#ca-unwatch.icon a:hover {
 
    background-position: -3px -1px
.message-box-alert {
  border-color: #ea1111;
}
}
#ca-watch.icon a, #ca-unwatch.icon a, #ca-unwatch.icon a.loading, #ca-watch.icon a.loading {
 
    text-indent: 40px;
/* special pages */
    height: 16px;
 
    width: 16px;
#powersearch div, #powersearch fieldset,
    padding: 15px 14px 6px
#powersearch table
{
  background: #222f3e !important;
  border-color: #73abe6 !important;
}
}
#ca-unwatch.icon a.loading, #ca-watch.icon a.loading {
 
    background-image: url("http://tekkit.it/image/Watch.gif");
.mw-specialpagesgroup, .not-patrolled {
    background-position: 13px 15px
  background: #222f3e !important;
}
}


/* Styling for the menu tab and its menu */
.allpagesredirect {
div.vectorMenu h5 {
  font-style: italic;
    margin-left: 0 !important
}
}
div.vectorMenu h5 a {
 
    height: 36px;
/* preferences */
    background-position: 11px 15px;
 
    padding-right: 6px;
#preftoc, #preftoc li {
    padding-left: 7px
  background-image: none !important;
}
}
div.vectorMenu div.menu ul {
 
    background: #E6EFF4
#preftoc .selected {
  background: #73abe6;
  border-bottom-color: #222f3e;
}
 
#preftoc .selected a {
  color: #101020 !important;
  background: none !important;
}
 
#preferences {
  background: #222f3e !important;
}
 
#preferences, #preferences fieldset {
  border-color:#73abe6 !important;
}
}


/* The portlet collapse script doesn't make the menu the correct size */
#preferences legend,
div.vectorMenu.filledPortlet h5 {
.htmlform-tip {
    width: auto !important;
  color: #a3b173 !important;
}
}


/* Position the general search area */
/* diff */
#p-search {
.diff {
    margin: 0 22px 0 12px;
  background: #222f3e !important;
}
.diff .diff-otitle, .diff .diff-ntitle,
.diff-context, .diff-context div {
  background: #13202e !important;
}
.diff-addedline {
  background: #258508 !important;
}
.diff-deletedline {
  background: #d26c08 !important;
}
}
.diff del, .diff ins {
  color: #ebff0c;
  border: 1px dotted #ebff0c;
}
.diff ins { background: #2b9b09 !important; }
.diff del { background: #de7208 !important; }


/* Only the simple search is styled ($wgVectorUseSimpleSearch = true), this is because there is no unique stylable elements for the default search */
/* navigation */
#simpleSearch {
 
    background: url("http://tekkit.it/image/Search-background.png") repeat-x transparent !important;
.navigation {
    border: 0 !important;
  width: 100%;
    height: 43px !important;
  background: #222f3e !important;
    width: 212px !important;
  border: 1px solid #73abe6;
    margin-top: -6px !important
  margin-top: 6px;
}
}
#simpleSearch input {
.navigation .navigation {
    background-image: url("http://tekkit.it/image/Search-start.png"), url("http://tekkit.it/image/Search-end.png");
  border: none !important;
    background-position: left top, right top;
    background-repeat: no-repeat;
    height: 18px;
    width: 186px !important;
    margin-left: -12px !important;
    padding: 12px 33px 13px 16px !important;
    color: #3C3B3B !important
}
}
#simpleSearch button {
.navigation.top {
    background: url("http://tekkit.it/image/Search-button.png") center no-repeat !important;
  margin-top: 0px !important;
    margin-top: 9px !important;
    padding: 0 !important;
    height: 23px;
    width: 20px !important
}
}
#simpleSearch button img {
.navigation.topbottom {
    display: none
  margin-bottom: 10px;
}
.navigation .styling th {
  background: #13202e !important;
}
.navigationbottom p {
  display: none;
}
}


/* The suggestions shown under the search bar */
.navLeft {
body .suggestions:last-child {
  text-align: left;
    width: 217px !important;
  width: 25%;
    top: 112px !important;
    right: 28px !important
}
}
body .suggestions:last-child .suggestions-results,
.navRight {
body .suggestions:last-child .suggestions-special {
  text-align: right;
    background-color: #DBDADA;
  width: 25%;
    border-color: #3C3B3B
}
}
body .suggestions:last-child .suggestions-result-current {
.navCentre {
    background-color: highlight !important
  text-align: center;
  width: 50%;
}
}


/* Give the main content area its healthy blue glow and add a border and some margin to help with the 3D effect */
/* infobox */
#content {
 
    background: #E6EFF4 !important;
.infobox {
    border-top: 6px solid #B4BEC3;
  width: 240px;
    border-left: 6px solid #171717;
  float: right;
    margin-right: 10px
  border: 1px solid #73abe6;
  padding: 5px;
  margin: 0 0 10px 15px !important;
  background: #13202e !important;
}
}


/* Don't use vector's blue circle image for unordered lists, instead use the square black bullet points, which is obviously more fitting here */
.infobox tr.even {
ul {
  background: #13202e;
    list-style-image: none
}
}


/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
.infobox tr.odd {
.mw-warning-with-logexcerpt, .errorbox {
  background: #092c41;
    background-color: #FFCCCC;
    border: 2px solid #FFAAAA !important
}
}
.warningbox {
 
    background-color: #FFFFCC;
.infobox th {
    border: 2px solid #FFFFAA
  text-align: right;
}
}
.successbox {
 
    background-color: #CCFFCC;
.infobox th, .infobox td {
    border: 2px solid #AAFFAA
  vertical-align: top;
}
}
.successbox strong p {
 
    margin: 0
.infoboxHeader, .infoboxTitle {
  background: #13202e;
  border: 1px solid #73abe6;
  border-width: 3px 0px;
  text-align: center !important;
}
}
.mw-warning-with-logexcerpt, .errorbox, .warningbox, .successbox {
 
    padding: 3px 12px !important
.infoboxHeader {
  font-size: 115%;
}
}


/* Add white background to some areas */
.infoboxTitle {
#userlogin, #userloginForm, #asirra_ChallengeTableDiv {
  font-size: 130%;
    background-color: #FFFFFF;
}
}


/* Get rid of stupid white backgrounds on the diff area */
.infoboxLeft {
table.diff, td.diff-otitle, td.diff-ntitle {
  text-align: left !important;
    background-color: transparent !important
}
}


/* Get rid of stupid white borders on page history */
.infoboxRight {
#pagehistory li {
  text-align: right !important;
    border-color: transparent
}
}


/* Some of the default elements in the content area could do with a colour change due to the background colour change, however no suitable ones have been found, so these are disabled for now.
.infoboxCentre {
#pagehistory li.selected, pre, li.gallerybox, #toc, div.thumbinner, .catlinks, td.diff-context, code, table.wikitable, ul#filetoc {
  text-align: center !important;
    background-color: #DDE7EF
}
}
.wikitable th {
 
    background-color: #C2D2DF
.infobox .image-caption {
} */
  font-size: 80% !important;
/* Get rid of stupid white borders on galleries and replace the space they created with an actual margin */
li.gallerybox {
    border: none;
    margin: 2px
}
}


/* Same as the default preferences tabs images, but with the blue background colour instead of white */
.infoboxSeasonList {
#preftoc, #preftoc li {
  font-size: 85%;
    background-image: url("http://tekkit.it/image/Pref-tab-border.png")
  text-align: left !important;
}
 
.infoboxPartipants {
  font-size: 90%;
}
.infoboxPartipants dt {
  text-align: left;
}
}
#preftoc li.selected a {
.infoboxPartipants dd {
    background-image: url("http://tekkit.it/image/Pref-tab-bg.png")
  text-align: right;
}
}


/* Use the logo area to add a 3D effect to the first tab */
.allpagesredirect {
#p-logo {
  font-size: 90%;
    background-image: url("http://tekkit.it/image/Vector-tabs-first.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 10.4em
}
}


/* Replace divider and arrows in the sidebar with similar images that have actual transparency */
/* Donation Notice */
#mw-panel.collapsible-nav div.portal {
.donation-notice {
    background-image: url("http://tekkit.it/image//Panel-divider.png") !important
  border: 1px solid #acebf9;
  font-size: 80%;
  width: 95%;
  padding: 2px 15px !important;
  background: #ffffff;
  color: #000000;
}
}
#mw-panel.collapsible-nav div.first {
 
    background-image: none !important
.donation-progress {
  display: inline;
  float: right;
}
}
#mw-panel.collapsible-nav div h5, div.vectorMenu h5 a {
    background-image: url("http://tekkit.it/image/Arrow-down.png") !important
.donation-progress-indicator {
  width: 1px;
  height: 25px;
  background: #0055aa;
}
}
#mw-panel.collapsible-nav div.collapsed h5 {
    background-image: url("http://tekkit.it/image/Arrow-right.png") !important
.donation-progress-bar {
  position: relative;
  top: -25px;
  background: url(/images/d/df/Progress-bar.png) no-repeat;
  width: 200px;
  height: 25px;
}
}


/* Use the footer to add a fake 3D background over the bottom-left of the content area */
/* For template documentation */
#footer {
     background-image: url("http://tekkit.it/image/Content-background.png") !important;
.template-documentation {
     background-repeat: no-repeat !important;
    clear: both;
     margin-top: -5px !important;
    margin: 1em 0 0 0;
     padding-top: 17px !important
    border: 1px solid #262;
     background-color: #032;
    padding: 5px;
}
.fake-h2 {
    color: inherit;
    background: none;
     font-weight: normal;
     margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #262;
     font-size:150%;
}
}

Revision as of 14:41, 26 April 2013

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

body {
  background: url(/images/e/e6/The_Infosphere_Background-3.png) no-repeat #13202e;
}

/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
  background: none !important;
}

/* set content background (needs overwriting) */
#content {
  background: #13202e !important;
}

#siteNotice, #mw-dismissable-notice,
#content table {
  background: #13202e;
}

/* change font colour to white */
#content, #siteNotice, #mw-dismissable-notice,
h1, h2, h3, h4, h5, h6, label, table,
abbr {
  color: #ffffff !important;
}

#footer-info-lastmod, #footer-info-copyright,
#footer-info-viewcount, #footer-info-trackers {
  color: #a3a3a3 !important;
}

#content {
  border: 1px solid #73abe6 !important;
  border-right: none !important;
}

.icon div {
  display: inline !important;
}

/* Sidebar */
.portal h5 {
  color: #aadd00 !important;
  background: none !important;
  font-weight: bold;
}

.portal .body {
  background: none !important;
  border-top: 1px solid #73abe6 !important;
}

.portal li a { color: #ffdd00 !important; }
.portal li a:hover { color: #ffee00 !important; }
.portal li a:visited { color: #dd9900 !important; }

#n-Commentaries, #n-Transcripts {
  padding-left: 15px !important;
}

/* Affiliates */

#p-affiliates li {
  clear: left;
  text-align: center;
}

#p-affiliates a {
  display: block;
  width: 31px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 0px;
  padding-top: 88px;
  float: left;
  margin-right: 3px;
}

#p-affiliates a:hover {
  background-position: -31px 0;
}

/* Copyright/poweredby icon */

#footer-icons-copyrightico a,
#footer-icons-poweredbyico a {
  display: block !important;
  width: 88px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 0px;
  padding-top: 31px;
  float: left;  
}

#footer-icons-copyrightico a:hover,
#footer-icons-poweredbyico a:hover {
  background-position: 0 -31px;
}

/* Tabs */

.vectorTabs {
  background: none !important;
  border-left: 1px solid #73abe6 !important;
  padding: 0 !important;
}

.vectorMenu .menu ul {
  background: #13202e;
  border: 1px solid #73abe6;
}

.vectorTabs li, .vectorMenu h5 a {
  border: none;
  background: none !important;
  border-right: 1px solid #73abe6 !important;
}

.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
  background: none !important;
}

.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a { color: #ffaa00 !important; }
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #c1c1c1 !important; font-weight: bold; }
.vectorTabs li.selected { border-bottom: 1px solid #13202e; }
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }

/* general content */
#canon-notice-text a
{
    color:yellow !important;
}

#content a, #p-personal a, #footer a, .templateMenuLink { color: #2d80f2 !important }
#content a:visited, #p-personal a:visited, #footer a:visited, .templateMenuLink:visited { color: #297db8 !important; }
#content a.new, #p-personal a.new { color: #c40000 !important; }
#content a.new:visited, #p-personal a.new:visited { color : #dd3131 !important; }
#content a.external, #content a.extiw { color: #2d90ae !important; }
#content a.external:visited, #content a.extiw:visited { color: #2d7d85 !important; }

.thumb {
  border-color: #13202e !important;
}

.thumbinner {
  background: #13202e !important;
  border: 1px solid #73abe6 !important;
}

.thumbinner img {
  border-color: #73abe6;
}

#toc, .catlinks {
  border-color: #73abe6;
  background: #222f3e;
}

ul.quotes div.poem {
  display: list-item;
  padding-bottom: 3px;
}

.gallery {
  background: #222f3e !important;
  border-color: #73abe6 !important;
}
.gallery td {
  vertical-align: top;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.gallery .thumb {
  border-color: #13202e !important;
  margin: 0 !important;
  background: none !important;
}
.gallerybox {
  margin: 2px;
  padding: 0 3px;
  background: none !important;
}

#firstHeading {
  margin-bottom: 0 !important;
}
#siteSub {
  display: block;
  font-size: 9px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
}

#mw-history-compare .selected {
  background:#222f3e!important;
  border-color: #73abe6 !important;
}

/* tables */
table.overview, table.wikitable,
table.suboverview, table.listfiles,
table.TablePager, table.mw_metadata {
  background: #73abe6 !important;  
}
table.overview {
  width: 100%;
}
table.overview td, table.wikitable td,
table.suboverview td, table.listfiles td,
table.TablePager td, table.mw_metadata td {
  background: #222f3e !important;
}
table.overview th, table.wikitable th,
table.suboverview th, table.listfiles th,
table.TablePager th, table.mw_metadata th {
  background: #13202e !important;
}
.overview tr.oCentre td, .overview .oCentre, 
.suboverview tr.oCentre td, .suboverview .oCentre {
  text-align: center;
}
 
.overview tr.oLeft td, .overview .oLeft, .suboverview tr.oLeft td, .suboverview .oLeft {
  text-align: left !important;
}
 
.overview tr.oRight td, .overview .oRight, .suboverview tr.oRight td, .suboverview .oRight {
  text-align: right !important;
}
 
.overview tr.oTop td, .overview .oTop, .suboverview tr.oTop td, .suboverview .oTop {
  vertical-align: top;
}

.overviewNo {
  background-color: #a00;
  font-weight: bold;
}

.overviewYes {
  background-color: #0a0;
  font-weight: bold;
}

/* references */

ol.references li:target,
sup.reference:target
{
  background: #222f3e;
  border: 1px solid #73abe6;
  padding: 1px 2px;
}

/* main page */

.page-Main_Page #firstHeading {
  display: none;
}

.mainLeftBox {
  background-repeat: no-repeat;
  background-position: bottom right;
  border-color: #f42000 !important;
  background-color: #271620 !important;
  color: #ffffff !important;
  background-image:url(/images/d/d6/VectorMainLeftFry.png);
}
.mainLeftBox hr {
  background-color: #f42000 !important;
}
.mainRightBox {
  background-repeat: no-repeat;
  background-position: bottom right;
  border-color: #0a2cbf !important;
  background-color: #151b22 !important;
  color: #ffffff !important;
  background-image:url(/images/b/b5/VectorMainRightBender.png);
}
.mainRightBox hr {
  background-color: #0a2cbf !important;
}
.mainBottomBox {
  background-repeat: no-repeat;
  background-position: bottom center;
  border-color: #58e50c !important;
  background-color: #0d3620 !important;
  color: #ffffff !important;
  background-image:url(/images/e/ee/VectorMainBottomToad.png);
}
.mainDonateBox {
  border-color: #e5dd05 !important;
  background: #2e331e !important;
  color: #ffffff !important;
}

/* message box */

.message-box {
  width: 60%;
  margin: 0 auto;
  color: #000000 !important;
  background: #fff !important;
  border: 1px solid;
  border-left-width: 15px;
}

.message-box-small {
  margin: 0 !important;
  width: 400px !important;
  border-left-width: 10px !important;
  font-size: 80%;
}

.message-box-image {
  width: 60px;
  text-align: center;
}

.message-box-small .message-box-image {
  width: 40px !important;
}

.message-box-text {
  text-align: center;
}

.message-box-header {
  font-weight: bold;
}

.message-box-notice {
  border-color: #2369ea;
}

.message-box-warning {
  border-color: #e4ba00;
}

.message-box-alert {
  border-color: #ea1111;
}

/* special pages */

#powersearch div, #powersearch fieldset,
#powersearch table
{
  background: #222f3e !important;
  border-color: #73abe6 !important;
}

.mw-specialpagesgroup, .not-patrolled {
  background: #222f3e !important;
}

.allpagesredirect {
  font-style: italic;
}

/* preferences */

#preftoc, #preftoc li {
  background-image: none !important;
}

#preftoc .selected {
  background: #73abe6;
  border-bottom-color: #222f3e;
}

#preftoc .selected a {
  color: #101020 !important;
  background: none !important;
}

#preferences {
  background: #222f3e !important;
}

#preferences, #preferences fieldset { 
  border-color:#73abe6 !important;
}

#preferences legend,
.htmlform-tip {
  color: #a3b173 !important;
}

/* diff */
.diff {
  background: #222f3e !important;
}
.diff .diff-otitle, .diff .diff-ntitle,
.diff-context, .diff-context div {
  background: #13202e !important; 
}
.diff-addedline {
  background: #258508 !important;
}
.diff-deletedline {
  background: #d26c08 !important;
}
.diff del, .diff ins {
  color: #ebff0c;
  border: 1px dotted #ebff0c;
}
.diff ins { background: #2b9b09 !important; }
.diff del { background: #de7208 !important; }

/* navigation */

.navigation {
  width: 100%;
  background: #222f3e !important;
  border: 1px solid #73abe6;
  margin-top: 6px;
}
.navigation .navigation {
  border: none !important;
}
.navigation.top {
  margin-top: 0px !important;
}
.navigation.topbottom {
  margin-bottom: 10px;
}
.navigation .styling th {
  background: #13202e !important;
}
.navigationbottom p {
  display: none;
}

.navLeft {
  text-align: left;
  width: 25%;
}
.navRight {
  text-align: right;
  width: 25%;
}
.navCentre {
  text-align: center;
  width: 50%;
}

/* infobox */

.infobox {
  width: 240px;
  float: right;
  border: 1px solid #73abe6;
  padding: 5px;
  margin: 0 0 10px 15px !important;
  background: #13202e !important;
}

.infobox tr.even {
  background: #13202e;
}

.infobox tr.odd {
  background: #092c41;
}

.infobox th {
  text-align: right;
}

.infobox th, .infobox td {
  vertical-align: top;
}

.infoboxHeader, .infoboxTitle {
  background: #13202e;
  border: 1px solid #73abe6;
  border-width: 3px 0px;
  text-align: center !important;
}

.infoboxHeader {
  font-size: 115%;
}

.infoboxTitle {
  font-size: 130%;
}

.infoboxLeft {
  text-align: left !important;
}

.infoboxRight {
  text-align: right !important;
}

.infoboxCentre {
  text-align: center !important;
}

.infobox .image-caption {
  font-size: 80% !important;
}

.infoboxSeasonList {
  font-size: 85%;
  text-align: left !important;
}

.infoboxPartipants {
  font-size: 90%;
}
.infoboxPartipants dt {
  text-align: left;
}
.infoboxPartipants dd {
  text-align: right;
}

.allpagesredirect {
  font-size: 90%;
}

/* Donation Notice */
.donation-notice {
  border: 1px solid #acebf9;
  font-size: 80%;
  width: 95%;
  padding: 2px 15px !important;
  background: #ffffff;
  color: #000000;
}

.donation-progress {
  display: inline;
  float: right;
}
 
.donation-progress-indicator {
  width: 1px;
  height: 25px;
  background: #0055aa;
}
 
.donation-progress-bar {
  position: relative;
  top: -25px;
  background: url(/images/d/df/Progress-bar.png) no-repeat;
  width: 200px;
  height: 25px;
}

/* For template documentation */
 
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #262; 
    background-color: #032; 
    padding: 5px;
}
 
.fake-h2 {
    color: inherit;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #262;
    font-size:150%;
}