/* AAPA New CSS Theme by NatVoltaic and stormbreath, based on code by Cyantreuse and InitHello */
/* Licensed as CC-by-SA-3.0 */
/* Header image is public domain, having been taken by NASA during the Hubble Program. Header icon created by Woedenaz. Top-bar by TSATPWTCOTTTADC. */
/* spaaaaaaaaaaaaaaaaace */
@import url('https://fonts.googleapis.com/css?family=Exo:400,800');
/* HEADER */
div#extra-div-1 {
height: 140px;
width: 100%;
top: 0;
position: absolute;
background: url("http://scp-wiki.wdfiles.com/local--files/theme%3Aad-astra/hubble.png");
background-size: cover;
background-position: 50% 50%;
} /* SPACE */
div#container-wrap {
background-image: url(none);
}
div#extra-div-2 {
height: 22px;
width: 100%;
top: 140px;
position: absolute;
background-color: #5c1d24;
background-image: linear-gradient(to bottom,
#5C1D24,
#42151a);
} /* Red-top bar */
#header {
background: url("http://scp-wiki.wdfiles.com/local--files/theme%3Aad-astra/logo.svg") 15px 40px no-repeat;
background-size: 6rem;
}
@media (max-width: 580px) and (min-width: 480px) {
#header {
background-position: 0.5em 4.5em;
background-size: 66px 66px;
}
}
@media (max-width: 479px) {
#header {
background-position: 0 5.5em;
background-size: 55px 55px;
}
}
#header h1 a::before {
content: "AD ASTRA PER ASPERA";
font-size: 80%;
font-family: 'Exo', sans-serif;
font-weight: 800;
text-shadow: 4px 4px 4px rgba(0,0,0,.8);
}
#header h1 a span{
visibility: hidden;
}
#header h2 span {
color: transparent;
text-shadow: 0px 0px 0px;
}
#header h2 span::before {
content: "循此苦旅直抵群星";
color: #ffc780;
font-family: 'Exo', sans-serif;
font-weight: 400;
font-size: 120%;
text-shadow: 3px 3px 3px rgba(0,0,0,.9);
}
/* Log-In Info */
#login-status {
color: #ffc780;
}
#login-status a {
background: transparent;
color: #ffc780;
}
#login-status ul a {
color: #ffbe3d;
background: #101d2e;
border-color: #ffc780;
}
#login-status ul a:hover {
color: #ffbe3d;
font-weight: bold;
}
#account-topbutton {
background: transparent;
color: #ffc780;
border: none;
}
#account-options {
border-color: #ffc780;
}
/* Search Bar */
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
border-color: #ffb961;
background-color: #1b304d;
}
#search-top-box-input {
color: #ffc780 !important;
}
#search-top-box-input:hover,
#search-top-box-input:focus {
color: #ffb961 !important;
}
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border-color: #ffb961;
background: #5C1D24;
color: #ffb961;
}
/* TITLE */
h1,
#page-title {
color: #ffb961;
}
#page-title {
border-color: #ffc780;
}
/* TOP-BAR SETTINGS */
#top-bar a {
color: #ccc
}
#top-bar ul li ul {
border-color: #ffc780;
border-radius: 0px 0px 10px 10px;
overflow: hidden;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top-color: #5C1D24;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
background: #5C1D24;
color: #ffbe3d;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background: #1b304d; /* top bar hover background color */
color: #ffbe3d;
}
/* SIDEBAR SETTINGS */
#side-bar .side-block {
border-width: 2px;
border-color: #ffb961;
box-shadow: none;
background-color: #1b304d;
color: #ffc780;
}
#side-bar .side-block[style="background-color: #f0fff6;"] {
background-color: #5C1D24 !important;
}
#side-bar .side-block[style="background-color: #e7e5e8;"] {
background-color: #26152e !important;
}
#side-bar .side-block[style="background-color: #fff0f0;"] {
background-color: #122732 !important;
}
#side-bar .side-block[style="background-color: #e5e5ff;"] {
background-color: #1b304d !important;
}
#side-bar .side-block[style="background-color: #f0f0f0;"] {
background-color: rgba(33,33,45) !important;
}
div.scpnet-interwiki-wrapper {
filter: hue-rotate(230deg) saturate(150%) invert(80%);
}
#side-bar .heading {
border-bottom-width: 2px;
border-bottom-color: #ffb961;
color: #ffb961;
}
/* Side-Bar Images */
.side-block .menu-item > .image {
filter: hue-rotate(60deg) brightness(400%);
}
/* Side-Bar Collapsible Stuff */
#side-bar .collapsible-block-folded {
background-image: none;
}
#side-bar .collapsible-block-unfolded-link {
border-bottom: solid 2px #ffb961;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
color: #ffb961;
}
/* Mobile Sidebar */
@media (max-width: 767px) {
#side-bar {
background-color: #101d2e;
}
.open-menu a {
border-color: #ffb961 !important;
background-color: #101d2e !important;