Twelve Nights 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.
/* Tabber */

.tabberlive .tabbertab {
border: 1px #fff solid !important;
border-top:#fff !important;
background-color: #9a0e2a !important;
}

ul.tabbernav {
 border-bottom: 1px #fff solid !important;
 font: 11px Arial, sans-serif !important;
}

ul.tabbernav li a:link { color: #ffd700!important; }
ul.tabbernav li a:visited { color: #ffd700!important; }

ul.tabbernav li.tabberactive a, ul.tabbernav li a:hover, ul.tabbernav li a {
color: #ffd700 !important; 
border: 1px #fff solid !important;  
background-image: -moz-linear-gradient(
    center bottom,
    rgb(154,14,42) 100%,
    rgb(154,14,42) 100%) !important; 
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(154,14,42)),
    color-stop(1, rgb(154,14,42))) !important; 
}

ul.tabbernav li a[disabled="disabled"] { font-weight: normal !important;  color: #9a0e2a !important; outline-style: none !important; }

ul.tabbernav li.tabberactive a {
border-bottom: 1px solid #9a0e2a !important; 
background-color: #000;
}

.WikiHeader
{
   background: url(http://vignette3.wikia.nocookie.net/twelve-nights/images/0/0b/Jin_Hee_Palace_Hallway.png/revision/latest?cb=20150327141156);
}

/* Wiki Navigation */
  .WikiHeader > nav li {
    font-size: 15px;
    font-family: "Century Schoolbook";
}

/* Font Styles */
.WikiaArticle {
 font-family: "Century Schoolbook"; /* This changes the text in the content space only */
}
 
h1  { 
     font-family:"Century Schoolbook";
}
body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:"Century Schoolbook" !important;
}

/* Hover */
a:hover {
	text-shadow: #000000 0 0 3px;
	color: #000000 !important;
	text-decoration:none !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}

/* Reference Pop-ups */
.refpopups-box {
	background: none repeat scroll 0 0 #000 !important;
	border-color: solid #ffd700 1px !important;
	color: #ffd700 !important;
	font-size: 12px !important;
}

/* Image Thumb */
div.article-thumb, .WikiaArticle .article-thumb {
	background-color:##9a0e2a;
	border:1px solid #ffd700;
	border-radius:0px;
	padding:3px;
}
Advertisement