diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-01-02 16:59:17 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-01-02 16:59:17 +0100 |
| commit | 3b687e04a16ff1eadd7c89dfc82b1e4d39dfe714 (patch) | |
| tree | 208b060c4aa8a34592a28f6caaadbf080a38788a /templates/styles.css | |
| parent | 9465837c5e11c4b311a2796cbcf149e5c3e46007 (diff) | |
| download | cataract-3b687e04a16ff1eadd7c89dfc82b1e4d39dfe714.tar.xz | |
Transform scrolling to middle div
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 { |
