aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-17 01:36:17 -0700
committerfriendica <info@friendica.com>2014-04-17 01:36:17 -0700
commit083cf12d48760a553c2ea857bb88c1d2f3902818 (patch)
treea69723f131e0480cfc4e6264ed1bf7d0b424620a /view/theme/redbasic/css
parent8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69 (diff)
parent0d0751b9257314dd8972ccf3e214f3e8cc43f7e5 (diff)
downloadvolse-hubzilla-083cf12d48760a553c2ea857bb88c1d2f3902818.tar.gz
volse-hubzilla-083cf12d48760a553c2ea857bb88c1d2f3902818.tar.bz2
volse-hubzilla-083cf12d48760a553c2ea857bb88c1d2f3902818.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css23
1 files changed, 16 insertions, 7 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e9620cadb..35cf66991 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -92,9 +92,9 @@ code {
font-family: Courier, monospace;
display: block;
overflow: auto;
- border: 1px solid #444;
- background: #EEE;
- color: #444;
+ border: 1px solid $code_borderc;
+ background: $code_bgcolour;
+ color: $code_txtcolour;
padding: 10px;
margin-top: 20px;
max-width: 80%;
@@ -216,7 +216,7 @@ footer {
}
.preview {
- background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif');
+ background: url('../img/$preview_backgroundimg');
}
#theme-preview {
@@ -1572,6 +1572,10 @@ header {
clear: both;
}
+.modal-content {
+ background-color: $acl_bgcolour;
+}
+
#acl-search {
margin-top: 20px;
padding: 8px;
@@ -1589,7 +1593,7 @@ header {
#acl-list {
display: block;
- border: 1px solid #cccccc;
+ border: 1px solid $acl_bordercolour;
overflow: auto;
clear: both;
min-height: 62px;
@@ -1602,7 +1606,7 @@ header {
.acl-list-item {
width: calc(50% - 10px);
- border: 1px solid #cccccc;
+ border: 1px solid $acl_bordercolour;
margin: 0px 0px 10px 10px;
padding: 5px;
float: left;
@@ -1638,6 +1642,11 @@ header {
.acl-button-hide {
float: right;
margin-left: 5px;
+ $aclbutton_linkcolour
+}
+
+#acl-showall {
+ $aclbutton_linkcolour
}
.contact-block-content {
@@ -2086,7 +2095,7 @@ img.mail-list-sender-photo {
}
.abook-self {
- background-color: #ffdddd;
+ background-color: $abookself_bgcolour;
}
.online-now {