Panel CSS
unknown
css
a month ago
1.8 kB
33
Indexable
Never
/* The colors in this code are listed here so you can use ctrl + F or ctrl + H to replace them! ^^ Border color: #000 Main color (pink): #ff8ab1 Accent color (hot pink): #ff40aa Background and button color (blue): #9cc7f1 */ body {background-color: #9cc7f1!important;} .footer,.navbar{background-color:#ff40aa !important; color: #000 !important; border: 2px solid #000;} .navbar li a{color: #000 !important;} .dropdown-menu{background-color:#9cc7f1!important; color:#000!important; border: 2px solid #000!important; border-radius: 0px; } .sidebar { background-color:#ff8ab1; color:#000; border: 2px solid #000;} #sidebar .header,#sidebar .subheader{ background-color: #ff40aa; color:#000; border: 2px solid #000;} .side-nav li.divider {border:1px solid; color:#000;} .btn-primary,.blockquote {background:#9cc7f1;color:#000; border:2px solid #000; border-radius:0px!important;} .character-name-badge {background-color:#ff40aa;color:#000; border:2px solid #000;} .card,.card-block,.profile-info-section {background:#ff8ab1;color:#000;} .profile-info-section{border: 2px solid #000;} .field-title, .field-value,h1, .bulletin-title {color:#000;} .badge-primary {background:#9cc7f1; color:#000; border: 2px solid #000; border-radius: 0px;} .img-thumbnail {background:none;border:none;} .forum-post-content {background-color:#9cc7f1;color:#000 !important;} .forum-post-avatar img {height:auto; width:75px; overflow:hidden;} a,a:hover,body a,.header a {color:#000;} body a:hover,body a:active,.header a:hover,.header a:active,.side-nav li.active {color:#000 !important; background-color:#9cc7f1!important; border: 2px solid #000; border-radius:0px!important;} .footer a,.footer a:hover,.footer a:active {color:#9cc7f1!important;} .footer::after { display: block; content: 'CSS by leonineKelter'; }
Leave a Comment