Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family:'courier new'
- }
- .content-main {
- background-color:#000;color:#fff
- }
- a {
- color:#FF0000;transition-duration:0.5s
- }
- a:hover {
- color:#c00;text-decoration:none;transition-duration:0.5s
- }
- .navbar {
- background-image:linear-gradient(to right,#000000,#FF0000)!important
- }
- .navbar:hover {
- background-image:linear-gradient(to right,#000000,#FF0000)!important
- }
- .navbar-brand {
- color:#FF0000!important
- }
- #header a.nav-link {
- color:#FF0000
- }
- a.nav-link.dropdown-toggle.nav-user-link {
- color:#000!important
- }
- .navbar .dropdown-menu a {
- background-color:#000;
- color:#FF0000;
- transition-duration:0.3s
- }
- .navbar .dropdown-menu a:hover {
- background-color:#FF0000;
- color:#000;
- transition-duration:0.3s
- }
- .navbar .dropdown-menu {
- border:5px #FF0000;
- border-style:none solid solid;
- background-color:#000
- }
- .navbar .dropdown-menu .dropdown-header {
- color:#fff
- }
- .navbar .dropdown-menu .dropdown-divider {
- border-color:#FF0000
- }
- .sidebar {
- background-color:#000;
- border-style:none solid solid none;
- border-color:#FF0000
- }
- .side-nav li > a {
- color:#FF0000;
- background-color:#000;
- transition-duration:0.3s
- }
- .side-nav li > a:hover {
- background-color:#FF0000;
- color:#000;
- transition-duration:0.3s
- }
- .side-nav .display-group a {
- color:#FF0000;
- background-color:#000;
- transition-duration:0.3s
- }
- .side-nav .display-group > a:hover {
- background-color:#FF0000!important;
- color:#000!important;
- transition-duration:0.3s
- }
- .world-functions-subheader {
- background-color:#FF0000!important;
- color:#fff
- }
- .world-functions-subheader > a {
- background-color:transparent!important
- }
- .side-nav li.active > a, .side-nav li.active > a:focus, .side-nav li.active > a:hover, .side-nav li.active > a:link {
- color:#FF0000!important
- }
- .side-nav li.header {
- background-color:#FF0000;color:#fff
- }
- .footer {
- background-color:#000;
- color:#fff!important
- }
- .footer a {
- color:#FF0000!important
- }
- .footer:after {
- content:"css by hopeiess"
- }
- .badge.badge-default {
- background-color:#FF0000
- }
- .members-table {
- border:1px ridge #FF0000
- }
- .breadcrumb {
- background-color:#000;
- border-color:#FF0000
- }
- .user-name-badge {
- color:#000!important;
- background-color:#FF0000!important;
- border-color:#fff!important
- }
- .user-name-badge:hover {
- color:#000!important;
- background-color:#c00!important;
- border-color:#fff!important
- }
- .btn-secondary {
- background-color:#000!important;
- color:#FF0000!important;
- border-color:#fff!important
- }
- .btn-secondary:hover {
- background-color:#1c1c1c!important;
- color:#FF0000!important;
- border-color:#fff!important
- }
- .btn-danger {
- background-color:#FF0000!important;
- color:#fff!important;
- border-color:#FF0000!important
- }
- .btn-danger:hover {
- background-color:#c00!important;
- color:#fff!important;
- border-color:#c00!important
- }
- .bulletin-content {
- background-color:#000!important;
- border-color:#FF0000;
- border-style:outset
- }
- .bulletin-comment-count {
- background-color:#000!important;
- color:#FF0000!important;
- border-color:transparent!important
- }
- .btn-default {
- background-color:#000!important;
- color:#fff!important;
- border-color:#fff!important
- }
- .btn-default:hover {
- background-color:#000!important;
- color:#b8b8b8!important;
- border-color:#b8b8b8!important
- }
- .btn-primary {
- background-color:#FF0000!important;
- border-color:#FF0000!important;
- color:#fff!important
- }
- .btn-primary:hover {
- background-color:#c00!important;
- border-color:#c00!important;
- color:#fff!important
- }
- .dropdown-item {
- background-color:#000;
- color:#fff
- }
- .dropdown-item:hover {
- background-color:#1c1c1c;
- color:#FF0000
- }
- .dropdown-menu {
- background-color:#000;
- color:#fff
- }
- .img-thumbnail {
- background-color:#000;
- border-color:#FF0000;
- filter:saturate(1);
- transition-duration:0.5s
- }
- .img-thumbnail:hover {
- filter:saturate(2);
- transition-duration:0.5s
- }
- .btn-primary, .bg-primary {
- background-color:#FF0000!important;
- color:#fff
- }
- .btn-primary:hover, .bg-primary:hover {
- background-color:#c00!important
- }
- .bg-success {
- background-color:#77fc03!important;
- color:#000!important
- }
- .progress-bar {
- background-color:#fff!important
- }
- .progress {
- background-color:#fff!important
- }
- .text-muted {
- color:#fff!important
- }
- .outline-secondary {
- background-color:#77fc03!important;
- border-color:#77fc03!important
- }
- .bg-danger {
- background-color:#fc034e!important;
- color:#fff!important
- }
- .bg-faded {
- background-color: #242424!important;
- }
- .card {
- background-color: #121212!important
- }
- .text-primary {
- color: #FF0000!important;
- }
- .btn-outline-primary {
- color: #FF0000!important;
- transition: .5s;
- }
- .btn-outline-primary:hover {
- color: #fff!important;
- background-color: #FF0000;
- transition: .5s;
- }
Add Comment
Please, Sign In to add comment