aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-23 03:58:21 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-23 03:58:21 +0200
commit66bf1813f037eb92e8bf0e929318aa4276b73fcf (patch)
tree7b64d7e977ac1f9999047eff5393b795e2b153f2 /public
parentadded use.less to the file that actually uses it (diff)
downloadDivid-66bf1813f037eb92e8bf0e929318aa4276b73fcf.tar.gz
made new homescreen on '/'
Diffstat (limited to 'public')
-rw-r--r--public/css/shame.less41
1 files changed, 41 insertions, 0 deletions
diff --git a/public/css/shame.less b/public/css/shame.less
index 0a4efa1..1f841e5 100644
--- a/public/css/shame.less
+++ b/public/css/shame.less
@@ -8,6 +8,14 @@
@import "bootstrapless/mixins.less";
/* The rest comes here */
+@blueDark: #0d56a6;
+@blueMedium: #4186d3;
+@blueLight: #000022;
+
+
+
+
+
body {
margin-top: @navbarHeight;
background-color:white;
@@ -215,6 +223,39 @@ div.lastactivity .activity .details {
text-decoration: none;
}
+
+.indexwrapper {
+ width: 100%;
+}
+
+#index1 {
+
+}
+
+#index3 {
+ background-color: @blueMedium;
+}
+
+#index4 {
+ background-color: @blueDark;
+ color: @yellow;
+}
+
+.infobox {
+ text-align: center;
+ padding: 46px;
+ margin-bottom: 20px;
+}
+
+.logo { float: left }
+
+
+
+
+
+
+
+
@media (max-width: 480px) {
canvas { display: none; }
}