Ryuunosuke Itou

tribetwelve

Info


Created
3 years, 8 months ago
Favorites
1

Profile


/* CODE BY AviCode Terms of Use: https://toyhou.se/~bulletins/135562 Commissions: https://avistellart.wordpress.com/code/ Trades: https://toyhou.se/~bulletins/128014 Donate: https://ko-fi.com/avistella https://payhip.com/b/Bscvf --- CODE HELP Please check the following links below first prior to messaging me for help! Help Thread: https://toyhou.se/~forums/16.htmlcss-graphics/48845 FAQ/ Troubleshooting: https://toyhou.se/13737238. Other Coding Tutorials/ Tips: https://toyhou.se/AviCode/characters/folder:1637168 */ /* ------------------------------------- */ /* Navbar Colours */ $navbar-bg-color:#0056e6; $navbar-text-color:#ffffff; $navbar-font-size:.85rem; /* ------------------------------------- */ /* Navbar Dropdown Colours */ $dropdown-bg-color:#edeced; $dropdown-text-color:#4c4c4c; $dropdown-divider-color:#c5c5c7; $dropdown-link-hover-bg-color:#3099fe; $dropdown-link-hover-text-color:#ffffff; /* ------------------------------------- */ /* Sidebar Colours */ $sidebar-bg-color:#f1f2ec; $sidebar-text-color:#4c4c4c; $sidebar-border-color:#d8d2bd; /* ------------------------------------- */ /* Footer Colours */ $footer-bg-color:#eee9d6; $footer-text-color:#4c4c4c; $footer-border-color:#828178; /* ------------------------------------- */ /* Address Bar */ $address-bar-bg-color:#ffffff; $address-bar-text-color:#4c4c4c; $address-bar-content:'Your custom text here'; $address-bar-border-color:#7f9db9; /* ------------------------------------- */ /* Main Body */ $main-bg-color:#ffffff; $main-bg-image-size:cover; $main-bg-image-position:center; $main-bg-image-attachment:fixed; $main-bg-image-link:'https://file.garden/ZRYa5_KULjLI5_KC/ProfileGraphics/windows-xp-bg.png'; /*Set to "none" if you don't want a background image. If setting a background image, make sure your link is inside quotations and include the semicolon (;) at the end */ /* ------------------------------------- */ /* Content */ $content-width:1000px; $content-bg-color:#ffffff; $content-text-color:#4c4c4c; $content-border-color:#1339b8; $card-border-color:#091c84; $links-color:#5264be; $links-color-on-hover:#6c8ba5; $buttons-bg-color:#f3f3ee; $buttons-text-color:#000000; $buttons-border-color:#3a668e; $buttons-highlight-color:#fcfcfc; $buttons-shadow-color:#dcd7cd; $buttons-border-color-on-hover:#9eb6e8; /* ------------------------------------- */ /* Bootstrap Background Colours */ $primary-bg-color:#d5ddf6; $secondary-bg-color:#ebe9d8; $success-bg-color:#89c82a; $danger-bg-color:#f26b13; $warning-bg-color:#ddb527; $info-bg-color:#baccfb; $light-bg-color:#e8edfc; $white-bg-color:#ffffff; $dark-bg-color:#3250b0; /* Bootstrap Badges and Alerts Text Colours */ $primary-badge-and-alert-text-color:#6170ca; $success-badge-and-alert-text-color:#ffffff; $warning-badge-and-alert-text-color:#ffffff; $danger-badge-and-alert-text-color:#ffffff; /* Bootstrap Text Colours */ $text-primary:#091c84; $text-secondary:#6170ca; $text-success:#89c82a; $text-danger:#f26b13; $text-warning:#ddb527; $text-info:#d5ddf6; $text-light:#e8edfc; $text-white:#ffffff; $text-dark:#3250b0; /* ------------------------------------- */ /* CSS Import Link | BE SURE TO INCLUDE THIS LINK WHEN COPY-PASTING THE CODE OR YOUR CSS WILL NOT APPLY */ @import '0/11130/RV6cDv/old-school-windows'; .side-nav li.blurb { display:none; }