Runelordstheme
@import "http://static.wikidot.com/common--theme/shiny/css/style.css";

/* CONTAINERS
------------------------------*/

div#container-wrap {
    background-image: none;
    background-repeat:repeat-x;
}

#content-wrap {
    margin:20px 0 auto;
    width:100%;
    min-height:1px;
}

/* HEADER
------------------------------*/

#header {
    background-color:#FFFFFF;
    background-image:url(http://i66.photobucket.com/albums/h265/ScorpiusRisk/Runelords/Runelordsbanner.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    border-top:8px solid black;
    border-bottom:22px solid black;
    height:118px;
    width:100%;
}

#header h1{
    display:none;
}

#header h2{
    display:none;
}

/* SIDE BAR
------------------------------*/

#side-bar {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:white;
    border:4px solid #000000;
    clear:both;
    margin:0 0 0 1em;
    padding:1em;
    width:14em;
    clear:left;
    float:left;
}

/* LOGIN STATUS
------------------------------*/

#login-status {
    color:#8B0000;
    font-size:100%;
    z-index:30;
    overflow:visible;
    position:absolute;
    right:10px;
    top:10px;
    z-index:25;
}

#login-status a {
    background:transparent none repeat scroll 0 0;
    color:#8B0000;
}

/* MAIN BODY & CONTENT
------------------------------*/

body {
    background:#FFFFFF url(http://themes.wikidot.com/local--files/woodcut/woodcut_background.png) repeat scroll center top;
    width:100%;
    color:#000000;
    padding:0;
}

#main-content {
    background-image:none;
    background-repeat: no-repeat;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#FFFFFF;
    border:4px solid #000000;
    margin:0 2em 0 20em;
    padding-left:2em;
    padding-right:2em;
    padding-top:2em;
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License