aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-01-30 18:39:11 -0500
committerSteve Losh <steve@stevelosh.com>2009-01-30 18:39:11 -0500
commit6a019eea492e6de184e487d41c5fb35049eced9b (patch)
tree8072442b5ebff5aa6069f2be6052dd70437a3c63 /static
parent56ea256123ddee86d517cc5904c6898a094cda5a (diff)
downloadbugseverywhere-6a019eea492e6de184e487d41c5fb35049eced9b.tar.gz
Moved the layout quite a bit further.
Diffstat (limited to 'static')
-rw-r--r--static/style/aal.css4
-rw-r--r--static/style/cfbe.css61
2 files changed, 63 insertions, 2 deletions
diff --git a/static/style/aal.css b/static/style/aal.css
index c89df72..a1b7b10 100644
--- a/static/style/aal.css
+++ b/static/style/aal.css
@@ -25,8 +25,8 @@ blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;
header, nav, section, article, aside, footer {display: block;}
/* Basic styles */
-body {background: #fff; color: #000; font: .75em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;}
-html>body {font-size: 14px;}
+body {background: #fff; color: #000; font: .75em/1.5em "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;}
+html>body {font-size: 12px;}
img {display: inline-block; vertical-align: bottom;}
diff --git a/static/style/cfbe.css b/static/style/cfbe.css
index e69de29..8e47181 100644
--- a/static/style/cfbe.css
+++ b/static/style/cfbe.css
@@ -0,0 +1,61 @@
+div#header {
+ background-color: #d03;
+ color: #fff;
+}
+
+div#header h1 {
+ font-size: 4em;
+ line-height: 1.5em;
+ margin-bottom: 0em;
+}
+
+div#logo {
+ text-align: right;
+ color: #d03;
+ padding-top: 1.5em;
+}
+
+div#logo h1 {
+ margin-top: 0.65em;
+ margin-bottom: 0.15em;
+}
+
+div.center-column {
+ width: 50em;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+div#nav {
+ margin-bottom: 1.5em;
+}
+
+div#content-pane {
+ background-color: #fbfbfb;
+ padding: 1.5em;
+}
+
+span#filters {
+ float: right;
+}
+
+span#filters a {
+ margin-left: 2em;
+}
+
+div#footer {
+ text-align: center;
+ font-size: 0.9em;
+}
+
+body { background-image: url(/static/images/stripe.png); background-repeat: repeat;}
+
+a:link, a:visited, a:active {
+ color: #d03;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:hover {
+ color: #60b305;
+} \ No newline at end of file