summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorJayaram Pai2013-11-24 15:27:40 +0530
committerJayaram Pai2013-11-24 15:27:40 +0530
commitaf3e4d8942680a5c08492d2ed179d8e401a8bf57 (patch)
tree7cd69709dc410bb6a23fa4e5f9cbc925017f2041 /static/website/css
parent81a1802ae9bdd0aca461cbc38bb3bd7f934de8b3 (diff)
downloadFOSSEE-Forum-af3e4d8942680a5c08492d2ed179d8e401a8bf57.tar.gz
FOSSEE-Forum-af3e4d8942680a5c08492d2ed179d8e401a8bf57.tar.bz2
FOSSEE-Forum-af3e4d8942680a5c08492d2ed179d8e401a8bf57.zip
basic color scheme set
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
new file mode 100644
index 0000000..997a154
--- /dev/null
+++ b/static/website/css/main.css
@@ -0,0 +1,40 @@
+#header-wrapper {
+
+}
+#header-inner {
+
+}
+#content-wrapper {
+ padding: 0 0 25px 0;
+}
+#content-inner {
+
+}
+#content .category {
+ min-height: 50px;
+ border-bottom: 1px solid #f5f5f5;
+}
+#content .category .posts {
+ color: #7395d9;
+}
+#content .category .replies {
+ color: #a26dc8;
+}
+#content .category .helper {
+ position: absolute;
+ right: 20px;
+ top: 5px;
+ font-size: 1.5em;
+ color: #cccccc;
+}
+#content .tutorial {
+ min-height: 50px;
+ border-bottom: 1px solid #f5f5f5;
+}
+#footer-wrapper {
+ background-color: #2d2d2d;
+ min-height: 60px;
+}
+#footer-inner {
+
+}