From 0e0b51dd8dfdf3fa907e15bfb6e46d6bdef78931 Mon Sep 17 00:00:00 2001 From: Nathan Angelacos Date: Tue, 27 May 2008 18:09:02 +0000 Subject: Subnav now a ul, and snow works with it git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1185 ab2d0c66-481e-0410-8bed-d214d4d58bed --- snow/g-bottom.png | Bin 436 -> 0 bytes snow/g-top.png | Bin 439 -> 0 bytes snow/icicles.gif | Bin 8207 -> 0 bytes snow/orange.png | Bin 214 -> 0 bytes snow/selected.png | Bin 57716 -> 0 bytes snow/snow.css | 62 ++++++++++++++++++++++++++++++++++++++++++------------ snow/snowcap.gif | Bin 4064 -> 0 bytes snow/ur.png | Bin 0 -> 13201 bytes 8 files changed, 49 insertions(+), 13 deletions(-) delete mode 100644 snow/g-bottom.png delete mode 100644 snow/g-top.png delete mode 100644 snow/icicles.gif delete mode 100644 snow/orange.png delete mode 100644 snow/selected.png delete mode 100644 snow/snowcap.gif create mode 100644 snow/ur.png diff --git a/snow/g-bottom.png b/snow/g-bottom.png deleted file mode 100644 index 2ed3c2f..0000000 Binary files a/snow/g-bottom.png and /dev/null differ diff --git a/snow/g-top.png b/snow/g-top.png deleted file mode 100644 index 1b9c710..0000000 Binary files a/snow/g-top.png and /dev/null differ diff --git a/snow/icicles.gif b/snow/icicles.gif deleted file mode 100644 index 382f226..0000000 Binary files a/snow/icicles.gif and /dev/null differ diff --git a/snow/orange.png b/snow/orange.png deleted file mode 100644 index 898aac5..0000000 Binary files a/snow/orange.png and /dev/null differ diff --git a/snow/selected.png b/snow/selected.png deleted file mode 100644 index 4edbaa4..0000000 Binary files a/snow/selected.png and /dev/null differ diff --git a/snow/snow.css b/snow/snow.css index 48665a5..2b36d4b 100644 --- a/snow/snow.css +++ b/snow/snow.css @@ -139,8 +139,10 @@ body { background: transparent; } +/* #nav li:hover ul ul { } +*/ #nav a { } @@ -152,7 +154,9 @@ body { /*--------------------------------------------------------------------------------*/ #main { - background: url("ul.png") no-repeat -20px -20px; + background: url("ul.png") repeat-x -20px -20px; + clear: both; + padding: 1px; } @@ -164,18 +168,26 @@ body { /*--------------------------------------------------------------------------------*/ #subnav { - width: 60%; + width: 75%; float: left; - margin-top: 2em; + margin-top: 1.5em; padding: 0; + border-bottom: 1px #ccc solid; } #subnav a { - padding: 1em; + background: url("nav-ur.png") top right no-repeat; + padding: .25em 1em .25em 0; + } + +#subnav a:hover { + color: #444; } #subnav a.selected { - background: url("down.png") bottom center no-repeat; + background: url("ur.png") right top no-repeat; + color: #ffc; + text-decoration: none; } #subnav .tailer { @@ -184,6 +196,18 @@ body { 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; + } + /*--------------------------------------------------------------------------------*/ #content { @@ -192,8 +216,8 @@ body { padding: 2em; margin: 0; width: 70%; - border-top: 1px solid #ccc; - + /* border-top: 1px solid #ccc; + */ } #content p { @@ -268,21 +292,25 @@ body { /*---------------------------------------------------------------------------*/ -input, select, textarea { +input, password, select, textarea { font-family: Georgia, Arial, Geneva, Helvetica, sans-serif; decoration: none; color: #226; padding: 2px; background: transparent; + border: none; } -input.text, select { +input.text, input.password { border: none; border-bottom: 1px dotted #226; } -input.textarea { + +textarea { border: 1px dotted #226; + font-family: Courier-New, Courier, fixed; + font-size: 95%; } input.submit { @@ -290,7 +318,15 @@ input.submit { color: #446; } -input:hover, input:focus { - background: #57b; - color: #fff; +select:focus, input:focus, textarea:focus { + background: #444; + color: #ffc; + } + + +pre { + display: block; + font-size: 90%; + clear: both; + font-family: Courier-New, Courier, sans-serif; } diff --git a/snow/snowcap.gif b/snow/snowcap.gif deleted file mode 100644 index 99e7193..0000000 Binary files a/snow/snowcap.gif and /dev/null differ diff --git a/snow/ur.png b/snow/ur.png new file mode 100644 index 0000000..770b443 Binary files /dev/null and b/snow/ur.png differ -- cgit v1.2.3