aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/css/shame.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/shame.less')
-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; }
}