Stronghold Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */

/*<pre><nowiki>*/

/*Navigation bar*/
.wds-community-header {
    opacity: 0.8;
}


/*Admin special link color*/
a[href="/wiki/User:Elfansoer"] { color:#00ff00 !important; }
a[href="/wiki/User:Ixsc15"] { color:#00ffff !important; }
a[href="/wiki/User:Hypno-disc"] { color:crimson !important; }
a[href="/wiki/User:Fang&#179;"] { color:yellow !important; }

/*SH2 lord link color, now working*/
a[href="/wiki/Pascal_Deveraux"] { 
    color:cyan; 
    font-weight:600;
}
a[href="/wiki/Angus_McLoud"] { 
    color:blue; 
    font-weight:600;
}
a[href="/wiki/Olaf_Grimtooth"] {
    color:orange; 
    font-weight:600;
}
a[href="/wiki/Edwin_Blackfly"] { 
    color:yellow; 
    font-weight:600;
}
a[href="/wiki/Lord_Barclay"] { 
    color:lime; 
    font-weight:600;
}
a[href="/wiki/Matthew_Steele"] { 
    color:red; 
    font-weight:600;
}
a[href="/wiki/Sir_William"] { 
    color:maroon; 
    font-weight:600;
}
a[href="/wiki/Sir_Grey"] { 
    color:whitesmoke; 
    font-weight:600;
}
a[href="/wiki/Lady_Seren"] { 
    color:magenta; 
    font-weight:600;
}
a[href="/wiki/The_King"] { 
    color:indigo; 
    font-weight:600;
}
a[href="/wiki/The_Bishop"] { 
    color:white; 
    font-weight:600;
}

/*Assassin page, unique background*/
/*.page-Assassin{background-image:url("/wiki/File:SHC_Assassins_05.jpg");*/

.navbarheader {
    background:#7D0000;
    color:white;
}

.navbarleader {
    background:darkolivegreen;
    color:white;
}
.navbarsubleader {
    background:#403422;
    color:white;
}

.navbarentry {
    background:black;
    color:white;
}

/*For transcript tables*/
.transcript {
    border: 1px solid #aaa;
    border-radius: 5px;
    width:100%;
    color: white;
}

.transcript .text {
    text-align: center;
}

.transcript .side {
    border-left:1px solid #aaa;
}

.transcript .barclay {
    background-color: limegreen;
    padding: 7px;
}

.transcript .steele {
    background-color: lightcoral;
    padding: 7px;
}

.transcript .william {
    background-color: indianred;
    padding: 7px;
}

/*tabber*/
ul[class*="tabbernav"] li a {
    background-color: green !important;
    color: white !important;
}

/*Hover*/
a {
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

a:hover {
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    text-shadow: 0px 0px 3px ivory;
    text-decoration: none;
    font-weight: bold;
}

/*Templates*/
.tempbox {
    border:solid 3px black;
    -moz-border-radius:10px;
    float:right;
    font-size:smaller
}

.tempbox .title {
    text-align:center;
    color:white;
    background:darkgrey;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
}

/*Font used in the article: */
.WikiaArticle {
    font-size:13px;
}

.WikiaPage {
    opacity: 0.9;
}
h1, #mw-content-text > h2, #mw-content-text > h3, h4, h5, h6, h7 {
    font-family:goudy old style !important;
}
h1 {
    font-size:35px !important;
    line-height:1 !important;
}
#mw-content-text > h2 {
    font-size:27px !important;
}
#mw-content-text > h3 {
    font-size:20px !important;
}

.EditPageHeader {
    height:55px !important;
}

/*** This is for borders like Crusader***/
.mainbox {
    border:5px;
    -o-moz-border-image:url("https://images.wikia.nocookie.net/__cb20140113020851/stronghold/images/4/46/Border.png") 8 8 8 8 repeat;
    border-image:url("https://images.wikia.nocookie.net/__cb20140113020851/stronghold/images/4/46/Border.png") 8 8 8 8 repeat;
}

/*** This is for SHC:Building_Slide template ***/
.SHCBuildingsslide {
	position: relative;
	width: 570px;
	height: 150px;
}

.SHCBuildingsslidecontent {
	position: absolute;
	left: 0px;
	top: 0px;
}

.SHCBuildingsslidetext {
	position: absolute;
	left: 22px;
	top: 0px;
	font-family: goudy old style;
	font-style: strong;
}

.SHCBuildingshotspots {
	position: absolute;
	left: 0px;
	top: 0px;
}

.SHCBuildingshotspot {
	cursor: pointer;
	position:absolute;
	background:red;
	opacity: 100;
}

/*** Bold 'edit this page' link to encourage newcomers ***/

#ca-edit a { 
    font-weight: bold !important; 
}

/*</nowiki></pre>*/
Advertisement