Main Page

Difference between revisions of "User:SynthSy/liberty dark.css"

From Arks-Visiphone
Jump to navigation Jump to search
m (SynthSy moved page User:SynthSy/liberty.css to User:SynthSy/liberty dark.css without leaving a redirect)
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
.dropdown-menu {
 
.dropdown-menu {
    color: #aaa!important;
+
  color: #aaa!important;
    background-color: #3A3F44!important;
+
  background-color: #3A3F44!important;
    border: 1px solid rgba(0, 0, 0, 0.6);
+
  background-clip: padding-box!important;
 +
  border: 1px solid rgba(0, 0, 0, 0.6)!important;
 +
  border-radius: 0.25rem!important;
 
}
 
}
.dropdown-menu .dropdown-item:hover {
+
.dropdown-item {
    background-color: #5997f3;
+
  color: #aaa!important;
    color: #fff;
+
  background-color: transparent!important;
    transition: 0.3s;
 
}
 
.nav-link {
 
    color: rgba(255, 255, 255, 0.5)!important;
 
 
}
 
}
  
a {
+
.dropdown-item:hover, .dropdown-item:focus {
   color: #fff;
+
   color: #fff!important;
  text-decoration: none;
+
   background-color: #272B30!important;
   background-color: transparent;
 
 
}
 
}
  
a:hover {
+
.dropdown-item.active, .dropdown-item:active {
   color: #d9d9d9;
+
   color: #fff!important;
   text-decoration: underline;
+
   background-color: #3A3F44!important;
 
}
 
}
  
a:not([href]) {
+
.dropdown-item.disabled, .dropdown-item:disabled {
   color: inherit;
+
   color: #7A8288!important;
   text-decoration: none;
+
   background-color: transparent!important;
 
}
 
}
  
a:not([href]):hover {
+
.nav-tabs .nav-link.active,
   color: inherit;
+
.nav-tabs .nav-item.show .nav-link {
   text-decoration: none;
+
  color: #fff!important;
 +
   background-color: #272B30!important;
 +
   border-color: rgba(0, 0, 0, 0.6)!important;
 
}
 
}

Latest revision as of 11:56, 31 March 2020

body {
	color: #aaa;
	background-color: #272B30!important;
}
.nav-wrapper {
	background-color: #222!important;
}

.dropdown-menu {
  color: #aaa!important;
  background-color: #3A3F44!important;
  background-clip: padding-box!important;
  border: 1px solid rgba(0, 0, 0, 0.6)!important;
  border-radius: 0.25rem!important;
}
.dropdown-item {
  color: #aaa!important;
  background-color: transparent!important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff!important;
  background-color: #272B30!important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  background-color: #3A3F44!important;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7A8288!important;
  background-color: transparent!important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff!important;
  background-color: #272B30!important;
  border-color: rgba(0, 0, 0, 0.6)!important;
}