From 075ff5c7a7bdddca3a12ab0a45c8ba51e83a5121 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sun, 26 May 2013 15:53:44 +0200 Subject: fixed some colours and shit on the homepage --- app/views/index.ejs | 30 ++++++++++++++++-------------- public/css/shame.less | 30 ++++++++++++++++++++++++++---- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/app/views/index.ejs b/app/views/index.ejs index 8f208b4..043c047 100644 --- a/app/views/index.ejs +++ b/app/views/index.ejs @@ -24,6 +24,11 @@ + + + +
+
@@ -44,7 +49,7 @@
-
+

Hva kan Divid brukes til

@@ -73,20 +78,10 @@
- -
-
-

Hvordan bruke Divid

- - - - -
-
- -
+
+

Registrer deg i dag!

Du kan enten bruke Facebook eller Twitter, eller registrere deg med epost under!

@@ -114,11 +109,18 @@
-
+
+
+
+ + + +
+
diff --git a/public/css/shame.less b/public/css/shame.less index 2136425..d202649 100644 --- a/public/css/shame.less +++ b/public/css/shame.less @@ -10,7 +10,8 @@ @blueDark: #0d56a6; @blueMedium: #4186d3; -@blueLight: #000022; +@blueLight: #689ad3; +@ourOrange: #ff9a00; @@ -232,21 +233,42 @@ div.lastactivity .activity .details { .indexwrapper { width: 100%; + background-color: @blueLight; } #index1 { } +.indexwrapper .container { + box-shadow: 0 2px 2px rgba(0,0,0,.5); + padding: 20px; + background-color: @white; +} + +#index2 { +} + +#index2 .container { + background-color: #ecf2fa; + +} + #index3 { - background-color: @blueMedium; +} +#index3 .container { } #index4 { - background-color: @blueDark; - color: @yellow; + } +#index4 a { + color: @ourOrange; +} +#index4 .container { + background-color: #ecf2fa; +} .infobox { text-align: center; padding: 46px; -- cgit v1.2.3