Ashes of the Singularity Wiki
No edit summary
Tagaziel (talk | contribs)
No edit summary
Line 708: Line 708:
 
.topNotice.nowalkthrough {
 
.topNotice.nowalkthrough {
 
border: 2px solid #008000;
 
border: 2px solid #008000;
}
 
 
/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
 
.claimwikibutton {
 
text-align: center;
 
}
 
 
.claimwikibutton a {
 
background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
 
color: transparent;
 
display: block;
 
height: 57px;
 
margin: 0 auto;
 
max-width: 100%;
 
width: 200px;
 
}
 
 
.claimwikibutton a:hover {
 
background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
 
color: transparent;
 
 
}
 
}
   

Revision as of 11:44, 12 April 2018

/* CSS placed here will affect users of the Hydradark skin */
/* No MP header */
body.page-Official_Ashes_of_the_Singularity_Wiki h1.firstHeading {
    display:none;
}
/* Hide main page header */
/* Background (replace url with direct link to target file to change) */
body { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url(/media/b/b6/Bg_ashes.jpg) no-repeat fixed top center / cover transparent;
}

#mw-page-base {
    background: transparent !important;   
    height: 14em;
}

#mw-head-base {
    background: transparent !important;   
}

div#mw-head {
    top: 8em;
}

/* Footer color fix */
div#footer #footer-info li {
color: white;
}

/* Body content */

div#content {
background: transparent;
color: white;
border-style: solid;
border-width: 50px 65px 65px;
-moz-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
-webkit-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
-o-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 fill repeat;
margin-right: 10px;
}

div#content h1, div#content #firstHeading {
font-size: 1.8em;
color: white;
}

div#content h2 {
font-size: 1.5em;
margin-top: 1em;
color: white;
}

div#content h3 {
font-size: 1.5em;
margin-top: 1em;
color: white;
}

div#content h4 {
font-size: 1.5em;
margin-top: 1em;
color: white;
}

div#content h5 {
font-size: 1.5em;
margin-top: 1em;
color: white;
}

/* SIDEBAR STYLING */

/* Sidebar menu */

#p-logo {
    left: 30vw;
}

.mw-wiki-logo {
    background-image: none;
}

#p-logo a {
    width: 50em;
    height: 130px;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
color: #EDEDED;
}

.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
color: #FFFFFF;
}

div#mw-panel div.portal div.body ul li a:visited {
color: #ABABAB;
}

div#mw-panel div.portal div.body ul li a {
color: #FFFFFF;
}

div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav div.portal,
.skin-hydradark div#mw-panel.collapsible-nav div#p-socialProfiles.portal,
.skin-hydradark #mw-panel.collapsible-nav #p-sitePromos.portal {
    background-image: none;
}


/* TOP NAV STYLING */

#left-navigation {
    margin-left: 11em;
    margin-top: 0.5em;
    margin-bottom: -2.5em;
    display: inline;
    border-style: solid;
    border-width: 10px 25px 25px;
    -moz-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    -webkit-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    -o-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 fill repeat;
    margin-right: 10px;
}

#right-navigation {
    float: right;
    margin-top: 2.5em;
    margin-left: 11em;
    margin-top: 0.5em;
    margin-bottom: -2.5em;
    display: inline;
    border-style: solid;
    border-width: 10px 25px 25px;
    -moz-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    -webkit-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    -o-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 fill repeat;
    margin-right: 10px;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
    background-image: none;
    font-weight: bold;
}

div.vectorTabs li span a {
    background-image: none;
    color: #ffffff;
}

div.vectorTabs span a:visited {
    color: #ffffff;
}

div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover {
    color: #ffffff;
}

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

div.vectorTabs li.new span a:visited {
    color: #ffffff;
}

div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
    color: #ffffff;
}

div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu li a, div#mw-panel div.portal div.body ul li a:link {
    color: white;
}

div.vectorMenu h5 a {
    background-image: none;
}

div.vectorMenu h3 a {
    background-image: none;
}

div.vectorMenu:hover, div.menu, div.vectorMenu div.menuForceShow {
    display: block;
}

div#p-cactions div.menu ul {
    border: 1px solid #ffffff;
}

div#p-cactions div.menu ul li a {
    background: #000000;
    border-radius: 10px;
    color: #ffffff;
}

div#p-cactions div.menu ul li a:visited {
    color: #ffffff;
}

div#p-cactions div.menu ul li a:hover, div#p-cactions div.menu ul li a:visited:hover {
    display: block;
}

div#mw-head div.vectorMenu h4 {
    color: #ffffff;
    font-weight: bold;
    padding-top: 1.29em;
}

div.vectorTabs, div.vectorTabs span, div.vectorTabs li a, div.vectorMenu h3 a {
    background-image: none;
}

div#mw-head div.vectorMenu h3 {
    background-image: none;
}

div.vectorMenu h3 span {
    padding-top: 1.3em;
    color: #ffffff;
    cursor: pointer;
font-weight:bold;
}

div#simpleSearch {
    background: transparent;
    border: 1px solid #404040;
}

/* Collapsible menus in top nav */

div.vectorMenu div.menu {
    background-color: transparent;
    border-style: solid;
    border-width: 10px 25px 25px;
    -moz-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    -webkit-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    -o-border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 repeat;
    border-image: url(/media/f/fc/WikiBorder.png) 50 65 65 fill repeat;
}

div#p-cactions div.menu ul {
background: transparent;
border: 0px;
}

div.vectorMenu ul {
background: transparent;
border: 0px;
}

/* LINK STYLING MK II */
/* General link styles */
a:not(.new):not(.cc_btn):not(.visited)
{
    color: #4ac9e2 !important;
}

a:visited,
a.external:visited {
    color: #e99223 !important;
}

div#content a.new, #quickbar a.new {
    color: #A63232 !important;
}

a.new:visited, #p-personal a.new:visited {
    color: #a55858 !important;
}

div#netbar a,
footer#footer a {
    color: #aeaeae !important;
}

/* Sidebar */
div#mw-panel div.portal div.body ul li a, 
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #fff !important;
}

div#mw-panel div.portal h3 {
    color: #fff;
}

/* Top section */
.vectorTabs li a span, 
div#mw-head a,
div.vectorMenu h3 span {
    color: #fff !important;
    font-weight: bold;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #ba0000 !important;
    text-decoration: none;  
}
/* Pre/MWcode fields */

pre, .mw-code {
padding: 1em;
border: 1px solid #ddd;
color: rgb(213, 213, 213);
background-color: transparent;
border-style: solid;
}

/* EDITOR STYLING */

div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-controls {
background-color: transparent;
}

div.wikiEditor-ui-buttons {
background-color: transparent;
border-top: 0px solid white;
}

.editOptions {
background-color: transparent;
}

div.wikiEditor-preview-contents {
background-color: transparent;
}

div.wikiEditor-preview-loading {
    background-color: transparent;
}

.editOptions {  
    background-color: transparent;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.wikiEditor-toolbar-spritedButton {
    background: url('https://help.gamepedia.com/media/help.gamepedia.com/5/5c/Editbar_sprites.png');
}

div.wikiEditor-ui-toolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.wikiEditor-ui-toolbar .tabs span.tab a, div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #63A3AF;
}

/* MW 1.29 Hydra Dark Visual Editor Fix */
.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled, 
.oo-ui-popupToolGroup.oo-ui-widget-enabled, 
.oo-ui-popupWidget-popup,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool,
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
    background: rgba(55, 55, 55, 1) !important;
}

.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled, .oo-ui-popupToolGroup.oo-ui-widget-enabled, .oo-ui-popupWidget-popup {   
    border-color: #c8ccd1;
}

.oo-ui-toolbar-actions .oo-ui-toolGroup {
    border-right: 0;
    border-left: 1px solid #2c2c2c !important;
}

.ve-ui-mwSaveDialog-license {
    color: #eee;
}

/* CODE STYLING */

code {
background-color: #000000;
}

fieldset {
border: 1px solid #2f6fab;
}

/* Miscellaneous */

ul#filetoc {

background-color: transparent;
border-color: #4ac9e2;
}

#catlinks {
text-align: left;
background-color: transparent;
border-color: #4ac9e2;
}

/* WIKITABLE */

table.wikitable > * > tr > th {
    background-color: #001419 !important;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border: 1px solid #153940 !important;
    padding: 0.2em 0.4em;
}

/* PREFERENCES STYLING */

.skin-hydradark #preferences {
background-color: transparent;
}

.skin-hydradark #preferences legend {
color: white;
}

.htmlform-tip {
color: whitesmoke;
}

.skin-hydradark #preftoc {
background-image: none;
}
.skin-hydradark #preftoc a, .skin-hydradark #preftoc a:active {
color: #4ac9e2;
}

.skin-hydradark #preftoc li {
background-image: none;
}

/* Page history */

#pagehistory li.selected {
background-color: #151515;
border: 1px dashed #aaa;
}


table.diff {
background-color: transparent;
}

td.diff-context {
background: transparent;
border-color: #e6e6e6;
color: #e6e6e6;
}

td.diff-addedline {
border-color: #4ac9e2;
}

td.diff-addedline .diffchange {
background: #4ac9e2;
}

td.diff-deletedline {
border-color: #990000;
}

td.diff-deletedline .diffchange {
background: #990000;
}



/* Data table styling (warp six, Mr Sulu) */ 

.skin-hydradark .mw-datatable th {
background-color: #63A3AF;
}

.skin-hydradark .mw-datatable td {
background-color: transparent;
}

.skin-hydradark .mw-datatable tr:hover td {
background-color: #151515;
}

/* Search results styling */

.skin-hydradark .mw-search-profile-tabs {
background-color: transparent;
margin-top: 1em;
border: 1px solid #63A3AF;
}

types ul li.current a {
color: white;
}

.mw-ui-button.mw-ui-primary {
background: #63A3AF;
color: #fff;
border: 1px solid #63A3AF;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #b6b6b6;
    cursor: default;
}

fieldset#mw-searchoptions {
    background-color: transparent;
    border: 1px solid #4ACAE3 !important;
    border-top: 0px solid #4ACAE3;
}




.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
    margin-top: 1em;
    border: 1px solid #4ACAE3;
}

/* Thumbs */

/* Gallery thumbs */

li.gallerybox div.thumb {
text-align: center;
border: 1px solid #63A3AF;
background-color: transparent;
margin: 2px;
}

div.thumbinner {
border: 1px solid #63A3AF;
background-color: transparent;
}

html .thumbimage {
border: 1px solid #63A3AF;
}

#toc, .toc, .mw-warning {
border: 1px solid #63A3AF;
background-color: transparent; 
}









#catlinks {
text-align: left;
background-color: transparent;
border-color: #4ac9e2;
}

/* WIKITABLE */

table.wikitable {
margin: 1em 0;
background-color: transparent;
border-collapse: collapse;
color:white;
}

table.wikitable > * > tr > th {
background-color: #121212;
}


/* PREFERENCES STYLING */

.skin-hydradark #preferences {
background-color: transparent;
}

.skin-hydradark #preferences legend {
color: white;
}

.htmlform-tip {
color: whitesmoke;
}

.skin-hydradark #preftoc a, .skin-hydradark #preftoc a:active {
color: #4ac9e2;
}

.skin-hydradark #preftoc li {
background-image: none;
}

/* FIXES */

.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
background: #4ac9e2;
border: 1px solid #4ac9e2;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
color: #FFFFFF;
}

fieldset#mw-searchoptions {
background-color: transparent;
border: 1px solid rgb(102, 71, 7) !important;
}

table.mw_metadata td, table.mw_metadata th {
border: 1px solid #4ac9e2;
background-color: transparent;
}

ul {
list-style-type: disc;
list-style-image: url(/media/7/75/Bulletpoint.png);
list-style-image: url(/media/7/75/Bulletpoint.png) !ie;
}

/* fix for black redirection arrow */
.redirectMsg > img {
    display: none;
}

.redirectMsg > span::before {
    content: url("https://commons.gamepedia.com/media/commons.gamepedia.com/a/aa/Redirectltr_white.png");
}

#mw-createaccount-join {
  box-shadow: none;
}

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Ashes_of_the_Singularity_Wiki h1.firstHeading {
    display:none;
}

/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/* 1.26 corrections */

.oo-ui-dropdownWidget,
.oo-ui-dropdownWidget-handle,
.oo-ui-menuSelectWidget,
.oo-ui-textInputWidget input,
.oo-ui-textInputWidget textarea {
    background: black;
    border-color: white;
    color: white;
}

.oo-ui-dropdownWidget .oo-ui-selectWidget {
    border-color: white;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
    background: black;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    background: black;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    background: #4BCAE3;
    border-color: white;
}

/* Notifications */
body.mw-notification {
    border-radius: 0;
}

body.skin-hydradark .mw-notification {
    border-radius: 0;
}



/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Main_Page h1.firstHeading {
    display:none;
}

/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}