summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-01-07 22:24:50 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-01-07 22:24:50 +0000
commita702ec15dd3d692f8cd8a6ec03dd84987b73db0c (patch)
tree26076d24998adde9cb6a7a857f9b61de2384a329 /www
parent3461ba2781395af0bd43f397355ff3c869e58ef0 (diff)
downloadacf-core-a702ec15dd3d692f8cd8a6ec03dd84987b73db0c.tar.bz2
acf-core-a702ec15dd3d692f8cd8a6ec03dd84987b73db0c.tar.xz
minor style tweaks
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@504 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/snow/downright.pngbin0 -> 16231 bytes
-rw-r--r--www/snow/logo-135x135.pngbin0 -> 8592 bytes
-rw-r--r--www/snow/logo-190x64.pngbin8929 -> 9616 bytes
-rw-r--r--www/snow/snow.css40
-rw-r--r--www/snow/upleft.pngbin0 -> 16153 bytes
5 files changed, 32 insertions, 8 deletions
diff --git a/www/snow/downright.png b/www/snow/downright.png
new file mode 100644
index 0000000..d94efca
--- /dev/null
+++ b/www/snow/downright.png
Binary files differ
diff --git a/www/snow/logo-135x135.png b/www/snow/logo-135x135.png
new file mode 100644
index 0000000..c58f300
--- /dev/null
+++ b/www/snow/logo-135x135.png
Binary files differ
diff --git a/www/snow/logo-190x64.png b/www/snow/logo-190x64.png
index 372258d..d169419 100644
--- a/www/snow/logo-190x64.png
+++ b/www/snow/logo-190x64.png
Binary files differ
diff --git a/www/snow/snow.css b/www/snow/snow.css
index 6821411..b3aa8fd 100644
--- a/www/snow/snow.css
+++ b/www/snow/snow.css
@@ -57,7 +57,7 @@ hr {
// height: 75px;
// background: url("alpine.jpg") no-repeat;
// background-position: top center;
- // border: 1px solid #f00;
+ // border: 1px solid #f00;
}
#logo {
@@ -71,6 +71,16 @@ hr {
}
+#logo .leader {
+ display: none;
+ height: 0px;
+ }
+
+#logo .tailer {
+ display: none;
+ height: 0px;
+ }
+
#logo h1 {
font-size: 200%;
display: inline;
@@ -105,20 +115,28 @@ hr {
float: right;
display: inline;
}
+
+
+
#header .tailer {
clear: both;
+ width: 100%;
+ background: url("upleft.png") no-repeat;
+ background-position: top right;
+ height: 16px;
}
-
.leader {
// clear: both;
// display: block;
}
.tailer {
- // clear: both;
+ /// clear: both;
// display: block;
+ height: 0;
}
+
/*----------------------------------------------------------------------------------
* Content and main menu
*----------------------------------------------------------------------------------
@@ -126,24 +144,29 @@ hr {
/* DEFAULT DEFINITIONS */
#main { /* 'content' is both the wrapper and the navmenu */
- position: relative;
+ // position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
// margin: 0% 10% 0% 10%;
// clear: both;
- border: 1px solid #00c;
+ // border: 1px solid #00c;
+ // background: url("downright.png") no-repeat;
+ // background-position: -20% top;
}
+
/* The .nav class is taken from suckerfish css dropdowns
see http://www.alistapart.com/articles/dropdowns/ */
#nav {
height: auto;
+ display: block;
+ clear: both;
float: right;
width: 70%;
display: inline;
- background-color: #ccc;
font-size: 75%;
font-weight: bold;
+ //background-color: #0c0;
}
#nav ul { /* all lists */
@@ -154,7 +177,7 @@ hr {
}
#nav a {
- display: block;
+ display: block;
padding: .25em;
width: 19em;
}
@@ -204,6 +227,7 @@ hr {
display: block;
clear: both;
width: 100%;
+
}
#main .postnav {
@@ -406,7 +430,7 @@ hr {
clear: both;
border-top: 1px solid #d6d6d6;
position: relative;
- width: 100%;
+ /width: 100%;
padding-top: 5px;
margin-top: 15px;
margin-bottom: 10px;
diff --git a/www/snow/upleft.png b/www/snow/upleft.png
new file mode 100644
index 0000000..fedccbf
--- /dev/null
+++ b/www/snow/upleft.png
Binary files differ