Bloo Lefty (css)

This page is a css document for the site. You can play with it if you want, but you won't see any changes to the site just by editing the code here.

#header h1 a {
    font-family: Red Circle;Arial;Helvetica;
}

#side-bar {
    background: #fff;
    position: absolute;
    padding: 15px 10px 10px;
    float: left;
    font-size: 0.8em;
    left: 2px;
    top: 180px;
    width: 120px;
    border: 1px dashed #3377cc;
}

#side-bar h1 h2 {
    font-size: 0.8em;
}

#content-wrap {
    background: none;
}

#top-bar a {
    font-size: 80%;
}

#page-info {
    margin-top: 2em;
    font-size: 75%;
}

#page-options-bottom {
    font-size: 75%;
}

#page-options-bottom-2 {
    font-size: 75%;
}

#page-title, h1, h2, h3 {
}

#content-wrap, h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
}

#main-content {
    margin-left: 25px;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License