Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
(Replaced content with ".plainlinks { color: black; } .navbar-nav > li > .dropdown-menu { margin-top: -0.1em; border-top-right-radius: 0; border-top-left-radius: 0; } .btn, .btn:hov...")
Line 12: Line 12:
 
   border-color: rgba(0, 0, 0, 0.6);
 
   border-color: rgba(0, 0, 0, 0.6);
 
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
 
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
 
 
.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.pull-right {
 
  right: 0;
 
  left: auto;
 
}
 
.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;
 
}
 
.open > .dropdown-menu {
 
  display: block;
 
}
 
.open > a {
 
  outline: 0;
 
}
 
.dropdown-menu-right {
 
  left: auto;
 
  right: 0;
 
}
 
.dropdown-menu-left {
 
  left: 0;
 
  right: auto;
 
}
 
.dropdown-header {
 
  display: block;
 
  padding: 3px 20px;
 
  font-size: 12px;
 
  line-height: 1.42857143;
 
  color: #7a8288;
 
  white-space: nowrap;
 
}
 
.dropdown-backdrop {
 
  position: fixed;
 
  left: 0;
 
  right: 0;
 
  bottom: 0;
 
  top: 0;
 
  z-index: 990;
 
}
 
.pull-right > .dropdown-menu {
 
  right: 0;
 
  left: auto;
 
}
 
.dropup .caret,
 
.navbar-fixed-bottom .dropdown .caret {
 
  border-top: 0;
 
  border-bottom: 4px dashed;
 
  border-bottom: 4px solid \9;
 
  content: "";
 
}
 
.dropup .dropdown-menu,
 
.navbar-fixed-bottom .dropdown .dropdown-menu {
 
  top: auto;
 
  bottom: 100%;
 
  margin-bottom: 2px;
 
 
}
 
}

Revision as of 15:24, 2 January 2018

.plainlinks {
 color: black;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -0.1em;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn,
.btn:hover {
  border-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}