From c73a2a29f6f00682dbc589801b4f9292786d4eb2 Mon Sep 17 00:00:00 2001 From: Charlie Marshall Date: Sun, 30 Jun 2013 15:02:33 +0100 Subject: update css to fit full screen --- usr/local/www/themes/pfsense_ng_fs/all.css | 65 ++++++------------------------ 1 file changed, 13 insertions(+), 52 deletions(-) (limited to 'usr/local/www/themes') diff --git a/usr/local/www/themes/pfsense_ng_fs/all.css b/usr/local/www/themes/pfsense_ng_fs/all.css index bcfb5b4..7f0b4f1 100644 --- a/usr/local/www/themes/pfsense_ng_fs/all.css +++ b/usr/local/www/themes/pfsense_ng_fs/all.css @@ -141,14 +141,6 @@ div.niceTitle p -moz-border-radius: 0 0 8px 8px; } -body { - margin: 0px auto; - align: left; - background: url('images/background.jpg') no-repeat; - background-position : left 0px; - background-attachment: fixed; - background-color: #7f7f7f; -} a:link { color: #550000; } @@ -190,14 +182,6 @@ iframe { background:#eeeeee; } -/* ID Based CSS Definitions */ -/* margin: 0px auto makes the content centered, margin 0px 0px makes it aligned to the left */ -#wrapper { - width: 810px; - margin: 0px 0px; -/* left: 0px; */ -} - #header { background: url('images/header.png') no-repeat; background-position: 0px; @@ -207,6 +191,7 @@ iframe { left: 0; margin-bottom: 5px; z-index: 2; + top: 0; } #header-left { position: relative; @@ -344,16 +329,9 @@ table#marquee div#container div#scroller { #content { - position: relative; - top: 0px; - left: 75px; - margin-top: 0px; - margin-left: 0px; padding-top: 50px; - padding-left: 20px; - width: 840px; - background-color: #ffffff; - background: url('images/horizontal.png') repeat-y; + padding-right: 40px; + padding-left: 40px; } @@ -364,37 +342,20 @@ table#marquee div#container div#scroller { } #right { - position: relative; - top: -10px; - left: 0px; - width: 770px; - margin-top: 0px; - margin-left: 5px; - margin-right: 5px; - padding-top: 20px; - padding-left: 10px; - padding-right: 10px; - padding-bottom: 90px; - min-height: 400px; - + padding: 10px; + margin-bottom: 30px; + font-size: 12px; + font-weight: 200; + line-height: 12px; + color: inherit; + background-color: #eeeeee; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } #footer { - position: relative; -/* margin-bottom: 5px; */ - background: url('images/footer.png') no-repeat; -/* top: -100px; */ - bottom: 0px; - left: 75px; -/* width: 1210px; */ - width: 840px; - height: 60px; - color: #000000; text-align: center; - font-size: 0.9em; - padding-top: 10px; - padding-left: 10px; - clear: both; } #footer p { padding: 0px; -- cgit v1.1