diff --git a/ussrbasic/img/screenshot.png b/ussrbasic/img/screenshot.png index 5169171..4229c2e 100644 Binary files a/ussrbasic/img/screenshot.png and b/ussrbasic/img/screenshot.png differ diff --git a/ussrbasic/php/theme.php b/ussrbasic/php/theme.php index a7fb158..aa16bcb 100644 --- a/ussrbasic/php/theme.php +++ b/ussrbasic/php/theme.php @@ -3,7 +3,7 @@ /** * * Name: Ussrbasic * * Description: ussr.win default 3 column theme - * * Version: 4.4.1 + * * Version: 4.4.2 * * MinVersion: 3.8 * * MaxVersion: 6.0 * * Author: Fabrixxm diff --git a/ussrbasic/schema/Focus-Nolikes.css b/ussrbasic/schema/Focus-Nolikes.css new file mode 100644 index 0000000..20dddb6 --- /dev/null +++ b/ussrbasic/schema/Focus-Nolikes.css @@ -0,0 +1,24 @@ +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasic/schema/Nolikes.php b/ussrbasic/schema/Focus-Nolikes.php similarity index 100% rename from ussrbasic/schema/Nolikes.php rename to ussrbasic/schema/Focus-Nolikes.php diff --git a/ussrbasic/schema/Focus-Nominus-Nolikes.css b/ussrbasic/schema/Focus-Nominus-Nolikes.css new file mode 100644 index 0000000..8ebe95e --- /dev/null +++ b/ussrbasic/schema/Focus-Nominus-Nolikes.css @@ -0,0 +1,29 @@ +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasic/schema/Nominus-Nolikes.php b/ussrbasic/schema/Focus-Nominus-Nolikes.php similarity index 100% rename from ussrbasic/schema/Nominus-Nolikes.php rename to ussrbasic/schema/Focus-Nominus-Nolikes.php diff --git a/ussrbasic/schema/Focus-Nominus.css b/ussrbasic/schema/Focus-Nominus.css new file mode 100644 index 0000000..cc68d39 --- /dev/null +++ b/ussrbasic/schema/Focus-Nominus.css @@ -0,0 +1,21 @@ +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasic/schema/Nominus.php b/ussrbasic/schema/Focus-Nominus.php similarity index 100% rename from ussrbasic/schema/Nominus.php rename to ussrbasic/schema/Focus-Nominus.php diff --git a/ussrbasic/schema/GreenGrey-Nolikes.css b/ussrbasic/schema/GreenGrey-Nolikes.css new file mode 100644 index 0000000..1d20d69 --- /dev/null +++ b/ussrbasic/schema/GreenGrey-Nolikes.css @@ -0,0 +1,302 @@ +/* disable reashred content streching */ +.reshared-content img { + width: auto; +} + +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/Nolikes.php b/ussrbasic/schema/GreenGrey-Nolikes.php similarity index 100% rename from ussrbasicleft/schema/Nolikes.php rename to ussrbasic/schema/GreenGrey-Nolikes.php diff --git a/ussrbasic/schema/GreenGrey-Nominus-Nolikes.css b/ussrbasic/schema/GreenGrey-Nominus-Nolikes.css new file mode 100644 index 0000000..d864800 --- /dev/null +++ b/ussrbasic/schema/GreenGrey-Nominus-Nolikes.css @@ -0,0 +1,307 @@ +/* disable reashred content streching */ +.reshared-content img { + width: auto; +} + +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/Nominus-Nolikes.php b/ussrbasic/schema/GreenGrey-Nominus-Nolikes.php similarity index 100% rename from ussrbasicleft/schema/Nominus-Nolikes.php rename to ussrbasic/schema/GreenGrey-Nominus-Nolikes.php diff --git a/ussrbasic/schema/GreenGrey-Nominus.css b/ussrbasic/schema/GreenGrey-Nominus.css new file mode 100644 index 0000000..6a21476 --- /dev/null +++ b/ussrbasic/schema/GreenGrey-Nominus.css @@ -0,0 +1,299 @@ +/* disable reashred content streching */ +.reshared-content img { + width: auto; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/Nominus.php b/ussrbasic/schema/GreenGrey-Nominus.php similarity index 100% rename from ussrbasicleft/schema/Nominus.php rename to ussrbasic/schema/GreenGrey-Nominus.php diff --git a/ussrbasic/schema/GreenGrey.css b/ussrbasic/schema/GreenGrey.css new file mode 100644 index 0000000..d864800 --- /dev/null +++ b/ussrbasic/schema/GreenGrey.css @@ -0,0 +1,307 @@ +/* disable reashred content streching */ +.reshared-content img { + width: auto; +} + +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicright/schema/Nolikes.php b/ussrbasic/schema/GreenGrey.php similarity index 100% rename from ussrbasicright/schema/Nolikes.php rename to ussrbasic/schema/GreenGrey.php diff --git a/ussrbasic/schema/Nolikes.css b/ussrbasic/schema/Nolikes.css deleted file mode 100644 index b6ebad8..0000000 --- a/ussrbasic/schema/Nolikes.css +++ /dev/null @@ -1,7 +0,0 @@ -.wall-item-like { - visibility: hidden; -} - -.wall-item-tools-right > .btn-group > .btn:first-child { - visibility: hidden; -} diff --git a/ussrbasic/schema/Nominus-Nolikes.css b/ussrbasic/schema/Nominus-Nolikes.css deleted file mode 100644 index 4bbbf72..0000000 --- a/ussrbasic/schema/Nominus-Nolikes.css +++ /dev/null @@ -1,11 +0,0 @@ -.wall-item-like { - visibility: hidden; -} - -.wall-item-tools-right > .btn-group > .btn:first-child { - visibility: hidden; -} - -.fa-minus-circle { - visibility: hidden; -} diff --git a/ussrbasic/schema/Nominus.css b/ussrbasic/schema/Nominus.css deleted file mode 100644 index 76ff1fe..0000000 --- a/ussrbasic/schema/Nominus.css +++ /dev/null @@ -1,3 +0,0 @@ -.fa-minus-circle { - visibility: hidden; -} \ No newline at end of file diff --git a/ussrbasic/schema/dark-Nominus.css b/ussrbasic/schema/dark-Nominus.css deleted file mode 100644 index d0321a3..0000000 --- a/ussrbasic/schema/dark-Nominus.css +++ /dev/null @@ -1,486 +0,0 @@ -.generic-content-wrapper { - background-color: transparent; -} - -textarea, input, select -{ - color: #BBB !important; - background: #333 !important; - border-color: #2B2B2B !important; - } - -#profile-jot-submit-wrapper { - border-top: none; - 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; -} - -option { - color: $link_colour !important; -} - -.vcard, #contact-block, .widget { - background-color: transparent; - border: none; - border-bottom: 1px solid #333; - border-radius: 0px -} - -#profile-photo-wrapper { - border: none; -} - -#profile-edit-default-desc { - background-color: #665029; - color: #FFF; - padding: 20px; -} - -.photo { - box-shadow: none; -} - -.abook-pending-contact, .abook-permschange { - background: #402900; -} - -.contact-entry-wrapper { - border: 1px solid #333; -} - -#cboxContent a { - color: #000; -} - -#cboxContent { - color: #111; -} - -#adminpage table tr:hover { - background-color: #222; -} - -#colorbox { - border: 0px solid #1E1E1E; - background-color: #1E1E1E; -} - -.chat-item-text { - background-color: #222; -} - -.fc-state-highlight { - background: none repeat scroll 0% 0% #333 !important; -} - -.well { - background-color: #1E1E1E; - border: 1px solid #222; - background-image: linear-gradient(to bottom, #1E1E1E 0px, #1E1E1E 100%); -} - -.alert-info, .section-content-info-wrapper { - color: #CCC; - background-color:#333; - border-color: #444; - background-image: linear-gradient(to bottom, #333 0px, #333 100%); -} - -.abook-self { - background-color: #251111; -} - -.acl-button-show, -.acl-button-hide { - color: #fff; -} - -#acl-select { - background-color:#333; - border: 1px solid #444; - color: #FFF; -} - -#acl-showall { - color: #FFF; -} - - -#acl-list { - border: 1px solid #444; -} - -#acl-search-wrapper { - border-bottom: 1px solid #444; -} - -.acl-list-item { - border: 1px solid #222; - color: #CCC; - background-color:#333; -} - -.abook-self { - border: 1px solid #222; - color: #555; - background-color:#111; -} - -.modal-content, -#notifications_wrapper { - background-color: #111; -} - -.dropdown-header.text-black-50, -.nav-link.active { - color:#fff !important; -} - -a.btn, aside a { - font-weight: 400 !important; -} - -.btn { - background-color: #1e1e1e; - border-color: #222; - color: #ccc; - text-shadow: none; - box-shadow: none; -} - -.btn:hover, .btn:focus, .btn:active { - background-color: #222; - border-color: #222; - color: #fff; - text-decoration: underline; -} - -.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active { - text-decoration: none; -} - -.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button { - background-color: #337AB7; - color: #FFF; -} - -.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 { - border-color: #204D74; - background-color: #286090; - color: #FFF; -} - -.btn-success { - color: #FFF !important; - background-color: #5CB85C !important; - border-color: #4CAE4C !important; -} - -.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; -} - -.pager_first, -.pager_last, -.pager_prev, -.pager_next, -.pager-prev, -.pager-next, -.pager_n { - border: 1px solid #222; - background: #1e1e1e; -} - -input { - border: 1px solid #222; -} - -input[type="submit"] { - background-color: #333; - color: #fff; -} - -.notify-seen a { - background: #111; - color: #222 !important; -} - -.notify-seen a:hover { - background: #222; - color: #ccc !important; -} - -nav .dropdown-menu>li>a{ - color: #fff; -} - -nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ - color: #fff; - background-color: #222; - background-image: none; -} - -nav .dropdown-menu .divider{ - background-color: #222; -} - -nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ - color: #fff; - background-color: #222; - background-image: none; -} - -nav .dropdown-menu { - background-color: #000; -} - -#nav-search-text { - background-color: #999; -} - -.autocomplete .selected { - background: #999; -} - -.nav-tabs { - border-bottom:1px solid #333; -} - -.nav-tabs .nav-link.active { - color: #fff; - background-color: #111; - border-color: #333; -} - -.nav-tabs .nav-link:hover, -.nav-tabs .nav-link:focus { - text-decoration: underline; - background-color: #222; - color: #ccc; - border-color: #333; -} - -aside .nav > li > a:hover, aside .nav > li > a:focus { - text-decoration: underline; - background-color: #222; -} - -a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { - font-weight: bold; -} - -.list-group-item { - background-color: #222; -} - -.text-dark { - color: #aaa !important; -} -a.text-dark:focus, a.text-dark:hover { - color: #ddd !important; -} - -.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active { - color: #fff !important; - text-decoration: underline !important; -} - -.generic-content-wrapper-styled { - background-color: rgba(28,28,28,0.8); -} - -.autocomplete { - background: #222; -} - -blockquote { - background-color: #1e1e1e; - border-left: 3px solid #666; - color: #ccc; -} - -code { - border: 1px solid #090909; - background: #000; - color: #fff; -} - -pre { - background: #000; - color: #fff; - border:1px solid #090909; -} - -#wiki-content-container code { - background: #000; -} - -.notif-item a { - color: #ccc; -} - -.notif-item a:hover { - color: #fff; -} - -.dropdown-menu { - background-color: #222; -} - -.dropdown-menu >li > a { - color: #ccc !important; -} - -.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { - 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; -} - -.pmenu-item:hover a { - background-color: #333 !important; - color: #ddd; -} - -.preview { - background: url('../img/gray_and_black_diagonal_stripes_background_seamless.gif'); -} - -.xdsoft_datepicker.active { - color: #222 !important; - text-decoration: none !important; -} - -.xdsoft_datepicker.active:hover, .xdsoft_datepicker.active:focus { - color: #222 !important; - text-decoration: underline; -} - -@media (min-width: 768px) { - .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #333; - } -} - -#profile-jot-wrapper { - background-color: inherit; - border: none; -} - -.nav-tabs.nav-justified { - background-color: inherit; - border: none; -} - -.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover { - background-color: #191919; -} - -.table > tbody > tr > td { - border-color: #888; -} - -.help-content { - border-bottom: #222 thin solid; -} - -.help-content-open { - -moz-box-shadow: 0px 3px 3px #222; - -webkit-box-shadow: 0px 3px 3px #222; - box-shadow: 0px 3px 3px #222; -} - -.contextual-help-content-open { - background: $nav_bg; - border-bottom: #555 1px solid; - box-shadow: 0px 3px 3px rgba(85,85,85,0.2); -} - -.contextual-help-tool { - opacity: 0.5; -} - -.contextual-help-tool:hover { - opacity: 1; -} - -.contextual-help-tool i { - color: $link_colour; -} - - -.profile-match-wrapper { - width: 150px; - height: 120px; - border: none; -} - -.profile-match-name { - width: 144px; - white-space: nowrap; - text-overflow: ellipsis; -} - -.widget-nav-pills-icons:hover + a { - background-color: #222; -} - -.widget-nav-pills-checkbox:hover + a { - background-color: #222; -} - -.fa-minus-circle { - visibility: hidden; -} \ No newline at end of file diff --git a/ussrbasic/schema/dark-Nominus.php b/ussrbasic/schema/dark-Nominus.php deleted file mode 100644 index af4b122..0000000 --- a/ussrbasic/schema/dark-Nominus.php +++ /dev/null @@ -1,41 +0,0 @@ - .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* personal zlax file insted tags title */ +div.tagblock > h3 { + position: relative; + left: 33%; + content: url(https://ussr.win/photo/73e2201da875ccae6fecadfcf8ccba55c6c8ac093634d2e4af8e0f3cec1f2de3.gif); +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicright/schema/Nominus-Nolikes.php b/ussrbasic/schema/zlax.php similarity index 100% rename from ussrbasicright/schema/Nominus-Nolikes.php rename to ussrbasic/schema/zlax.php diff --git a/ussrbasicleft/img/screenshot.png b/ussrbasicleft/img/screenshot.png index 22a7828..1adb914 100644 Binary files a/ussrbasicleft/img/screenshot.png and b/ussrbasicleft/img/screenshot.png differ diff --git a/ussrbasicleft/pdl/mod_channel.pdl b/ussrbasicleft/pdl/mod_channel.pdl index 3632ec6..12ce1f6 100644 --- a/ussrbasicleft/pdl/mod_channel.pdl +++ b/ussrbasicleft/pdl/mod_channel.pdl @@ -2,13 +2,13 @@ [widget=cover_photo][/widget] [/region] [region=aside] +[widget=notifications][/widget] [widget=fullprofile][/widget] [widget=tagcloud_wall][var=limit]50[/var][/widget] [widget=categories][/widget] [widget=archive][var=wall]1[/var][/widget] [widget=common_friends][/widget] [widget=newmember][/widget] -[widget=notifications][/widget] [/region] [region=right_aside] [/region] diff --git a/ussrbasicleft/pdl/mod_chanview.pdl b/ussrbasicleft/pdl/mod_chanview.pdl index 936daf2..9d8a659 100644 --- a/ussrbasicleft/pdl/mod_chanview.pdl +++ b/ussrbasicleft/pdl/mod_chanview.pdl @@ -1,6 +1,6 @@ [region=aside] -[widget=vcard][/widget] [widget=notifications][/widget] +[widget=vcard][/widget] [widget=newmember][/widget] [/region] [region=right_aside] diff --git a/ussrbasicleft/php/theme.php b/ussrbasicleft/php/theme.php index 2daf535..6a59b54 100644 --- a/ussrbasicleft/php/theme.php +++ b/ussrbasicleft/php/theme.php @@ -2,8 +2,8 @@ /** * * Name: Ussrbasicleft - * * Description: 2 column, left navigation - * * Version: 4.4.1 + * * Description: 2 column, left navigation panel + * * Version: 4.4.2 * * MinVersion: 3.8 * * MaxVersion: 6.0 * * Author: Fabrixxm diff --git a/ussrbasicleft/schema/Focus-Nolikes.css b/ussrbasicleft/schema/Focus-Nolikes.css new file mode 100644 index 0000000..20dddb6 --- /dev/null +++ b/ussrbasicleft/schema/Focus-Nolikes.css @@ -0,0 +1,24 @@ +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasicright/schema/Nominus.php b/ussrbasicleft/schema/Focus-Nolikes.php similarity index 100% rename from ussrbasicright/schema/Nominus.php rename to ussrbasicleft/schema/Focus-Nolikes.php diff --git a/ussrbasicleft/schema/Focus-Nominus-Nolikes.css b/ussrbasicleft/schema/Focus-Nominus-Nolikes.css new file mode 100644 index 0000000..8ebe95e --- /dev/null +++ b/ussrbasicleft/schema/Focus-Nominus-Nolikes.css @@ -0,0 +1,29 @@ +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasicleft/schema/Focus-Nominus-Nolikes.php b/ussrbasicleft/schema/Focus-Nominus-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicleft/schema/Focus-Nominus-Nolikes.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/GreenGrey-Nolikes.php b/ussrbasicleft/schema/GreenGrey-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicleft/schema/GreenGrey-Nolikes.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/GreenGrey-Nominus-Nolikes.php b/ussrbasicleft/schema/GreenGrey-Nominus-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicleft/schema/GreenGrey-Nominus-Nolikes.php @@ -0,0 +1,2 @@ + div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/GreenGrey-Nominus.php b/ussrbasicleft/schema/GreenGrey-Nominus.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicleft/schema/GreenGrey-Nominus.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicleft/schema/GreenGrey.php b/ussrbasicleft/schema/GreenGrey.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicleft/schema/GreenGrey.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { - visibility: hidden; -} diff --git a/ussrbasicleft/schema/Nominus-Nolikes.css b/ussrbasicleft/schema/Nominus-Nolikes.css deleted file mode 100644 index 4bbbf72..0000000 --- a/ussrbasicleft/schema/Nominus-Nolikes.css +++ /dev/null @@ -1,11 +0,0 @@ -.wall-item-like { - visibility: hidden; -} - -.wall-item-tools-right > .btn-group > .btn:first-child { - visibility: hidden; -} - -.fa-minus-circle { - visibility: hidden; -} diff --git a/ussrbasicleft/schema/Nominus.css b/ussrbasicleft/schema/Nominus.css deleted file mode 100644 index 76ff1fe..0000000 --- a/ussrbasicleft/schema/Nominus.css +++ /dev/null @@ -1,3 +0,0 @@ -.fa-minus-circle { - visibility: hidden; -} \ No newline at end of file diff --git a/ussrbasicleft/schema/dark-Nominus.css b/ussrbasicleft/schema/dark-Nominus.css deleted file mode 100644 index d0321a3..0000000 --- a/ussrbasicleft/schema/dark-Nominus.css +++ /dev/null @@ -1,486 +0,0 @@ -.generic-content-wrapper { - background-color: transparent; -} - -textarea, input, select -{ - color: #BBB !important; - background: #333 !important; - border-color: #2B2B2B !important; - } - -#profile-jot-submit-wrapper { - border-top: none; - 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; -} - -option { - color: $link_colour !important; -} - -.vcard, #contact-block, .widget { - background-color: transparent; - border: none; - border-bottom: 1px solid #333; - border-radius: 0px -} - -#profile-photo-wrapper { - border: none; -} - -#profile-edit-default-desc { - background-color: #665029; - color: #FFF; - padding: 20px; -} - -.photo { - box-shadow: none; -} - -.abook-pending-contact, .abook-permschange { - background: #402900; -} - -.contact-entry-wrapper { - border: 1px solid #333; -} - -#cboxContent a { - color: #000; -} - -#cboxContent { - color: #111; -} - -#adminpage table tr:hover { - background-color: #222; -} - -#colorbox { - border: 0px solid #1E1E1E; - background-color: #1E1E1E; -} - -.chat-item-text { - background-color: #222; -} - -.fc-state-highlight { - background: none repeat scroll 0% 0% #333 !important; -} - -.well { - background-color: #1E1E1E; - border: 1px solid #222; - background-image: linear-gradient(to bottom, #1E1E1E 0px, #1E1E1E 100%); -} - -.alert-info, .section-content-info-wrapper { - color: #CCC; - background-color:#333; - border-color: #444; - background-image: linear-gradient(to bottom, #333 0px, #333 100%); -} - -.abook-self { - background-color: #251111; -} - -.acl-button-show, -.acl-button-hide { - color: #fff; -} - -#acl-select { - background-color:#333; - border: 1px solid #444; - color: #FFF; -} - -#acl-showall { - color: #FFF; -} - - -#acl-list { - border: 1px solid #444; -} - -#acl-search-wrapper { - border-bottom: 1px solid #444; -} - -.acl-list-item { - border: 1px solid #222; - color: #CCC; - background-color:#333; -} - -.abook-self { - border: 1px solid #222; - color: #555; - background-color:#111; -} - -.modal-content, -#notifications_wrapper { - background-color: #111; -} - -.dropdown-header.text-black-50, -.nav-link.active { - color:#fff !important; -} - -a.btn, aside a { - font-weight: 400 !important; -} - -.btn { - background-color: #1e1e1e; - border-color: #222; - color: #ccc; - text-shadow: none; - box-shadow: none; -} - -.btn:hover, .btn:focus, .btn:active { - background-color: #222; - border-color: #222; - color: #fff; - text-decoration: underline; -} - -.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active { - text-decoration: none; -} - -.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button { - background-color: #337AB7; - color: #FFF; -} - -.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 { - border-color: #204D74; - background-color: #286090; - color: #FFF; -} - -.btn-success { - color: #FFF !important; - background-color: #5CB85C !important; - border-color: #4CAE4C !important; -} - -.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; -} - -.pager_first, -.pager_last, -.pager_prev, -.pager_next, -.pager-prev, -.pager-next, -.pager_n { - border: 1px solid #222; - background: #1e1e1e; -} - -input { - border: 1px solid #222; -} - -input[type="submit"] { - background-color: #333; - color: #fff; -} - -.notify-seen a { - background: #111; - color: #222 !important; -} - -.notify-seen a:hover { - background: #222; - color: #ccc !important; -} - -nav .dropdown-menu>li>a{ - color: #fff; -} - -nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ - color: #fff; - background-color: #222; - background-image: none; -} - -nav .dropdown-menu .divider{ - background-color: #222; -} - -nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ - color: #fff; - background-color: #222; - background-image: none; -} - -nav .dropdown-menu { - background-color: #000; -} - -#nav-search-text { - background-color: #999; -} - -.autocomplete .selected { - background: #999; -} - -.nav-tabs { - border-bottom:1px solid #333; -} - -.nav-tabs .nav-link.active { - color: #fff; - background-color: #111; - border-color: #333; -} - -.nav-tabs .nav-link:hover, -.nav-tabs .nav-link:focus { - text-decoration: underline; - background-color: #222; - color: #ccc; - border-color: #333; -} - -aside .nav > li > a:hover, aside .nav > li > a:focus { - text-decoration: underline; - background-color: #222; -} - -a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { - font-weight: bold; -} - -.list-group-item { - background-color: #222; -} - -.text-dark { - color: #aaa !important; -} -a.text-dark:focus, a.text-dark:hover { - color: #ddd !important; -} - -.group-selected, .fileas-selected, .categories-selected, .search-selected, a.active { - color: #fff !important; - text-decoration: underline !important; -} - -.generic-content-wrapper-styled { - background-color: rgba(28,28,28,0.8); -} - -.autocomplete { - background: #222; -} - -blockquote { - background-color: #1e1e1e; - border-left: 3px solid #666; - color: #ccc; -} - -code { - border: 1px solid #090909; - background: #000; - color: #fff; -} - -pre { - background: #000; - color: #fff; - border:1px solid #090909; -} - -#wiki-content-container code { - background: #000; -} - -.notif-item a { - color: #ccc; -} - -.notif-item a:hover { - color: #fff; -} - -.dropdown-menu { - background-color: #222; -} - -.dropdown-menu >li > a { - color: #ccc !important; -} - -.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { - 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; -} - -.pmenu-item:hover a { - background-color: #333 !important; - color: #ddd; -} - -.preview { - background: url('../img/gray_and_black_diagonal_stripes_background_seamless.gif'); -} - -.xdsoft_datepicker.active { - color: #222 !important; - text-decoration: none !important; -} - -.xdsoft_datepicker.active:hover, .xdsoft_datepicker.active:focus { - color: #222 !important; - text-decoration: underline; -} - -@media (min-width: 768px) { - .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #333; - } -} - -#profile-jot-wrapper { - background-color: inherit; - border: none; -} - -.nav-tabs.nav-justified { - background-color: inherit; - border: none; -} - -.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover { - background-color: #191919; -} - -.table > tbody > tr > td { - border-color: #888; -} - -.help-content { - border-bottom: #222 thin solid; -} - -.help-content-open { - -moz-box-shadow: 0px 3px 3px #222; - -webkit-box-shadow: 0px 3px 3px #222; - box-shadow: 0px 3px 3px #222; -} - -.contextual-help-content-open { - background: $nav_bg; - border-bottom: #555 1px solid; - box-shadow: 0px 3px 3px rgba(85,85,85,0.2); -} - -.contextual-help-tool { - opacity: 0.5; -} - -.contextual-help-tool:hover { - opacity: 1; -} - -.contextual-help-tool i { - color: $link_colour; -} - - -.profile-match-wrapper { - width: 150px; - height: 120px; - border: none; -} - -.profile-match-name { - width: 144px; - white-space: nowrap; - text-overflow: ellipsis; -} - -.widget-nav-pills-icons:hover + a { - background-color: #222; -} - -.widget-nav-pills-checkbox:hover + a { - background-color: #222; -} - -.fa-minus-circle { - visibility: hidden; -} \ No newline at end of file diff --git a/ussrbasicleft/schema/dark-Nominus.php b/ussrbasicleft/schema/dark-Nominus.php deleted file mode 100644 index af4b122..0000000 --- a/ussrbasicleft/schema/dark-Nominus.php +++ /dev/null @@ -1,41 +0,0 @@ - .btn-group > .btn:first-child { - visibility: hidden; -} - +/* disable allcontact link in profile */ .allcontact-link { display: none; } +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ .fa-minus-circle { visibility: hidden; } +/* personal zlax file insted tags title */ div.tagblock > h3 { position: relative; left: 33%; content: url(https://ussr.win/photo/73e2201da875ccae6fecadfcf8ccba55c6c8ac093634d2e4af8e0f3cec1f2de3.gif); } +/* greengrey colors */ body { background-color: #383c4a; color: #dddddd; @@ -178,7 +182,7 @@ input[type="text"], textarea { } a.dropdown-item { - color: #b3b3b3; + color: #f3f3f3; } .profile-match-wrapper { @@ -286,9 +290,30 @@ blockquote { } .fs { - background-color: #123312; + background-color: #404552; } .bg-primary { background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; } \ No newline at end of file diff --git a/ussrbasicpub/css/style.css b/ussrbasicpub/css/style.css index 2c88a21..f051de4 100644 --- a/ussrbasicpub/css/style.css +++ b/ussrbasicpub/css/style.css @@ -663,7 +663,7 @@ nav .acpopup { } .profile-match-name { - width: 120px; + width: 116px; height: 1.5em; overflow: hidden !important; } @@ -679,8 +679,8 @@ nav .acpopup { .profile-match-wrapper { float: left; - width: 120px; - height: 150px; + width: 118px; + height: 118px; padding: 10px; margin: 8px 10px 0 0; border-top: 1px solid #eee; @@ -856,15 +856,26 @@ div.jGrowl div.jGrowl-notification { .contact-block-content { margin-top: 10px; } -.contact-block-img.archived, .app-deleted, .dim { +.contact-block-img.archived, +.app-deleted, +.dim { opacity: 0.3; filter:alpha(opacity=30); } -.profile-match-connect { margin-top: 5px; } +.profile-match-connect { + margin-top: 5px; +} + +.reshared-content { + margin-left: 20px; +} + +.reshared-content img { + width: 100%; +} -.reshared-content { margin-left: 20px; } .shared_header img { border-radius: $radius; margin-right: 10px; @@ -1513,8 +1524,10 @@ blockquote { } main { + left: -$aside_widthpx; width: calc( 100% + $aside_widthpx ); + } main.region_1-on { @@ -1586,7 +1599,6 @@ dl.bb-dl > dd > li { content:"\f069 "; } -/* Modified original CSS to match input in Ussrbasicpub */ .jothidden .bootstrap-tagsinput { border: 0px solid transparent; margin-bottom: 0px; @@ -1791,13 +1803,25 @@ dl.bb-dl > dd > li { } .cover-photo-review { - margin-bottom: 10px; + margin-bottom: 10px; } .hover-fx-hide { - opacity: 0; + opacity: 0; } .hover-fx-show:hover .hover-fx-hide { - opacity: 1; + opacity: 1; +} + +.bg-primary { + background-color: #505050 !important; +} + +.nav-link.active { + background-color: #505050 !important; +} + +#region_3 { + display: none !important; } diff --git a/ussrbasicpub/img/screenshot.png b/ussrbasicpub/img/screenshot.png index eebc62b..b4d7ac7 100644 Binary files a/ussrbasicpub/img/screenshot.png and b/ussrbasicpub/img/screenshot.png differ diff --git a/ussrbasicpub/pdl/mod_admin.pdl b/ussrbasicpub/pdl/mod_admin.pdl new file mode 100644 index 0000000..17b31bf --- /dev/null +++ b/ussrbasicpub/pdl/mod_admin.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=admin][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_appman.pdl b/ussrbasicpub/pdl/mod_appman.pdl new file mode 100644 index 0000000..6fa8295 --- /dev/null +++ b/ussrbasicpub/pdl/mod_appman.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=appcategories][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_apps.pdl b/ussrbasicpub/pdl/mod_apps.pdl new file mode 100644 index 0000000..a323418 --- /dev/null +++ b/ussrbasicpub/pdl/mod_apps.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=appstore][/widget] +[widget=appcategories][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_articles.pdl b/ussrbasicpub/pdl/mod_articles.pdl new file mode 100644 index 0000000..f0e07c0 --- /dev/null +++ b/ussrbasicpub/pdl/mod_articles.pdl @@ -0,0 +1,10 @@ +[region=aside] +[widget=archive][var=articles]1[/var][/widget] +[widget=categories][var=articles]1[/var][/widget] +[widget=tasklist][/widget] +[widget=notes][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_blocks.pdl b/ussrbasicpub/pdl/mod_blocks.pdl new file mode 100644 index 0000000..3b30cbd --- /dev/null +++ b/ussrbasicpub/pdl/mod_blocks.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_cal.pdl b/ussrbasicpub/pdl/mod_cal.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_cal.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_cards.pdl b/ussrbasicpub/pdl/mod_cards.pdl new file mode 100644 index 0000000..5a44ae9 --- /dev/null +++ b/ussrbasicpub/pdl/mod_cards.pdl @@ -0,0 +1,9 @@ +[region=aside] +[widget=categories][var=cards]1[/var][/widget] +[widget=tasklist][/widget] +[widget=notes][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_cdav.pdl b/ussrbasicpub/pdl/mod_cdav.pdl new file mode 100644 index 0000000..cdd12bb --- /dev/null +++ b/ussrbasicpub/pdl/mod_cdav.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=cdav][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_channel.pdl b/ussrbasicpub/pdl/mod_channel.pdl new file mode 100644 index 0000000..12ce1f6 --- /dev/null +++ b/ussrbasicpub/pdl/mod_channel.pdl @@ -0,0 +1,14 @@ +[region=banner] +[widget=cover_photo][/widget] +[/region] +[region=aside] +[widget=notifications][/widget] +[widget=fullprofile][/widget] +[widget=tagcloud_wall][var=limit]50[/var][/widget] +[widget=categories][/widget] +[widget=archive][var=wall]1[/var][/widget] +[widget=common_friends][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_chanview.pdl b/ussrbasicpub/pdl/mod_chanview.pdl new file mode 100644 index 0000000..9d8a659 --- /dev/null +++ b/ussrbasicpub/pdl/mod_chanview.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=notifications][/widget] +[widget=vcard][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_chat.pdl b/ussrbasicpub/pdl/mod_chat.pdl new file mode 100644 index 0000000..ee721e6 --- /dev/null +++ b/ussrbasicpub/pdl/mod_chat.pdl @@ -0,0 +1,11 @@ +[region=aside] +[widget=vcard][/widget] +[widget=chatroom_list][/widget] +[widget=bookmarkedchats][/widget] +[widget=suggestedchats][/widget] +[widget=chatroom_members][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_cloud.pdl b/ussrbasicpub/pdl/mod_cloud.pdl new file mode 100644 index 0000000..936daf2 --- /dev/null +++ b/ussrbasicpub/pdl/mod_cloud.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=vcard][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_common.pdl b/ussrbasicpub/pdl/mod_common.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_common.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_connect.pdl b/ussrbasicpub/pdl/mod_connect.pdl new file mode 100644 index 0000000..261bef6 --- /dev/null +++ b/ussrbasicpub/pdl/mod_connect.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=profile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_connections.pdl b/ussrbasicpub/pdl/mod_connections.pdl new file mode 100644 index 0000000..73942fc --- /dev/null +++ b/ussrbasicpub/pdl/mod_connections.pdl @@ -0,0 +1,10 @@ +[region=aside] +[widget=follow][/widget] +[widget=collections][var=mode][connections[/arg][/widget] +[widget=suggestions][/widget] +[widget=findpeople][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_connedit.pdl b/ussrbasicpub/pdl/mod_connedit.pdl new file mode 100644 index 0000000..39880f9 --- /dev/null +++ b/ussrbasicpub/pdl/mod_connedit.pdl @@ -0,0 +1,10 @@ +[region=aside] +[widget=vcard][/widget] +[widget=collections][var=mode]abook[/var][/widget] +[widget=suggestions][/widget] +[widget=findpeople][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_defperms.pdl b/ussrbasicpub/pdl/mod_defperms.pdl new file mode 100644 index 0000000..e663805 --- /dev/null +++ b/ussrbasicpub/pdl/mod_defperms.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=settings_menu][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_directory.pdl b/ussrbasicpub/pdl/mod_directory.pdl new file mode 100644 index 0000000..c253818 --- /dev/null +++ b/ussrbasicpub/pdl/mod_directory.pdl @@ -0,0 +1,10 @@ +[region=aside] +[widget=findpeople][/widget] +[widget=dirsort][/widget] +[widget=dirtags][/widget] +[widget=suggestions][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_display.pdl b/ussrbasicpub/pdl/mod_display.pdl new file mode 100644 index 0000000..936daf2 --- /dev/null +++ b/ussrbasicpub/pdl/mod_display.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=vcard][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_editblock.pdl b/ussrbasicpub/pdl/mod_editblock.pdl new file mode 100644 index 0000000..3b30cbd --- /dev/null +++ b/ussrbasicpub/pdl/mod_editblock.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_editlayout.pdl b/ussrbasicpub/pdl/mod_editlayout.pdl new file mode 100644 index 0000000..3b30cbd --- /dev/null +++ b/ussrbasicpub/pdl/mod_editlayout.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_editwebpage.pdl b/ussrbasicpub/pdl/mod_editwebpage.pdl new file mode 100644 index 0000000..3b30cbd --- /dev/null +++ b/ussrbasicpub/pdl/mod_editwebpage.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_go.pdl b/ussrbasicpub/pdl/mod_go.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_go.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_group.pdl b/ussrbasicpub/pdl/mod_group.pdl new file mode 100644 index 0000000..6682643 --- /dev/null +++ b/ussrbasicpub/pdl/mod_group.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=collections][var=mode]groups[/var][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_help.pdl b/ussrbasicpub/pdl/mod_help.pdl new file mode 100644 index 0000000..1eb9fea --- /dev/null +++ b/ussrbasicpub/pdl/mod_help.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=helpindex][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_hq.pdl b/ussrbasicpub/pdl/mod_hq.pdl new file mode 100644 index 0000000..06e1f62 --- /dev/null +++ b/ussrbasicpub/pdl/mod_hq.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=hq_controls][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_id.pdl b/ussrbasicpub/pdl/mod_id.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_id.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_layouts.pdl b/ussrbasicpub/pdl/mod_layouts.pdl new file mode 100644 index 0000000..3b30cbd --- /dev/null +++ b/ussrbasicpub/pdl/mod_layouts.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_locs.pdl b/ussrbasicpub/pdl/mod_locs.pdl new file mode 100644 index 0000000..e663805 --- /dev/null +++ b/ussrbasicpub/pdl/mod_locs.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=settings_menu][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_mail.pdl b/ussrbasicpub/pdl/mod_mail.pdl new file mode 100644 index 0000000..7c869d0 --- /dev/null +++ b/ussrbasicpub/pdl/mod_mail.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=mailmenu][/widget] +[widget=conversations][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_menu.pdl b/ussrbasicpub/pdl/mod_menu.pdl new file mode 100644 index 0000000..3b30cbd --- /dev/null +++ b/ussrbasicpub/pdl/mod_menu.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_message.pdl b/ussrbasicpub/pdl/mod_message.pdl new file mode 100644 index 0000000..8b4f6a6 --- /dev/null +++ b/ussrbasicpub/pdl/mod_message.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=mailmenu][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_mitem.pdl b/ussrbasicpub/pdl/mod_mitem.pdl new file mode 100644 index 0000000..42181de --- /dev/null +++ b/ussrbasicpub/pdl/mod_mitem.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=menu_preview][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_moderate.pdl b/ussrbasicpub/pdl/mod_moderate.pdl new file mode 100644 index 0000000..bf7e390 --- /dev/null +++ b/ussrbasicpub/pdl/mod_moderate.pdl @@ -0,0 +1,6 @@ +[region=aside] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_network.pdl b/ussrbasicpub/pdl/mod_network.pdl new file mode 100644 index 0000000..8d1b5cf --- /dev/null +++ b/ussrbasicpub/pdl/mod_network.pdl @@ -0,0 +1,17 @@ +[region=aside] +[widget=notifications][/widget] +[widget=activity_order][/widget] +[widget=activity_filter][/widget] +[widget=savedsearch][/widget] +[widget=suggestions][/widget] +[widget=notes][/widget] +[widget=newmember][/widget] +[/region] + +[region=content] +[widget=affinity][/widget] +$content +[/region] + +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_photos.pdl b/ussrbasicpub/pdl/mod_photos.pdl new file mode 100644 index 0000000..93d04cc --- /dev/null +++ b/ussrbasicpub/pdl/mod_photos.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=vcard][/widget] +[widget=photo_albums][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_profile.pdl b/ussrbasicpub/pdl/mod_profile.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_profile.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_profile_photo.pdl b/ussrbasicpub/pdl/mod_profile_photo.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_profile_photo.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_profiles.pdl b/ussrbasicpub/pdl/mod_profiles.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_profiles.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_profperm.pdl b/ussrbasicpub/pdl/mod_profperm.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_profperm.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_pubstream.pdl b/ussrbasicpub/pdl/mod_pubstream.pdl index 5ece162..e9eae92 100644 --- a/ussrbasicpub/pdl/mod_pubstream.pdl +++ b/ussrbasicpub/pdl/mod_pubstream.pdl @@ -1,7 +1,7 @@ [region=aside] [widget=pubtagcloud][var=trending]8[/var][var=limit]100[/var][/widget] -[/region] -[region=right_aside] [widget=notifications][/widget] [widget=newmember][/widget] [/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_rate.pdl b/ussrbasicpub/pdl/mod_rate.pdl new file mode 100644 index 0000000..936daf2 --- /dev/null +++ b/ussrbasicpub/pdl/mod_rate.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=vcard][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_ratings.pdl b/ussrbasicpub/pdl/mod_ratings.pdl new file mode 100644 index 0000000..4c6fa3c --- /dev/null +++ b/ussrbasicpub/pdl/mod_ratings.pdl @@ -0,0 +1,11 @@ +[region=aside] +[widget=pubsites][/widget] +[widget=vcard][/widget] +[widget=rating][/widget] +[widget=suggestions][/widget] +[widget=findpeople][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_search.pdl b/ussrbasicpub/pdl/mod_search.pdl new file mode 100644 index 0000000..bf7e390 --- /dev/null +++ b/ussrbasicpub/pdl/mod_search.pdl @@ -0,0 +1,6 @@ +[region=aside] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_settings.pdl b/ussrbasicpub/pdl/mod_settings.pdl new file mode 100644 index 0000000..e663805 --- /dev/null +++ b/ussrbasicpub/pdl/mod_settings.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=settings_menu][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_sharedwithme.pdl b/ussrbasicpub/pdl/mod_sharedwithme.pdl new file mode 100644 index 0000000..bf7e390 --- /dev/null +++ b/ussrbasicpub/pdl/mod_sharedwithme.pdl @@ -0,0 +1,6 @@ +[region=aside] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_sources.pdl b/ussrbasicpub/pdl/mod_sources.pdl new file mode 100644 index 0000000..e663805 --- /dev/null +++ b/ussrbasicpub/pdl/mod_sources.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=settings_menu][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_suggest.pdl b/ussrbasicpub/pdl/mod_suggest.pdl new file mode 100644 index 0000000..68c9263 --- /dev/null +++ b/ussrbasicpub/pdl/mod_suggest.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=follow][/widget] +[widget=findpeople][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_thing.pdl b/ussrbasicpub/pdl/mod_thing.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_thing.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_uexport.pdl b/ussrbasicpub/pdl/mod_uexport.pdl new file mode 100644 index 0000000..bf7e390 --- /dev/null +++ b/ussrbasicpub/pdl/mod_uexport.pdl @@ -0,0 +1,6 @@ +[region=aside] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_viewconnections.pdl b/ussrbasicpub/pdl/mod_viewconnections.pdl new file mode 100644 index 0000000..22ecd80 --- /dev/null +++ b/ussrbasicpub/pdl/mod_viewconnections.pdl @@ -0,0 +1,7 @@ +[region=aside] +[widget=fullprofile][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_webpages.pdl b/ussrbasicpub/pdl/mod_webpages.pdl new file mode 100644 index 0000000..3bc576f --- /dev/null +++ b/ussrbasicpub/pdl/mod_webpages.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=design_tools][/widget] +[widget=website_portation_tools][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/pdl/mod_wiki.pdl b/ussrbasicpub/pdl/mod_wiki.pdl new file mode 100644 index 0000000..06c4bef --- /dev/null +++ b/ussrbasicpub/pdl/mod_wiki.pdl @@ -0,0 +1,8 @@ +[region=aside] +[widget=vcard][/widget] +[widget=wiki_pages][/widget] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region] +[region=right_aside] +[/region] diff --git a/ussrbasicpub/php/style.php b/ussrbasicpub/php/style.php index 2612efc..544068d 100644 --- a/ussrbasicpub/php/style.php +++ b/ussrbasicpub/php/style.php @@ -159,5 +159,5 @@ if(file_exists('view/theme/ussrbasicpub/css/style.css')) { // Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this. -if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'ussrbasicpub') - set_pconfig(local_channel(), 'ussrbasicpub', 'schema', '---'); +// if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'ussrbasicpub') +// set_pconfig(local_channel(), 'ussrbasicpub', 'schema', '---'); diff --git a/ussrbasicpub/php/theme.php b/ussrbasicpub/php/theme.php index e0905da..c286303 100644 --- a/ussrbasicpub/php/theme.php +++ b/ussrbasicpub/php/theme.php @@ -2,13 +2,15 @@ /** * * Name: Ussrbasicpub - * * Description: ussr.win hubzilla public theme - * * Version: 4.4.1 - * * MinVersion: 2.3.1 + * * Description: 2 column theme with special informative navbar + * * Version: 4.4.2 + * * MinVersion: 3.8 * * MaxVersion: 6.0 * * Author: Fabrixxm */ function ussrbasicpub_init(&$a) { +App::$theme_info['extends'] = 'redbasic'; + } diff --git a/ussrbasicpub/php/theme_init.php b/ussrbasicpub/php/theme_init.php index 0ac580f..5f73f67 100644 --- a/ussrbasicpub/php/theme_init.php +++ b/ussrbasicpub/php/theme_init.php @@ -13,3 +13,5 @@ head_add_js('/library/bootbox/bootbox.min.js'); head_add_js('/library/bootstrap-tagsinput/bootstrap-tagsinput.js'); head_add_js('/library/datetimepicker/jquery.datetimepicker.js'); head_add_js('/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js'); + + diff --git a/ussrbasicpub/schema/Focus-Nolikes.css b/ussrbasicpub/schema/Focus-Nolikes.css new file mode 100644 index 0000000..20dddb6 --- /dev/null +++ b/ussrbasicpub/schema/Focus-Nolikes.css @@ -0,0 +1,24 @@ +/* disable likes */ +.wall-item-like { + visibility: hidden; +} +.wall-item-tools-right > .btn-group > .btn:first-child { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasicpub/schema/Focus-Nolikes.php b/ussrbasicpub/schema/Focus-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/Focus-Nolikes.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* focus base */ +.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/ussrbasicpub/schema/Focus-Nominus-Nolikes.php b/ussrbasicpub/schema/Focus-Nominus-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/Focus-Nominus-Nolikes.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicpub/schema/GreenGrey-Nolikes.php b/ussrbasicpub/schema/GreenGrey-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/GreenGrey-Nolikes.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicpub/schema/GreenGrey-Nominus-Nolikes.php b/ussrbasicpub/schema/GreenGrey-Nominus-Nolikes.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/GreenGrey-Nominus-Nolikes.php @@ -0,0 +1,2 @@ + div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicpub/schema/GreenGrey-Nominus.php b/ussrbasicpub/schema/GreenGrey-Nominus.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/GreenGrey-Nominus.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicpub/schema/GreenGrey.php b/ussrbasicpub/schema/GreenGrey.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/GreenGrey.php @@ -0,0 +1,2 @@ + .btn-group > .btn:first-child { + visibility: hidden; +} + +/* disable minus icon */ +.fa-minus-circle { + visibility: hidden; +} + +/* personal zlax file insted tags title */ +div.tagblock > h3 { + position: relative; + left: 33%; + content: url(https://ussr.win/photo/73e2201da875ccae6fecadfcf8ccba55c6c8ac093634d2e4af8e0f3cec1f2de3.gif); +} + +/* greengrey colors */ +body { + background-color: #383c4a; + color: #dddddd; +} + +.generic-content-wrapper { + background-color: #383c4a; +} + +.section-subtitle-wrapper, +.collapse, +.show, +.section-title-wrapper { + background-color: #404552; + border-bottom-color: #2b2b2b; +} + +.vcard, .h-card, +.widget, .settings-widget, .section-subtitle-wrapper { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +.fn { + color: #ffffff; +} + +.contextual-help-content, +.section-content-tools-wrapper, .section-content-wrapper { + background-color: #353945; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; +} + +a:link { + color: #63bd65; +} + +a:visited { + color: #87ab63; +} + +a:hover, a:active { + color: #3fec43; +} + +div.profile-match-wrapper > div > a { + color: #ffffff; +} + +.btn, .btn-primary { + background-color: #5c6b5b; + border-bottom-color: #47741c; + border-left-color: #47741c; + border-right-color: #47741c; + border-top-color: #47741c; + color: #ffffff !important; +} + +.btn:hover, .btn-primary:active { + background-color: #4aae40; + border-bottom-color: #29b136; + border-left-color: #29b136; + border-right-color: #29b136; + border-top-color: #29b136; +} + +.bg-dark, .navbar-collapse { + background-color: #2e323e !important; +} + +.form-group:active, .checkbox:hover { + color: #41d24f; +} + +.nav-link.active { + background-color: #315a2b !important; +} + +.list-group-item { + background-color: #4B5162; + border-bottom: #383c4a; + border-left: #383c4a; + border-right: #383c4a; + border-top: #383c4a; + color: #9e9e9e; + border: 1px solid #383c4a; +} + +.list-group-item:hover, .list-group-item:active { + color: #f4f4f4 !important; +} + +.text-dark { + color: #bdbdbd !important; +} + +a.text-dark:hover, a.text-dark:active { + color: #f4f4f4 !important; +} + +.contactname { + color: #bdbdbd; +} + +.wall-item-ago, .dropdown-sub-text { + color: #b3b3b3; +} + +.list-group-item.active { + background-color: #315a2b; + border-color: #0c4704; +} + +.form-control, +.form-control:focus, +input[type="text"]:hover, +input[type="text"]:active, +input[type="text"], textarea { + background-color: #2b2b2b; + border-color: #46583f; + color: #cdcdcd; + box-shadow: 0 0 0 .2rem #415240; +} + +.form-group.checkbox:checked, +.form-group.checkbox > div > input:checked + label .onoffswitch-switch { + background-color: #315a2b; +} + +.form-group.checkbox:hover label { + color: #315a2b; +} + +.dropdown-item.active { + background-color: #315a2b; +} + +.dropdown-divider { + border-top: 1px solid #3e3e3e; +} + +.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .textcomplete-item:focus .dropdown-item, .textcomplete-item:hover .dropdown-item, .textcomplete-item.active .dropdown-item, .textcomplete-item:active .dropdown-item { + background-color: #4b5162; + color: #b3b3b3; +} + +a.dropdown-item { + color: #f3f3f3; +} + +.profile-match-wrapper { + border-top: 0px solid #eee; + border-left: 0px solid #eee; +} + +.fakelink { + color: #87ab63; +} + +a:hover, a:focus, .fakelink:hover, .fakelink:focus { + color: #3fec43; +} + +.drop-icons { + color: #ff0000; +} + +.drop-icons, a .drop-icons { + color: #bd0000; +} + +.section-content-wrapper-np { + background-color: #404552; +} + +.atoken-index-row:hover td, .chatroom-index-row:hover td, .group-index-row:hover td, .wikis-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, .cloud-index-active { + background-color: #4b5162; +} + +.generic-content-wrapper-styled { + background-color: #404552; +} + +#profile-jot-wrapper, +.bootstrap-tagsinput { + background-color: #2b2b2b; +} + +.wall-item-content-wrapper { + background-color: #404552; +} + +.item-highlight { + border-left: 0.2rem solid #00ff00; +} + +.wall-item-comment-wrapper-wc, +.hide-comments-outer, +.wall-item-comment-wrapper, +.wall-item-content-wrapper.comment { + background-color: #4b5162; +} + +.wall-item-head-new { + border-top: 0.2rem solid #31570b; +} + +.wall-item-comment-wrapper { + border-top: 3px solid #454853; +} + +blockquote { + border-left: 3px solid #344136; +} + +.hide-comments-outer { + border-top-color: #87ab63; +} + +.badge-warning { + background-color: #036811; + color: #888888; +} + +.divgrow-showmore { + border-top: 1px dashed #87ab63; +} + +.comment-edit-text { + border: 1px solid #004400; +} + +#doco-content h3 { + border-bottom: #87ab63 3px solid; +} + +.section-content-info-wrapper { + color: #2aa650; + background-color: #17221b; + border-bottom: 3px solid #060d08; +} + +.spinner.s, .spinner.m, .spinner.l { + color: #13c613; + border-top: .2rem solid #02c102; + border-left: .2rem solid #123312; + border-right: .2rem solid #123312; + border-bottom: .2rem solid #123312; +} + +.wall-event-item { + background-color: #123312; +} + +.fs { + background-color: #404552; +} + +.bg-primary { + background-color: #315a2b !important; +} + +.modal-content { + background-color: #171d16; +} + +.close { + color: #989898; +} + +.wall-item-conv { + background-color: #404552; + border-top: 1px solid #2e323e; +} + +.dropdown-menu.textcomplete-dropdown { + background-color: #8d9a87; +} + +.notification.notification-forum { + color: #63bd65; +} \ No newline at end of file diff --git a/ussrbasicpub/schema/zlax.php b/ussrbasicpub/schema/zlax.php new file mode 100644 index 0000000..a4abe2d --- /dev/null +++ b/ussrbasicpub/schema/zlax.php @@ -0,0 +1,2 @@ + {{/if}} + {{if $localuser}} + + {{/if}} {{if $channel_menu && $channel_apps.0}}