summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-06-08 11:58:46 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-06-08 11:58:46 +0000
commitc677b4f939bc7f6f953b2cc13b35a1015d916301 (patch)
treea7a8b24372f5694b3f4e8cdfe8f18d5d27e47f0a
parentd6ba411039931c833afefe1abd9a47ea454fa87a (diff)
downloadacf-skins-c677b4f939bc7f6f953b2cc13b35a1015d916301.tar.bz2
acf-skins-c677b4f939bc7f6f953b2cc13b35a1015d916301.tar.xz
basically working now
git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1211 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--snow/snow.css33
-rw-r--r--snow/snow1.jpgbin0 -> 77157 bytes
2 files changed, 18 insertions, 15 deletions
diff --git a/snow/snow.css b/snow/snow.css
index c982ac3..524a538 100644
--- a/snow/snow.css
+++ b/snow/snow.css
@@ -29,6 +29,7 @@ a:hover {
body {
+
font-family: Georgia, Arial, Geneva, Helvetica, sans-serif;
font-size: 100%;
width: 100%;
@@ -52,9 +53,9 @@ body {
/*--------------------------------------------------------------------------------*/
#header {
width: 100%;
- background: url("alpine.jpg") #fff no-repeat 50%;
height: 100px;
font-family: Arial, sans-serif;
+ background: url("snow1.jpg") #fff no-repeat bottom right;
}
@@ -63,7 +64,9 @@ body {
float: right;
font-size: 80%;
margin: 8px 32px 0 0;
+ padding: 5px;
font-weight: normal;
+ background: #ddb;
}
#header .leader {
@@ -154,10 +157,7 @@ body {
/*--------------------------------------------------------------------------------*/
#main {
- background: url("ul.png") repeat-x -20px -20px;
- clear: both;
-
- padding: 1px;
+ width: 100%;
}
/*--------------------------------------------------------------------------------*/
@@ -267,26 +267,30 @@ body {
#content dl {
margin: 0;
- padding: 1em 0 25px 0;
width: 100%;
- float: left;
background: url("lr.png") #eee no-repeat right bottom;
- font-size: 80%;
+ display: block;
+ clear: both;
+ font-size: 80%;
+ padding-bottom: 15px;
}
#content dt {
- padding-left: 1em;
- margin-top: 1em;
float: left;
+ clear: left;
width: 25%;
- clear: both;
+ text-align: left;
+ padding: 5px 0 0px 15px;
+ border-bottom: 1px solid transparent;
}
#content dd {
- float: left;
- margin-top: 1em;
+ margin-left: 25%;
+ clear: right;
+ padding: 5px 0 0px 15px;
+ border-bottom: 1px solid transparent;
}
@@ -323,10 +327,9 @@ textarea {
border: 1px dotted #226;
font-family: Courier-New, Courier, fixed;
font-size: 95%;
- width: 100%;
+ width: 95%;
margin: 2px;
height: 14em;
- border: none;
}
input.submit {
diff --git a/snow/snow1.jpg b/snow/snow1.jpg
new file mode 100644
index 0000000..78e8d16
--- /dev/null
+++ b/snow/snow1.jpg
Binary files differ