summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-01 09:13:12 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-01 09:13:12 -0400
commit6042fe9aa99d6ebde6e4bae25dfc9e5f90289ed5 (patch)
tree3243f7c6b55cfbe8f6d0b402a4ee155a5d759735 /static/css/style.css
parentde58d3d6fedd1ce788b03844c6ffeab54a8caa4c (diff)
UI Enhancements using bootstrap CSS library
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css57
1 files changed, 38 insertions, 19 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 0c6d0cc..a89d6e5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,17 +1,11 @@
-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/* Generic classes */
-body {
- margin: 0;
- padding: 0;
- font-family: 'Droid Sans', sans-serif;
- color: rgb(77, 77, 77);
-}
-a {
- color: rgb(55, 113, 200);
- text-decoration: none;
+.main_canvas {
+ position: relative;
+ width: 960px;
+ margin: 0 auto;
}
.right {
@@ -143,8 +137,39 @@ a {
}
#headline {
- padding-left: 20px;
- position: relative;
+ min-height: 50px;
+}
+
+.list_nav {
+ float: left;
+ list-style: none;
+ margin: 0;
+ padding: 5px 0 0 0;
+}
+
+.list_nav li {
+ float: left;
+ margin-left: 20px;
+}
+
+.user_nav {
+ float: right;
+ list-style: none;
+ margin: 0;
+ padding: 5px 0 0 0;
+}
+
+.user_nav li {
+ float: left;
+ margin-left: 20px;
+}
+
+#thread_content {
+ width: 70%;
+}
+
+.email_date .date {
+ font-weight: bold;
}
#top_right {
@@ -171,11 +196,6 @@ a {
font-size: 150%;
}
-#list_email {
- font-size:80%;
- padding: 0 0 0 20px;
- margin: 0;
-}
#searchbox {
text-align:right;
@@ -194,8 +214,7 @@ a {
font-style: italic;
}
-#content {
- width: 98%;
+.content {
margin: 0 auto 0 auto;
}