summaryrefslogtreecommitdiffstats
path: root/wik
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>1980-02-09 06:23:41 +0000
committerZach LeBar <zach@zachlebar.com>1980-02-09 06:23:41 +0000
commit950f82c51234cd5345d8ffa7c8215162cbd02171 (patch)
tree8321369486d38f186ff21ea5492e5cd7b97ae0c0 /wik
parent6f29937c7e92b876e83494f70fe75437a29c60da (diff)
downloadacf-skins-950f82c51234cd5345d8ffa7c8215162cbd02171.tar.bz2
acf-skins-950f82c51234cd5345d8ffa7c8215162cbd02171.tar.xz
Tweaked alps.css and wik.css to match changes made to template-html.lsp.
Diffstat (limited to 'wik')
-rw-r--r--wik/wik.css45
1 files changed, 14 insertions, 31 deletions
diff --git a/wik/wik.css b/wik/wik.css
index 207ab40..63a4eb8 100644
--- a/wik/wik.css
+++ b/wik/wik.css
@@ -104,7 +104,7 @@ body {
font-weight: bold;
}
-#header p {
+#header a {
float: right;
font-size: 14px;
color: #FFF;
@@ -113,21 +113,18 @@ body {
margin-top: 0px;
}
-#header a {
- color: #FFF;
-}
-
/*----------------------------------------------------------------------------------
* PAGE > HEADER > LOGO
*--------------------------------------------------------------------------------*/
-#logo h1 {
+#header h1 {
display: none;
}
/* hostname */
-#logo p {
+#header p.hostname {
float: left;
margin: 1px 1px 1px 10px;
+ color: #FFF;
}
/*----------------------------------------------------------------------------------
@@ -150,19 +147,14 @@ body {
min-height: 150px;
width: 150px;
margin: -20px 10px 10px 0px;
- padding: 0px 0px 0px 10px;
+ padding: 160px 0px 0px 10px;
background-image: url("images/alogo.png");
background-repeat: no-repeat;
background-position: center top;
-
-}
-
-#nav ul {
- margin-top: 160px;
list-style-type: none;
}
-#nav ul li {
+#nav li {
margin-top: 20px;
color: #555555;
font-size: 12px;
@@ -170,7 +162,7 @@ body {
overflow: hidden;
}
-#nav ul li ul {
+#nav li ul {
margin-top: 6px;
padding-top: 6px;
background-image: none;
@@ -179,7 +171,7 @@ body {
background-position: center top;
}
-#nav ul li ul li {
+#nav li ul li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 21px;
@@ -190,47 +182,38 @@ body {
background-image: none;
}
-#nav ul li ul li.selected {
+#nav li ul li.selected {
font-weight: bold;
}
-#nav ul li ul li a {
+#nav li ul li a {
clear: right;
display: list-item;
}
-#nav ul li ul li a:hover {
+#nav li ul li a:hover {
background-image: none;
}
-#nav ul li ul li.selected a:hover {
+#nav li ul li.selected a:hover {
background-image: none;
}
/*----------------------------------------------------------------------------------
- * PAGE > MAIN > POSTNAV
- *--------------------------------------------------------------------------------*/
-#postnav {
- display: none;
-}
-
-/*----------------------------------------------------------------------------------
* PAGE > MAIN > SUBNAV
*--------------------------------------------------------------------------------*/
#subnav {
position: relative;
top: 1px;
-}
-#subnav ul {
margin: 0px 0px 0px 170px;
padding: 0px 0px 0px 10px;
overflow: auto;
}
-#subnav ul li {
+#subnav li {
display: block;
float: left;
@@ -248,7 +231,7 @@ body {
padding: 0px 0px 0px 0px;
}
-#subnav ul li.selected {
+#subnav li.selected {
border-bottom: 1px solid #ffffff;
background-image: url("images/tab-current-fade.png");
background-repeat: repeat-x;