Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
.nav {
+
 
  margin-bottom: 0;
 
  padding-left: 0;
 
  list-style: none;
 
}
 
.nav > li {
 
  position: relative;
 
  display: block;
 
}
 
.nav > li > a {
 
  position: relative;
 
  display: block;
 
  padding: 10px 15px;
 
}
 
.nav > li > a:hover,
 
.nav > li > a:focus {
 
  text-decoration: none;
 
  background-color: #ffffff;
 
}
 
.nav > li.disabled > a {
 
  color: #999999;
 
}
 
.nav > li.disabled > a:hover,
 
.nav > li.disabled > a:focus {
 
  color: #999999;
 
  text-decoration: none;
 
  background-color: transparent;
 
  cursor: not-allowed;
 
}
 
.nav .open > a,
 
.nav .open > a:hover,
 
.nav .open > a:focus {
 
  background-color: #ffffff;
 
  border-color: #158cba;
 
}
 
.nav .nav-divider {
 
  height: 1px;
 
  margin: 9px 0;
 
  overflow: hidden;
 
  background-color: #e5e5e5;
 
}
 
.nav > li > a > img {
 
  max-width: none;
 
}
 

Revision as of 01:00, 26 December 2017