Big Pharma Wiki
No edit summary
(Undo revision 2253 by Emberbot (talk))
Line 14: Line 14:
 
background-attachment: fixed;
 
background-attachment: fixed;
 
background-color: #111111;
 
background-color: #111111;
background-image: url(https://bigpharma.gamepedia.com/media/bigpharma.gamepedia.com/9/98/Bg.jpg);
+
background-image: url(https://hydra-media.cursecdn.com/bigpharma.gamepedia.com/9/98/Bg.jpg);
 
background-repeat: repeat;
 
background-repeat: repeat;
 
background-size: cover;
 
background-size: cover;
Line 226: Line 226:
 
/* Content */
 
/* Content */
 
div#content {
 
div#content {
background: transparent url(https://bigpharma.gamepedia.com/media/bigpharma.gamepedia.com/a/a4/Inside.png) repeat scroll 0 0;
+
background: transparent url(https://hydra-media.cursecdn.com/bigpharma.gamepedia.com/a/a4/Inside.png) repeat scroll 0 0;
 
color: #111111;
 
color: #111111;
 
border: 1px solid #1a1a1a;
 
border: 1px solid #1a1a1a;

Revision as of 02:08, 25 August 2017

/* 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-Big_Pharma_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    background-attachment: fixed;
    background-color: #111111;
    background-image: url(https://hydra-media.cursecdn.com/bigpharma.gamepedia.com/9/98/Bg.jpg);
    background-repeat: repeat;
    background-size: cover;
}

#pageWrapper {
    margin-right: 10px;
}

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

#mw-head-base {
    background: transparent !important; 
    border: 0px solid black;
    bottom: 0;
    height: 40px;
}
/**************************
/* Article navigation bar *
/**************************/
#right-navigation {
    margin-right: 1em;
    margin-top: 1em;
}

#left-navigation {
    left: 11em;
    margin-top: 1em;
}

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

div.vectorTabs {
    background-image: none;
}

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

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

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
    color: #000000;
}

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

div.vectorTabs ul li span {
    background-image: none;
    background-color: #transparent;
    color: #ffffff;
    font-weight: bold;
}

div.vectorTabs ul li.selected span {
    background-image: none;
    background-color: transparent;
    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: transparent;
    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.vectorMenu h5 a {
    background-image: none;
}

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

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

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

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 h3 {	
    background-image: none;
}

div.vectorMenu h3 span {
    background-color: transparent;
    color: #ffffff !important;
    font-weight: bold;
}

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

div.vectorMenu ul {
    background: #000000;
    border: 1px solid #ffffff;
}

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

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

#p-logo,
#p-logo a {
    height: 212px;
}

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

div#mw-panel div.portal h5 {
    background: none;
    color: #ffffff;
    font-weight: bold;
    padding: 4px;
}

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

div#mw-panel  div#p-sitePromos.portal { 
    background: none;
    margin-left: -8px;
    border: none;
}

div#mw-panel div.portal#p-socialProfiles {
    background: none;
    margin-left: -8px;
    border: none;
}

div#mw-panel div.portal#p-socialProfiles h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body {
    background: none;
    padding: 0;
}

div#mw-panel div.portal h3 {
    color: #ffffff;
    font-weight: bold;
}

#mw-panel.collapsible-nav .portal h3 a {
    color: #ffffff;
    font-weight: bold;
}

#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #ffffff;
    font-weight: bold;
}

/* Content */
div#content {
    background: transparent url(https://hydra-media.cursecdn.com/bigpharma.gamepedia.com/a/a4/Inside.png) repeat scroll 0 0;
    color: #111111;
    border: 1px solid #1a1a1a;
    box-shadow: rgba(26, 26, 26, 1) 0 0.1em 0.75em;
    margin-top: 1em;
    overflow: hidden;
}

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

h1, h2 {
    border-bottom: 1px solid #303030;
}

h3, h4, h5, h6 {
    border-bottom: 0px solid #dddad3;
}

.catlinks {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #000000;
}

.mw-warning {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

#toc, .toc, .mw-warning {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #000000;
    font-size: 95%;
    padding: 5px;
}

/***************
/* Link styles *
/***************/
a {
    color: #2f29a9;
}

a:link {
    color: #2f29a9;
}

div#content a:visited, a:visited {
    color: #552104;
}

a:hover, div#content a:visited:hover, a:visited:hover {
    color: #000000;
}

div#content a.extiw, div#content a.external {
    color: #2f29a9;
}

div#content a.extiw:visited, div#content a.external:visited {
    color: #5650d9;
}

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

a:active {
    color: #FFFFFF;
}

/*****************
/* Footer styles *
/*****************/
div#footer {
    background-image: none;
}

div#footer ul li {
    color: #ffffff;
}

div#footer a { 
    color: #000000; 
}

div#footer a:hover (
    color: #000000;
}