diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-11-17 11:36:34 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-11-17 11:36:34 +0000 |
commit | fc5b09f4daa86964efa14e25869e3831cbde15d2 (patch) | |
tree | df1be1714a4e40e5bcb8577a3da4a2dc2336a96c | |
parent | 038245bfbb96cbe4d7c73759bbf0ceb8351d43ba (diff) | |
download | acf-core-fc5b09f4daa86964efa14e25869e3831cbde15d2.tar.bz2 acf-core-fc5b09f4daa86964efa14e25869e3831cbde15d2.tar.xz |
Small css mods
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@333 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | www/static/static.css | 54 |
1 files changed, 32 insertions, 22 deletions
diff --git a/www/static/static.css b/www/static/static.css index e2c28ca..1a99840 100644 --- a/www/static/static.css +++ b/www/static/static.css @@ -249,22 +249,25 @@ pre.code { text-align: left; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; - background-color: #eee; + background-color: #e0e0e0; border-bottom: 2px solid #aaa; } #content h2 { font-size: 100%; - background-color: #eee; + margin: 10px 0px 0px 0px; + padding: 0px 0px 0px 0px; + background-color: #e0e0e0; border-bottom: 1px solid #aaa; clear: both; - } + } #content h3 { - font-size: 100%; - background-color: #fff; - border-bottom: 0px solid #eee; - margin: 0px 0px 0px 0px; + font-size: 85%; + margin: 10px 0px 0px 0px; + padding: 0px 0px 0px 0px; + background-color: #e6e6ff; + border-bottom: 1px solid #aaa; clear: both; } @@ -313,16 +316,6 @@ pre.code { color: #228; } -#content dt { - font-size: 110%; - color: #228; - margin: 7px 1px 5px 0px; - float: left; - border-top: 1px dotted #ccf; - border-bottom: 1px dotted #ccf; - clear: both; - } - #content th { font-weight: inherit; color: #228; @@ -340,11 +333,27 @@ pre.code { #content dl { margin: 0px; } +#content dt { + background-color: none; + font-size: 110%; + height: 20px; + width: 200px; + margin: 5px 0px 0px 0px; + padding: 0px; + float: left; + border-bottom: 1px solid #ddd; + /*border-top: 1px solid #ccc;*/ + clear: both; + font-weight: bold; + color: #000; + font-size: 10pt; + } #content dd { color: #444; float: left; - margin: 5px 0px 2px 0px; + margin: 5px 0px 0px 5px; + padding: 0px; font-weight: light; } @@ -364,11 +373,12 @@ pre.code { */ #footer { - background: transparent; - padding: 0px 0px 0px 0px; - margin: 30px 0px 10px 0px; + background: #eee; + padding: 3px 0px 5px 0px; + margin: 20px 0px 0px -7px; + position: relative; + bottom: 0px; font-size: 10pt; - /*height: 25px;*/ width: 100%; color: #bbb; border-top: 1px dotted #ccc; |