aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css23
-rw-r--r--view/theme/redbasic/img/screenshot.jpgbin199131 -> 0 bytes
-rw-r--r--view/theme/redbasic/img/screenshot.pngbin0 -> 131184 bytes
-rw-r--r--view/theme/redbasic/schema/BS-Default.css7
-rw-r--r--view/theme/redbasic/schema/Focus-Boxy.css15
-rw-r--r--view/theme/redbasic/schema/Focus-Boxy.php (renamed from view/theme/redbasic/schema/boxy.php)0
-rw-r--r--view/theme/redbasic/schema/Focus-Light.css4
-rw-r--r--view/theme/redbasic/schema/Focus-Light.php (renamed from view/theme/redbasic/schema/BS-Default.php)0
-rw-r--r--view/theme/redbasic/schema/boxy.css7
-rw-r--r--view/theme/redbasic/schema/dark.css49
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css (renamed from view/theme/redbasic/schema/simple_black_on_white.css)0
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php (renamed from view/theme/redbasic/schema/simple_black_on_white.php)0
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css (renamed from view/theme/redbasic/schema/simple_green_on_black.css)0
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php (renamed from view/theme/redbasic/schema/simple_green_on_black.php)0
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css (renamed from view/theme/redbasic/schema/simple_white_on_black.css)0
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php (renamed from view/theme/redbasic/schema/simple_white_on_black.php)0
16 files changed, 67 insertions, 38 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index dfd03707f..9f78f06c5 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -120,7 +120,12 @@ a:focus,
input, optgroup, select, textarea {
font-size: 0.9rem !important;
+}
+
+input[type=text], textarea {
resize: vertical;
+ background-color: $comment_item_colour;
+ color: $font_colour;
}
.selected-doco-nav {
@@ -1046,12 +1051,14 @@ img.mail-conv-sender-photo {
}
#profile-jot-wrapper {
- background-color: rgba(254,254,254,1);
- border: 1px solid #ccc;
+ background-color: rgba(254, 254, 254, 1);
+ border: 1px solid rgba(0, 0, 0, .2);
border-radius: $radius;
}
+#jot-title,
+#jot-pagetitle,
#profile-jot-text {
border-radius: $radius;
}
@@ -1203,7 +1210,6 @@ img.mail-conv-sender-photo {
}
#note-text {
- border: 1px solid #ccc;
border-radius: $radius;
}
@@ -1298,8 +1304,7 @@ img.mail-conv-sender-photo {
}
.generic-content-wrapper {
- border: 1px solid #ccc;
- box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
+ border: 1px solid rgba(0, 0, 0, .2);
border-radius: $radius;
margin-bottom: 1.5rem;
}
@@ -1334,7 +1339,7 @@ img.mail-conv-sender-photo {
.section-content-tools-wrapper {
padding: 7px 10px;
background-color: $comment_item_colour;
- border-bottom: 3px solid comment_item_colour;
+ border-bottom: 3px solid $comment_item_colour;
}
.section-content-info-wrapper {
@@ -1578,7 +1583,7 @@ dl.bb-dl > dd > li {
.bootstrap-tagsinput .tag:before {
/* Copied from fa-asterisk, is there a better way to do it? */
- font-family: FontAwesome;
+ font-family: ForkAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
@@ -1790,3 +1795,7 @@ dl.bb-dl > dd > li {
position: absolute;
text-shadow: -2px 0 1px #fff, 0 2px 1px#fff, 2px 0 1px #fff, 0 -2px 1px #fff;
}
+
+.cover-photo-review {
+ margin-bottom: 10px;
+}
diff --git a/view/theme/redbasic/img/screenshot.jpg b/view/theme/redbasic/img/screenshot.jpg
deleted file mode 100644
index ac9258bd6..000000000
--- a/view/theme/redbasic/img/screenshot.jpg
+++ /dev/null
Binary files differ
diff --git a/view/theme/redbasic/img/screenshot.png b/view/theme/redbasic/img/screenshot.png
new file mode 100644
index 000000000..60d7e23f6
--- /dev/null
+++ b/view/theme/redbasic/img/screenshot.png
Binary files differ
diff --git a/view/theme/redbasic/schema/BS-Default.css b/view/theme/redbasic/schema/BS-Default.css
deleted file mode 100644
index 9045d3b97..000000000
--- a/view/theme/redbasic/schema/BS-Default.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.navbar-dark .navbar-toggler {
- color: rgba(0,0,0,0.7);
-}
-
-#notifications-btn.text-white {
- color: #777 !important;
-}
diff --git a/view/theme/redbasic/schema/Focus-Boxy.css b/view/theme/redbasic/schema/Focus-Boxy.css
new file mode 100644
index 000000000..b9b259796
--- /dev/null
+++ b/view/theme/redbasic/schema/Focus-Boxy.css
@@ -0,0 +1,15 @@
+.comment .wall-item-body {
+ padding-left: 42px;
+}
+
+.wall-item-content-wrapper.comment {
+ border-bottom: 1px solid #dee2e6;
+}
+
+.widget {
+ border: 1px solid #dee2e6;
+}
+
+#note-text {
+ border: 1px solid transparent;
+}
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/Focus-Boxy.php
index f298a0def..f298a0def 100644
--- a/view/theme/redbasic/schema/boxy.php
+++ b/view/theme/redbasic/schema/Focus-Boxy.php
diff --git a/view/theme/redbasic/schema/Focus-Light.css b/view/theme/redbasic/schema/Focus-Light.css
new file mode 100644
index 000000000..d23fc0fd8
--- /dev/null
+++ b/view/theme/redbasic/schema/Focus-Light.css
@@ -0,0 +1,4 @@
+.navbar-dark .navbar-toggler,
+.navbar-dark .nav-link.active {
+ color: rgba(0,0,0,0.7) !important;
+}
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/Focus-Light.php
index 14ee130d9..14ee130d9 100644
--- a/view/theme/redbasic/schema/BS-Default.php
+++ b/view/theme/redbasic/schema/Focus-Light.php
diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
deleted file mode 100644
index 43ef3e34e..000000000
--- a/view/theme/redbasic/schema/boxy.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.comment .wall-item-body {
- padding-left: 42px;
-}
-
-.wall-item-content-wrapper.comment {
- border-bottom: 1px solid #ccc;
-}
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 0a142a07f..dbee67c84 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -1,5 +1,4 @@
.generic-content-wrapper {
- border: 1px solid #111;
background-color: transparent;
}
@@ -15,13 +14,26 @@ textarea, input, select
padding: 10px 0;
}
+#jot-title {
+ border-radius: 3px;
+}
+
#jot-title-wrap {
border-bottom: none;
margin-bottom: 5px;
}
+#jot-category-wrap {
+ border-bottom: none;
+ margin-bottom: 5px;
+}
+
+.bootstrap-tagsinput {
+ background: #333;
+}
+
optgroup {
- color: #CCC !important;
+ color: #CCC !important;
}
option {
@@ -132,10 +144,11 @@ option {
.abook-self {
border: 1px solid #222;
color: #555;
- background-color:#111;
+ background-color:#111;
}
-.modal-content {
+.modal-content,
+#notifications_wrapper {
background-color: #111;
}
@@ -208,7 +221,7 @@ a.btn, aside a {
}
.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus {
color: #FFF !important;
- background-color: #C9302C !important;
+ background-color: #C9302C !important;
border-color: #AC2925 !important;
}
@@ -278,7 +291,7 @@ nav .dropdown-menu {
border-bottom:1px solid #333;
}
-.nav-tabs .nav-link.active {
+.nav-tabs .nav-link.active {
color: #fff;
background-color: #111;
border-color: #333;
@@ -297,7 +310,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
background-color: #222;
}
-a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
+a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
}
@@ -343,6 +356,10 @@ pre {
border:1px solid #090909;
}
+#wiki-content-container code {
+ background: #000;
+}
+
.notif-item a {
color: #ccc;
}
@@ -352,23 +369,23 @@ pre {
}
.dropdown-menu {
- background-color: #222;
+ background-color: #222;
}
.dropdown-menu >li > a {
- color: #ccc;
+ color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- color: #ddd;
- background-color: #333;
+ color: #ddd;
+ background-color: #333;
background-image: none;
}
.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus {
- color: #ccc;
- background-color: #222;
- border-color: #222;
+ color: #ccc;
+ background-color: #222;
+ border-color: #222;
}
.pmenu-item:hover a {
@@ -444,7 +461,7 @@ pre {
.profile-match-wrapper {
- width: 150px;
+ width: 150px;
height: 120px;
border: none;
}
@@ -462,5 +479,3 @@ pre {
.widget-nav-pills-checkbox:hover + a {
background-color: #222;
}
-
-
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css
index ab819d774..ab819d774 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.css
+++ b/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).css
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php
index 554e832f0..554e832f0 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white_(unmaintained,deprecated).php
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css
index c8ea87050..c8ea87050 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).css
diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php
index 8192180db..8192180db 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.php
+++ b/view/theme/redbasic/schema/simple_green_on_black_(unmaintained,deprecated).php
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css
index ea04d4d9e..ea04d4d9e 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).css
diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php
index b64f60bbe..b64f60bbe 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.php
+++ b/view/theme/redbasic/schema/simple_white_on_black_(unmaintained,deprecated).php