summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-05-27 18:09:02 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-05-27 18:09:02 +0000
commit0e0b51dd8dfdf3fa907e15bfb6e46d6bdef78931 (patch)
treed38961780583999b87672859f15cf90248d976fd
parentd91481dc6b367e2cdadd25498688dbb4984c54c9 (diff)
downloadacf-skins-0e0b51dd8dfdf3fa907e15bfb6e46d6bdef78931.tar.bz2
acf-skins-0e0b51dd8dfdf3fa907e15bfb6e46d6bdef78931.tar.xz
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
-rw-r--r--snow/g-bottom.pngbin436 -> 0 bytes
-rw-r--r--snow/g-top.pngbin439 -> 0 bytes
-rw-r--r--snow/icicles.gifbin8207 -> 0 bytes
-rw-r--r--snow/orange.pngbin214 -> 0 bytes
-rw-r--r--snow/selected.pngbin57716 -> 0 bytes
-rw-r--r--snow/snow.css62
-rw-r--r--snow/snowcap.gifbin4064 -> 0 bytes
-rw-r--r--snow/ur.pngbin0 -> 13201 bytes
8 files changed, 49 insertions, 13 deletions
diff --git a/snow/g-bottom.png b/snow/g-bottom.png
deleted file mode 100644
index 2ed3c2f..0000000
--- a/snow/g-bottom.png
+++ /dev/null
Binary files differ
diff --git a/snow/g-top.png b/snow/g-top.png
deleted file mode 100644
index 1b9c710..0000000
--- a/snow/g-top.png
+++ /dev/null
Binary files differ
diff --git a/snow/icicles.gif b/snow/icicles.gif
deleted file mode 100644
index 382f226..0000000
--- a/snow/icicles.gif
+++ /dev/null
Binary files differ
diff --git a/snow/orange.png b/snow/orange.png
deleted file mode 100644
index 898aac5..0000000
--- a/snow/orange.png
+++ /dev/null
Binary files differ
diff --git a/snow/selected.png b/snow/selected.png
deleted file mode 100644
index 4edbaa4..0000000
--- a/snow/selected.png
+++ /dev/null
Binary files 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
--- a/snow/snowcap.gif
+++ /dev/null
Binary files differ
diff --git a/snow/ur.png b/snow/ur.png
new file mode 100644
index 0000000..770b443
--- /dev/null
+++ b/snow/ur.png
Binary files differ