aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-01 11:17:04 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-01 11:17:04 +0100
commit0353b0e04f86945cb640f6e12031dd18981d5aeb (patch)
tree972b36210c15090bd6b915f2e3136bf3587bac9d /view/theme
parentd6d96e8c89918740f3fae5757124d2c9b58a3a81 (diff)
parentca81ab784a0d1975ae1780eb0b5003eb8fbb832f (diff)
downloadvolse-hubzilla-0353b0e04f86945cb640f6e12031dd18981d5aeb.tar.gz
volse-hubzilla-0353b0e04f86945cb640f6e12031dd18981d5aeb.tar.bz2
volse-hubzilla-0353b0e04f86945cb640f6e12031dd18981d5aeb.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/bluegrid.css105
1 files changed, 77 insertions, 28 deletions
diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css
index a2b795be9..e88ea171e 100644
--- a/view/theme/redbasic/schema/bluegrid.css
+++ b/view/theme/redbasic/schema/bluegrid.css
@@ -33,12 +33,28 @@ body {
}
.generic-content-wrapper-styled .generic-content-wrapper {
- color: #4d4d4d;
+ color: #4D4D4D;
}
+
.generic-content-wrapper-styled .generic-content-wrapper a {
color: #43488A;
}
+.generic-content-wrapper #profile-jot-wrapper {
+ background-color: transparent;
+ color: #4D4D4D;
+}
+
+.generic-content-wrapper input#jot-title, .generic-content-wrapper input#jot-pagetitle {
+ color: #4D4D4D;
+}
+
+.generic-content-wrapper input#jot-title:hover, .generic-content-wrapper input#jot-title:focus {
+ color: #4D4D4D;
+ border-radius: 0px;
+}
+
+
.fn, .widget h3, .nav-tabs a, .generic-content-wrapper-styled a, .dropdown-menu > li > a, #channels-desc, input#jot-title {
color: #fff;
border-radius: 0px
@@ -224,6 +240,20 @@ div.rateme:hover, div.rateme:focus, a.rateme:hover, a.rateme:focus {
color: #FFF !important;
}
+#chatTopBar {
+ background-color: rgba(255,255,255,.8);
+ color: #4d4d4d;
+ height: 500px;
+ width: 596px;
+ overflow-y: auto;
+}
+
+.chat-item-text {
+ border-radius: 0px;
+ padding: 5px;
+ background-color: #FFF;
+}
+
input {
border-radius: 0px;
}
@@ -233,6 +263,12 @@ input {
margin-top: 0;
}
+.directory-item {
+ margin-bottom: 0px;
+ padding-bottom: 20px;
+ background-color: #FFF;
+}
+
.contact-entry-wrapper {
border: 1px solid rgba(255,255,255,.5);
}
@@ -241,7 +277,7 @@ input {
color: #43488A;
}
-.profile-edit-side-link, input#profile-photo-upload, .allcontact-link {
+.profile-edit-side-link, input#profile-photo-upload, .allcontact-link, #newchannel-form .descriptive-paragraph {
color: #FFF;
}
@@ -275,19 +311,7 @@ input {
background-color: #FFF;
}
-.btn-success {
- color: #FFF;
- background-color: #5CB85C;
- border-color: #4CAE4C;
-}
-
-.btn-success:hover, .btn-success:focus {
- color: #FFF;
- background-color: #449D44;
- border-color: #398439;
-}
-
-.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button, input#side-follow-submit, .profile-edit-submit-wrapper > input.profile-edit-submit-button, input#profile-photo-submit {
+.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button, input#side-follow-submit, .profile-edit-submit-wrapper > input.profile-edit-submit-button, input#profile-photo-submit, form#chat-form > input {
background-color: #FFF;
color: #43488A;
border-radius: 0px;
@@ -296,45 +320,70 @@ input {
transition: all .3s ease-in-out;
}
-.btn-primary:hover, .btn-primary:focus, input#event-submit:hover, input#event-submit:focus, input#rmagic-submit-button:hover, input#rmagic-submit-button:focus, input#lostpass-submit-button:hover, input#lostpass-submit-button:focus, input#side-follow-submit:hover, input#side-follow-submit:focus, .profile-edit-submit-wrapper > input.profile-edit-submit-button:hover, .profile-edit-submit-wrapper > input.profile-edit-submit-button:focus, input#profile-photo-submit:hover, input#profile-photo-submit:focus {
+.btn-primary:hover, .btn-primary:focus, input#event-submit:hover, input#event-submit:focus, input#rmagic-submit-button:hover, input#rmagic-submit-button:focus, input#lostpass-submit-button:hover, input#lostpass-submit-button:focus, input#side-follow-submit:hover, input#side-follow-submit:focus, .profile-edit-submit-wrapper > input.profile-edit-submit-button:hover, .profile-edit-submit-wrapper > input.profile-edit-submit-button:focus, input#profile-photo-submit:hover, input#profile-photo-submit:focus, form#chat-form > input:hover, form#chat-form > input:focus {
border-color: #FFF;
background-color: #43488A;
color: #FFF;
border-radius: 0px;
}
-.comment-tools .btn, #prvmail-tools .btn {
+.comment-tools .btn, #prvmail-tools .btn, .generic-content-wrapper .btn {
border: 1px solid #43488A;
color: #43488A;
background-color: #FFF;
}
-.comment-tools .btn:hover, .comment-tools .btn:focus, #prvmail-tools .btn:hover, #prvmail-tools .btn:focus {
- border: 1px solid #43488A;
+.comment-tools .btn:hover, .comment-tools .btn:focus, #prvmail-tools .btn:hover, #prvmail-tools .btn:focus, .generic-content-wrapper .btn:hover, .generic-content-wrapper .btn:focus {
+ border: 1px solid #43488A !important;
color: #FFF;
background-color: #43488A;
}
-.comment-tools .btn-primary, #prvmail-submit .btn-primary, .settings-submit-wrapper .btn-primary {
+.comment-tools .btn-primary, #prvmail-submit .btn-primary, .settings-submit-wrapper .btn-primary, .generic-content-wrapper .btn-primary {
background-color: #43488A;
color: #FFF;
border: 1px solid #43488A;
}
-.comment-tools .btn-primary:hover, .comment-tools .btn-primary:focus, #prvmail-submit .btn-primary:hover, #prvmail-submit .btn-primary:focus, .settings-submit-wrapper .btn-primary:hover, .settings-submit-wrapper .btn-primary:focus {
+.comment-tools .btn-primary:hover, .comment-tools .btn-primary:focus, #prvmail-submit .btn-primary:hover, #prvmail-submit .btn-primary:focus, .settings-submit-wrapper .btn-primary:hover, .settings-submit-wrapper .btn-primary:focus, .generic-content-wrapper .btn-primary:hover, .generic-content-wrapper .btn-primary:focus {
border-color: #43488A;
background-color: #FFF;
color: #43488A;
}
-.btn-danger {
- background-color: #D9534F;
- border-color: #D43F3A;
+.btn-success {
+ color: #FFF !important;
+ background-color: #5CB85C !important;
+ border-color: #4CAE4C !important;
}
-.btn-danger:hover, .btn-danger:focus {
- color: #FFF;
- background-color: #C9302C;
- border-color: #AC2925;
+
+.btn-success:hover, .btn-success:focus {
+ color: #FFF !important;
+ background-color: #449D44 !important;
+ border-color: #398439 !important;
+}
+
+.btn-warning {
+ color: #FFF !important;
+ background-color: #F0AD4E !important;
+ border-color: #EEA236 !important;
+}
+
+.btn-warning:hover, .btn-warning:focus {
+ color: #FFF !important;
+ background-color: #EC971F !important;
+ border-color: #D58512 !important;
+}
+
+.btn-danger, form#chat-destroy > input {
+ background-color: #D9534F !important;
+ border-color: #D43F3A !important;
+ color: #FFF !important;
+}
+.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus {
+ color: #FFF !important;
+ background-color: #C9302C !important;
+ border-color: #AC2925 !important;
}
@media screen and (max-width: 767px) {