MediaWiki:Common.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 148: Line 148:
     background-color: #c2a16d;
     background-color: #c2a16d;
     border-color: #c2a16d;
     border-color: #c2a16d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
    border-color: #c2a16d;
    box-shadow: inset 0 0 0 1px #222;
}
}
/*///////////////////////////
/*///////////////////////////

Revision as of 21:49, 30 January 2017

/* CSS placed here will be applied to all skins */
body{
background-image: URL("http://test.medievalengineers.com/wp-content/uploads/2017/01/Website-BackgroundTall.jpg");
color: white;
font-size:18px;
}
#mw-head{
background-color:rgba(80,60,30,0.8);
border-bottom: 2px solid rgba(183,143,81,0.8);
}
#mw-panel, .mw-body, h1, h2, h3, h4, h5, #mw-page-base, #mw-head-base,div#mw-panel div.portal h3, div.vectorMenu h3 span{
color:white;
background:none;
}
a{
color:rgb(183, 143, 81) !important;
}
a:visited{
color:rgb(137,97,35) !important;
}
div.vectorTabs li a{
color:white !important;
}
a.new, #p-personal a.new{
color:#ba0000 !important;
}
a.new:visited, #p-personal a.new:visited, li.new a{
color:#a55858 !important;
}
#p-logo{
margin-top:55px;
}
div.vectorTabs ul li{
color:white !important;
background-color:#3b2f26;
background-image:none;
}
div.vectorTabs ul li.selected{
color:white !important;
background-color:#b78f51;
background-image:none;
font-weight: bold;
}
.mw-body{
border: 1px solid #222;
background-color:rgba(0,0,0,0.5);
font-size:16px;
}
div#footer ul li{
color:rgb(123,123,123);
}
div.vectorTabs span, div.vectorTabs, div#mw-head div.vectorMenu h3{
background-image:none;
}
div.vectorTabs span a{
padding-top:14px;
}
pre, .mw-code{
background-color:rgba(80,60,30,0.8);
color:#CCC
}
.menu ul li{
background-color:#3B2F26;
}
.menu ul li:hover, .vectorTabs ul li:hover{
background-color:#B78F51;
}
.menu ul li:hover a,.vectorTabs ul li:hover a{
text-decoration:none;
}
.menu ul{
border-top:2px solid #B78F51;
}
.menu ul li a{
color:white !important;
}
#pagehistory .selected{
background-color:#3B2F26 !important;
}
div.thumbinner {
    background-color: transparent;
    /*border-style: none !important;*/
}
html .thumbimage {
    border-style: none !important;
}
table.wikitable > tr > th, table.wikitable > * > tr > th, table.mw_metadata, table.mw_metadata th, table.mw_metadata td, table.wikitable, th, td {
    background-color: transparent;
    color: white;
}
ul#filetoc {
    border: 1px solid #222;
    background-color: #3B2F26;
}
.editOptions {
    background-color:rgba(80,60,30,0.8);
    border: 1px solid #222;
}
textarea {
    background-color:rgba(80,60,30,0.8);
    color: white;
    border: 1px solid #222;
}
textarea:focus {
    border: 1px solid #B78F51 !important;
    outline: none;
}
input:focus {
    outline: none;
}
.mw-warning {
    border: 1px solid #222;
    background-color: #3B2F26;
}
.mw-highlight {
    background: transparent;
    background-color: rgb(0, 0, 0);
}
#toc, .toc, .mw-warning, .toccolours {
    border: 1px solid #222;
    background-color:rgba(80,60,30,0.8);
}
.catlinks {
    border: 1px solid #222;
    background-color:rgba(80,60,30,0.8);
}
.mw-normal-catlinks {
    color: rgb(183, 143, 81) !important;
}
fieldset {
    border: 1px solid #FFF;
}
div.mw-warning-with-logexcerpt {
    border: 2px solid #FFF;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button {
    color: #c2a16d;
    background-color: transparent;
    border-color: #c2a16d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    color: #000;
    background-color: #c2a16d;
    border-color: #c2a16d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
    color: #000;
    background-color: #c2a16d;
    border-color: #c2a16d;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
    border-color: #c2a16d;
    box-shadow: inset 0 0 0 1px #222;
}
/*///////////////////////////
         WikiEditor
///////////////////////////*/
.wikiEditor-ui {
    background-color: transparent;
}
.wikiEditor-ui .wikiEditor-ui-view {
    border: none;
}
.wikiEditor-ui a{
    color: white !important;
}
.wikiEditor-ui-controls {
    background-color: rgba(80,60,30,0.8);
}
.wikiEditor-ui-tabs{
    border: none;
}
.wikiEditor-ui-tabs div.current {
    border: none;
    background-color: #b78f51;
}
.wikiEditor-ui-tabs div {
    background-color: #3b2f26;
    border: none;
}
.wikiEditor-ui-buttons {
    background-color: transparent;
    border: none;
}
.wikiEditor-ui-toolbar {
    background-image: none;
    background-color: rgba(80,60,30,0.8);
}
.wikiEditor-ui-toolbar .sections .section {
    border-top: 1px solid #b78f51;
    background-color: transparent;
}
.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #b78f51;
}
.wikiEditor-ui-toolbar .group .label, .wikiEditor-ui-toolbar .booklet .index div, .wikiEditor-ui-toolbar .page-characters div span, .wikiEditor-ui-toolbar .booklet .index .current, .wikiEditor-ui-toolbar .page-table th, .wikiEditor-ui-toolbar .section-help .page-table td {
    color: white !important;
}
.wikiEditor-ui-toolbar .group .tool-select, .wikiEditor-ui-toolbar .group .tool-select .menu .options, .wikiEditor-ui-toolbar .booklet .pages {
    background-color: #3b2f26;
}
.wikiEditor-ui-toolbar .group .tool-select .menu .options a:hover, .wikiEditor-ui-toolbar .page-characters div span:hover, .wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #b78f51;
}
.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #b78f51;
}
.wikiEditor-ui-toolbar .group .tool-select, .wikiEditor-ui-toolbar .group .tool-select .menu .options, .wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #b78f51;
}
.wikiEditor-ui-toolbar .group-search {
    border-left: 1px solid #b78f51;
}
.wikiEditor-preview-contents {
    background-color: rgba(80,60,30,0.8);
}