summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/frame.css
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/supplemental-web/contents/frame.css')
-rw-r--r--abs/core/supplemental-web/contents/frame.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/supplemental-web/contents/frame.css b/abs/core/supplemental-web/contents/frame.css
index 42877dd..94e1747 100644
--- a/abs/core/supplemental-web/contents/frame.css
+++ b/abs/core/supplemental-web/contents/frame.css
@@ -5,7 +5,8 @@
border: 0;
}
body {
- background: url("page_background.jpg") repeat-y #9FA9B3;
+/* background: url("page_background.jpg") repeat-y #9FA9B3; */
+ background-color: #191c26;
//background-color: #ebb81c;
//background-image: -webkit-gradient(linear, left top, left bottom, from(#ebb81c), to(#0072bc)); /* Saf4+, Chrome */
@@ -44,10 +45,11 @@ body {
width: 770px;
margin: 0 auto; /* We are going to center this design */
text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
+ display: inline-block;
}
#header {
- background: #000;
color: #fff;
+ text-align: center;
}
#content {
float: left; /* Our content is going to be left aligned */
@@ -82,7 +84,7 @@ body {
clear: both; /* We have to clear our floats */
width: 760px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */
margin: 0 auto; /* We need to center the footer also */
- background: black;
+/* background: black; */
color: gold;
text-align: center;
font-size: 10px;
@@ -191,7 +193,7 @@ a:link
# background-color: #FDB14F;
text-decoration: underline ;
- margin-left:10px;
+# margin-left:10px;
}