Ansotheme

Credits: Croquembouche, bluesoul, and taylor_itkin for CSS help

djkaktus for words of encouragement

Baubius for designing the logo

JackalRelated and company for creating AN-SO

@charset "utf-8";
 
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
 
/*
    AN-SO Theme
    [2018 Wikidot Theme]
    Author: magnadeus
    with help from taylor_itkin and Croquembouche
    credit to Aelanna for making the theme this is based on (Sigma-9)
*/
 
h1, #page-title {
    color: #007235;
    font-family: 'Anonymous Pro', monospace;
}
a {
    color: #00823b;
}
a.newpage {
    color: #00823b;
}
 
body {
    background-color: #f9fffc;
    font-family: 'Anonymous Pro', monospace;
    font-size: 0.90em;
    color: #002812;
}
div#container-wrap {
    background: url(http://scp-sandbox-3.wdfiles.com/local--files/component%3Aansotheme/thebestheaderever) top left repeat-x;
}
 
/* HEADER */
#header {
    background: url(http://scp-sandbox-3.wdfiles.com/local--files/component%3Aansotheme/thebestlogoever5) 10px 40px no-repeat;
}
 
#search-top-box-input {
    background-color: #030;
}
 
#search-top-box-input:focus {
    background-color: #363;
}
#search-top-box-form input[type=submit] {
    background-color: #363;
    background: linear-gradient(to bottom, #696,#363,#030);
}
#search-top-box-form input[type=submit]:focus {
    background-color: #696;
    background: linear-gradient(to bottom, #9c9,#696,#363);
}
 
#login-status ul a {
    color: #070;
}
 
#account-topbutton {
    color: #070;
}
 
#header h1 a {
    color: transparent;
    font-family: 'Special Elite', monospace;
    text-shadow: none;
}
 
#header h1 a::before {
    content: "AN-SO ";
    color: #abff39;
    text-shadow: 3px 3px 5px #000000;
}
 
#header h2 span {
    font-family: 'Special Elite', monospace;
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: 'Filling the Gaps';
    color: #abff39;
    font-style: italic;
    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    word-wrap: break-word
 
}
 
#side-bar .side-block {
    border: 2px solid #002812;
    box-shadow: 0 4px 8px rgba(0,64,66,.5);
    background: #d6ffe9; 
}
 
#side-bar .heading {
    color: #002812;
    border-bottom: solid 1px #002812;
}
 
}
#side-bar div.menu-item.inactive a {
    color: #002812;
}
#side-bar div.menu-item .sub-text {
    color: #002812;
}
 
#side-bar img {
    filter: hue-rotate(150deg);
    -webkit-filter: hue-rotate(150deg);
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #002812;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #002812;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #002812;
}
 
blockquote{
  margin: 20px 0;
  padding-left: 1.5rem;
  background: #e5ffe0;
}
 
/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #f0ffed;
}
 
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#bedbbe;
    background-image: url(http://scp-sandbox-3.wdfiles.com/local--files/component%3Aansotheme/thebesttabsever);
}
.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 */
    background:#070 url(http://scp-sandbox-3.wdfiles.com/local--files/component%3Aansotheme/thebesttabsever) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#8d8 url(http://scp-sandbox-3.wdfiles.com/local--files/component%3Aansotheme/thebesttabsever) repeat-x left -1300px;
    text-decoration: none;
}
 
.content-panel {
    border: solid 1px #808880;
    background-color: #909990;
 
}