Template:Nevada Header CSS

From 2011.igem.org

(Difference between revisions)
m
m
Line 91: Line 91:
   display: block;
   display: block;
   top: 20px;
   top: 20px;
-
   left: 0px;
+
   left: 15px;
-
   height: 35px;
+
   height: 25px;
   width: 900px;
   width: 900px;
 +
  text-align: center;
   background-color: rgba(0,51,0,0.8);
   background-color: rgba(0,51,0,0.8);
 +
  /* Border Styling */
 +
  -moz-border-radius-topright: 15px;
 +
  -moz-border-radius-topleft: 15px;
 +
  -webkit-border-top-right-radius: 15px;
 +
  -webkit-border-top-left-radius: 15px;
 +
  border-top-right-radius: 15px;
 +
  border-top-left-radius: 15px;
 +
  -moz-border-radius-bottomright: 15px;
 +
  -moz-border-radius-bottomleft: 15px;
 +
  -webkit-border-bottom-right-radius: 15px;
 +
  -webkit-border-bottom-left-radius: 15px;
 +
  border-bottom-right-radius: 15px;
 +
  border-bottom-left-radius: 15px;
 +
  /* Border Thickness */
 +
  border: rgba(0,0,0,0.8) solid 3px;
   z-index: 15;
   z-index: 15;
}
}
Line 183: Line 199:
</div>
</div>
<div id="banner-buttons" class="buttons-text">  
<div id="banner-buttons" class="buttons-text">  
-
|&nbsp;&nbsp;<a href="/Team:Nevada">Home</a>&nbsp;&nbsp;
+
&nbsp;&nbsp;<a href="/Team:Nevada">Home</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="/Team:Nevada/Team">Team</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="/Team:Nevada/Team">Team</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="/Team:Nevada/Project">Project</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="/Team:Nevada/Project">Project</a>&nbsp;&nbsp;
Line 192: Line 208:
|&nbsp;&nbsp;<a href="/Team:Nevada/Safety">Safety</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="/Team:Nevada/Safety">Safety</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="#">Human Practices</a>&nbsp;&nbsp;
|&nbsp;&nbsp;<a href="#">Human Practices</a>&nbsp;&nbsp;
-
|&nbsp;&nbsp;<a href="#">Fundraising</a>&nbsp;&nbsp;|
+
|&nbsp;&nbsp;<a href="#">Fundraising</a>&nbsp;&nbsp;
</div>
</div>
</div>
</div>

Revision as of 02:17, 5 September 2011