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: #E85324
- Light-Sidebar: #4F1D00
- Dark-Sidebar: #2E170A
- Background-Body: #372015
- Body Text Color (Default): #FFD54F
- 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)
- -
- Success Main Colour: #69B00B
- Success Gradient Colour Darkest: rgba(178,45,0,1)
- Success Gradient Colour Lightest: rgba(217,109,0,1)
- Success Hover Gradient Darkest: rgba(228,95,50,1)
- Success Hover Gradient Lightest: rgba(267,159,50,1)
- -
- Warning Main Colour: #FF9A00
- Warning Gradient Colour Darkest: rgba(255,154,0,1)
- Warning Gradient Colour Lightest: rgba(255,217,25,1)
- Warning Hover Gradient Darkest: rgba(255,204,50,1)
- Warning Hover Gradient Lightest: rgba(255,267,75,1)
- -
- Danger Main Colour: #CC334A
- Danger Gradient Colour Darkest: rgba(203,0,0,1)
- Danger Gradient Colour Lightest: rgba(255,50,118,1)
- Danger Hover Gradient Darkest: rgba(253,50,50,1)
- Danger Hover Gradient Lightest: rgba(255,100,168,1)
- -
- Info Main Colour: #
- Info Gradient Colour Darkest: rgba(21,11,73,1)
- Info Gradient Colour Lightest: rgba(180,51,108,1)
- Info Hover Gradient Darkest: rgba(71,61,123,1)
- Info Hover Gradient Lightest: rgba(230,101,158,1)
- */
- /* FONT AWESOME */
- /*
- Default: \F56B
- /* -------------------------------- START BOOTSTRAP COLOURS -------------------------------- */
- /* Start BGs */
- .bg-primary {
- background-color:#E85324!important;
- }
- .bg-secondary {
- background-color:#4F1D00!important;
- }
- .bg-default {
- background-color:#E85324!important;
- }
- .bg-success {
- background-color:#69B00B!important;
- }
- .bg-warning{
- background-color:#FF9A00!important;
- }
- .bg-danger {
- background-color:#CC334A!important;
- }
- .bg-light {
- background-color:#FFD54F!important;
- }
- .bg-dark {
- background-color:#2E170A!important;
- }
- .bg-faded {
- background-color:#4F1D00!important;
- }
- .bg-muted {
- background-color:#4F1D00!important;
- }
- .bg-info {
- background-color:#7544C7!important;
- }
- /* End BGs */
- /* Start Buttons */
- .btn-primary {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-primary:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-secondary {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-secondary:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-default {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-default:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-success {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(0,63,10,1), rgba(109,216,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-success:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(50,113,60,1), rgba(159,266,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-warning {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(255,154,0,1), rgba(255,217,25,1));
- border:0px;
- border-radius:0px;
- }
- .btn-warning:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(255,204,50,1), rgba(255,267,75,1));
- border:0px;
- border-radius:0px;
- }
- .btn-danger {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(203,0,0,1), rgba(255,50,118,1));
- border:0px;
- border-radius:0px;
- }
- .btn-danger:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(253,50,50,1), rgba(255,100,168,1));
- border:0px;
- border-radius:0px;
- }
- .btn-light {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-light:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-dark {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-dark:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-faded {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-faded:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-muted {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .btn-muted:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(228,95,50,1), rgba(267,159,50,1));
- border:0px;
- border-radius:0px;
- }
- .btn-info {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(21,11,73,1), rgba(180,51,108,1));
- border:0px;
- border-radius:0px;
- }
- .btn-info:hover {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(71,61,123,1), rgba(230,101,158,1));
- border:0px;
- border-radius:0px;
- }
- /* End Buttons */
- /* Start Badges */
- .badge-primary {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-secondary {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-default {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-success {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(0,63,10,1), rgba(109,216,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-warning{
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(255,154,0,1), rgba(255,217,25,1));
- border:0px;
- border-radius:0px;
- }
- .badge-danger {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(203,0,0,1), rgba(255,50,118,1));
- border:0px;
- border-radius:0px;
- }
- .badge-light {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-dark {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-faded {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-muted {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:0px;
- border-radius:0px;
- }
- .badge-info {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(21,11,73,1), rgba(180,51,108,1));
- border:0px;
- border-radius:0px;
- }
- /* End Buttons */
- /* Start Text */
- .text-primary {
- color:#E85324!important;
- }
- .text-secondary {
- color:#4F1D00!important;
- }
- .text-success {
- color:#69B00B!important;
- }
- .text-warning{
- color:#FF9A00!important;
- }
- .text-danger {
- color:#CC334A!important;
- }
- .text-light {
- color:#FFD54F!important;
- }
- .text-dark {
- color:#2E170A!important;
- }
- .text-faded {
- color:#4F1D00!important;
- }
- .text-muted {
- color:#4F1D00!important;
- }
- .text-info {
- color:#7544C7!important;
- }
- /* End Buttons */
- /* Start Alerts */
- .alert-primary {
- background-color:#E85324!important;
- border:0px;
- border-radius:0px;
- }
- .alert-secondary {
- background-color:#4F1D00!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:#CC334A!important;
- border:0px;
- border-radius:0px;
- }
- .alert-light {
- background-color:#FFD54F!important;
- border:0px;
- border-radius:0px;
- }
- .alert-dark {
- background-color:#2E170A!important;
- border:0px;
- border-radius:0px;
- }
- .alert-faded {
- background-color:#4F1D00!important;
- border:0px;
- border-radius:0px;
- }
- .alert-muted {
- background-color:#4F1D00!important;
- border:0px;
- border-radius:0px;
- }
- .alert-info {
- background-color:#7544C7!important;
- border:0px;
- border-radius:0px;
- }
- /* End Alerts */
- /* Start Alert Hrs */
- .alert-danger hr {
- border-top-color: #4F1D00;
- border-radius:0px;
- }
- /* End Alert Hrs */
- /* Start Progress Bars */
- .progress {
- background-color:#2E170A!important;
- border-radius:0px;
- }
- .progress-bar {
- background-color:#E85324!important;
- border-radius:0px;
- }
- /* End Progress Bars */
- /* -------------------------------- END BOOTSTRAP -------------------------------- */
- /* -------------------------------- START ICONS -------------------------------- */
- .user-name-icon::before {
- font-family: "Font Awesome 5 Pro"!important;
- content:"\F56B";
- color:#FFFFFF!important;
- }
- /* (1) Start Change Sidebar Icons */
- .fa-heart::before{
- content: "\F56B";
- }
- .fa-folder::before{
- content: "\F56B";
- }
- .side-nav li .sidebar-icon::before {
- content: "\F56B";
- }
- .fa-pencil::before{
- content: "\F56B";
- }
- .fa-bookmark::before{
- content: "\F56B";
- }
- .fa-history::before{
- content: "\F56B";
- }
- .fa-exclamation-triangle::before{
- content: "\F56B";
- }
- .fa-key::before{
- content: "\F56B";
- }
- .fa-handshake::before{
- content: "\F56B";
- }
- .fa-trash::before{
- content: "\F56B";
- }
- .fa-plus-circle::before{
- content: "\F56B";
- }
- .fa-random::before{
- content: "\F56B";
- }
- /* (1) End Change Sidebar Icons */
- /* (2) Start Change Navbar Icons */
- .fa-home::before{
- content: "\F56B";
- }
- .fa-comments::before{
- content: "\F56B";
- }
- .fa-search::before{
- content: "\F56B";
- }
- .fa-plus::before{
- content: "\F56B";
- }
- .fa-fire::before{
- content: "\F56B";
- }
- .fa-binoculars::before{
- content: "\F56B";
- }
- .fa-clock::before{
- content: "\F56B";
- }
- .fa-book::before{
- content: "\F56B";
- }
- .fa-globe::before{
- content: "\F56B";
- }
- .fa-user::before{
- content: "\F56B";
- }
- .fa-newspaper::before{
- content: "\F56B";
- }
- .fa-image::before{
- content: "\F56B";
- }
- .fa-inbox::before{
- content: "\F56B";
- }
- /* (2) End Change Navbar Icons */
- /* (3) Start Change Notification Buttons */
- .fi-male::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fi-web::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fi-heart::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fi-star::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fi-list::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fi-comments::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- /* (3) End Change Notification Buttons */
- /* (4) Start Change World-Only Font Awesomes */
- .fa-users::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fa-comment::before{
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fa-envelope::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fa-user-cog::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fa-users-cog::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fa-file::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- .fa-wrench::before {
- content: "\F56B";
- font-family: 'Font Awesome 6 Pro';
- font-weight: 400;
- font-size: 13px;
- }
- /* (4) End Change World-Only Font Awesomes */
- /* -------------------------------- END ICONS -------------------------------- */
- /* -------------------------------- START NAVBAR -------------------------------- */
- /* (1) Start Whole Navbar */
- .navbar {
- color:#E85324;
- font-family:'comic sans ms';
- background:#2E170A;
- }
- /* (1) End Whole Navbar */
- /* (2) Start Profile, Forums, etc Buttons */
- #header a.nav-link {
- color:#E85324!important;
- }
- /* (2) End Profile, Forums, etc Buttons */
- /* (3) Start Broad Drop-Down Menu */
- .navbar .dropdown-menu {
- background-color:#4F1D00;
- border-bottom:0px;
- border-radius:0px;
- }
- /* (3) End Broad Drop-Down Menu */
- /* (4) Start "Headers Under Submit" (Manage) */
- .navbar .dropdown-menu .dropdown-header{
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#4F1D00;
- }
- /* (4) End "Headers Under Submit" (Manage) */
- /* (5) Start Specific Buttons In Drop-Down Menu */
- .navbar .dropdown-menu a {
- color:#E85324!important;
- font-family:'comic sans ms';
- background-color:#4F1D00;
- }
- .navbar .dropdown-menu a:hover {
- color:#E85324!important;
- background-color:#2E170A;
- }
- /* (5) End Specific Buttons In Drop-Down Menu */
- /* (6) Start Drop-Down Menu Divider */
- .navbar .dropdown-menu .dropdown-divider {
- border:#2E170A 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:#E85324!important;
- font-family:'comic sans ms';
- }
- /* (7) End User-Drop-Down Toggle */
- /* (9) Start "Toyhouse" Logo */
- .navbar .navbar-brand {
- color:#E85324!important;
- font-family:'comic sans ms';
- }
- .navbar-brand:after {
- content: "TONGWH.OUSE DOT HEL";
- 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:'comic sans ms';
- 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 {
- border-radius:0px;
- }
- /* End Navbar Buttons */
- /* -------------------------------- END NAVBAR -------------------------------- */
- /* -------------------------------- START SIDEBAR -------------------------------- */
- /* (1) Start Whole Sidebar */
- .sidebar {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#4F1D00;
- }
- /* (1) Start Whole Sidebar */
- /* (2) Start Sidebar Links */
- .side-nav li > a{
- color:#E85324!important;
- font-family:'comic sans ms';
- }
- /* (2) End Sidebar Links */
- /* (3) Start Username Styling */
- .a {
- color:#E85324!important;
- }
- /* (3) End Username Styling */
- /* (5) Start Header That Says "User" In It */
- .side-nav li.header{
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#2E170A;
- }
- /* (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 {
- color:#E85324!important;
- font-family:'comic sans ms';
- background-color:#2E170A!important;
- }
- /* (5.1) End Subheader That Says The Folder's Name In It (CHARACTER-CODE ONLY)*/
- /* (6) Start Sidebar Divider */
- .side-nav li.divider {
- border:#2E170A solid;
- border-radius:0px;
- }
- /* (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 {
- color:#E85324;
- }
- /* 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:#E85324!important;
- font-family:'comic sans ms';
- background:#2E170A;
- }
- /* (1) End Footer */
- /* (2) Start Footer */
- .footer a{
- color:#E85324!important;
- font-family:'comic sans ms';
- }
- /* (2) Start Footer-Related Links */
- /* (X) Start Code Credit */
- .footer:after {
- content:'CSS by TomcatCodes / CrispinAsheYA'
- }
- /* (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:#FFD54F;
- font-family:'comic sans ms';
- background-color:#372015;
- }
- /* End Body (Where You Type HTML) */
- /* Start Default Link Colour */
- a:link {
- color:#E85324;
- }
- /* End Default Link Colour */
- /* Start Default Visited-Link Colour */
- a:visited {
- color:#E85324;
- }
- /* End Default Visited-Link Colour */
- /* Start Default @Someone'sAccount Colour */
- a:profile-name-info {
- color:#E85324;
- }
- /* End Default @Someone'sAccount Colour */
- /* Start Mobile Menu */
- .nav-mobile-menu {
- font-family:'comic sans ms';
- background-color:#372015;
- border:2px #4F1D00 solid;
- border-radius:0px;
- }
- /* End Mobile Menu */
- /* Start "Menu" Button On Mobile */
- .nav-mobile-menu-toggle {
- color:#FFFFFF!important;
- background-image:linear-gradient(rgba(178,45,0,1), rgba(217,109,0,1));
- border:1px #E85324 solid;
- border-radius:0px;
- }
- /* End "Menu" Button On Mobile */
- /* Start Login Menu */
- .modal-content {
- background-color:#4F1D00;
- }
- /* End Login Menu */
- /* Start Profile Section */
- .profile-section {
- color:#FFFFFF!important;
- font-family:'comic sans ms';
- }
- /* 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:#E85324;
- }
- /* 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:1px transparent solid;
- }
- .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:#E85324;
- }
- /* 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 #4F1D00 solid;
- border-top:2px #69B00B solid;
- border-radius:0px;
- }
- /* End The Whole Section */
- /* Start All Underlines */
- .image-bottom-bar h2 {
- border-bottom:1px solid #4F1D00;
- border-radius:0px;
- font-size:1rem;
- padding-bottom:2px;
- }
- /* End All Underlines */
- /* Start The Whole Left Section */
- .image-left-bar {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#4F1D00;
- border:2px #4F1D00 solid;
- border-right:2px #4F1D00 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 #4F1D00 solid;
- border-radius:0px;
- }
- /* End The Border Between Left And Right Sections */
- /* Start Top-Left Section */
- .image-details {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#372015;
- }
- /* End Top-Left Section */
- /* Start Middle-Left Section */
- .image-credits {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#372015;
- }
- /* End Middle-Left Section */
- /* Start Bottom-Left Section */
- .image-characters {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#372015;
- }
- /* End Bottom-Left Section */
- /* Start The Whole Right Section */
- .image-right-bar {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#4F1D00;
- border:0px;
- border-radius:0px;
- }
- /* End The Whole Right Section */
- /* Start Header On Window When You Add More Characters */
- .user-character-selector-header {
- color:#E85324!important;
- font-family:'comic sans ms';
- background-color:#4F1D00!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:'comic sans ms';
- background-color:#2E170A!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:#E85324!important;
- font-family:'comic sans ms';
- background-color:#4F1D00!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:#E85324!important;
- font-family:'comic sans ms';
- background-color:#4F1D00!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:#4F1D00!important;
- border-top: 5px solid #4F1D00!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:#E85324!important;
- background-color:#4F1D00!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:#4F1D00!important;
- }
- /* End "Write Your Own Comment!" Toolbar Seperators */
- /* Start "Write Your Own Comment!" Input Section */
- .fr-box.fr-basic .fr-element {
- color:#E85324!important;
- font-family:'comic sans ms';
- background-color:#2E170A;
- }
- /* End "Write Your Own Comment!" Input Section */
- /* Start Line On The Left Of Comment Threads */
- .comment-replies {
- border-left:5px solid #4F1D00!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:#E85324;
- }
- /* 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:#E85324;
- }
- /* End "How Long Ago The Comment Was Posted" Message */
- /* -------------------------------- END COMMENTS -------------------------------- */
- /* -------------------------------- START SPECIFIC STUFF -------------------------------- */
- /* Start Image-Thumbnails */
- a.img-thumbnail {
- border:5px #E85324 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 #E85324;
- }
- /* Bulletins: End Fix Line In Poll Box */
- /* Links Page: Start Text-Box (LEFT) */
- .card link-panel{
- background-color:#4F1D00;
- border-radius:0px;
- }
- /* Links Page: End Text-Box (LEFT) */
- /* Links Page: Start Text-Box (RIGHT) */
- .link-content-textarea {
- color:#E85324;
- font-family:'comic sans ms';
- background-color:#2E170A;
- border-radius:0px;
- }
- /* Links Page: End Text-Box (RIGHT) */
- /* Links Page: Start Speech-Bubble Tail */
- .link-panel::before {
- border:15px solid #4F1D00;
- }
- /* Links Page: End Speech-Bubble Tail */
- /* Log-In: Start Header */
- .modal-header {
- color:#E85324!important;
- font-family:'comic sans ms';
- border-bottom: 1px solid #E85324;
- }
- .close {
- color:#E85324;
- text-shadow:none;
- opacity:1;
- }
- /* Log-In: End Header */
- /* Log-In: Start Body */
- .modal-body {
- color:#E85324!important;
- font-family:'comic sans ms';
- }
- /* Log-In: End Body */
- /* Stats: Start Checkbox (LEFT) */
- .custom-control-input:checked ~ .custom-control-indicator {
- background-color:#E85324;
- }
- /* Stats: End Checkbox (LEFT) */
- /* Warnings: Start Blockquote */
- blockquote {
- border-left:#4F1D00 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 #E85324;
- }
- /* Literature: End Fix Line In Literature Box */
- /* -------------------------------- END SPECIFIC STUFF -------------------------------- */
Add Comment
Please, Sign In to add comment