Difference between revisions of "Template:Oxford"

Line 65: Line 65:
 
     opacity:0.9;
 
     opacity:0.9;
 
     margin-top: 17px;
 
     margin-top: 17px;
 +
}
 +
 +
.navbar li {
 +
    margin: 0 20px;
 
}
 
}
  
 
/* Add a gray color to all navbar links */
 
/* Add a gray color to all navbar links */
 
.navbar li a, .navbar .navbar-brand {  
 
.navbar li a, .navbar .navbar-brand {  
     color: #fff !important;
+
     color: #fff;
 
}
 
}
  
 
/* the color of the single Link ('safety') on hover */
 
/* the color of the single Link ('safety') on hover */
 
.navbar-nav li a:hover {
 
.navbar-nav li a:hover {
     color: #1abc9c !important;
+
     color: #1abc9c;
 
}
 
}
  
 
/* The active link this seems to be useless at the moment*/
 
/* The active link this seems to be useless at the moment*/
 
.navbar-nav li.active a {
 
.navbar-nav li.active a {
     color: #fff !important;
+
     color: #fff;
     background-color:#29292c !important;
+
     background-color:#29292c;
 
}
 
}
  
Line 94: Line 98:
 
/* the color of the Dropdown on click */
 
/* the color of the Dropdown on click */
 
.open .dropdown-toggle {
 
.open .dropdown-toggle {
     color: #000 ;
+
     color: #1abc9c;
     background-color: #fff !important;
+
     background-color: #fff;
 
}
 
}
  
 
/* the color of the Dropdown links */
 
/* the color of the Dropdown links */
 
.dropdown-menu li a {
 
.dropdown-menu li a {
     color: #000 !important;
+
     color: #000;
 
     letter-spacing: 1px;
 
     letter-spacing: 1px;
 
}
 
}
Line 106: Line 110:
 
/* the color of the dropdown links on hover */
 
/* the color of the dropdown links on hover */
 
.dropdown-menu li a:hover {
 
.dropdown-menu li a:hover {
     background-color: #fff !important;
+
     background-color: #fff;
 
}
 
}
  
Line 516: Line 520:
 
     <div class="collapse navbar-collapse" id="myNavbar">
 
     <div class="collapse navbar-collapse" id="myNavbar">
 
       <ul class="nav navbar-nav navbar-right">
 
       <ul class="nav navbar-nav navbar-right">
 
+
       
 +
        <li><a href="https://2017.igem.org/Team:Oxford">HOME</a></li>
 +
       
 
         <!-- This is the team dropdown -->
 
         <!-- This is the team dropdown -->
 
         <li>
 
         <li>

Revision as of 15:01, 26 July 2017