Candy Box 2 Wiki
Register
No edit summary
No edit summary
Line 246: Line 246:
 
width: 32px;
 
width: 32px;
 
height: 32px;
 
height: 32px;
  +
}
  +
  +
.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;
 
}
 
}

Revision as of 14:44, 25 June 2019

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

body.page-Candy_Box_2_Wiki h1.firstHeading {
    display:none;
}

body,
#pageWrapper {
    background: #edeeee;
}

#mw-page-base {
    background: #000000;
}

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

/* Logo and sidebar */

#p-logo {
    top: -120px;
}

div#mw-panel {
    top: 90px;
}

/* Tabs */
#right-navigation {
    margin-right: 1em;
}

#left-navigation {
    margin-left: 190px;
}

div.vectorTabs {
    background-image: none;
}

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

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

div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #000000;
}

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

div.vectorTabs ul li span {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #ffffff;
    font-weight: bold;
}

div.vectorTabs ul li.selected span {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #ffffff;
    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 {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff !important;
}

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

div.vectorMenu h3 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/0/0b/Vector_menu_downarrow.png") !important;
    background-position: 50% 65%;
    background-repeat: no-repeat;
}

div#mw-head div.vectorMenu h4,
div.vectorMenu h3 span {
    color: #FFFFFF;
    font-weight: bold;
}

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

/* 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: #eeeeee;
    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: game or book depended color style */
.infoboxtable {
    background-color: #f9f9f9;
    border: 1px solid #aaaaaa;
    color: #000000;
    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: #f9f9f9;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    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;
}

.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;
}