make redmatrix focus scheme default for hubzilla

This commit is contained in:
Mario Vavti
2015-09-10 22:19:51 +02:00
parent 2d94a038a5
commit e1338f5a7f
10 changed files with 52 additions and 108 deletions

View File

@@ -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: 4px;
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%;
}
}