From 605465391f5cc63ca770ab9bad97df248f5bf703 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 16 Dec 2012 22:53:23 +0000 Subject: Some more redbasic progress. --- view/theme/redbasic/css/style.css | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5f5bf1c1e..a0120e0d7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -9,8 +9,9 @@ body { font-family: helvetica,arial,freesans,clean,sans-serif; font-size: 12px; background-color: #ffffff; + /*TODO - adding a background was the right decision...but I'm not sure if this is the right background. Fortunately, the same artist has lots of PD backgrounds we can try. We'll leave this particular snake on a life support machine for the time being. */ background-image: url(../img/bg.png); - background-repeat: repeat-x; + background-repeat: repeat; color: #000000; margin: 0px; } @@ -24,6 +25,7 @@ border: none; border-radius: 0px 0px 20px 0px; width: 210px; color: #d00; +background: #fff; } @@ -82,6 +84,7 @@ code { padding: 10px; margin-top: 20px; max-width: 80%; + margin-left: 45px; } blockquote { @@ -1246,7 +1249,7 @@ margin: 15px; } .comment-wwedit-wrapper { - background: #ffffff; + } .comment-edit-photo { @@ -1281,14 +1284,6 @@ overflow: auto; margin-bottom: 10px; } -.comment-edit-text-empty { - color: gray; - height: 1.5em; - width: 175px; - overflow: auto; - margin-bottom: 10px; -} - .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty { height: 1.5em; } @@ -2624,13 +2619,13 @@ aside input[type='text'] { #nav-search-text:hover { background-color: #FFF; - color: #000; + opacity: 1; } #nav-search-text { border-radius: 14px; - background-color: #AAAAAA; - color: #eec; + background-color: #fff; + opacity: 0.92; } #nav-user-linkmenu img { -- cgit v1.2.3