From d6ba411039931c833afefe1abd9a47ea454fa87a Mon Sep 17 00:00:00 2001 From: Nathan Angelacos Date: Sat, 7 Jun 2008 15:57:44 +0000 Subject: fixes to make it look good in ff git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1210 ab2d0c66-481e-0410-8bed-d214d4d58bed --- snow/darktab.png | Bin 0 -> 377 bytes snow/drk-bottom.png | Bin 0 -> 14932 bytes snow/drk-top.png | Bin 0 -> 14772 bytes snow/lite-bottom.png | Bin 0 -> 22897 bytes snow/lite-top.png | Bin 0 -> 22902 bytes snow/litetab.png | Bin 0 -> 259 bytes snow/snow.css | 73 +++++++++++++++++++++++++++++++++++---------------- 7 files changed, 50 insertions(+), 23 deletions(-) create mode 100644 snow/darktab.png create mode 100644 snow/drk-bottom.png create mode 100644 snow/drk-top.png create mode 100644 snow/lite-bottom.png create mode 100644 snow/lite-top.png create mode 100644 snow/litetab.png diff --git a/snow/darktab.png b/snow/darktab.png new file mode 100644 index 0000000..5d65a38 Binary files /dev/null and b/snow/darktab.png differ diff --git a/snow/drk-bottom.png b/snow/drk-bottom.png new file mode 100644 index 0000000..17b1ae0 Binary files /dev/null and b/snow/drk-bottom.png differ diff --git a/snow/drk-top.png b/snow/drk-top.png new file mode 100644 index 0000000..8632486 Binary files /dev/null and b/snow/drk-top.png differ diff --git a/snow/lite-bottom.png b/snow/lite-bottom.png new file mode 100644 index 0000000..13df967 Binary files /dev/null and b/snow/lite-bottom.png differ diff --git a/snow/lite-top.png b/snow/lite-top.png new file mode 100644 index 0000000..02166b3 Binary files /dev/null and b/snow/lite-top.png differ diff --git a/snow/litetab.png b/snow/litetab.png new file mode 100644 index 0000000..5d14b17 Binary files /dev/null and b/snow/litetab.png differ diff --git a/snow/snow.css b/snow/snow.css index 2b36d4b..c982ac3 100644 --- a/snow/snow.css +++ b/snow/snow.css @@ -110,13 +110,13 @@ body { } #nav li { /* all list items */ - background: url("nav-ul.png") #eee no-repeat; + background: url("navtop.png") #eee left top no-repeat; margin: 0em 0 01em 0em; padding: 25px 0 0 1em; } #nav li ul { /* second-level lists - hidden */ - background: url("nav-ll.png") #eee no-repeat left bottom; + background: url("navbottom.png") #eee no-repeat left bottom; padding: 0 0 25px 1em; margin: 0 0 0 -1em; } @@ -172,41 +172,52 @@ body { float: left; margin-top: 1.5em; padding: 0; - border-bottom: 1px #ccc solid; + border-bottom: 1px #ccc solid; } -#subnav a { - background: url("nav-ur.png") top right no-repeat; - padding: .25em 1em .25em 0; +#subnav ul { + display: inline; } - + +#subnav a { + background: url("litetab.png") top right no-repeat #eee; + display: block; + padding: 4px 14px 4px 0px; + } + +#subnav li { + display: inline; + float: left; + background: url("litetab.png") top left no-repeat #eee; + margin-left: 14px; + padding: 0px 0px 0px 14px; + margin-bottom: -1px; + } + + #subnav a:hover { - color: #444; + color: #343434; } #subnav a.selected { - background: url("ur.png") right top no-repeat; - color: #ffc; + background: url("darktab.png") right top no-repeat #343434; + color: #ffc; text-decoration: none; } +#subnav li.selected { + background: url("darktab.png") left top no-repeat #343434; + padding-bottom: 2px; + margin-bottom: -2px; + } + + #subnav .tailer { display: block; height: 1px; width: 1px; } -#subnav li { - display: inline; - float: left; - background: url("nav-ul.png") top left no-repeat; - padding: .25em 0 .25em 1em; - margin: 0 0em -2px .5em; - } - -#subnav li.selected { - background: url("ul.png") left top no-repeat; - } /*--------------------------------------------------------------------------------*/ @@ -225,7 +236,7 @@ body { padding: 1em 1em 1em 1em; } - +/* #content h1 { font-size: 150%; width: 100%; @@ -236,8 +247,9 @@ body { border-bottom: 1px solid #aa9; } +*/ -#content h2 { +#content h1,h2 { background: url("ul.png") no-repeat #666; font-size: 120%; color: #ffc; @@ -311,6 +323,10 @@ textarea { border: 1px dotted #226; font-family: Courier-New, Courier, fixed; font-size: 95%; + width: 100%; + margin: 2px; + height: 14em; + border: none; } input.submit { @@ -325,8 +341,19 @@ select:focus, input:focus, textarea:focus { pre { + line-height: 100%; display: block; font-size: 90%; clear: both; font-family: Courier-New, Courier, sans-serif; } + + +table { + display: block; + clear: left; + background: transparent; + + } + + -- cgit v1.2.3