summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css35
1 files changed, 33 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index a5f8c81..543de18 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -2,18 +2,36 @@
.navbar>.container .navbar-brand {
margin-left: 0;
}
+.navbar-default {
+ margin-bottom: 0;
+}
/* main styles */
+body {
+ background: #fafafa;
+ box-shadow: 4px 0 10px #cccccc, -4px 0 10px #cccccc;
+}
+#page-wrapper {
+ max-width: 970px;
+ margin:0 auto;
+ box-shadow: 0px 0px 15px #cccccc;
+}
.container {
max-width: 970px;
}
#header-wrapper {
-
+ max-width: 970px;
+ margin:0 auto;
+ background: #ffffff;
}
#header-inner {
}
#content-wrapper {
- padding: 0 0 25px 0;
+ position: relative;
+ max-width: 970px;
+ margin:0 auto;
+ padding: 15px 0 25px 0;
+ background: #ffffff;
}
#content-inner {
min-height: 600px;
@@ -113,6 +131,8 @@
background: #f5f5f5;
}
#footer-wrapper {
+ max-width: 970px;
+ margin:0 auto;
background-color: #2d2d2d;
min-height: 60px;
}
@@ -148,3 +168,14 @@
right: 5px;
bottom: 5px;
}
+#search-bar {
+ display: none;
+ min-height: 50px;
+ padding-top: 15px;
+ padding-bottom: 15px;
+ background: #ffffff;
+ border-bottom: 2px solid #f5f5f5;
+ width: 970px;
+ margin: 0 auto;
+}
+