Windows CSS

mail@pastecode.io avatar
unknown
css
5 months ago
1.8 kB
198
Indexable
.dropdown-menu {border: 4px ridge!important; border-color:#0353e6!important; background-color:#ece9d8!important; color:#2b2b2a!important; text-shadow:none;}

.navbar, .header, .subheader, .dropdown-header, .footer {background: linear-gradient(to  bottom, #3790fe 5%, #0353e6 10%, #006afe 100%); border: 2px solid; border-color:#0746bb; border-top-left-radius:5px; border-top-right-radius:5px; color:#2d2d2a; text-shadow:2px 2px 1px #0746bb;}

.sidebar{background-color:#ece9d8; color:#2d2d2a; border:4px ridge; border-color:#0353e6; border-radius:9px;}
}

body {background-color:#008282!important; color:#2d2d2a;}

.card{border:4px ridge; border-color:#0353e6; border-radius:10px;}

.card-block{background-color:#ece9d8; color:#2d2d2a; border-radius:6px;}

.profile-info-section{color:#2d2d2a;}

.btn-primary, .badge-primary, .blockquote, .character-name-badge, .img-thumbnail, .footer a {background: linear-gradient(to bottom, #fefefe 0%, #f6f6f2 10%, #f6f6f2 80%, #d4cfc4 100%);color:#2b2b2a; border: 2px solid #466e8f; border-radius: 5px; text-shadow:none;}

.field-title, .field-value,h1, .bulletin-title {color:#2b2b2a;}

.forum-post-content {background-color:#ece9d8;color:#2b2b2a !important;}

.forum-post-avatar img {height:auto; width:75px; overflow:hidden;}
.dropdown-menu a:hover {
    color:#008282!important; background-color:#ece9d8!important;
}

.page-link {color:#2b2b2a!important;}
a, a:hover, .header a, .subheader a, .navbar li a {color:##008282!important;}

body a:hover,body a:active,.header a:hover,.header a:active,.side-nav li.active {color:#008282 !important;}

.footer a,.footer a:hover,.footer a:active {color:#2b2b2a!important;}

.dropdown-menu a, .sidebar a {
  color:#2b2b2a!important;
}

#sidebar .header a, #sidebar .subheader a {
  color:#fff!important;
}
Leave a Comment