Difference between revisions of "Template:Exeter"

Line 37: Line 37:
 
</style>
 
</style>
  
 +
<style type="text/css">
 +
 +
a {
 +
color:#229640 !important;
 +
font-weight:bold !important;
 +
}
 +
a:hover {
 +
color:#96C11E !important;
 +
text-decoration:none !important;
 +
}
 +
li {
 +
text-decoration:none !important;
 +
display:inline !important;
 +
}
 +
 +
nav {
 +
  border-bottom:none !important;
 +
  background-color:rgb(239,239,242);
 +
}
 +
/* Center the Navbar Items */
 +
.navbar .navbar-nav {
 +
  display:inline-block;
 +
  float:none;
 +
  vertical-align:top;
 +
}
 +
.navbar .navbar-collapse {
 +
  text-align:center;
 +
  margin-top:105px;
 +
  background-color:rgb(239,239,242);
 +
}
 +
.navbar-default {
 +
  border:none !important;
 +
}
 +
.navbar-fixed-top {
 +
  background-color:rgb(239,239,242);
 +
  margin-top:25px !important;
 +
  padding-bottom:30px !important;
 +
  border-bottom:#000 thin solid !important;
 +
}
 +
/* Nav Button Style */
 +
.dropdown-toggle {
 +
color:#229640;
 +
font-weight:bold;
 +
}
 +
.open a {
 +
color:#96C11E !important;
 +
text-decoration:none !important;
 +
background-color:rgb(239,239,242) !important;
 +
}
 +
/* Dropdown Style */
 +
.dropdown-menu{
 +
min-width:1000px;
 +
background-color:rgb(239,239,242);
 +
border:none;
 +
box-shadow:none;
 +
}
 +
.list-inline li a {
 +
color:#229640 !important;
 +
font-weight:bold;
 +
padding:10px;
 +
}
 +
.list-inline li a:hover {
 +
color:#96C11E !important;
 +
text-decoration:none;
 +
}
 +
/* Navbar Header including Animation */
 +
.navbar-header {
 +
  position: absolute;
 +
  top: 0px;
 +
  left: 0px;
 +
  bottom:0px;
 +
  right:0px;
 +
  background-image: url(https://static.igem.org/mediawiki/2015/b/b2/Exeter_switch.png);
 +
  background-repeat: no-repeat;
 +
  background-size:auto 80px;
 +
  background-position:20px 5px;
 +
  background-color:rgb(239,239,242);
 +
}
 +
#collapse-button {
 +
z-index:100;
 +
}
 +
.ribonostics {
 +
position:absolute;
 +
z-index:5;
 +
left:100px;
 +
top:10px;
 +
height:100px;
 +
margin-left:0px;
 +
}
 +
.igem {
 +
margin:10px 0px 45px 0px;
 +
position:absolute;
 +
right:80px;
 +
}
 +
 +
.toeholdfooter {
 +
position:relative;
 +
overflow:hidden;
 +
margin:50px 0px 0px 20px;
 +
}
 +
.toeholdfooter img {
 +
    height:80px;
 +
}
 +
.sponsors img, #twitter img, #facebook img, #exeter img{
 +
height:60px;
 +
}
 +
#twitter, #facebook {
 +
float:right;
 +
margin-right:25px;
 +
}
 +
#exeter {
 +
float:left;
 +
margin-top:13px;
 +
margin-left:10px;
 +
}
 +
 +
/* For Smaller Screens */
 +
@media screen and (max-width: 768px) {
 +
.dropdown-menu{
 +
min-width:auto;
 +
background-color:rgb(239,239,242);
 +
border:none;
 +
box-shadow:none;
 +
}
 +
.navbar-header {
 +
    height:100px;
 +
}
 +
}
 +
 +
</style>
  
  

Revision as of 12:02, 18 August 2015