Theme
:root {}
 
#skrollr-body {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}
 
#container-wrap-wrap, #container-wrap, #container {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
}
 
#content-wrap {
  flex-grow: 1;
}
 
a:visited {
  color: #aaaaaa;
}
 
a {
  text-decoration: none;
}
 
a:hover {
  text-decoration: underline;
}
 
div.yui-content {
  color: #121212;
}
 
div.content.modal-body {
  color: #121212;
}
 
body {
  font-family: sans-serif;
  color: #BBBBBB;
  background-image: url("http://nostalgia-nexus.wikidot.com/local--files/css-testing-zone/bodyback.png");
  background-attachment: fixed;
}
 
.about a {
  color: #FFFFFF;
}
 
div#page-options-bottom-2 > a, div#page-options-bottom > a {
  background-color: #000000;
  border: 1px solid #FFF;
  border-radius: 12px;
  padding: 2px 6px;
  margin: 0;
  color: #fff;
}
 
blockquote {
  background-color: #333333;
}
 
#container a {
  color: #1284b6;
}
 
div#license-area.license-area {
  color: #FFFFFF;
}
 
#side-bar {
  background-color: #333333;
  border: 2px solid white;
}
 
#side-bar a {
  color: #FFFFFF;
}
 
#top-bar a {
  color: #FFFFFF;
}
 
#top-bar ul li ul li a {
  background-color: #000;
  background-color: #000000;
  border: 2px solid #FFF;
  border-radius: 12px;
  padding: 5% 5%;
}
 
#top-bar ul li ul {
  border-style: none;
}
 
#header {
  border: 4px outset gray;
  border-radius: 10px;
  background-image: url("http://nostalgia-nexus.wdfiles.com/local--files/css-testing-zone/header-background.png?ukey=d8ba64442f2fce5cfea60190836d543b4dacdccb");
}
 
#header a {
  color: #FFFFFF;
}
 
#account-options a {color:#000;}
 
#header {height: 190px; background: -none;}
#header h1 {
margin-top:80px;
text-align: center;
}
#header h2 {text-align:center;}
#main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0 2%;
        transition: max-width 0.2s ease-in-out;
    }
#top-bar {
    height: 26px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 265px;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License