Template:Team:UW/CSS
From 2014.igem.org
(Difference between revisions)
Kristanguyen (Talk | contribs) |
|||
(63 intermediate revisions not shown) | |||
Line 46: | Line 46: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
- | border: | + | border: 10px; |
background-color: transparent; | background-color: transparent; | ||
margin: 0px; | margin: 0px; | ||
Line 62: | Line 62: | ||
background-size: cover; | background-size: cover; | ||
z-index: -6; | z-index: -6; | ||
+ | } | ||
+ | |||
+ | p, h1, h2, h3 { | ||
+ | margin-left: 8%; | ||
+ | margin-right: 10%; | ||
+ | margin-bottom: 6%; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin-left: 4%; | ||
+ | margin-right: 4%; | ||
+ | margin-bottom: 4%; | ||
} | } | ||
Line 70: | Line 84: | ||
font-size: 14px; | font-size: 14px; | ||
color: #414141; | color: #414141; | ||
- | width: | + | width: 800px; |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
Line 182: | Line 196: | ||
} | } | ||
- | .newsItem p {margin-top: 10px;} | + | .newsItem p { |
+ | margin-top: 10px; | ||
+ | } | ||
.annItem { | .annItem { | ||
Line 226: | Line 242: | ||
#igemuwmenu { | #igemuwmenu { | ||
- | width: | + | width: 730px; |
margin: 10px auto; | margin: 10px auto; | ||
- | border: 3px solid # | + | border: 3px solid #b7a57a; |
- | background-color: | + | background-color: #4b2e84; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
border-radius: 6px; | border-radius: 6px; | ||
- | |||
- | |||
- | |||
display: inline-block; | display: inline-block; | ||
white-space: nowrap; | white-space: nowrap; | ||
Line 272: | Line 277: | ||
#igemuwmenu a { | #igemuwmenu a { | ||
padding: 12px 20px; | padding: 12px 20px; | ||
- | color: # | + | color: #b7a57a; |
text-transform: uppercase; | text-transform: uppercase; | ||
font: bold 11.4px Arial, Helvetica; | font: bold 11.4px Arial, Helvetica; | ||
Line 298: | Line 303: | ||
left: 0; | left: 0; | ||
z-index: 1; | z-index: 1; | ||
- | background: | + | background: #4b2e84; |
- | + | border: 2px solid #b7a57a; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
-webkit-transition: all .2s ease-in-out; | -webkit-transition: all .2s ease-in-out; | ||
-moz-transition: all .2s ease-in-out; | -moz-transition: all .2s ease-in-out; | ||
Line 339: | Line 333: | ||
border: 0; | border: 0; | ||
_line-height: 0; /*IE6 only*/ | _line-height: 0; /*IE6 only*/ | ||
- | -moz-box-shadow: 0 1px 0 # | + | -moz-box-shadow: 0 1px 0 #b7a57a, 0 2px 0 #b7a57a; |
- | -webkit-box-shadow: 0 1px 0 # | + | -webkit-box-shadow: 0 1px 0 #b7a57a, 0 2px 0 #b7a57a; |
- | box-shadow: 0 1px 0 # | + | box-shadow: 0 1px 0 #b7a57a, 0 2px 0 #b7a57a; |
} | } | ||
#igemuwmenu ul li.active { | #igemuwmenu ul li.active { | ||
Line 580: | Line 574: | ||
<!-- Table for the entire content (to split it vertically, weird) --> | <!-- Table for the entire content (to split it vertically, weird) --> | ||
- | <table | + | <table align="center"> |
<!-- Banner --> | <!-- Banner --> | ||
- | <tr> | + | <tr> <center> |
- | + | <img src="https://static.igem.org/mediawiki/2014/6/61/Banner-Wiki.png" width="1100" height="338" usemap="#linkmap"> | |
- | + | <map name="linkmap"> | |
- | + | <area shape="rect" coords="80,140,350,250" href="http://www.washington.edu" target="_blank" alt="UW Homepage"> | |
+ | <area shape="rect" coords="750,110,980,260" href="http://www.igem.org" target="_blank" alt="Official iGEM website"> | ||
+ | </map> | ||
+ | </center> | ||
</tr> | </tr> | ||
Line 615: | Line 612: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | |||
<li> | <li> | ||
<a href="https://2014.igem.org/Team:Washington/Our_Project">Our Project</a> | <a href="https://2014.igem.org/Team:Washington/Our_Project">Our Project</a> | ||
<ul> | <ul> | ||
- | <li><a href="https://2014.igem.org/Team:Washington/ | + | <li><a href="https://2014.igem.org/Team:Washington/Our_Project">Our System</a></li> |
<li><a href="https://2014.igem.org/Team:Washington/Methods">Methods</a></li> | <li><a href="https://2014.igem.org/Team:Washington/Methods">Methods</a></li> | ||
<li><a href="https://2014.igem.org/Team:Washington/Results">Results</a></li> | <li><a href="https://2014.igem.org/Team:Washington/Results">Results</a></li> | ||
<li><a href="https://2014.igem.org/Team:Washington/Future Plans">Future Plans</a></li> | <li><a href="https://2014.igem.org/Team:Washington/Future Plans">Future Plans</a></li> | ||
</ul> | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <a href="https://2014.igem.org/Team:Washington/BioBricks">BioBricks</a> | ||
</li> | </li> | ||
Line 636: | Line 636: | ||
<li> | <li> | ||
<a href="https://2014.igem.org/Team:Washington/Safety">Safety</a> | <a href="https://2014.igem.org/Team:Washington/Safety">Safety</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2014.igem.org/Team:Washington/Safety">Safety</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Washington/ProjectConsiderations">Project Considerations</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Washington/JudgingForm">Judging Form</a></li> | ||
+ | </ul> | ||
</li> | </li> | ||
- | + | <li> | |
- | + | ||
<a href="https://2014.igem.org/Team:Washington/Our_Team">Our Team</a> | <a href="https://2014.igem.org/Team:Washington/Our_Team">Our Team</a> | ||
- | + | </li> | |
</ul> | </ul> | ||
</nav> | </nav> |
Latest revision as of 03:55, 18 October 2014
|