From 66bf1813f037eb92e8bf0e929318aa4276b73fcf Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 23 May 2013 03:58:21 +0200 Subject: made new homescreen on '/' --- public/css/shame.less | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'public') 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; } } -- cgit v1.2.3