Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 34: Line 34:
 
   margin: 9px 0;
 
   margin: 9px 0;
 
   overflow: hidden;
 
   overflow: hidden;
   background-color: rgba(255, 255, 255, 0.1);
+
   background-color: #272b30;
 
}
 
}
 
.dropdown-menu > li > a {
 
.dropdown-menu > li > a {
Line 42: Line 42:
 
   font-weight: normal;
 
   font-weight: normal;
 
   line-height: 1.42857143;
 
   line-height: 1.42857143;
   color: #ffffff;
+
   color: #c8c8c8;
 
   white-space: nowrap;
 
   white-space: nowrap;
 
}
 
}
Line 49: Line 49:
 
   text-decoration: none;
 
   text-decoration: none;
 
   color: #ffffff;
 
   color: #ffffff;
   background-color: #2a9fd6;
+
   background-color: #272b30;
 
}
 
}
 
.dropdown-menu > .active > a,
 
.dropdown-menu > .active > a,
Line 57: Line 57:
 
   text-decoration: none;
 
   text-decoration: none;
 
   outline: 0;
 
   outline: 0;
   background-color: #2a9fd6;
+
   background-color: #272b30;
 
}
 
}
 
.dropdown-menu > .disabled > a,
 
.dropdown-menu > .disabled > a,
 
.dropdown-menu > .disabled > a:hover,
 
.dropdown-menu > .disabled > a:hover,
 
.dropdown-menu > .disabled > a:focus {
 
.dropdown-menu > .disabled > a:focus {
   color: #888888;
+
   color: #7a8288;
 
}
 
}
 
.dropdown-menu > .disabled > a:hover,
 
.dropdown-menu > .disabled > a:hover,

Revision as of 14:19, 2 January 2018

.plainlinks {
 color: black;
}

.navbar {
    border-width: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #3a3f44;
  border: 1px solid #272b30;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #272b30;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #c8c8c8;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #272b30;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #272b30;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #7a8288;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}