From f5ed128b48c42f549ef57b570c77baf88a6330c6 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 13 Dec 2012 00:06:19 +0000 Subject: redbasic - some more progress. --- view/theme/redbasic/css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4e99f2ba0..46ca47705 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -26,6 +26,7 @@ box-shadow: 3px 3px 3px #ccc; border: none; border-radius: 0px 0px 20px 0px; width: 210px; +color: #d00; } /* icons */ @@ -82,6 +83,7 @@ code { color: #444; padding: 10px; margin-top: 20px; + max-width: 80%; } blockquote { @@ -303,6 +305,7 @@ footer { div.wall-item-content-wrapper.shiny { background: #f4f4f4; + border: none; } .preview { @@ -972,7 +975,8 @@ input#dfrn-url { position: relative; background: #fff; border-radius: 20px; - box-shadow: 15px 15px 15px #111; + box-shadow: 12px 12px 12px #111; + border: 1px solid #eec; } .wall-item-content-wrapper.comment { @@ -1166,7 +1170,6 @@ input#dfrn-url { } .thread-wrapper.toplevel_item { -border-bottom: 1px #000 solid; padding: 30px; width: 90%; } @@ -1185,6 +1188,7 @@ width: 90%; background: #eee; padding: 5px 10px; border-radius: 0px 0px 20px 20px; + border: 1px #eec solid; } .wall-item-like { @@ -2055,7 +2059,7 @@ aside input[type='text'] { } .widget { - border: 1px solid #DDDDDD; + border-bottom: 1px solid #eec; padding: 8px; margin-top: 5px; -moz-border-radius:5px; -- cgit v1.2.3