This wiki is archived from 2021-09-05

MediaWiki:Common.css: Difference between revisions

From Planetary Annihilation: TITANS and Classic PA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 191: Line 191:
{
{
     color: red
     color: red
}
table.wikitable td.green
{
    color: #0d0;
}
}

Revision as of 10:46, 24 April 2017

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

html, body, .mw-body, .mw-body h1, .mw-body h2
{
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

html
{
    background: url(https://cdn.palobby.com/pa_ex1/ui/backgrounds/default.png) no-repeat;
    height: auto;
    background-size: cover;
    background-color: black;
}

body
{
    height: auto;
    background-color: transparent;
    color: #ddd;
}

#mw-panel, #footer
{
    background-color: rgba(0, 0, 0, 0.5);
}

div#mw-head
{
    background-color: rgba(0, 0, 0, 0.25);
}

div#p-personal
{
}

#content
{
    background-color: rgba(0, 0, 0, 0.7);
}

div#mw-panel
{
    top: 80px;
    padding-bottom: 1em;
    margin-left: 0.25em;
} 

div.vectorMenu h3 span
{
    color: #aaa;
}

a, div.vectorTabs ul li a, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, .mw-body a.external, div.vectorMenu li a
{
    color: #00b3ff;
}

a:visited, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs li.selected a:visited, .mw-body a.external:visited
{
    color: #428bca;
}

a.new:visited, #p-personal a.new:visited
{
    color: #007800;
}

a.new, #p-personal a.new
{
    color: #0d0;
}

a:hover
{
    color: #00ffff;
}

div#mw-panel div.portal, .mw-body, #mw-page-base, div.vectorTabs ul li, table.wikitable, table.wikitable > tr > th, table.wikitable > * > tr > th, .catlinks, div.vectorTabs, div.vectorTabs span, div.vectorTabs ul, div#mw-head div.vectorMenu h3, div.vectorMenu div.menu
{
    background: transparent;
}

div.vectorTabs li.selected
{
    background: #007800;
    color: #fff;
}

div.vectorTabs li.selected a
{
    color: #fff!important;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited
{
    color: #ccc;
}

.mw-body, div#mw-panel div.portal h3, table.wikitable, .catlinks, div#footer ul li
{
    color: #ddd;
}

h1, h2, h3, h4, h5, h6
{
    color: #ddd;
    border-bottom: 1px solid #666;
}

body.ns-0 #firstHeading { display: none }

.mw-body, table.wikitable, table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td
{
    border: 1px solid #666;
}

#toc, .toc, .mw-warning, .toccolours
{
    background: transparent;
    border: 1px solid #666;
}

.mw-body-content h1 { margin-bottom: 0.75em; }

.mw-body h2 { margin-bottom: 0.75em; }

pre, .mw-code, code
{
    color: #eee;
    background-color: #333;
    border: 1px solid #666;
}

div#simpleSearch
{
    background: #007800
}

div#simpleSearch input
{
   color: white;
}

.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea
{
    background: #007800;
    color: white;
    border: 1px solid #666;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button
{
    background: #007800;
    border-radius: 0px;
    box-shadow: inset 0px 0px 8px rgba(255,255,255,.50);
    border: 1px solid #0D0;
    color: white;
    text-transform: uppercase;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover
{
    background: #008C00;
    border: 1px solid #0F0;
}

.mw-search-profile-tabs
{
    color: #eee;
    background-color: #333;
    border: 1px solid #666;
}

.mw-search-profile-tabs div.search-types ul li.current a
{
    color: #0d0;
}

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

#pagehistory li
{
    border: none;
}

table.wikitable td.red
{
    color: red
}


table.wikitable td.green
{
    color: #0d0;
}