Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17036656.05-code-tos -----
- /* COLORS */
- /*
- Main Colour: #5E5E5E
- Light-Sidebar: #DEDEDE
- Dark-Sidebar: #FEFEFE
- Background-Body: #EFEFEF
- Important Whites: #FFFFFF
- Important Blacks: #000000
- -
- Gradient Colour Darkest: rgba(178,45,0,1)
- Gradient Colour Lightest: rgba(217,109,0,1)
- Hover Gradient Darkest: rgba(228,95,50,1)
- Hover Gradient Lightest: rgba(267,159,50,1)
- */
- /* -------------------------------- START BOOTSTRAP COLOURS -------------------------------- */
- /* Start BGs */
- .bg-primary {
- background-color:#008CBA!important;
- }
- .bg-secondary {
- background-color:#5E5E5E!important;
- }
- .bg-default {
- background-color:#5E5E5E!important;
- }
- .bg-success {
- background-color:#5CB85C!important;
- }
- .bg-warning{
- background-color:#F0AD4E!important;
- }
- .bg-danger {
- background-color:#D94539!important;
- }
- .bg-light {
- background-color:#F8F9FA!important;
- }
- .bg-dark {
- background-color:#343A40!important;
- }
- .bg-faded {
- background-color:#DEDEDE!important;
- }
- .bg-muted {
- background-color:#DEDEDE!important;
- }
- .bg-info {
- background-color:#5BC0DE!important;
- }
- /* End BGs */
- /* Start Buttons */
- .btn-primary {
- color:#FFFFFF!important;
- background-color:#008CBA;
- border:0px;
- border-radius:0px;
- }
- .btn-primary:hover {
- color:#FFFFFF!important;
- background-color:#55DFFF;
- border:0px;
- border-radius:0px;
- }
- .btn-secondary {
- color:#FFFFFF!important;
- background-color:#5E5E5E;
- border:0px;
- border-radius:0px;
- }
- .btn-secondary:hover {
- color:#FFFFFF!important;
- background-color:#AFAFAF;
- border:0px;
- border-radius:0px;
- }
- .btn-default {
- color:#FFFFFF!important;
- background-color:#008CBA;
- border:0px;
- border-radius:0px;
- }
- .btn-default:hover {
- color:#FFFFFF!important;
- background-color:#55DFFF;
- border:0px;
- border-radius:0px;
- }
- .btn-success {
- color:#FFFFFF!important;
- background-color:#5CB85C;
- border:0px;
- border-radius:0px;
- }
- .btn-success:hover {
- color:#FFFFFF!important;
- background-color:#AFFDAF;
- border:0px;
- border-radius:0px;
- }
- .btn-warning {
- color:#FFFFFF!important;
- background-color:#F0AD4E;
- border:0px;
- border-radius:0px;
- }
- .btn-warning:hover {
- color:#FFFFFF!important;
- background-color:#F5FF9F;
- border:0px;
- border-radius:0px;
- }
- .btn-danger {
- color:#FFFFFF!important;
- background-color:#D94539;
- border:0px;
- border-radius:0px;
- }
- .btn-danger:hover {
- color:#FFFFFF!important;
- background-color:#FE9A8E;
- border:0px;
- border-radius:0px;
- }
- .btn-light {
- color:#FFFFFF!important;
- background-color:#F8F9FA;
- border:0px;
- border-radius:0px;
- }
- .btn-light:hover {
- color:#FFFFFF!important;
- background-color:#FFFFFF;
- border:0px;
- border-radius:0px;
- }
- .btn-dark {
- color:#FFFFFF!important;
- background-color:#343A40;
- border:0px;
- border-radius:0px;
- }
- .btn-dark:hover {
- color:#FFFFFF!important;
- background-color:#898F95;
- border:0px;
- border-radius:0px;
- }
- .btn-faded {
- color:#FFFFFF!important;
- background-color:#DEDEDE;
- border:0px;
- border-radius:0px;
- }
- .btn-faded:hover {
- color:#FFFFFF!important;
- background-color:#FFFFFF;
- border:0px;
- border-radius:0px;
- }
- .btn-muted {
- color:#FFFFFF!important;
- background-color:#DEDEDE;
- border:0px;
- border-radius:0px;
- }
- .btn-muted:hover {
- color:#FFFFFF!important;
- background-color:#FFFFFF;
- border:0px;
- border-radius:0px;
- }
- .btn-info {
- color:#FFFFFF!important;
- background-color:#5BC0DE;
- border:0px;
- border-radius:0px;
- }
- .btn-info:hover {
- color:#FFFFFF!important;
- background-color:#AFF5FF;
- border:0px;
- border-radius:0px;
- }
- /* End Buttons */
- /* Start Badges */
- .badge-primary {
- color:#FFFFFF!important;
- background-color:#008CBA;
- border:0px;
- border-radius:0px;
- }
- .badge-secondary {
- color:#FFFFFF!important;
- background-color:#5E5E5E;
- border:0px;
- border-radius:0px;
- }
- .badge-default {
- color:#FFFFFF!important;
- background-color:#008CBA;
- border:0px;
- border-radius:0px;
- }
- .badge-success {
- color:#FFFFFF!important;
- background-color:#5CB85C;
- border:0px;
- border-radius:0px;
- }
- .badge-warning{
- color:#FFFFFF!important;
- background-color:#F0AD4E;
- border:0px;
- border-radius:0px;
- }
- .badge-danger {
- color:#FFFFFF!important;
- background-color:#D94539;
- border:0px;
- border-radius:0px;
- }
- .badge-light {
- color:#FFFFFF!important;
- background-color:#F8F9FA;
- border:0px;
- border-radius:0px;
- }
- .badge-dark {
- color:#FFFFFF!important;
- background-color:#343A40;
- border:0px;
- border-radius:0px;
- }
- .badge-faded {
- color:#FFFFFF!important;
- background-color:#DEDEDE;
- border:0px;
- border-radius:0px;
- }
- .badge-muted {
- color:#FFFFFF!important;
- background-color:#DEDEDE;
- border:0px;
- border-radius:0px;
- }
- .badge-info {
- color:#FFFFFF!important;
- background-color:#5BC0DE;
- border:0px;
- border-radius:0px;
- }
- /* End Buttons */
- /* Start Text */
- .text-primary {
- color:#008CBA!important;
- }
- .text-secondary {
- color:#5E5E5E!important;
- }
- .text-success {
- color:#5CB85C!important;
- }
- .text-warning{
- color:#F0AD4E!important;
- }
- .text-danger {
- color:#D94539!important;
- }
- .text-light {
- color:#F8F9FA!important;
- }
- .text-dark {
- color:#343A40!important;
- }
- .text-faded {
- color:#DEDEDE!important;
- }
- .text-muted {
- color:#DEDEDE!important;
- }
- .text-info {
- color:#5BC0DE!important;
- }
- /* End Buttons */
- /* Start Alerts */
- .alert-primary {
- background-color:#008CBA!important;
- border:0px;
- border-radius:0px;
- }
- .alert-secondary {
- background-color:#DEDEDE!important;
- border:0px;
- border-radius:0px;
- }
- .alert-success {
- background-color:#69B00B!important;
- border:0px;
- border-radius:0px;
- }
- .alert-warning{
- background-color:#FF9A00!important;
- border:0px;
- border-radius:0px;
- }
- .alert-danger {
- background-color:#D94539!important;
- border:0px;
- border-radius:0px;
- }
- .alert-light {
- background-color:#FEFEFE!important;
- border:0px;
- border-radius:0px;
- }
- .alert-dark {
- background-color:#343A40!important;
- border:0px;
- border-radius:0px;
- }
- .alert-faded {
- background-color:#DEDEDE!important;
- border:0px;
- border-radius:0px;
- }
- .alert-muted {
- background-color:#DEDEDE!important;
- border:0px;
- border-radius:0px;
- }
- .alert-info {
- background-color:#5BC0DE!important;
- border:0px;
- border-radius:0px;
- }
- /* End Alerts */
- /* Start Alert Hrs */
- .alert-danger hr {
- border-top-color: #DEDEDE;
- border-radius:0px;
- }
- /* End Alert Hrs */
- /* Start Progress Bars */
- .progress {
- background-color:#FEFEFE!important;
- border-radius:0px;
- }
- .progress-bar {
- background-color:#5E5E5E!important;
- border-radius:0px;
- }
- /* End Progress Bars */
- /* -------------------------------- END BOOTSTRAP -------------------------------- */
- /* -------------------------------- START ICONS -------------------------------- */
- .user-name-icon::before {
- font-family: "Font Awesome 5 Pro"!important;
- content:"\F755";
- color:#FFFFFF!important;
- }
- /* (1) Start Change Sidebar Icons */
- .fa-heart::before{
- content: "\F0DA";
- }
- .fa-folder::before{
- content: "\F0DA";
- }
- .side-nav li .sidebar-icon::before {
- content: "\F0DA";
- }
- .fa-pencil::before{
- content: "\F303";
- }
- .fa-bookmark::before{
- content: "\F0DA";
- }
- .fa-history::before{
- content: "\F0DA";
- }
- .fa-exclamation-triangle::before{
- content: "\F0DA";
- }
- .fa-key::before{
- content: "\F0DA";
- }
- .fa-handshake::before{
- content: "\F0DA";
- }
- .fa-trash::before{
- content: "\F0DA";
- }
- .fa-plus-circle::before{
- content: "\F0DA";
- }
- .fa-random::before{
- content: "\F0DA";
- }
- /* (1) End Change Sidebar Icons */
- /* (2) Start Change Navbar Icons */
- .fa-home::before{
- content: "\F0DA";
- }
- .fa-comments::before{
- content: "\F0DA";
- }
- .fa-search::before{
- content: "\F0DA";
- }
- .fa-plus::before{
- content: "\2B";
- }
- .fa-fire::before{
- content: "\F0DA";
- }
- .fa-binoculars::before{
- content: "\F0DA";
- }
- .fa-clock::before{
- content: "\F0DA";
- }
- .fa-book::before{
- content: "\F0DA";
- }
- .fa-globe::before{
- content: "\F0DA";
- }
- .fa-user::before{
- content: "\F0DA";
- }
- .fa-newspaper::before{
- content: "\F0DA";
- }
- .fa-image::before{
- content: "\F0DA";
- }
- .fa-inbox::before{
- content: "\F0DA";
- }
- /* (2) End Change Navbar Icons */
- /* (3) Start Change Notification Buttons */
- .fi-male::before {
- content: "\F015";
- color:#ABADB0;
- font-size:1.5rem;
- margin-top: .3em;
- margin-right: 1em;
- }
- .fi-web::before {
- content: "\F14e";
- color:#ABADB0;
- font-size:1.5rem;
- margin-top: .3em;
- margin-right: 1em;
- }
- .fi-heart::before {
- content: "\F0E0";
- color:#ABADB0;
- font-size:1.5rem;
- margin-top: .3em;
- margin-right: 1em;
- }
- .fi-star::before {
- content: "\F4B4";
- color:#ABADB0;
- font-size:1.5rem;
- margin-top: .3em;
- margin-right: 1em;
- }
- .fi-list::before {
- content: "\F0E7";
- color:#ABADB0;
- font-size:1.5rem;
- margin-top: .3em;
- margin-right: 1em;
- }
- .fi-comments::before {
- content: "\F007";
- color:#ABADB0;
- font-size:1.5rem;
- margin-top: .3em;
- margin-right: 1em;
- }
- /* (3) End Change Notification Buttons */
- /* -------------------------------- END ICONS -------------------------------- */
- /* -------------------------------- START NAVBAR -------------------------------- */
- /* (1) Start Whole Navbar */
- .navbar {
- color:#5E5E5E;
- font-family:'arial';
- background:#FEFEFE;
- position:sticky;
- top:0;
- }
- /* (1) End Whole Navbar */
- /* (2) Start Profile, Forums, etc Buttons */
- #header a.nav-link {
- color:#5E5E5E!important;
- }
- /* (2) End Profile, Forums, etc Buttons */
- /* (3) Start Broad Drop-Down Menu */
- .navbar .dropdown-menu {
- background-color:#DEDEDE;
- border-bottom:0px;
- border-radius:0px;
- }
- /* (3) End Broad Drop-Down Menu */
- /* (4) Start "Headers Under Submit" (Manage) */
- .navbar .dropdown-menu .dropdown-header{
- color:#5E5E5E;
- font-family:'arial';
- background-color:#DEDEDE;
- }
- /* (4) End "Headers Under Submit" (Manage) */
- .navbar-nav {
- padding-top: 5px;
- }
- /* (5) Start Specific Buttons In Drop-Down Menu */
- .navbar .dropdown-menu a {
- color:#5E5E5E!important;
- font-family:'arial';
- background-color:#DEDEDE;
- }
- .navbar .dropdown-menu a:hover {
- color:#5E5E5E!important;
- background-color:#FEFEFE;
- }
- /* (5) End Specific Buttons In Drop-Down Menu */
- /* (6) Start Drop-Down Menu Divider */
- .navbar .dropdown-menu .dropdown-divider {
- border:#FEFEFE solid;
- border-radius:0px;
- }
- /* (6) End Drop-Down Menu Divider */
- /* (7) Start User-Drop-Down Toggle */
- a.nav-link.dropdown-toggle.nav-user-link {
- color:#5E5E5E!important;
- font-family:'arial';
- }
- /* (7) End User-Drop-Down Toggle */
- /* (9) Start "Toyhouse" Logo */
- .navbar .navbar-brand {
- color:#5E5E5E!important;
- font-family:'arial';
- }
- .navbar-brand:after {
- content: "HOME";
- text-indent:0;
- display:block;
- line-height:initial;
- visibility:visible;
- }
- .navbar-brand {
- text-indent:-99999px;
- line-height:0;
- visibility:hidden;
- }
- /* (9) End "Toyhouse" Logo */
- /* (11) Start Buttons Left Of PFP In Navbar On Mobile */
- .dropdown-item-count{
- font-family:'arial';
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- }
- /* (11) End Buttons Left Of PFP In Navbar On Mobile */
- /* Start Navbar Buttons */
- .navbar .btn {
- background:transparent;
- border-radius:0px;
- }
- /* End Navbar Buttons */
- /* -------------------------------- END NAVBAR -------------------------------- */
- /* -------------------------------- START SIDEBAR -------------------------------- */
- @media (min-width:768px) {
- #content {
- flex: 0 0 70%;
- max-width: 1175px;
- margin: 0 auto;
- }
- .row.row-offcanvas.row-offcanvas-left {
- min-height: calc(100vh - -170px - 48px)!important;
- }
- .navbar .navbar-brand {
- margin-left:75px;
- }
- .hidden-md-up.nav-mobile-menu {
- display:block!important;
- position:absolute;
- top:0px;
- z-index:100;
- background:transparent;
- padding:0px;
- }
- .sidebar {
- left:-100%;
- transition:left 0.5s;
- position:absolute;
- z-index:100;
- height:100%;
- width:100%;
- color:#5E5E5E;
- font-family:'arial';
- background-color:#DEDEDE;
- }
- .sidebar.active {
- left:0;
- }
- .nav-mobile-menu-toggle {
- background:none!important;
- border:none;
- box-shadow:none!important;
- font-size:0px;
- padding:0.9rem 1.2rem;
- border-radius:0px;
- }
- .nav-mobile-menu-toggle:before {
- color:#5E5E5E;
- content:"\F0C9";
- font-family:'Font Awesome 5 Pro';
- font-size:20px;
- border-radius:0px;
- }
- }
- .sidebar {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#DEDEDE;
- }
- /* (2) Start Sidebar Links */
- .side-nav li > a{
- color:#5E5E5E!important;
- font-family:'arial';
- }
- /* (2) End Sidebar Links */
- /* (3) Start Username Styling */
- .a {
- color:#5E5E5E!important;
- }
- /* (3) End Username Styling */
- /* (5) Start Header That Says "User" In It */
- .side-nav li.header{
- display:none;
- }
- /* (5) End Header That Says "User" In It */
- /* (5.1) Start Subheader That Says The Folder's Name In It (CHARACTER-CODE ONLY)*/
- .side-nav li.subheader {
- display:none;
- }
- /* (5.1) End Subheader That Says The Folder's Name In It (CHARACTER-CODE ONLY)*/
- /* (6) Start Sidebar Divider */
- .side-nav li.divider {
- display:none;
- }
- /* (6) End Sidebar Divider */
- /* Start Text Next To Image In Sidebar */
- .side-nav .display-character a, .side-nav .display-group a, .side-nav .display-user a {
- display:none;
- }
- /* End Text Next To Image In Sidebar */
- /* -------------------------------- END SIDEBAR -------------------------------- */
- /* -------------------------------- START FOOTER -------------------------------- */
- /* Footer - The Area At The Bottom Of The Page That Contains The About, FAQ, Helpdesk, Rules, TOS, etc. */
- /* (1) Start Footer */
- .footer{
- color:#5E5E5E!important;
- font-size:0px;
- background:#FEFEFE;
- position:sticky;
- bottom:0;
- }
- /* (1) End Footer */
- /* (2) Start Footer */
- .footer a{
- color:#5E5E5E!important;
- font-family:'arial';
- }
- /* (2) Start Footer-Related Links */
- /* (X) Start Code Credit */
- .footer:after {
- font-size:24px;
- letter-spacing:2rem;
- font-weight:900
- font-family: "Font Awesome 5 Pro"!important;
- content: " ";
- }
- /* (X) End Code Credit */
- /* -------------------------------- END FOOTER -------------------------------- */
- /* -------------------------------- START PROFILE CONTENT -------------------------------- */
- /* Profile Content - The Area One Can Write And Edit Without Premium! (This just sets a bunch of defaults) */
- /* Start Body (Where You Type HTML) */
- body {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#EFEFEF;
- }
- /* End Body (Where You Type HTML) */
- /* Start Default Link Colour */
- a:link {
- color:#5BC0DE;
- }
- /* End Default Link Colour */
- /* Start Default Visited-Link Colour */
- a:visited {
- color:#7544C7;
- }
- /* End Default Visited-Link Colour */
- /* Start Default @Someone'sAccount Colour */
- a:profile-name-info {
- color:#5E5E5E;
- }
- /* End Default @Someone'sAccount Colour */
- /* Start Mobile Menu */
- .nav-mobile-menu {
- font-family:'arial';
- background-color:#EFEFEF;
- border:2px #DEDEDE solid;
- border-radius:0px;
- }
- /* End Mobile Menu */
- /* Start "Menu" Button On Mobile */
- .nav-mobile-menu-toggle {
- background:none!important;
- border:none;
- box-shadow:none!important;
- font-size:0px;
- padding:0.9rem 1.2rem;
- border-radius:0px;
- }
- .nav-mobile-menu-toggle:before {
- color:#5E5E5E;
- content:"\F0C9";
- font-family:'Font Awesome 5 Pro';
- font-size:20px;
- border-radius:0px;
- }
- /* End "Menu" Button On Mobile */
- /* Start Login Menu */
- .modal-content {
- background-color:#DEDEDE;
- }
- /* End Login Menu */
- /* Start Profile Section */
- .profile-section {
- color:#FFFFFF!important;
- font-family:'arial';
- }
- /* End Profile Section */
- /* Start Removes the Profile Header */
- .row .profile-header {
- display:none;
- }
- .profile-content-title {
- display:none;
- }
- /* End Removes the Profile Header */
- /* Start Gallery Title */
- .profile-gallery-title {
- color:#5E5E5E;
- }
- /* End Gallery Title */
- /* Start removing Show Tags and Sort Character Buttons in Folders */
- /* Please note that by doing it this way the break is still there, just recoloured. Remove "border-top:" and put "display:none;" here if you want it gone completely. */
- hr {
- border-top-color:#674D79;
- }
- .characters-filterby {
- display:none;
- }
- /* End removing Show Tags and Sort Character Buttons in Folders */
- /* Start Removing Top Buttons/Title In Folders */
- .characters-header {
- display:none;
- }
- .characters-folder-description-header {
- display:none;
- }
- /* End Removing Top Buttons/Title In Folders */
- /* Start Icons Under Character Names */
- .thumb-character-stat {
- color:#5E5E5E;
- }
- /* End Icons Under Character Names */
- /* -------------------------------- END PROFILE CONTENT -------------------------------- */
- /* -------------------------------- START PAGINATION -------------------------------- */
- /* Start Bulletins Pagination */
- .bulletins-pagination {
- .page-link {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- li.page-item disabled {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:4px #000000 solid;
- border-radius:0px;
- }
- }
- /* End Bulletins Pagination */
- /* Start Characters Pagination */
- .characters-gallery-pagination {
- .page-link {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- li.page-item disabled {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:4px #000000 solid;
- border-radius:0px;
- }
- }
- /* End Characters Pagination */
- /* Start Links Pagination */
- .links-pagination {
- .page-link {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- li.page-item disabled {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:4px #000000 solid;
- border-radius:0px;
- }
- }
- /* End Links Pagination */
- /* Start Favourites Pagination */
- .favorited-pagination {
- .page-link {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- li.page-item disabled {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:4px #000000 solid;
- border-radius:0px;
- }
- }
- /* End Favourites Pagination */
- /* Start Design Pagination */
- .created-pagination {
- .page-link {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- li.page-item disabled {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:4px #000000 solid;
- border-radius:0px;
- }
- }
- /* End Design Pagination */
- /* Start Links Pagination */
- .art-pagination {
- .page-link {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- li.page-item disabled {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:4px #000000 solid;
- border-radius:0px;
- }
- }
- /* End Links Pagination */
- /* -------------------------------- END PAGINATION -------------------------------- */
- /* -------------------------------- START GALLERY CSS -------------------------------- */
- /* Start The Whole Section */
- .mfp-bottom-bar {
- border:2px #DEDEDE solid;
- border-top:2px #69B00B solid;
- border-radius:0px;
- }
- /* End The Whole Section */
- /* Start All Underlines */
- .image-bottom-bar h2 {
- border-bottom:1px solid #DEDEDE;
- border-radius:0px;
- font-size:1rem;
- padding-bottom:2px;
- }
- /* End All Underlines */
- /* Start The Whole Left Section */
- .image-left-bar {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#DEDEDE;
- border:2px #DEDEDE solid;
- border-right:2px #DEDEDE solid;
- border-radius:0px;
- }
- /* End The Whole Left Section */
- /* Start The Border Between Left And Right Sections */
- .image-bottom-bar .image-left-bar {
- border-right:2px #DEDEDE solid;
- border-radius:0px;
- }
- /* End The Border Between Left And Right Sections */
- /* Start Top-Left Section */
- .image-details {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#EFEFEF;
- }
- /* End Top-Left Section */
- /* Start Middle-Left Section */
- .image-credits {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#EFEFEF;
- }
- /* End Middle-Left Section */
- /* Start Bottom-Left Section */
- .image-characters {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#EFEFEF;
- }
- /* End Bottom-Left Section */
- /* Start The Whole Right Section */
- .image-right-bar {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#DEDEDE;
- border:0px;
- border-radius:0px;
- }
- /* End The Whole Right Section */
- /* Start Header On Window When You Add More Characters */
- .user-character-selector-header {
- color:#5E5E5E!important;
- font-family:'arial';
- background-color:#DEDEDE!important;
- }
- /* End Header On Window When You Add More Characters */
- /* Start Body On Window When You Add More Characters */
- .user-character-selector-body {
- font-family:'arial';
- background-color:#FEFEFE!important;
- }
- /* End Body On Window When You Add More Characters */
- /* Start 'Folders On The Left' On Window When You Add More Characters */
- .list-group-item {
- color:#5E5E5E!important;
- font-family:'arial';
- background-color:#DEDEDE!important;
- }
- /* End 'Folders On The Left' On Window When You Add More Characters */
- /* Start 'Folders On The Left' On Window When You Add More Characters WHEN You Hover Over Them */
- .list-group-item-action {
- color:#5E5E5E!important;
- font-family:'arial';
- background-color:#DEDEDE!important;
- }
- /* End 'Folders On The Left' On Window When You Add More Characters WHEN You Hover Over Them */
- /* -------------------------------- END GALLERY -------------------------------- */
- /* -------------------------------- START COMMENTS -------------------------------- */
- /* Start WYSIWYG-Toggler */
- .wysiwyg-toggler {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:none;
- border-radius:0px;
- }
- /* End WYSIWYG-Toggler */
- /* Start "Write Your Own Comment!" Toolbar */
- .fr-toolbar {
- background-color:#DEDEDE!important;
- border-top: 5px solid #DEDEDE!important;
- border-radius:0px;
- }
- /* End "Write Your Own Comment!" Toolbar */
- /* Start "Write Your Own Comment!" Buttons (IE Bold, Italics, Change Text Colour, etc) */
- .fr-command fr-btn fr-btn-font_awesome {
- color:#5E5E5E!important;
- background-color:#DEDEDE!important;
- }
- /* End "Write Your Own Comment!" Buttons (IE Bold, Italics, Change Text Colour, etc) */
- /* Start "Write Your Own Comment!" Toolbar Seperators */
- .fr-separator fr-vs {
- background:#DEDEDE!important;
- }
- /* End "Write Your Own Comment!" Toolbar Seperators */
- /* Start "Write Your Own Comment!" Input Section */
- .fr-box.fr-basic .fr-element {
- color:#5E5E5E!important;
- font-family:'arial';
- background-color:#FEFEFE;
- }
- /* End "Write Your Own Comment!" Input Section */
- /* Start Line On The Left Of Comment Threads */
- .comment-replies {
- border-left:5px solid #DEDEDE!important;
- border-radius:0px;
- }
- /* End Line On The Left Of Comment Threads */
- /* Start Reply / Link Buttons (Bottom right of a Comment) */
- .comment .forum-post-post .forum-post-actions .post-action, .forum-post .forum-post-post .forum-post-actions .post-action {
- color:#5E5E5E;
- }
- /* End Reply / Link Buttons (Bottom right of a Comment) */
- /* Start "How Long Ago The Comment Was Posted" Message */
- .comment .forum-post-post .forum-post-footer .forum-post-time, .forum-post .forum-post-post .forum-post-footer .forum-post-time {
- color:#5E5E5E;
- }
- /* End "How Long Ago The Comment Was Posted" Message */
- /* -------------------------------- END COMMENTS -------------------------------- */
- /* -------------------------------- START SPECIFIC STUFF -------------------------------- */
- /* Start Image-Thumbnails */
- a.img-thumbnail {
- border:5px #5E5E5E solid;
- border-radius:0px;
- background:transparent;
- }
- .img-thumbnail {
- background:transparent;
- border:4px #000000 solid;
- border-radius:0px;
- padding:0px;
- }
- /* End Image-Thumbnails */
- /* Bulletins: Start Fix Line In Poll Box */
- .poll-header {
- border-bottom:1px solid #5E5E5E;
- }
- /* Bulletins: End Fix Line In Poll Box */
- /* Links Page: Start Text-Box (LEFT) */
- .card link-panel{
- background-color:#DEDEDE;
- border-radius:0px;
- }
- /* Links Page: End Text-Box (LEFT) */
- /* Links Page: Start Text-Box (RIGHT) */
- .link-content-textarea {
- color:#5E5E5E;
- font-family:'arial';
- background-color:#FEFEFE;
- border-radius:0px;
- }
- /* Links Page: End Text-Box (RIGHT) */
- /* Links Page: Start Speech-Bubble Tail */
- .link-panel::before {
- border:15px solid #DEDEDE;
- }
- /* Links Page: End Speech-Bubble Tail */
- /* World: Misc World preference stuff (IE removing headers) */
- .display-group {
- display:none;
- }
- .profile-section .profile-name-section, .img-thumbnail, .profile-name-icon, .profile-name-info, .profile-comments-title {
- display:none; {
- }
- .group-page-header {
- display:none;
- }
- /* World: Misc World preference stuff (IE removing headers) */
- /* Log-In: Start Header */
- .modal-header {
- color:#5E5E5E!important;
- font-family:'arial';
- border-bottom: 1px solid #5E5E5E;
- }
- .close {
- color:#5E5E5E;
- text-shadow:none;
- opacity:1;
- }
- /* Log-In: End Header */
- /* Log-In: Start Body */
- .modal-body {
- color:#5E5E5E!important;
- font-family:'arial';
- }
- /* Log-In: End Body */
- /* Stats: Start Checkbox (LEFT) */
- .custom-control-input:checked ~ .custom-control-indicator {
- background-color:#5E5E5E;
- }
- /* Stats: End Checkbox (LEFT) */
- /* Warnings: Start Blockquote */
- blockquote {
- border-left:#DEDEDE 0rem solid;
- border-radius:0px;
- margin-bottom:1rem;
- padding:0rem 0rem;
- }
- /* Warnings: End Blockquote */
- /* Literature: Start Fix Line In Literature Box */
- .literature .literature-header-content .literature-header-subinfo {
- border-left:1px solid #5E5E5E;
- }
- /* Literature: End Fix Line In Literature Box */
- /* -------------------------------- END SPECIFIC STUFF -------------------------------- */
Add Comment
Please, Sign In to add comment