gdritter repos infinite-negative-utility / master assets / static / style.css
master

Tree @master (Download .tar.gz)

style.css @masterraw · history · blame

@font-face {
    font-family: league-spartan;
    src: url("/static/leaguespartan-bold.ttf");
}

body {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14pt;
    margin-left: 0px;
    margin-right: 0px;
}
.header {
    background-color: #444;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}
h1 {
    padding-left: 40px;
    text-transform: uppercase;
    font-family: league-spartan;
    letter-spacing: 5px;
    height: 80px;
    position: relative;
}
.text {
    padding-left: 50px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.menu {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16pt;
    letter-spacing: 2px;
    width: 25%
             margin-left: 20px;
    margin-right: auto;
    line-height: 140%;
}
.menu ul {
    list-style-type: none;
}
.content {
    padding: 40px;
    float: right;
    display: inline-block;
    width: 70%;
}
a:link { color: #bbbbbb; }
a:hover { color: #bbbbbb; }
a:active { color: #999999; }
a:visited { color: #999999; }