From 5f5f90e58a835a8053bcf3d87d7e626b430ae39b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Feb 2013 16:20:40 +0000 Subject: Redbasic - implement "dark" colours. Intended to make life easier for a theme developer. --- view/theme/redbasic/css/dark.css | 5 +++++ view/theme/redbasic/css/fancy.css | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 view/theme/redbasic/css/dark.css (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/dark.css b/view/theme/redbasic/css/dark.css new file mode 100644 index 000000000..869f8ec3d --- /dev/null +++ b/view/theme/redbasic/css/dark.css @@ -0,0 +1,5 @@ +body, button, input, select, textarea {color: #eec !important; background: #2e2f2e;} +.wall-item-outside-wrapper.shiny, .wall-item-content-wrapper.shiny, .shiny {background: #2e3436;} +.wall-item-outside-wrapper, .wall-item-content-wrapper.comment {background: #2e2f2e;} +#profile-jot-text, #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper, #jot #jot-title, #jot-category, .tab {background: #333; color: #eec;} +.wall-item \ No newline at end of file diff --git a/view/theme/redbasic/css/fancy.css b/view/theme/redbasic/css/fancy.css index f5316e31e..6c3c5b722 100644 --- a/view/theme/redbasic/css/fancy.css +++ b/view/theme/redbasic/css/fancy.css @@ -40,7 +40,7 @@ border-radius: 0px 0px 20px 0px;} .wall-item-content-wrapper { position: relative; - background: #fff; +/* background: #fff; */ border-radius: 10px; box-shadow: 8px 8px 8px #000; border: 1px solid #eec; @@ -58,7 +58,7 @@ border-radius: 0px 0px 20px 0px;} /* This shadow isn't quite right - not sure if it's colour or size */ .wall-item-content-wrapper.comment { - background: #fff; +/* background: #fff; */ border-left: 1px solid #e0e0e0; margin-left: 50px; margin-top: 15px; @@ -103,7 +103,7 @@ opacity: 1; .comment-edit-wrapper { margin-top: 15px; - background: #ffffff; +/* background: #ffffff; */ margin-left: 50px; } -- cgit v1.2.3