diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-23 03:58:21 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-23 03:58:21 +0200 |
commit | 66bf1813f037eb92e8bf0e929318aa4276b73fcf (patch) | |
tree | 7b64d7e977ac1f9999047eff5393b795e2b153f2 /public | |
parent | added use.less to the file that actually uses it (diff) | |
download | Divid-66bf1813f037eb92e8bf0e929318aa4276b73fcf.tar.gz |
made new homescreen on '/'
Diffstat (limited to 'public')
-rw-r--r-- | public/css/shame.less | 41 |
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; } } |