From 392b80fe149ea71db8693d0603b01d8f1a65c752 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 10 Sep 2013 15:10:51 -0400 Subject: [PATCH] home.less --- public/templates/home.tpl | 2 +- public/themes/cerulean/home.less | 13 ++++++++++++- public/themes/cerulean/noscript.less | 3 +-- public/themes/cerulean/style.less | 3 +-- public/themes/vanilla/home.less | 28 ++++++++++++++++++++-------- 5 files changed, 35 insertions(+), 14 deletions(-) diff --git a/public/templates/home.tpl b/public/templates/home.tpl index 5ba19691e9..2720a9cba8 100644 --- a/public/templates/home.tpl +++ b/public/templates/home.tpl @@ -2,7 +2,7 @@ {motd} -
+
diff --git a/public/themes/cerulean/home.less b/public/themes/cerulean/home.less index 67bb5c1cb8..9455fbcc28 100644 --- a/public/themes/cerulean/home.less +++ b/public/themes/cerulean/home.less @@ -1 +1,12 @@ -@import "../vanilla/home"; \ No newline at end of file +@import "../vanilla/home"; + + +.home { + h4 { + color: #555; + } + + .icon { + border-radius: 5px; + } +} \ No newline at end of file diff --git a/public/themes/cerulean/noscript.less b/public/themes/cerulean/noscript.less index 3ff06767f5..6ffd2e0da5 100644 --- a/public/themes/cerulean/noscript.less +++ b/public/themes/cerulean/noscript.less @@ -1,2 +1 @@ -@import "../vanilla/noscript"; -@import "../vanilla/mixins"; \ No newline at end of file +@import "../vanilla/noscript"; \ No newline at end of file diff --git a/public/themes/cerulean/style.less b/public/themes/cerulean/style.less index e4588c6eef..f50e77d92d 100644 --- a/public/themes/cerulean/style.less +++ b/public/themes/cerulean/style.less @@ -1,2 +1 @@ -@import "../vanilla/style"; -@import "../vanilla/mixins"; \ No newline at end of file +@import "../vanilla/style"; \ No newline at end of file diff --git a/public/themes/vanilla/home.less b/public/themes/vanilla/home.less index 14d80e6782..cd6e514171 100644 --- a/public/themes/vanilla/home.less +++ b/public/themes/vanilla/home.less @@ -1,33 +1,45 @@ -.categories { +.home { padding-top: 10px; h4 { font-weight: 700; + line-height: 20px; text-align: left; - /*color: #555;*/ // NOTE: color for cat/topic header links should be grey in the default theme when we get around to it. white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - a { - text-decoration: none; - border: 0; - } + .icon { width: 100%; height: 110px; text-align: center; - border-radius: 0px; margin: 0; padding-top:25px; .pointer; margin-bottom: 20px; - border-radius: 5px; overflow:hidden; } } + + + + + + + + + + + + + + + + +// TODO EVERYTHING BELOW: Please Remove! -- colors & animations should not go here .category-purple { @color: #ab1290; background: @color;