diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-13 00:06:19 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-13 00:06:19 +0000 |
commit | f5ed128b48c42f549ef57b570c77baf88a6330c6 (patch) | |
tree | b3c4beb5b2c0ee73de701d94872b198db90a7fd8 | |
parent | 6e363ed0c8f5a1f3e63c7f1984542ef182d79d84 (diff) | |
download | volse-hubzilla-f5ed128b48c42f549ef57b570c77baf88a6330c6.tar.gz volse-hubzilla-f5ed128b48c42f549ef57b570c77baf88a6330c6.tar.bz2 volse-hubzilla-f5ed128b48c42f549ef57b570c77baf88a6330c6.zip |
redbasic - some more progress.
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
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; |