MediaWiki:Common.css

From GhibliWiki
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

#content.mw-body {
        background: #507EA1;
        color: white;
}

#mw-panel {
/*        background: #507EA1; */
        background: #fff;
        color: white;
}

.editOptions {
        background: #507EA1;
        color: white;
}

.mw-editTools {
        background: #507EA1;
        color: white;
}

.pBody {
        background: #507EA1;
}

body {
        background: #f9f9f9;
        color: white;
}

h1, h2, h3, h4, h5, h6 {
        color: white;
        background: none;
        font-weight: normal;
        font-family: sans-serif;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #E6E0CF;
}

#mw-headline, .mw-headline, #Quicklinks_to_works {
        font-family: sans-serif;
}

#contentSub, #contentSub2 {
    color: #F2AD79;
}

table {
        background: #507EA1;
        color: white;
}

.mw-datatable th {
    background-color: #1a3764;
}

.mw-datatable td {
    background-color: #507EA1;
}

.mw-datatable tr:hover td {
    background-color: #332299;
}

table.mw_metadata th {
    background-color: #1a3764;
}

table.mw_metadata td {
    background-color: #507EA1;
}

table.wikitable {
    color:#f9f9f9;
    background-color: #507EA1;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: #1a3764;
}

table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: #507EA1;
}

td.diff-deletedline .diffchange {
    background: none repeat scroll 0% 0% #aaaaaa;
}

td.diff-addedline .diffchange {
    background: none repeat scroll 0% 0% #884411;
}

div#userloginForm, div#userlogin {
    background-color: #507EA1;
}

div#userloginForm table, div#userlogin table {
    background-color: #507EA1;
}

td.htmlform-tip {
    color: #aaddee;
}

.mw-search-result-data {
    color: #F2AD79;
    font-size: 95%;
}

a {
        text-decoration: none;
        color: #C0FFFF;
        background: none;
}

a:visited {
        color: #D4D0E6;
}

a:active {
        color: #ff0000;
}

a:hover {
        text-decoration: underline;
}

a.stub {
        color: #772233;
}

a.new {
    color: #E6C973;
}

fieldset {
    border: 1px solid #004466;
}

.autocomment {
    color: white;
}

.previewnote {
    color: #F2AD79;
}

.mw-plusminus-pos {
    color: #77ee72;
}

.mw-plusminus-neg {
    color: #FFCCB3;
}

#pagehistory li.selected {
    background-color: #004466;
}

#bodyContent a.external {
    color:#E6AC73;
}

#p-navigation {
/*        background-color: #507EA1; */
        background-color: #fff;
}

#p-search {
        background-color: #507EA1;
}

div#footer {
        background-color: #507EA1;
}

.toccolours {
    background-color: #507EA1;
}

#toc, .toc, .mw-warning {
    background-color: #507EA1;
}

ul#filetoc {
    background-color: #507EA1;
}

.catlinks {
    background-color: #507EA1;
}

.mw-search-formheader {
    background-color: #507EA1;
}

/* Footnote styles */

.references {
        font-size:92%;
}

/* Soundtrack table */
.tracklist {
        padding: 2px;
        border: 1px solid #aaa;
        text-align:left;
}

.tracklist th {
        color: white;
        background-color: #273D4F;
        padding: 4px;
}

.tracklist td {
        vertical-align:top;
        border-bottom: 1px dotted #bbb;
        background-color: #385871;
        color: white;
}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #385871;
   color: white;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border-right: 1px solid #aaa;
}

.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}

.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}


/* Essays */
.title {
        font-size : 85%;
        font-style : italic;
        font-family:Arial, sans-serif;
}

.abstract {
        font-size : 90%;
        line-height : 1.1em;
}