Difference between revisions of "MediaWiki:Common.css"

From Pangaea Wiki
Jump to: navigation, search
(Replaced content with "CSS placed here will be applied to all skins: ")
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/**** Background ****/
 
html,body {background-color:#0e0907}
 
div#mw-head {background:#0e0907 url(/resources/assets/pang/pangaea-header.png); background-repeat: no-repeat; background-position: left top}
 
div#mw-head div.vectorMenu h3 span, div#p-personal a, div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited, div#footer a{color:#ff3f00}
 
div#mw-panel div.portal h3, div#footer #footer-info-lastmod {color:#ffec8f;}
 
 
/* standard link colors */
 
.mw-body a:link { color: #ffec8f; } /* normal unvisited links */
 
.mw-body a:link:active { color: #ff3f00; } /* active links */
 
.mw-body a:link.new { color: #8fb662; } /* new links */
 
.mw-body a:visited.new { color: #8fb662; } /* new links */
 
.mw-body a:link.interwiki { color: #ffec8f; } /* interwiki links */
 
.mw-body a:link.external { color: #ff3f00; } /* external links */
 
.mw-body a:link.stub { color: #772233; } /* hovered links */
 
 
.mw-body a:link {color: #ffec8f}
 
.mw-body a:visited {color: #ffec8f}
 
.mw-body a:hover {color: #ff3f00;text-decoration:none}
 
.mw-body a:active {color: #ff3f00}
 
 
/**** Content ****/
 
div#content {background:#333; color:#fffffb;border: 1px #333;}
 
 
div#content h1,h2,h3,h4,h5,h6 {color:#8fb662}
 
div#content h1,h2{border-bottom:solid 1px #8fb662}
 
pre, .mw-code, div#toc, div#catlinks, div#mw-content-text ul#filetoc {background:#484946;color:#8fb662;border:#8fb662}
 
div.thumbinner, div.mw-notification {background:#484946;color:#8fb662;border:#8fb662}
 
 
.mw-content-ltr ul {list-style-image:url(resources/assets/pang/bullet_ankh.png)}
 
 
 
/**** EDIT options ****/
 
 
div.vectorTabs li.selected span, div.vectorTabs li.selected span a, {color:ba0000;#background:#333;}
 
div#p-namespaces a, div#p-views a {background:#333;background-repeat:no-repeat;color:#8fb662;}
 
div.editOptions {background:#333;border:none;}
 
 
#pagehistory li.selected {background:#000;}
 
#pagehistory span.comment, span.autocomment {}
 
 
/**** Table Themes ****/
 
/* WIKITABLE (default) */
 
 
table.wikitable {
 
  margin: 1em 0;
 
  background-color: #484946;
 
  border: 1px solid #8fb662;
 
  border-collapse: collapse;
 
  color: #fffffb;
 
}
 
table.wikitable > tr > th,
 
table.wikitable > tr > td,
 
table.wikitable > * > tr > th,
 
table.wikitable > * > tr > td {
 
  border: 1px solid #8fb662;
 
  padding: 0.2em 0.4em;
 
}
 
table.wikitable > tr > th,
 
table.wikitable > * > tr > th {
 
  background-color: #678742;
 
  text-align: center; color:#000;
 
}
 
table.wikitable > caption {
 
  font-weight: bold;
 
}
 
 
/* PANGTABLE */
 
 
table.pangtable {
 
  margin: 1em 0;
 
  background-color: #484946;
 
  border: 1px solid #8fb662;
 
  border-collapse: collapse;
 
  color: #fffffb;
 
  margin:0px;
 
  width:auto;
 
  text-align:center;
 
}
 
table.pangtable > tr > th,
 
table.pangtable > tr > td,
 
table.pangtable > * > tr > th,
 
table.pangtable > * > tr > td {
 
  border: 1px solid #8fb662;
 
  padding: 0.2em 0.4em;
 
  color: #fffffb;
 
  text-align:center;
 
  vertical-align:center;
 
}
 
table.pangtable > tr > th,
 
table.pangtable > * > tr > th {
 
  background-color: #678742;
 
  text-align: center;
 
  color: #000;
 
 
}table.pangtable > caption {
 
  font-weight: bold;
 
}
 
table.pangtable.open td {
 
    border:none;
 
}
 
 
/***** DRAGONFRAME ***/
 
table.dragonframe {
 
  border:none;
 
  border-collapse: collapse;
 
  margin:none;
 
  width:749px;
 
}
 
table.dragonframe #df-header {
 
    background-image: url('/resources/assets/pang/dragonframe-top.png');
 
    background-repeat: no-repeat;
 
    background-position: center bottom;
 
    border-collapse: collapse;
 
    height:115px;
 
    padding:0px 75px 3px 75px;
 
    vertical-align:bottom;
 
}
 
table.dragonframe #df-center {
 
    background-image: url('/resources/assets/pang/dragonframe-middle.png');
 
    background-repeat: no-repeat;
 
    background-position: center top;
 
    padding:0 75px 0 75px;
 
}
 

Revision as of 10:54, 9 July 2018

/* CSS placed here will be applied to all skins */