NithikB123 (Talk | contribs) |
NithikB123 (Talk | contribs) (Undo revision 333147 by NithikB123 (talk)) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
− | <style> | + | <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"><style> |
− | + | html{ | |
+ | font-family: 'La', sans-serif; | ||
+ | } | ||
+ | |||
#sideMenu { display:none; } | #sideMenu { display:none; } | ||
Line 10: | Line 13: | ||
#mainContainer{ | #mainContainer{ | ||
− | + | background-color: #7A7A79; | |
width: 100%; | width: 100%; | ||
} | } | ||
Line 17: | Line 20: | ||
margin: auto; | margin: auto; | ||
padding: 0px; | padding: 0px; | ||
− | |||
} | } | ||
− | body { | + | body { margin: 0px; padding: 0px; width: 100%;} |
a.drplink { | a.drplink { | ||
Line 26: | Line 28: | ||
} | } | ||
a.drplink:hover { | a.drplink:hover { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
color:dimgray; | color:dimgray; | ||
} | } | ||
Line 40: | Line 35: | ||
color: gray; | color: gray; | ||
} | } | ||
+ | |||
#content { | #content { | ||
− | margin: 0px | + | margin: 0px; |
− | background-color: | + | margin-top: -15px; |
+ | background-color: #7A7A79; | ||
width: 100%; | width: 100%; | ||
padding: 0px; | padding: 0px; | ||
+ | font-family: 'Roboto', sans-serif; | ||
} | } | ||
Line 95: | Line 93: | ||
padding-bottom: 7px; | padding-bottom: 7px; | ||
font-size: 45px; | font-size: 45px; | ||
− | color: | + | color: #D49AE6; } |
Line 115: | Line 113: | ||
h2{ | h2{ | ||
color: #D49AE6; | color: #D49AE6; | ||
+ | text-align:center; | ||
+ | hspace="20" | ||
} | } | ||
Line 121: | Line 121: | ||
position: fixed; | position: fixed; | ||
text-decoration: none; | text-decoration: none; | ||
− | color: # | + | color: #42413C; |
width: 100%; | width: 100%; | ||
height: 50px; | height: 50px; | ||
line-height: 50px; | line-height: 50px; | ||
− | background-color: | + | background-color: #555554; |
− | margin: | + | margin-top: 0px; |
text-align:center; | text-align:center; | ||
opacity: 0.9; | opacity: 0.9; | ||
Line 172: | Line 172: | ||
} | } | ||
− | + | .transparency { | |
− | . | + | |
opacity: 0.4; | opacity: 0.4; | ||
− | |||
transition: opacity 0.5s ease-in-out; | transition: opacity 0.5s ease-in-out; | ||
+ | filter: alpha(opacity=40); | ||
-webkit-backface-visibility: hidden; | -webkit-backface-visibility: hidden; | ||
} | } | ||
− | . | + | .transparency:hover { |
− | opacity: 1 | + | opacity: 1; |
− | + | filter: alpha(opacity=100); | |
+ | width = 100px; | ||
-webkit-backface-visibility: hidden; | -webkit-backface-visibility: hidden; | ||
} | } | ||
+ | |||
Line 224: | Line 225: | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
− | |||
color: #D49AE6; | color: #D49AE6; | ||
padding: 14px; | padding: 14px; | ||
Line 233: | Line 233: | ||
transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; | transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; | ||
} | } | ||
+ | |||
/* The container <div> - needed to position the dropdown content */ | /* The container <div> - needed to position the dropdown content */ | ||
Line 245: | Line 246: | ||
opacity: 0.0; | opacity: 0.0; | ||
position: absolute; | position: absolute; | ||
− | background-color: # | + | background-color: #CFB9F7; |
min-width: 200px; | min-width: 200px; | ||
text-align: left; | text-align: left; | ||
Line 251: | Line 252: | ||
transition: opacity 0.5s ease-in-out; | transition: opacity 0.5s ease-in-out; | ||
} | } | ||
+ | |||
/* Links inside the dropdown */ | /* Links inside the dropdown */ | ||
.dropdown-content a { | .dropdown-content a { | ||
− | color: white; | + | color: white; |
opacity: 0.0; | opacity: 0.0; | ||
padding: 0px 10px; | padding: 0px 10px; | ||
Line 264: | Line 266: | ||
/* Change color of dropdown links on hover */ | /* Change color of dropdown links on hover */ | ||
− | .dropdown-content a:hover {background-color: #D49AE6} | + | .dropdown-content a:hover {background-color: #D49AE6; |
+ | color: #4A555C;} | ||
/* Show the dropdown menu on hover */ | /* Show the dropdown menu on hover */ | ||
Line 279: | Line 282: | ||
.dropbtn:hover { | .dropbtn:hover { | ||
background-color: #D49AE6; | background-color: #D49AE6; | ||
− | color: | + | color: #4A555C; |
} | } | ||
Line 303: | Line 306: | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
Line 329: | Line 333: | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a> | ||
− | |||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a> | ||
Line 336: | Line 339: | ||
</li><!-- | </li><!-- | ||
--><li class="dropdown" > | --><li class="dropdown" > | ||
− | <a href="https://2017.igem.org/Team:Lambert_GA/ | + | <a href="https://2017.igem.org/Team:Lambert_GA/Part Collection" class="dropbtn">Parts</a> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
+ | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" | <a class="drplink" style="transition: color 0.5s ease-in-out;" | ||
− | href="https://2017.igem.org/Team:Lambert_GA/ | + | href="https://2017.igem.org/Team:Lambert_GA/Updated_Part">Updated Parts</a> |
− | + | ||
− | + | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a> | ||
− | + | </div> | |
</li><!-- | </li><!-- | ||
--><!-- | --><!-- | ||
Line 361: | Line 363: | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a> | ||
− | |||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a> | ||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a> | ||
− | |||
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a> | <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a> | ||
</div> | </div> | ||
Line 383: | Line 383: | ||
<br><br> | <br><br> | ||
<center> <h1 id="MainTitle"><b>Contribution</b></h1><img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center> <br> | <center> <h1 id="MainTitle"><b>Contribution</b></h1><img src="https://static.igem.org/mediawiki/2017/b/bc/T--Lambert_GA--purpleline.png" style="width:18%; margin:auto;"> </center> <br> | ||
+ | <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
<div id="sponsors-bottom"> | <div id="sponsors-bottom"> | ||
− | <a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/ | + | <a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="height:100px;padding:20px;" class="transparency"></a> |
</div> | </div> |
Latest revision as of 11:16, 30 October 2017