diff options
Diffstat (limited to 'templates/styles.css')
| -rw-r--r-- | templates/styles.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/templates/styles.css b/templates/styles.css index c4f8dc9..abe6283 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -9,7 +9,6 @@ body { color: #EEEEEC; /* background: #343D42; */ background: #43484A; - overflow-y: scroll; } img { @@ -30,7 +29,6 @@ a:hover { div.navigation { position: fixed; - z-index: 1; top: 0px; background-color: #606466; width: 100%; @@ -39,6 +37,8 @@ div.navigation { font-size: 13px; border-top: 10px solid #43484A; border-bottom: 1px dotted #80878A; + height: 18px; + overflow: hidden; } .navigation tr td:first-child { @@ -51,7 +51,7 @@ div.navigation { div.desc { margin-left: 15px; - margin-top: 60px; + margin-top: 20px; margin-bottom: 40px; font-size: 21px; font-weight: bold; @@ -86,6 +86,16 @@ div.footer { border-top: 1px dotted #7C8285; position: fixed; bottom: 0px; + height: 16px; + overflow: hidden; +} + +div.master_content { + overflow: auto; + position: absolute; + top: 39px; + bottom: 23px; + width: 100%; } a.footermail { |
