Team:UCSC/Modeling
From 2014.igem.org
(Difference between revisions)
m |
m |
||
(8 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
<html> | <html> | ||
- | |||
Line 16: | Line 15: | ||
width:100%; /* Menu width */ | width:100%; /* Menu width */ | ||
height:35px; | height:35px; | ||
- | padding-left: | + | padding-left:12px; |
- | background: | + | background: SteelBlue;/* Background color */ |
- | + | background-size: 100%; | |
} | } | ||
.menu { | .menu { | ||
Line 24: | Line 23: | ||
margin:0; | margin:0; | ||
list-style:none; | list-style:none; | ||
- | height: | + | height:75px; |
position:relative; | position:relative; | ||
z-index:5; | z-index:5; | ||
Line 38: | Line 37: | ||
height:45px; | height:45px; | ||
line-height:34px; | line-height:34px; | ||
- | color: | + | color:gold; |
text-decoration:none; | text-decoration:none; | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
- | font-size: | + | font-size:18px; /* Font size */ |
- | + | padding:0 0 0 10px; | |
- | padding:0 0 0 | + | |
cursor:pointer; | cursor:pointer; | ||
} | } | ||
Line 70: | Line 68: | ||
left:0; | left:0; | ||
top:35px; | top:35px; | ||
- | background: | + | background:SteelBlue; /* Submenu background color */ |
padding:3px; | padding:3px; | ||
white-space:nowrap; | white-space:nowrap; | ||
Line 96: | Line 94: | ||
.menu li ul.sub li a.fly { | .menu li ul.sub li a.fly { | ||
/* Submenu Background Color */ | /* Submenu Background Color */ | ||
- | background: | + | background:RosyBrown |
+ | } | ||
.menu li:hover ul.sub li a:hover { | .menu li:hover ul.sub li a:hover { | ||
- | background:# | + | background:#orange; /* Background Color on mouseover */ |
- | color: | + | color: white; |
} | } | ||
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly { | .menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly { | ||
Line 118: | Line 117: | ||
height:auto; | height:auto; | ||
} | } | ||
- | # | + | |
- | width: | + | |
- | height: | + | #wrapperHeader{ |
- | + | width: 100%; | |
- | + | height: 320px; | |
- | + | background:url(https://static.igem.org/mediawiki/2014/thumb/3/38/UCSC_Pafford_CampusView.JPG/800px-UCSC_Pafford_CampusView.JPG) no-repeat top center; | |
- | + | background-size: 100%; | |
- | + | text-align: center; | |
- | + | ||
- | background: url( | + | |
} | } | ||
- | # | + | #wrapperHeader div#header { |
- | margin-top: | + | width:1000px; |
- | border: | + | height:200px; |
- | background: | + | margin:0 auto; |
- | text-align:center; | + | } |
+ | |||
+ | #contact{ | ||
+ | padding-left:35px; | ||
+ | padding-right:35px; | ||
+ | padding-top:35px; | ||
+ | padding-bottom:50px; | ||
+ | width: 450px; | ||
+ | float: left; | ||
+ | left: 50%; | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | .contact-input{ | ||
+ | font-size: 18px; | ||
+ | border-radius: 0; | ||
+ | line-height: 22px; | ||
+ | background-color: #fbfbfb; | ||
+ | padding: 13px 13px 13px 54px; | ||
+ | margin-bottom: 10px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #email{ | ||
+ | background: PaleGoldenrod; | ||
+ | background-size: 30px 30px; | ||
+ | background-position: 11px 8px; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | |||
+ | #comment{ | ||
+ | background: PaleGoldenrod; | ||
+ | background-size: 30px 30px; | ||
+ | background-position: 11px 8px; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | myh1{ | ||
+ | color: gold; | ||
+ | text-align: center; | ||
+ | font-size: 70px; | ||
+ | } | ||
+ | |||
+ | myh2{ | ||
+ | color: orange; | ||
+ | text-align: center; | ||
+ | font-size: 50px; | ||
+ | } | ||
+ | |||
+ | myh3{ | ||
+ | color: RosyBrown; | ||
+ | text-align: center; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | |||
+ | myh4{ | ||
+ | color: SpringGreen; | ||
+ | font-family:Tahoma, Geneva, sans-serif; | ||
+ | text-align: center; | ||
+ | font-size: 20px; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
+ | |||
+ | <p style="color:#F7EB06"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UCSC/Modeling&action=edit"style="color:PaleGoldenrod"> Click here to edit this page!</a> </p> | ||
+ | |||
+ | <div id="wrapperHeader"> | ||
+ | <div id="header"><br> | ||
+ | <myh1><br><br><br><br><b>Models</b></myh1></div> | ||
+ | </div> | ||
<div id='menuWrapper'> | <div id='menuWrapper'> | ||
<ul class='menu'> | <ul class='menu'> | ||
- | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC | + | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC"><span><b>HOME</b></span></a></li> |
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Project"><span class='down'>Project</span></a> | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Project"><span class='down'>Project</span></a> | ||
<ul class='sub'> | <ul class='sub'> | ||
<li><a href = "https://2014.igem.org/Team:UCSC/Project">Project Overview</a> | <li><a href = "https://2014.igem.org/Team:UCSC/Project">Project Overview</a> | ||
- | <li><a href="https://2014.igem.org/Team:UCSC/ | + | <li><a href="https://2014.igem.org/Team:UCSC/Parts">Parts</a></li> |
- | <li><a href="https://2014.igem.org/Team:UCSC/ | + | <li><a href="https://2014.igem.org/Team:UCSC/Safety">Safety</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
- | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/ | + | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Bioethics"><span class='down'>Bioethics</span></a> |
- | + | ||
- | + | ||
- | + | ||
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Notebook"><span class='down'>Notebook</span></a> | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Notebook"><span class='down'>Notebook</span></a> | ||
<ul class='sub'> | <ul class='sub'> | ||
- | |||
<li><a href="https://2014.igem.org/Team:UCSC/Notebook">Interactive Schedule</a></li> | <li><a href="https://2014.igem.org/Team:UCSC/Notebook">Interactive Schedule</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:UCSC/Modeling">Models</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Attributions"><span> | + | <li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Team">Team</a> |
+ | <ul class='sub'><li><a href='https://igem.org/Team.cgi?year=2014&team_name=UCSC'>Official Profile</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:UCSC/Team">Undergrad Researchers</a></li> | ||
+ | <li><a href = "">The Bioethics Team</a> | ||
+ | <li><a href="https://2014.igem.org/Team:UCSC/Attributions">Attributions</a></li> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <li class='top'><a class='top_link' href="https://2014.igem.org/Meetups/August_UCSC"><span><b>Our Meetup</b></span></a> | ||
+ | </li> | ||
+ | |||
+ | <li class='top'><a class='top_link' href="https://experiment.com/projects/sustainable-next-generation-biofuel-production"><span><myh4><b> Thank you, Donors!</b></myh4></span></a> | ||
</li> | </li> | ||
</ul> | </ul> | ||
- | </div> | + | </div> |
- | <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" | + | |
+ | <br> | ||
+ | |||
+ | <a href= "http://www.ucsc.edu/"> <img src="https://static.igem.org/mediawiki/2014/9/94/UCSC_School_Logo_white.jpg" height = "100px" align = "center"></a> | ||
+ | <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" height = "100px" align = "center"></a> | ||
+ | <a href = "http://www.geneious.com/"> <img src= "https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" height = "100px" align = "center"></a> | ||
+ | <a href = "https://us.vwr.com/"> <img src= "https://static.igem.org/mediawiki/2014/4/4f/Sponsors_Logo_VWR.jpg" height = "60px" align = "center"></a> | ||
<!--modeling content --> | <!--modeling content --> |
Latest revision as of 19:23, 8 September 2014
Models
Modeling
If you choose to create a model during your project, please write about it here. Modeling is not an essential part of iGEM, but we encourage any and all teams to model some aspect of their project. See previous "Best Model" awards for more information.