Alexylva Theme
@font-face{ 
    font-family: 'InknutAntiqua-SemiBold';
    src: url('InknutAntiqua-SemiBold-webfont.woff') format('woff');
    color:white;
 
}
 
.CS-title {
    font-family: 'InknutAntiqua-SemiBold';
}
 
/* YUI-TABS */
/* This is the parent class for most of the tab module.  */
.yui-navset .yui-content{
    background-color: #333333;
    padding: 10px 25px 0px 25px;
    border-width: 0px 0px 0px 0px;
    border-color: #291f1f;
    color: white;
 
}
 
/* This section affects unselected tabs. */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    font-family: 'InknutAntiqua-SemiBold', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    background-color: transparent;
    background-image: url(http://scpsandboxwiki.wdfiles.com/local--files/component%3Aalexylva-theme/alexylvatabs8.png);
    color:#fff;
    background-size: contain;
    border-width: 0px;
    font-size:18px;
    padding: 2px 20px 0px 20px;
    margin-top: 0px;
    border-top: none;
}
 
/* This section affects the currently selected tab. */
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    font-family: 'InknutAntiqua-SemiBold', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    background:transparent url(http://scpsandboxwiki.wdfiles.com/local--files/component%3Aalexylva-theme/alexylvatabs8.png) ; /* selected tab background */
    color:#fff;
    background-size: contain;
    border-width: 0px;
    font-size:18px;
    padding: 2px 20px 0px 20px;
    margin-top: 0px;
    border-top: none;
}
 
/* This section affects tabs you are hovering over. */
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    font-family: 'InknutAntiqua-SemiBold', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    background:transparent url(http://scpsandboxwiki.wdfiles.com/local--files/component%3Aalexylva-theme/alexylvatabs8.png) ;
    background-size: contain;
    text-decoration: none;
    color:#fff;
    border-width: 0px;
    font-size:18px;
    padding: 2px 20px 0px 20px;
    margin-top: 0px;
    border-top: none;
}
 
/* This removes the border around tab images. */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: transparent;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #291f1f;
}
.yui-navset li {
    line-height: normal;
}
.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em {
    border-color: none;
    border-width: 0;
    bottom: 0;
    left: 0em;
    padding:0.25em 0.75em;
    position: relative;
    right: 0;
    top: -1px;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License