diff options
Diffstat (limited to 'view/theme/redbasic')
14 files changed, 36 insertions, 22 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index dfd03707f..0bb523457 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 { @@ -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/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 d0154bfb1..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; } @@ -148,7 +147,8 @@ option { background-color:#111; } -.modal-content { +.modal-content, +#notifications_wrapper { background-color: #111; } 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 |