summaryrefslogtreecommitdiffstats
path: root/everest-site-1.0.0/content/styles/everest.css
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-06-27 09:31:49 -0400
committerChris Alfonso <calfonso@redhat.com>2008-06-27 09:31:49 -0400
commit420e6162afddc6aacad74864ec58c53cf8d716f9 (patch)
tree695438eb7b6a71c8b48422b2d1264d4086dd47f5 /everest-site-1.0.0/content/styles/everest.css
parentefef3e568bc007ff2d0742e36a9e3ffa352bf7fe (diff)
downloadsite-420e6162afddc6aacad74864ec58c53cf8d716f9.tar.gz
site-420e6162afddc6aacad74864ec58c53cf8d716f9.tar.xz
site-420e6162afddc6aacad74864ec58c53cf8d716f9.zip
Integrating new images and styling
Diffstat (limited to 'everest-site-1.0.0/content/styles/everest.css')
-rw-r--r--everest-site-1.0.0/content/styles/everest.css60
1 files changed, 33 insertions, 27 deletions
diff --git a/everest-site-1.0.0/content/styles/everest.css b/everest-site-1.0.0/content/styles/everest.css
index 413d132..4e48e71 100644
--- a/everest-site-1.0.0/content/styles/everest.css
+++ b/everest-site-1.0.0/content/styles/everest.css
@@ -1,21 +1,20 @@
-
-h1 {
- font-weight: normal;
-}
-
-body {
- background: white;
- color: #757575;
-}
-
#header {
margin: 0px;
- height: 106px;
width: 100%;
- background: url(topbar-bg.png) 1px 0px repeat-x;
border: 0px;
+ background: url(topbg.png) top left repeat-x;
+ height: 89px;
+ width: 100%;
+ margin-bottom: 20px;
}
+#headerLogo {
+ background: url(logoMountain.png) top left no-repeat;
+ height: 89px;
+ width: 585px;
+ margin: 0;
+ padding: 0; }
+
#body {
float: left;
border: 0px;
@@ -25,11 +24,18 @@ body {
}
#content {
- padding: 0px;
- margin: 0px;
- margin-left: 210px;
+ margin: 0 0 0 235px;
+ padding: 0 50px 65px 0;
}
+.pintro {
+ color: #777;
+ font-size: 115%;
+ padding: 12px 20px;
+ background-color: #eee;
+ font-family: georgia, times, serif;
+ font-style: italic;
+}
#intro {
float: left;
@@ -77,15 +83,16 @@ body {
left: 0px;
width: 200px;
margin-bottom: 1em;
+ width:205px;
}
#menu ul {
- background: white;
- margin: 0px;
- padding: 0px;
margin-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
+ background:white none repeat scroll 0%;
+ margin:0px 0px 0px 15px;
+ padding:1px 0px;
}
#menu li ul {
@@ -99,6 +106,9 @@ body {
padding: 0px;
font-weight: bold;
font-size: 1.2em;
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
}
#menu li ul li {
@@ -114,11 +124,11 @@ body {
}
#menu ul li .active {
- background: #0664fe;
+ background:#0664FE url(onbg.png) top right no-repeat;
}
#menu ul.l0 li .inactive {
- background: #629dfe;
+ background:#629DFE url(offbg.png) top right no-repeat;
}
@@ -136,14 +146,10 @@ body {
border-left: 6px solid #0664fe;
}
-#headerLogo {
- position: absolute;
- top: 0px;
- left:0px;
- height: 105px;
- width: 586px;
- background: url(topbar-graphic.png) no-repeat;
+#wrapper {
+ background: url(everestPeaks-sm.png) 90% bottom no-repeat;
}
+
#headerSearch {
position: absolute;
top: 0px;