summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-06-07 15:57:44 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-06-07 15:57:44 +0000
commitd6ba411039931c833afefe1abd9a47ea454fa87a (patch)
tree03797d3fd2aa8d743bf4e7c27b9665e2c113b59b
parent9c8bfded56156e43d91aa92571d1bd8383027a97 (diff)
downloadacf-skins-d6ba411039931c833afefe1abd9a47ea454fa87a.tar.bz2
acf-skins-d6ba411039931c833afefe1abd9a47ea454fa87a.tar.xz
fixes to make it look good in ff
git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1210 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--snow/darktab.pngbin0 -> 377 bytes
-rw-r--r--snow/drk-bottom.pngbin0 -> 14932 bytes
-rw-r--r--snow/drk-top.pngbin0 -> 14772 bytes
-rw-r--r--snow/lite-bottom.pngbin0 -> 22897 bytes
-rw-r--r--snow/lite-top.pngbin0 -> 22902 bytes
-rw-r--r--snow/litetab.pngbin0 -> 259 bytes
-rw-r--r--snow/snow.css73
7 files changed, 50 insertions, 23 deletions
diff --git a/snow/darktab.png b/snow/darktab.png
new file mode 100644
index 0000000..5d65a38
--- /dev/null
+++ b/snow/darktab.png
Binary files differ
diff --git a/snow/drk-bottom.png b/snow/drk-bottom.png
new file mode 100644
index 0000000..17b1ae0
--- /dev/null
+++ b/snow/drk-bottom.png
Binary files differ
diff --git a/snow/drk-top.png b/snow/drk-top.png
new file mode 100644
index 0000000..8632486
--- /dev/null
+++ b/snow/drk-top.png
Binary files differ
diff --git a/snow/lite-bottom.png b/snow/lite-bottom.png
new file mode 100644
index 0000000..13df967
--- /dev/null
+++ b/snow/lite-bottom.png
Binary files differ
diff --git a/snow/lite-top.png b/snow/lite-top.png
new file mode 100644
index 0000000..02166b3
--- /dev/null
+++ b/snow/lite-top.png
Binary files differ
diff --git a/snow/litetab.png b/snow/litetab.png
new file mode 100644
index 0000000..5d14b17
--- /dev/null
+++ b/snow/litetab.png
Binary files 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;
+
+ }
+
+