summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css/main.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 {
+
+}