Riders of Icarus Wiki

READ MORE

Riders of Icarus Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 537: Line 537:
 
.text {
 
.text {
 
color:black;
 
color:black;
  +
}
  +
  +
/* INFOBOXES: game or book depended color style */
  +
.infoboxtable {
  +
background-color: #f9f9f9;
  +
color: #000000;
  +
}
  +
  +
.infoboxtable td > div {
  +
background-color: #f9f9f9;
  +
}
  +
  +
.infobox {
  +
background-color: rgba(255,255,255,.5);
  +
color: black;
 
}
 
}

Latest revision as of 16:28, 21 June 2021

/*******************
 * Document Styles *
 *******************/

.mobile-only { display: none; }

html {}

body {
  background-image: url(https://static.wikia.nocookie.net/ridersoficarus_gamepedia/images/9/98/Bg.jpg/revision/latest);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #799fac;
}

body.page-Riders_of_Icarus_Wiki h1#firstHeading,
body.page-Main_Page h1#firstHeading {
  display: none;
}

#pageWrapper {}

input:not([type]),
input[type=text],
input[type=search],
input[type=password],
textarea {}

button,
input[type=button],
input[type=reset],
input[type=submit] {}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {}

button:focus:hover,
input[type=button]:focus:hover,
input[type=reset]:focus:hover,
input[type=submit]:focus:hover {}

/***************
 * Link Styles *
 ***************/

a,
div#content a.extiw,
div#content a.external,
a:visited,
div#content a.extiw:visited,
div#content a.external:visited {
    color: #31689e;
}

a:hover,
div#content a.extiw:hover,
div#content a.external:hover,
a:visited:hover,
div#content a.extiw:visited:hover,
div#content a.external:visited:hover {
    color: #f84e01;
}

div#content a.external,
div#content a.external[href ^="gopher://"] {}

div#content a.external[href ^="https://"],
.link-https {}

/************************
 * Mediawiki Navigation *
 ************************/

div#mw-page-base {
    background: none;
}

div#mw-head {
    background: #3c5b81;
    height: 2.5em;
    margin: 2.5em 1em 0 0;
    width: calc( 100% - 12em );
}

#mw-head-base {
    background: none;
}

#left-navigation {
    margin: 0 0 0 1em;
}

#right-navigation {
    margin: 0 1em 0 0;
}

div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div.vectorTabs ul li span,
div.vectorTabs ul li.selected span,
div#mw-head div.vectorMenu h3,
div.vectorTabs li a {
  background-image: none;
  background-color: transparent;
}

div.vectorTabs {}

div#mw-panel div.portal div.body ul li a:link,
div#mw-head a,
div#mw-head div.vectorTabs a,
div.vectorMenu h3 span {}

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

div.vectorTabs li a {}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #ffffff;
    background-image: linear-gradient( to top, #ffffff 0%, #ffffff 2px, transparent 2px, transparent 100% );
}

div.vectorTabs li a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {}

div.vectorMenu h3 a {
    background-image: url(https://static.wikia.nocookie.net/ridersoficarus_gamepedia/images/2/25/Action_arrow.png/revision/latest);
}

div.vectorMenu div.menu {
    background: #3c5b81;
    border: none;
}

div.vectorMenu ul {}

div.vectorMenu#p-cactions ul {}

div.vectorMenu li a {
    color: #ffffff;
}

div#mw-head div.vectorMenu h4 {}

div#p-search {}

/**
 * Sidebar
 */

div#mw-panel {}

#p-logo, #p-logo a {}

#p-logo {}

#mw-panel.collapsible-nav div.portal {
    background: none;
}

#mw-panel .portal:not(#p-claimWiki):not(#p-sitePromos):not(#p-socialProfiles) {
    background: rgba(215,219,222,.95);
    margin-bottom: 1em;
    padding: 0;
}

#mw-panel .portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3 {
    color: #ffffff;
    background-color: #3c5b81;
}

#mw-panel.collapsible-nav div.portal h3 {
    background-image: url(https://static.wikia.nocookie.net/ridersoficarus_gamepedia/images/f/fc/Arrow-expanded.png/revision/latest);
}

#mw-panel.collapsible-nav .portal.collapsed h3 {
    background-image: url(https://static.wikia.nocookie.net/ridersoficarus_gamepedia/images/9/9f/Arrow-collapsed-ltr.png/revision/latest);
}

#mw-panel.collapsible-nav div.portal h3 a,
#mw-panel.collapsible-nav div.portal.collapsed h3 a {
    color: inherit;
}

#mw-panel.collapsible-nav .portal#p-claimWiki h3,
#mw-panel.collapsible-nav .portal#p-sitePromos h3,
#mw-panel.collapsible-nav .portal#p-socialProfiles h3 {
    display: none;
}

#mw-panel.collapsible-nav div.portal div.body {
    padding: .25em 0 .25em;
}

div#mw-panel div.portal div.body ul li {}


div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    color: #31689e;
}

div#p-sitePromos h3,
div#p-socialProfiles h3 {}

/*********************
 * MediaWiki Content *
 *********************/

div#content {
    background: rgba(215,219,222,.95);
    border: none;
    margin-right: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #052a54;
}

div#content hr {}

div#content table {}

div.toc,
div#toc,
#catlinks,
div.mw-warning {
    background: rgba( 255, 255, 255, .7 );
    border: none;
}

code {
    background: rgba( 255, 255, 255, .7 );
}

pre,
.mw-code {
    background: rgba( 255, 255, 255, .7 );
    border: none;
}

ul {}

fieldset {}

table.wikitable {}

table.wikitable > tr > th,
table.wikitable > * > tr > th,,
table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: rgba( 255, 255, 255, .8 );
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background-color: rgba( 255, 255, 255, .4 );
}

li.gallerybox {
    background: rgba( 255, 255, 255, .7 );
    border: none;
}

li.gallerybox div.thumb {}

/********************
 * MediaWiki Footer *
 ********************/

div#footer {
    background: rgba( 215, 219, 222, .95 );
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

div#footer ul li {}

/*************
 * File Page *
 *************/

ul#filetoc {
    background: rgba( 255, 255, 255, .7 );
    border: none;
}

table.mw_metadata {
    background: none;
}

table.mw_metadata,
table.mw_metadata td,
table.mw_metadata th {}

table.mw_metadata th {
    background-color: rgba( 255, 255, 255, .8 );
}

table.mw_metadata td {
    background-color: rgba( 255, 255, 255, .4 );
}

table.mw_metadata tr.mw-metadata-show-hide-extended td {}

/***********
 * History *
 ***********/

#pagehistory li {
    border-color: transparent;
}

#pagehistory li:first-child {}

#pagehistory li.selected {}

/**************
* Difference *
**************/

table.diff,
td.diff-otitle,
td.diff-ntitle {}

/****************
 * Special Page *
 ****************/

.mw-datatable {
    background: none;
}

.mw-datatable,
.mw-datatable td,
.mw-datatable th {}

.mw-datatable th {
    background-color: rgba( 255, 255, 255, .8 );
}

.mw-datatable td {
    background-color: rgba( 255, 255, 255, .4 );
}

.mw-datatable tr:hover td {
    background-color: rgba( 255, 255, 255, .8 );
}

/************************
 * Special:SpecialPages *
 ************************/

.mw-specialpages-table {}

/***********************
 * Special:Preferences *
 ***********************/

.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc a {
    background: none;
}

.client-js #preftoc {
    background: #3c5b81;
}

.client-js #preftoc ul,
.client-js #preftoc li {}

.client-js #preftoc a,
.client-js #preftoc a:active {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    height: 2.5em;
    line-height: 2.5em;
}

.client-js #preftoc li a:hover,
.client-js #preftoc li.selected a {
    color: #ffffff;
    background-image: linear-gradient( to top, #ffffff 0%, #ffffff 2px, transparent 2px, transparent 100% );
}

.client-js #preferences {
    background: rgba( 255, 255, 255, .7 );
    border: none;
    margin-top: 0;
}

.client-js #preferences legend {}

.client-js #preferences fieldset.prefsection fieldset {}

.htmlform-tip {}


/******************
 * Special:Search *
 ******************/

.mw-search-profile-tabs {
    background: #3c5b81;
    border: none;
}

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

.mw-search-profile-tabs div.search-types ul li.current a {
    background: linear-gradient( to top, #ffffff 0%, #ffffff 2px, transparent 2px, transparent 100% );
    color: #ffffff;
}

fieldset#mw-searchoptions {
    background: rgba( 255, 255, 255, .7 );
    border: none !important;
}

fieldset#mw-searchoptions h4 {}

fieldset#mw-searchoptions div.divider {}

/*************************
 * Special:RecentChanges *
 *************************/

.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {}

.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {}

/**********************
 * Wiki Editor Styles *
 **********************/

.wikiEditor-ui,
.editOptions {}

.wikiEditor-ui {
    background: transparent;
}

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

.wikiEditor-ui-tabs {}

.wikiEditor-ui-tabs div {}

.wikiEditor-ui-tabs div.current {}

.wikiEditor-ui-tabs div a {}

.wikiEditor-ui-tabs div.current a {}

.wikiEditor-ui-buttons {
    background: transparent;
    border-color: transparent;
}

.wikiEditor-ui-toolbar {}

.wikiEditor-ui-toolbar .group {}

.wikiEditor-ui-toolbar .group-search {}

.wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {}

.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {}

.wikiEditor-ui-toolbar .sections .section {}

.wikiEditor-ui-toolbar .group .label {}

.wikiEditor-ui-toolbar .booklet .index div {}

.wikiEditor-ui-toolbar .booklet .index .current {}

.wikiEditor-ui-toolbar .booklet .pages {}

.wikiEditor-ui-toolbar .page-characters div span {}

.wikiEditor-ui-toolbar .page-characters div span:hover {}

.wikiEditor-ui-toolbar .page-table th {}

.wikiEditor-ui-toolbar .page-table td {}

.wikiEditor-preview-contents {
    background: rgb(215,219,222);
}


/* color fix */
.reverb-npnrb-site {
	font-weight: normal;
	font-size: 12px;
	color: #505050;
}

.reverb-npnrb-site a:link, 
.reverb-npnrb-site a:active, 
.reverb-npnrb-site a:visited {
       color: #fd9b1c;
}

#mp-layout .mp-block {
    background: rgba(255,255,255,.0);
    border: solid 3px rgba(5,42,84,.8);
}

.text {
color:black;
}

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: #f9f9f9;
    color: #000000;
}

.infoboxtable td > div {
    background-color: #f9f9f9;
}

.infobox {
    background-color: rgba(255,255,255,.5);
    color: black;
}