MediaWiki:Common.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
#p-tb-label { background-color: #24324f; }
#p-tb-label { background-color: #24324f; }
#footer { background-color: #2b416e; }
#footer { background-color: #2b416e; }
#firstHeading { color: #000000; }
#firstHeading { color: #c8e4f7; }
#catlinks { background-color: #24324f; }
#catlinks { background-color: #24324f; }
#mw-head-base { background-color: #ffffff; }
#mw-head-base { background-color: #ffffff; }
Line 29: Line 29:
z-index: 0;
z-index: 0;
}
}

.header-container.header-firefox, footer, .navbox, .navbox-subgroup{ background-color: #000000; }
#content { color: #000000; }

#content h2 { color: #24324f; }

#content h3 { color: #24324f; }

#content h4 { color: #24324f; }

#content h5 { color: #24324f; }

#content h6 { color: #24324f; }

Revision as of 16:10, 27 September 2023

#content { background-color: #24324f; opacity: 1; }
#summary { background-color: #24324f; }
#mw-panel { background-color: #24324f; }
#p-tb-label { background-color: #24324f; }
#footer { background-color: #2b416e; }
#firstHeading { color: #c8e4f7; } 
#catlinks { background-color: #24324f; }
#mw-head-base { background-color: #ffffff; }
body { background-color: #ffffff; }

/* CSS placed here will be applied to all skins */
#image-box {
  position:center;
  background-image: url('https://static.wikiforge.net/sherlockwikitide/d/df/Sherlock-cast-i34913.jpg');
  background-repeat: no-repeat;
  height: 600px;
  width: 1050px;
  background-size: 85%
}


#globalWrapper {
    font-size: 128%;
    font-style:Arial;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.header-container.header-firefox, footer, .navbox, .navbox-subgroup{ background-color: #000000; }
#content { color: #000000; }

#content h2 { color: #24324f; }

#content h3 { color: #24324f; }

#content h4 { color: #24324f; }

#content h5 { color: #24324f; }

#content h6 { color: #24324f; }