diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-02-27 16:33:38 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-02-27 16:33:38 +0000 |
commit | 1c50fbe34533533efa0e0628567b8d3a1401fb12 (patch) | |
tree | 3ee3a258cb5888e6389b59d988816057cd399410 /www/ddwrt/ddwrt.css | |
parent | 039713312c274dcbb82e9d0b2f937fa04f815889 (diff) | |
download | acf-core-1c50fbe34533533efa0e0628567b8d3a1401fb12.tar.bz2 acf-core-1c50fbe34533533efa0e0628567b8d3a1401fb12.tar.xz |
Modifying test css.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@775 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www/ddwrt/ddwrt.css')
-rwxr-xr-x | www/ddwrt/ddwrt.css | 127 |
1 files changed, 64 insertions, 63 deletions
diff --git a/www/ddwrt/ddwrt.css b/www/ddwrt/ddwrt.css index 0e24475..1144f16 100755 --- a/www/ddwrt/ddwrt.css +++ b/www/ddwrt/ddwrt.css @@ -46,11 +46,11 @@ pre { padding: 5px; } .header { - background-color: #F6F6FF; - color: #6BA0D2; + background-color: #ddd; + color: black; padding: 5px; - text-align: left; - font-weight: bold; + text-align: left; + font-weight: bold; } /*---------------------------------------------------------------------------------- * BODY & PAGE @@ -67,7 +67,7 @@ body { left: 0px; margin: 10px 5% 0% 5%; background: white; - height: 100%; + //height: 100%; } /*---------------------------------------------------------------------------------- @@ -87,24 +87,32 @@ body { float: right; font-size: 14px; margin-right: 5px; - margin-top: 5px; + margin-top: 0px; +} +#header a { + color: white; } - /*---------------------------------------------------------------------------------- * PAGE > HEADER > LOGO *---------------------------------------------------------------------------------- */ #logo h1 { position: absolute; + text-align: center; + left: 0px; + right: 0px; top: 5px; - left: 10px; + width: 100%; font-size: 40px; } #logo p { - position: absolute; - top: 55px; - left: 10px; +/* position: absolute; + top: 55px; + left: 10px;*/ + float: left; + top: 10px; font-size: 14px; + font-weight: bold; } /*---------------------------------------------------------------------------------- @@ -205,25 +213,33 @@ body { */ #subnav { position: absolute; - top: 58px; - left: 200px; + top: 60px; + left: 5%; padding-top: 2px; margin-bottom: 10px; - height: 40px; + float: right; +/* background: blue; */ + height: 14px; + + width: 90%; + //width: 100%; /* This row is only for IE */ + +/* border: 2px solid blue; */ } #subnav a { /* height: 20px; */ /* margin: 0px 0px 5px 0px; padding: 3px 5px 2px 5px; */ + float: right; padding: 5px; - padding-bottom: 0px; - margin-bottom: 50px; - + margin-right: 10px; + margin-top: 0px; font-size: 12px; /* background-image: url(menu_item.png); */ border: 1px solid #7799BB; border-bottom: none; - background: white; + background: #ccc; + height: 100%; } #subnav a.selected { @@ -233,6 +249,15 @@ body { background: white; text-decoration: underline; } +#subnav .tailer { + display: none; + position: absolute; + background: blue; + top: 25px; + left: 0; + height: 30px; + width: 100%; +} /*---------------------------------------------------------------------------------- * PAGE > MAIN > CONTENT @@ -242,57 +267,33 @@ body { padding: 5px; padding-top: 0px; margin-left: 200px; + margin-right: 10px; + /* margin-left: 200px; */ } #content h1,h2,h3,h4,h5 { - margin-left: 0px; - height: 18px; + margin-left: 0px; text-align: left; text-transform: uppercase; color: #55d; font-size: 10pt; font-family: verdana; - margin-bottom: -8px; - clear: right; - width: auto; - margin-right: 10px; - -/* clear: right; - white-space: nowrap; - overflow: hidden; - display: block; - padding: 2px; -*/ -/* float: left; - clear: right; - width: 100%;*/ - -/* background-color: #F6F6FF; - color: #6BA0D2; - padding: 5px; - font-weight: bold; -*/ -/* font-size: 120%; - font-variant: small-caps;*/ + font-weight: bold; + clear: right; + width: auto; + margin-right: 10px; + border-bottom: 2px solid #ddd; -/* clear: right; - text-align: center; - white-space: nowrap; - overflow: hidden; - text-transform: capitalize; */ } #content h1 { -/* border-top: 3px solid #7799BB;*/ border: 1px solid #777; border-left: none; border-top: none; - - margin-bottom: 0px; font-size: 12pt; background: #ccc; padding: 5px; color: black; - display:block; + margin-right: 10px; } #content h2 { @@ -314,23 +315,20 @@ body { } */ #content dl { - border: 1px solid #ddd; - float: left; + border: 1px dashed #ddd; margin: 0px; padding: 0px; margin-bottom: 10px; margin-top: 2px; - width: 97%; + width: 98%; display: block; - clear: right; + clear: right; } #content dt { width: 220px; font-size: 12px; text-align: left; font-weight: bold; - float: left; - clear: left; margin-top: 1px; margin-left: 0px; padding-left: 5px; @@ -338,11 +336,9 @@ body { padding-bottom: 5px; } #content dd { - margin-top: 1px; - clear: right; + margin-top: -17px; font-size: 12px; margin-left: 230px; - padding-top: 5px; padding-bottom: 5px; } #content .submit { @@ -369,9 +365,14 @@ body { width: 96%; } #content p { - margin: 7px; + border-bottom: none; + margin-bottom: 5px; +/* margin: 7px; margin-left: 0px; - margin-right: 0px; + margin-right: 0px; */ + padding: 0px; + padding-right: 15px; + } #content p.descr { @@ -398,7 +399,7 @@ body { padding: 5px; margin-left: 200px; margin-right: 20px; - clear: right; + clear: both; text-align: center; border-top: 1px solid #d6d6d6; font-size: 10px; |