aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css10
-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/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
13 files changed, 24 insertions, 19 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6e516b21e..0bb523457 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1051,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;
}
@@ -1208,7 +1210,6 @@ img.mail-conv-sender-photo {
}
#note-text {
- border: 1px solid #ccc;
border-radius: $radius;
}
@@ -1303,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;
}
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/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