summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/frame.css
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-08-08 21:07:28 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-08-08 21:07:28 (GMT)
commit0dece954c5408214dcfb22934c84eb6d14360a77 (patch)
tree7388ce58f4865c92c6ace2a2af2f8422abdfdf40 /abs/core/supplemental-web/contents/frame.css
parentcc00e686aa7e6b0aa9f07593571f01df0e998a2a (diff)
downloadlinhes_pkgbuild-0dece954c5408214dcfb22934c84eb6d14360a77.zip
linhes_pkgbuild-0dece954c5408214dcfb22934c84eb6d14360a77.tar.gz
linhes_pkgbuild-0dece954c5408214dcfb22934c84eb6d14360a77.tar.bz2
supplemental-web: Move menu frame to be on the side.
Many other changes to make appearance more consistant. closes #904
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;
}