Twelve Forever 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.
/*=========================== The Actual Wikia ===========================*/
/* Import Common.css */
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* Import Anja Eliane font */
@font-face {
    font-family: 'Anja Eliane';
    font-style: normal;
    font-weight: 400;
    src: local('Anja Eliane'), local('AnjaEliane-Normal'),
        url(http://allfont.es/cache/fonts/anja-eliane_8a2cbde7641f394bfd5ca1377b1744a5.woff) format('woff'),
        url(http://allfont.es/cache/fonts/anja-eliane_8a2cbde7641f394bfd5ca1377b1744a5.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Import Nunito font */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito-Regular'), url(http://fonts.gstatic.com/s/nunito/v7/cSNs3NwpEgPVRQzvkh3NeQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Page Glowing */
.WikiaPage {
	border: 2px solid #af66cd;
	box-shadow:0 0 7px #af66cd;
}

/** Custom Codes for Interface Improvements **/

/***Link shadows ***/ 
a:visited:hover, .color2 a:visited:hover { 
  text-shadow: #b960c3 0 0 3px;
  text-decoration:none;
}
 
a:hover, .color2 a:hover {
  text-shadow: #b960c3 0 0 3px;
  text-decoration:none;
}
 
.WikiaFooter .tools-menu a:hover {
    text-shadow: #b960c3 0 3px 3px;
}

/* rounded corners for navbar */
 
}.WikiHeader {
     border-radius: 0.75em 0.75em 0 0;
     border-bottom: 2px solid white;
     -webkit-box-shadow: 0 0 1em white;
     -moz-box-shadow: 0 0 1em #FFF;
     box-shadow: 0 0 1em white;
}
 
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0.75em 0 0.75em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.75em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.75em 0 0;
}
 
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.75em 0.75em 0 0;
}
 
.WikiHeader nav {
     border-radius: 1em 1em 0 0;
}
 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.75em 0.75em 0.75em;
}
/* Changes the color of the text */
a#DisplayClockJS { color: #f48ed2 !important }
/* Use a Monospace font */
#DisplayClockJS { font-family: 'Lucida Console', monospace }

/* Tabbers and Profile Tabs */
.WikiaUserPagesHeader .tabs {
	padding-left: 17px;
}
.tabs-container .tabs li[data-id="profile"] a {
	padding-left: 12px !important;
}
.tabs li a,
ul.tabbernav li a,
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
    background: transparent !important;
    background-image: none !important;
    border: 1px solid #af66cd !important;
    border-radius: 5px 5px 0px 0px;
    font-weight:bold;
    color: #af66cd !important;
}
.tabs .selected a,
.tabs .selected a:hover,
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
    background:  !important;
    background-image: transparent !important;
    border: 2px solid #af66cd !important;
    border-bottom: 0 solid transparent !important;
    border-radius: 5px 5px 0px 0px;
    font-weight:bold;
    color: white !important;
}
ul.tabbernav li a:hover,
.tabs li a:hover {
    background: transparent !important;
    background-image: none !important;
    border: 1px solid #af66cd !important;
    border-radius: 5px 5px 0px 0px;
    font-weight:bold;
    color: white !important;
}
.tabberlive .tabbertab {
    border-top: 1px solid #af66cd !important;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
}
ul.tabbernav {
    border: #af66cd !important;
}
Advertisement