Difference between revisions of "Team:Dundee/style.css"

Line 202: Line 202:
  
 
}
 
}
 
 
  
 
#about .col-md-3:hover .glyphicon {
 
#about .col-md-3:hover .glyphicon {
Line 216: Line 214:
 
color: #585858;
 
color: #585858;
 
}
 
}
 
 
  
 
#about2 {
 
#about2 {
Line 544: Line 540:
  
 
.modal-body, .modal-title {
 
.modal-body, .modal-title {
color: black;
+
color: black !important;
 
}
 
}
  
Line 592: Line 588:
 
}
 
}
  
 +
.btn-1 {
 +
background-color: #e4e4a1;
 +
}
 +
 +
 +
/** submenu test **/
 +
.dropdown-menu > li > a:hover,
 +
.dropdown-menu > li > a:focus,
 +
.dropdown-submenu:hover > a,
 +
.dropdown-submenu:focus > a {
 +
  color: #ffffff;
 +
  text-decoration: none;
 +
  background-color: #1fa500;
 +
 +
}
 +
 +
.dropdown-submenu {
 +
  position: relative;
 +
}
 +
 +
.dropdown-submenu > .dropdown-menu {
 +
  top: 0;
 +
  left: 100%;
 +
  margin-top: -6px;
 +
  margin-left: -1px;
 +
  -webkit-border-radius: 0 6px 6px 6px;
 +
    -moz-border-radius: 0 6px 6px 6px;
 +
          border-radius: 0 6px 6px 6px;
 +
}
 +
 +
.dropdown-submenu:hover > .dropdown-menu {
 +
  display: block;
 +
}
 +
 +
.dropdown-submenu > a:after {
 +
  display: block;
 +
  float: right;
 +
  width: 0;
 +
  height: 0;
 +
  margin-top: 5px;
 +
  margin-right: -10px;
 +
  border-color: transparent;
 +
  border-left-color: #cccccc;
 +
  border-style: solid;
 +
  border-width: 5px 0 5px 5px;
 +
  content: " ";
 +
}
 +
 +
.dropdown-submenu:hover > a:after {
 +
  border-left-color: #ffffff;
 +
}
 +
 +
</style>
 
</html>
 
</html>

Revision as of 19:19, 8 August 2015