diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-10 16:51:53 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-10 16:51:53 -0700 |
commit | e4231efd20432dca9d0f51daf6bb90db63bbc853 (patch) | |
tree | 24e72c1f4062e091e66d5ade5166eee94c6983f0 /view/theme/redbasic/css | |
parent | 922d2165b3a74d1954f2bc424eb314a5d5c99fa8 (diff) | |
parent | 5e576bff63df2b13912d225944424a998c2f7293 (diff) | |
download | volse-hubzilla-e4231efd20432dca9d0f51daf6bb90db63bbc853.tar.gz volse-hubzilla-e4231efd20432dca9d0f51daf6bb90db63bbc853.tar.bz2 volse-hubzilla-e4231efd20432dca9d0f51daf6bb90db63bbc853.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 25436db5f..0446269c7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -347,7 +347,7 @@ footer { .vcard { margin-bottom: 10px; padding: 10px; - background-color: $comment_item_colour; + background-color: rgba(254,254,254,0.5); border-bottom: 1px solid rgba(238,238,238,0.8); -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; @@ -698,7 +698,7 @@ a.rateme, div.rateme { #contact-block { width: 100%; float: left; - background-color: $comment_item_colour; + background-color: rgba(254,254,254,0.5); border-bottom: 1px solid rgba(238,238,238,0.8); -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; @@ -751,8 +751,8 @@ a.rateme, div.rateme { } .wall-item-conv { - padding-top: 5px; - padding-bottom: 10px; + padding-top: 10px; + padding-left: 10px; } @@ -1655,12 +1655,6 @@ img.mail-list-sender-photo { border-top-left-radius: $radiuspx; } -.generic-content-wrapper-styled { - background-color: $comment_item_colour; - padding: 10px; - border-radius: $radiuspx; -} - .wall-item-content-wrapper.comment { background-color: $comment_item_colour; border-color: $comment_border_colour; @@ -1786,7 +1780,7 @@ img.mail-list-sender-photo { /* widgets */ .widget { - background-color: $comment_item_colour; + background-color: rgba(254,254,254,0.5); border-bottom: 1px solid rgba(238,238,238,0.8); -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; @@ -1867,6 +1861,19 @@ nav .dropdown-menu { margin: 7px 0px; } +.generic-content-wrapper-styled { + background-color: $bgcolour; + padding: 10px; + border-radius: $radiuspx; +} + +.generic-content-wrapper { + border: 1px solid #ccc; + box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); + border-radius: $radiuspx; + background-color: #fff; +} + .section-title-wrapper { padding: 7px 10px; background-color: $item_colour; @@ -2303,4 +2310,4 @@ nav .badge.mail-update:hover { .help-searchlist a { font-size: 130%; -}
\ No newline at end of file +} |