head.less 925 Bytes
Newer Older
Dányi Bence committed
1 2 3 4 5 6 7 8
#header {
    height:80px;
    background-color:#072c61;
    background-image:url(bme_feher2.png);
    background-repeat:no-repeat;
    background-position:20px 18px;
    border-bottom:3px solid #0B4599;
    box-shadow:0 0 30px rgba(0,0,0,0.4);
Dányi Bence committed
9
    margin:0;
Dányi Bence committed
10 11 12 13 14 15 16 17 18 19 20
    padding:0 0 0 200px;
    h1 {
        font-size:2em;
        line-height:80px;
        float:left;
        margin:0;
        padding:0 1em;
        a {
            color: #fff;
            text-decoration: none;
        }
Dányi Bence committed
21 22
    }
}
Dányi Bence committed
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
#loginblock {
    position:absolute;
    right:0;
    top:0;
    background-color:#000;
    background-image:url(hexabar.png);
    background-position:center center;
    border-radius:0 0 0 10px;
    color:#fff;
    font-weight:700;
    margin:0;
    padding:7px;
    a {
        color: #fff;
        text-decoration: underline;
        &:hover {
            color: #aaa;
        }
Dányi Bence committed
41 42
    }
}