Line 4: | Line 4: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | .image img { | |
− | + | margin: 20px; | |
− | + | width: 180px; | |
− | + | } | |
− | + | ||
− | + | .image img:hover { | |
− | + | cursor: pointer; | |
− | + | -webkit-transform: scale(1.1); | |
− | + | /* Safari and Chrome */ | |
− | + | -moz-transform: scale(1.1); | |
− | + | /* Firefox */ | |
− | + | transition-duration: .2s; | |
− | + | transition-timing-function: linear; | |
− | + | } | |
+ | |||
+ | .color3 a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .color3 a:link { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .color3 a:visited { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .color3 a:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .color3 a:active { | ||
+ | color: grey; | ||
+ | } | ||
+ | |||
+ | .color13 a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .color13 a:link { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .color13 a:visited { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .color13 a:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .color13 a:active { | ||
+ | color: grey; | ||
+ | } | ||
+ | |||
+ | .color20 a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .color20 a:link { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .color20 a:visited { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .color20 a:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .color20 a:active { | ||
+ | color: grey; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
Line 25: | Line 85: | ||
<h5 style="text-align: center"> Menu </h5> | <h5 style="text-align: center"> Menu </h5> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="color3"> |
<div id="team" class="para_center_20"> | <div id="team" class="para_center_20"> | ||
<a name="team"></a> | <a name="team"></a> | ||
Line 40: | Line 100: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="color13"> |
<div id="project" class="para_center_20"> | <div id="project" class="para_center_20"> | ||
<a name="project"></a> | <a name="project"></a> | ||
Line 56: | Line 116: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="color20"> |
<div id="lab" class="para_center_20"> | <div id="lab" class="para_center_20"> | ||
<a name="lab"></a> | <a name="lab"></a> | ||
Line 69: | Line 129: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="color3"> |
<div id="results" class="para_center_20"> | <div id="results" class="para_center_20"> | ||
<a name="results"></a> | <a name="results"></a> | ||
Line 87: | Line 147: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="color13"> |
<div id="safety" class="para_center_20"> | <div id="safety" class="para_center_20"> | ||
<a name="safety"></a> | <a name="safety"></a> | ||
Line 101: | Line 161: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="color20"> |
<div id="public" class="para_center_20"> | <div id="public" class="para_center_20"> | ||
<a name="public"></a> | <a name="public"></a> |
Revision as of 03:26, 20 October 2016