Chronos Wiki
(exchanging div.vectorTabs li span and div#mw-head div.vectorMenu h3 with new tabs)
No edit summary
Line 235: Line 235:
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
opacity: 0.85;
 
opacity: 0.85;
  +
}
  +
  +
/* remove orange divider */
  +
div.vectorTabs,
  +
div.vectorTabs ul,
  +
div.vectorTabs span,
  +
div#mw-head div.vectorMenu h3 {
  +
background-image: none;
 
}
 
}
   

Revision as of 19:41, 15 December 2020

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


/* body */
body {
    background: #000000 url("https://chronos.gamepedia.com/media/chronos.gamepedia.com/4/42/Chronos_ScreenShot_09.jpg") no-repeat fixed center top / cover;
}


div#mw-head {
    background-color: transparent;
    height: 6.8em;
    top: 0px;
}

#mw-page-base {
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    height: 6.8em;
}


/* links/anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
   color: #42CFA8; 
   font-weight: bold;
}

a:hover {
   color: #769E93;
}

/********/
/* logo */
/********/

#p-logo {
    -webkit-filter: drop-shadow(0px 0px 10px #A6CAD0);
    filter: drop-shadow(0px 0 3.5px #A6CAD0) drop-shadow(1px 1px 1px #A6CAD0);
}

#p-logo a {

}

/******************/
/* top navigation */
/******************/
#right-navigation {
    float: right;
    margin-top: 3em;
}

#left-navigation {
    float: left;
    margin-top: 3em;
}

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs ul li {
    margin-right: 5px;
}

div.vectorTabs li span {
	color: #42CFA8;
	border-left: lightblue solid 2px;
	text-align: left;
	text-shadow: 1px 1px 0 #0a0a0a;
	padding: 5px;
	font-size: 100%;
	font-variant: small-caps;
	box-shadow: rgba(104,116,120,1) 0 0.1em 0.5em;
	background-color: rgba(0,0,0,0.8);
	height: 20px;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #c0c0c0;
    font-weight: bold;
}

div#mw-head li.new a,
div#mw-head li.new a:visited {
    color: #fc0000 !important;
    text-shadow: 1px 1px #000000;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
    font-weight: bold;
}

div#p-sharing .menu {
    background-color: #000000;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
    margin-left: 45px;
    min-width: 0px;
    width: 48px;
}

#p-sharing #socialIconImages img {
    width: 100%;
}

#p-sharing #socialIconImages a {
    width: 40px;
}

div.vectorMenu h3 span {
    font-weight: bold;
    padding-top: 0.1em;
}

div.vectorMenu h3 span a,
div.vectorMenu h3 span a:active {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center transparent;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

.vectorTabs #ca-unwatch.icon a, 
.vectorTabs #ca-watch.icon a {
	margin: 0;
	padding: 0;
	display: block;
	width: 28px;
	padding-top: 1.3em;
	height: 0;
	overflow: hidden;
	background-position: 5px 60%;
	background-repeat: no-repeat;
}

div#mw-head div.vectorMenu h3 {
        color: #42CFA8;
	border-left: lightblue solid 2px;
	text-align: left;
	text-shadow: 1px 1px 0 #0a0a0a;
	padding: 5px;
	font-size: 100%;
	font-variant: small-caps;
	box-shadow: rgba(104,116,120,1) 0 0.1em 0.5em;
	background-color: rgba(0,0,0,0.8);
	height: 20px;
}

div.vectorMenu h3 a,
div.vectorMenu h3 a:active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png");
    background-position: 50% 50%;
    border: medium none;
}

div.vectorMenu div.menu {
    border: none;
    left: auto;
    margin-left: 5px;
    right: 0;
    top: 40px;
}

div#mw-head div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border-right: 5px none;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
}

div#mw-head div.vectorMenu li a {
    color: #42CFA8;
}

div#mw-head div.vectorMenu li a:hover {
    color: #c0c0c0;
}

.vectorMenu h3 span::after {
	content: '';
	position: absolute;
	top: 0em;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(/skins-ucp/Vector/images/arrow-down.png?42edd);
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	opacity: 0.85;
}

/* remove orange divider */
div.vectorTabs, 
div.vectorTabs ul, 
div.vectorTabs span, 
div#mw-head div.vectorMenu h3 {
	background-image: none;
}

/**********************/
/* sidebar navigation */
/**********************/
div#mw-panel {
    top: 150px;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a {
    color: white;
    text-decoration: none;
    font-size: 120%;
    -webkit-filter: drop-shadow(0px 0px 5px #A6CAD0);
    filter: drop-shadow(0px 0 2px #A6CAD0) drop-shadow(1px 1px 1px #A6CAD0);
}


.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: white;
    text-decoration: none;
    font-size: 120%;
    filter: none;
}


.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
    background-image: linear-gradient(transparent, transparent), url("https://chronos.gamepedia.com/media/chronos.gamepedia.com/1/19/Button1.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: transparent;
    margin-bottom: 0;
}


.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
    background-image: linear-gradient(transparent, transparent), url("https://chronos.gamepedia.com/media/chronos.gamepedia.com/8/8f/Button2.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #4d4d4d;
    font-size: 0.75em;
    font-weight: normal;
    margin-bottom: 0;
    padding: 4px 0 3px 1.5em;
}

.skin-hydradark div#mw-panel div.portal h3 {
    color: white;
    text-decoration: none;
    font-size: 100%;
    -webkit-filter: drop-shadow(0px 0px 5px #A6CAD0);
    filter: drop-shadow(0px 0 2px #A6CAD0) drop-shadow(1px 1px 1px #A6CAD0);
}

.skin-hydradark div#mw-panel div.portal div.body {
      background-image: none;
}

.skin-hydradark div#mw-panel.collapsible-nav div#p-socialProfiles.portal {
    background-image: none;
    margin: 0 0 1.5em;
}


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


div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
  color: white;
  font-weight: normal;
}


/* content */
div#content {
    background: rgba(0,0,0,0.8);
    border: none;
}

#footer {
	background: rgba(0,0,0,0.8);
        border: none;
}


/* tables */

.skin-hydradark table.wikitable > tr > th, .skin-hydradark table.wikitable > * > tr > th {
    background-color: #505050;
}


/* MsUpload text colour tweak */
#upload-list .green {
    color: #000000;
}

#upload-list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload-list .file .file-title,
#upload-list .file .file-size,
#upload-list .file .file-warning {
	color: #cccccc;
}

.check-span {
    color: #ffffff;
}

code {
   background-color: orange;
   color:black;
}

.header {
}


/*upload list fix*/

#upload-list .file .small-warn {
    background: black url("//chronos.gamepedia.com/extensions/MsUpload/images/msu_error-small.png") no-repeat scroll 0 center;
    font-size: 95%;
    overflow: hidden;
    padding: 1px 1px 1px 15px;
    width: 500px;
}

fieldset {
    border-color: lightblue;
}

/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui div.wikiEditor-ui-view {
    border: 1px solid #404040;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}


div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #1D1D1D;
}

div.wikiEditor-ui-tabs {
    background-color: #101010;
    border-left: 1px solid #1D1D1D;
    border-top: 1px solid #1D1D1D;
}

div.wikiEditor-ui-tabs div {
    background-color: #1D1D1D;
    border-right: 1px solid #1D1D1D;
    border-bottom: 1px solid #1D1D1D;
}

div.wikiEditor-ui-tabs div a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #333333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #ffffff;
}

div.wikiEditor-ui-tabs div.current {
	background-color: #1D1D1D;
	border-bottom: 1px solid #1D1D1D;
}

div.wikiEditor-ui-tabs div.current a {
   color: #ffffff;
}

div.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid #1D1D1D;
}

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

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #505050;
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #1D1D1D;
   border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
   color: #E0E0E0;
}

.tab {
   border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #505050;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #7AB1CC;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
	background-color: #0A0B0C;
	color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #0a0b0c;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #404040;
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #505050;
    color: #7AB1CC;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #505050;
    color: #E0E0E0;
}

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

div.editOptions {  
    background-color: #333333;
    border-color: -moz-use-text-color #505050 #505050;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    background: none repeat scroll 0 0 #000000;
    color: #e0e0e0;
}

.ui-widget-content {
    color: #e0e0e0;
}

.ui-dialog .ui-dialog-buttonpane {
    background-color: #000000;
}

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


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

/* new css elements */
/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

.ambox {
    background-color: #202020;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/* INFOBOXES */
.infoboxtable {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #aaaaaa;
    color: #FFF;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: rgba(0, 0, 0, 0.05);
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0em;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #aaaaaa;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(255, 255, 255, 0.2);
}

.navbox-list {
    border-color: rgba(255, 255, 255, 0.2); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(255, 255, 255, 0.2);
    color: #444;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(255, 255, 255, 0.2);
    color: #333;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* Even row striping */
.navbox-even {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */

/* Front page appearance styles start */
.fpbox .heading,
.fpbox .mainheading {
    border: 0;
    border-bottom: 1px solid #505050;
}

.fpbox {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
}

.fplink:not(.fplink-plain) {
	color: lightblue;
	border-left: lightblue solid 2px;
	text-align: left;
	text-shadow: 1px 1px 0 #0a0a0a;
	padding: 5px;
	font-size: 120%;
	font-variant: small-caps;
	box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.5em;
	background-color: #505050;
}

.fplink-fullwidth .fplink:not(.fplink-plain) {
        color: lightblue;
	border-left: lightblue solid 2px;
	text-align: left;
	text-shadow: 1px 1px 0 #0a0a0a;
	padding: 5px;
	font-size: 120%;
	font-variant: small-caps;
	box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.5em;
	background-color: #505050;
}

.linkslabel {
    border-bottom: 2px solid #505050;
}

/* Front page appearance styles end */


/* gallery overlay */
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, 
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, 
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
	position: absolute;
	background: #000;
	background: rgba(14, 49, 43, 0.76);
	padding: 5px 10px;
	bottom: 0;
	left: 0;
	height: auto;
	max-height: 40%;
	overflow: hidden;
	font-weight: bold;
	margin: 2px;
}