summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-29 15:53:22 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-29 15:53:22 +0000
commita7ac2e58908640d3b750306e9ddc4f4f2e22c26e (patch)
treeeb615594a828f8773b3ae90537b2169658431ce5 /www
parent406916dc25acedd4d260a3b19ce96cb62241fb21 (diff)
downloadacf-core-a7ac2e58908640d3b750306e9ddc4f4f2e22c26e.tar.bz2
acf-core-a7ac2e58908640d3b750306e9ddc4f4f2e22c26e.tar.xz
Lightening up the skin (was too dark).
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@783 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rwxr-xr-xwww/ddwrt/ddwrt.css43
1 files changed, 22 insertions, 21 deletions
diff --git a/www/ddwrt/ddwrt.css b/www/ddwrt/ddwrt.css
index 5864817..d22d6b7 100755
--- a/www/ddwrt/ddwrt.css
+++ b/www/ddwrt/ddwrt.css
@@ -61,13 +61,14 @@ body {
padding: 0px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular;
font-size: 12pt;
- background: black;
+ background: #eee;
}
#page {
left: 0px;
- margin: 10px 5% 0% 5%;
+ margin: 20px 5% 20px 5%;
background: white;
//height: 100%;
+ border: 1px solid black;
}
/*----------------------------------------------------------------------------------
@@ -79,13 +80,14 @@ body {
height: 75px;
background-image: url("/static/alpine_inv.jpg");
background-repeat: repeat-x;
- border-bottom: 3px solid black;
/* background: #777; */
- color: white;
+ color: white;
+ border-bottom: 3px solid black;
}
#header a {
- color: white;
+ color: white;
+ font-weight: bold;
}
#header p {
@@ -93,10 +95,11 @@ body {
position: absolute;
font-size: 14px;
margin-top: 0px;
- width: 90%;
- left: 5%;
+ left: 6%;
+ right: 6%;
color: white;
text-align: right;
+ top: 25px;
}
#logo p {
text-align: left;
@@ -108,11 +111,11 @@ body {
*----------------------------------------------------------------------------------
*/
#logo h1 {
- position: absolute;
+ position: absolute;
text-align: center;
left: 0px;
right: 0px;
- top: 5px;
+ top: 20px;
width: 100%;
font-size: 40px;
}
@@ -121,7 +124,7 @@ body {
top: 55px;
left: 10px;*/
float: left;
- top: 10px;
+ top: 25px;
font-size: 14px;
font-weight: bold;
}
@@ -224,24 +227,20 @@ body {
*/
#subnav {
position: absolute;
- top: 60px;
- left: 5%;
+ top: 71px;
+ right: 5%;
padding-top: 2px;
margin-bottom: 10px;
- float: right;
/* background: blue; */
height: 14px;
- width: 90%;
- //width: 100%; /* This row is only for IE */
-
/* border: 2px solid blue; */
}
#subnav a {
/* height: 20px; */
/* margin: 0px 0px 5px 0px;
padding: 3px 5px 2px 5px; */
- float: right;
+ float: left;
padding: 5px;
margin-right: 10px;
margin-top: 0px;
@@ -294,6 +293,8 @@ body {
width: auto;
margin-right: 10px;
border-bottom: 2px solid #ddd;
+ margin-top: 5px;
+
}
#content h1 {
@@ -312,7 +313,7 @@ body {
}
#content h3 {
padding-left: 20px;
- text-transform: lowercase;
+ text-transform: capitalize;
}
/*
@@ -363,14 +364,14 @@ body {
border-bottom: 1px solid #cacaca;
}
#content table input.text,table select,table textarea,table input.password, textarea {
- width: 96%;
+ width: 97%;
}
#content dd input.text ,dd select,dd textarea,dd input.password {
- width: 96%;
+ width: 97%;
}
#content p,table,hr {
- width: 96%;
+ width: 97%;
}
#content p {
border-bottom: none;