summaryrefslogtreecommitdiff
path: root/src/site-media
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-04-05 12:36:58 +0200
committerLeif Johansson <leifj@sunet.se>2011-04-05 12:36:58 +0200
commit838b9d6fdbb9112ee70a72b8846f739e8a3b8879 (patch)
treec210512b1054e882d455de6466097705f3a485e7 /src/site-media
parent79383e47a772e7d9197179c2be8e6b66e160806c (diff)
new skin
Diffstat (limited to 'src/site-media')
-rw-r--r--src/site-media/css/style.css19
-rw-r--r--src/site-media/css/sunet.css11
-rw-r--r--src/site-media/img/sunet-banner.pngbin0 -> 66931 bytes
3 files changed, 21 insertions, 9 deletions
diff --git a/src/site-media/css/style.css b/src/site-media/css/style.css
index 5fbcc55..deea06e 100644
--- a/src/site-media/css/style.css
+++ b/src/site-media/css/style.css
@@ -1,17 +1,19 @@
-html,body { font-size: 80%; font-family: arial, sans-serif; height: 100%; margin:0; padding:0;}
+html,body { font-size: 80%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 100%; margin:0; padding:0;}
body { min-width: 900px; width: 90%; }
div#container { position: relative; height:auto !important; height: 100%; min-height: 80%; margin-left: 50px; margin-top: 0; padding-bottom: 90px;}
#modal-dialog { font-size: 110%; }
#modal-dialog input.text textarea { margin-bottom:12px; width:95%; padding: .4em; }
#modal-dialog fieldset { padding:0; border:0; margin-top:25px; }
div#intro { font-size: 150%; margin-top: 50px; }
-div#footer { margin-right: 50px; border-top: 1px solid #CECECE; position: absolute; bottom: 0; padding-bottom: 0px; width: 95%; }
+div#footer { margin-right: 50px; border-top: 1px solid #CECECE; position: absolute; bottom: 0; padding-bottom: 0px; width: 100%; }
div#footer ul { list-style: none; padding: 0; margin: 0; }
div#footer li { display: inline; }
div#footer li li { display: block; }
div#footer ul ul { float: left; padding-right: 50px; }
div#header { margin: 0; padding: 0; padding-bottom: 30px; }
div#header img { width: 100%; border: 0;}
+#headline { position: absolute; top: 20px; left: 150px; z-index: 1; }
+div#headline a { text-decoration: none; }
h3.listheader { padding-left: 20px; }
.navlist ul { list-style: none; padding: 0; margin: 0; font-size: 90%; }
.navlist li { float: right; display: inline;}
@@ -56,7 +58,18 @@ form .ui-widget li { float: right; border-right: 1px solid #CECECE; padding-righ
.left { float: left; }
.fieldinput ul { list-style: none inside; padding: 0; margin: 0; }
.fieldinput li { padding: 0; margin: 0; display: inline; float: left; }
-
+a, a:hover, a:visited {
+ text-decoration: none;
+ color: #E37424;
+}
+h1, h1 a {
+ color: #E37424;
+ font-size: 220%;
+}
+h2, h2 a {
+ color: #E37424;
+ font-size: 150%
+}
#files { width: 520px; clear: both; margin: 20px 0 10px; }
#files .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
diff --git a/src/site-media/css/sunet.css b/src/site-media/css/sunet.css
index 3226fcd..c1f6319 100644
--- a/src/site-media/css/sunet.css
+++ b/src/site-media/css/sunet.css
@@ -6,7 +6,6 @@
}
html, body {
height: 100%;
- background: url(../img/header.jpg) center top repeat-x;
width: 100%;
}
.wrapper {
@@ -15,7 +14,6 @@ html, body {
height: 100%;
margin: 0 auto -4em;
width: 100%;
- margin: 0 auto;
}
.wCont {
width: 850px;
@@ -25,10 +23,8 @@ html, body {
height: 191px;
}
#logo {
- display: block;
- height: 145px;
- width: 81px;
- background: url(../img/logo.jpg) center no-repeat;
+ //display: block;
+ background: url(../img/sunet-banner.png);
}
.footer, .push {
height: 4em;
@@ -140,6 +136,9 @@ html, body {
background: #EFEFEF;
border-top: 2px solid #EBEBEB;
border-bottom: 2px solid #EBEBEB;
+ position: absolute;
+ bottom: 0;
+ padding-bottom: 0px;
}
#footerText {
padding: 20px 0 0;
diff --git a/src/site-media/img/sunet-banner.png b/src/site-media/img/sunet-banner.png
new file mode 100644
index 0000000..dbab61a
--- /dev/null
+++ b/src/site-media/img/sunet-banner.png
Binary files differ