summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-01-11 19:49:34 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-01-11 19:49:34 +0000
commit62eff249691d4683f524881d4d7905c2a69dede2 (patch)
treef64b289f314baa400aeba46803a33942d898633e /www
parent766fe11c5e4ba7aaceda35c60141a65bf93a8c4e (diff)
downloadacf-core-62eff249691d4683f524881d4d7905c2a69dede2.tar.bz2
acf-core-62eff249691d4683f524881d4d7905c2a69dede2.tar.xz
Snow works on IE and FireFox
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@554 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/snow/g-bottom.pngbin0 -> 436 bytes
-rw-r--r--www/snow/g-top.pngbin0 -> 439 bytes
-rw-r--r--www/snow/icicles.gifbin5168 -> 8207 bytes
-rw-r--r--www/snow/orange.pngbin0 -> 214 bytes
-rw-r--r--www/snow/snow.css165
5 files changed, 105 insertions, 60 deletions
diff --git a/www/snow/g-bottom.png b/www/snow/g-bottom.png
new file mode 100644
index 0000000..2ed3c2f
--- /dev/null
+++ b/www/snow/g-bottom.png
Binary files differ
diff --git a/www/snow/g-top.png b/www/snow/g-top.png
new file mode 100644
index 0000000..1b9c710
--- /dev/null
+++ b/www/snow/g-top.png
Binary files differ
diff --git a/www/snow/icicles.gif b/www/snow/icicles.gif
index 8b57cc4..382f226 100644
--- a/www/snow/icicles.gif
+++ b/www/snow/icicles.gif
Binary files differ
diff --git a/www/snow/orange.png b/www/snow/orange.png
new file mode 100644
index 0000000..898aac5
--- /dev/null
+++ b/www/snow/orange.png
Binary files differ
diff --git a/www/snow/snow.css b/www/snow/snow.css
index 7804cf9..48ba8cb 100644
--- a/www/snow/snow.css
+++ b/www/snow/snow.css
@@ -56,7 +56,6 @@ body {
/*--------------------------------------------------------------------------------*/
#header {
- position: relative;
width: 100%;
}
@@ -75,10 +74,7 @@ body {
#header .tailer {
clear: both;
- width: 100%;
- background: url("snowcap.gif") repeat-x;
- display: block;
- height: 16px;
+ display: none;
}
@@ -87,7 +83,6 @@ body {
#logo {
float: left;
width: 30%;
- height: 70px;
display: inline;
margin: .25em;
background: url("logo-190x64.png") no-repeat;
@@ -100,7 +95,7 @@ body {
#logo .tailer {
display: none;
- height: 0px;
+ height: 0;
}
#logo h1 {
@@ -109,10 +104,13 @@ body {
}
#logo p {
- position: absolute;
- bottom: 8px;
+ /* position: absolute; */
+ display: block;
+ clear: both;
+ width: 100%;
left: .25em;
font-size: 100%;
+ padding-top: 70px;
}
@@ -123,28 +121,31 @@ body {
#nav {
float: right;
display: inline;
- background-color: #ccc;
+ background: url("g-bottom.png") repeat-x bottom;
width: 100%;
line-height: 1;
+ border-top: 1px solid #ccc;
}
#nav ul {
- margin-right: 20em;
+ margin-right: 10em;
list-style: none;
- float: right;
+ float: left;
}
#nav li { /* all list items */
float: left;
- padding: 0em 1em 2px 0;
- text-decoration: underline;
+ padding: 0em 2em 2px 2em;
color: #072966;
font-size: 125%;
+ font-weight: bold;
+ color: #248;
}
#nav li ul { /* second-level lists - hidden */
position: absolute;
- width: 20em;
+ font-size: 65%;
+ width: 15em;
left: -999em;
}
@@ -153,8 +154,10 @@ body {
}
#nav li ul li {
- border: none;
- font-size: 65%;
+ border: none;
+ background: transparent;
+ padding: 0;
+ color: #248;
}
#nav li:hover ul ul {
@@ -163,17 +166,20 @@ body {
#nav li:hover ul { /* lists nested under hovered list items */
left: auto;
- clear: none;
- background: #ccc;
- border-left: 1px solid #ccf;
- border-top: 1px solid #aaa;
- border-bottom: 1px solid #ccf;
+ font-size: 65%;
+ background: url("orange.png");
+ border-left: 1px solid #777;
+ border-top: 1px solid #777;
+ border-bottom: 1px solid #777;
+ /* next line is for IE only */
+ // margin-top: 1.25em;
}
#nav a {
display: block;
padding: 2px;
- width: 19em;
+ font-size: 75%;
+ width: 15em;
}
@@ -195,12 +201,13 @@ body {
clear: both;
font-size: 75%;
color: #248;
- margin: 0 10%;
+ border-top: 1px solid #fff;
+ margin: 0 0;
}
#postnav h2 {
font-size: 200%;
- line-height: 200%;
+ margin: 1.5em 10%;
}
#postnav .tailer {
@@ -212,77 +219,115 @@ body {
/*--------------------------------------------------------------------------------*/
#subnav {
- margin: 0 10%;
+ padding: 0 10%;
font-weight: bold;
- clear: both;
- line-height: 1;
}
#subnav a {
- display: inline;
+ /* display: inline; */
padding: .25em .25em 0 .25em;
- border: 1px solid #ccccff;
- border-bottom: none;
- background: url("blutop.png") repeat-x top;
- color: #fff;
- background-color: #aaa;
+ border: 1px solid #ccc;
+ color: #fff;
+ border-bottom: none;
+ background: #ccc;
text-decoration: none;
}
-/*
#subnav a:hover {
- color: #666;
- background-color: #ddd;
+ color: #fff;
+ background-color: #248;
}
-*/
#subnav .selected {
- background: transparent;
+ background: #fff;
color: #248;
}
/*--------------------------------------------------------------------------------*/
#content {
- margin: 0 10% 0 10%;
- padding: 2em 2em;
border: 1px solid #ccc;
- background: url("icicles.gif") no-repeat 200% 0;
- font-size: 80%;
+ font-size: 85%;
line-height: 1.5;
+ width: 80%;
+ margin-left: 10%;
+ padding: 2em 2em;
+ }
+#content p {
+ clear: both;
+ display: block;
}
+
#content h1 {
display: block;
font-size: 200%;
- background: #ccc;
+ background: url("g-top.png") repeat-x top;
+ border-bottom: 1px dotted #248;
+ font-weight: bold;
+ color: #248;
+ padding: 0 1em;
+ margin-bottom: .5em;
}
+
+
#content h2 {
font-size: 150%;
+ font-weight: bold;
display: block;
- background: #ccc;
clear: both;
+ padding: 0 1em;
+ margin-bottom: .5em;
+ border-top: 1px dotted #ccc;
+ background: url("g-bottom.png") repeat-x bottom;
}
-/*
- #content dt {
- display: block;
- clear: right;
- font-size: 120%
+
+#content h3 {
+ font-size: 125%;
font-weight: bold;
- } */
+ width: 100%;
+ display: block;
+ clear: both;
+ padding: 0 2px;
+ line-height: 1;
+ margin-bottom: .25em;
+ border-bottom: 1px dotted #248;
+ border-top: 1px dotted #248;
+ }
+
+#content dl {
+ display: block;
+ width: 100%;
+ clear: both;
+ color: #00f;
+ border: 1px solid green;
+ height: 1px;
+ }
-#content dd {
- width: 70%;
+#content dt {
+ margin-top: 1em;
+ margin-right: 2em;
+ float: left;
+ clear: left;
+ width: 30%;
+ border-top: 1px dashed #ccc;
+ border-right: 1px dashed #ccc;
display: inline;
- float: right;
- background: #eee;
- <!--[if ie]>
- width: 100%;
- margin: 0 0 0 30%;
- <![endif-->
-}
+ border: 1px solid red;
+ }
+
+
+#content dd {
+ padding-top: 1em;
+ margin-bottom: 1em;
+ background: #ccc;
+ display: block;
+ float: left;
+ border: 1px solid blue;
+ clear: right;
+ }
#footer {