Team:NEAU-Harbin/Sandbox
From 2014.igem.org
Neauliuyanxu (Talk | contribs) |
Neauliuyanxu (Talk | contribs) |
||
Line 5: | Line 5: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | /* CSS drop-shadow without images */ | ||
+ | .drop-shadow { | ||
+ | position:relative; | ||
+ | width:45%; | ||
+ | padding:1em; | ||
+ | margin:2em auto 5em; | ||
+ | background:#fff; | ||
+ | -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset; | ||
+ | -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; | ||
+ | box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; | ||
+ | } | ||
+ | .drop-shadow:before, .drop-shadow:after { | ||
+ | content:""; | ||
+ | position:absolute; | ||
+ | z-index:-2; | ||
+ | bottom:15px; | ||
+ | left:10px; | ||
+ | width:50%; | ||
+ | height:20%; | ||
+ | } | ||
+ | .drop-shadow:after { | ||
+ | right:10px; | ||
+ | left:auto; | ||
+ | } | ||
+ | .round { | ||
+ | -moz-border-radius:4px; | ||
+ | border-radius:4px; | ||
+ | } | ||
+ | .round:before, .round:after { | ||
+ | max-width:300px; | ||
+ | -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7); | ||
+ | -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7); | ||
+ | box-shadow:0 15px 10px rgba(0, 0, 0, 0.7); | ||
+ | -webkit-transform:rotate(-3deg); | ||
+ | -moz-transform:rotate(-3deg); | ||
+ | -o-transform:rotate(-3deg); | ||
+ | transform:rotate(-3deg); | ||
+ | } | ||
+ | .round:after { | ||
+ | -webkit-transform:rotate(3deg); | ||
+ | -moz-transform:rotate(3deg); | ||
+ | -o-transform:rotate(3deg); | ||
+ | transform:rotate(3deg); | ||
+ | } | ||
+ | .curls { | ||
+ | border:1px solid #efefef; | ||
+ | -moz-border-radius:0 0 120px 120px / 0 0 6px 6px; | ||
+ | border-radius:0 0 120px 120px / 0 0 6px 6px; | ||
+ | } | ||
+ | .curls:before, .curls:after { | ||
+ | bottom:12px; | ||
+ | max-width:200px; | ||
+ | height:55%; | ||
+ | -webkit-box-shadow:0 8px 16px rgba(0, 0, 0, 0.4); | ||
+ | -moz-box-shadow:0 8px 16px rgba(0, 0, 0, 0.4); | ||
+ | box-shadow:0 8px 16px rgba(0, 0, 0, 0.4); | ||
+ | -webkit-transform:skew(-8deg) rotate(-4deg); | ||
+ | -moz-transform:skew(-8deg) rotate(-4deg); | ||
+ | -o-transform:skew(-8deg) rotate(-4deg); | ||
+ | transform:skew(-8deg) rotate(-4deg); | ||
+ | } | ||
+ | .curls:after { | ||
+ | -webkit-transform:skew(8deg) rotate(4deg); | ||
+ | -moz-transform:skew(8deg) rotate(4deg); | ||
+ | -o-transform:skew(8deg) rotate(4deg); | ||
+ | transform:skew(8deg) rotate(4deg); | ||
+ | } | ||
+ | .perspective:before { | ||
+ | left:28px; | ||
+ | bottom:8px; | ||
+ | max-width:200px; | ||
+ | height:35%; | ||
+ | -webkit-box-shadow:-60px 5px 8px rgba(0, 0, 0, 0.4); | ||
+ | -moz-box-shadow:-60px 5px 8px rgba(0, 0, 0, 0.4); | ||
+ | box-shadow:-60px 5px 8px rgba(0, 0, 0, 0.4); | ||
+ | -webkit-transform:skew(50deg); | ||
+ | -moz-transform:skew(50deg); | ||
+ | -o-transform:skew(50deg); | ||
+ | transform:skew(50deg); | ||
+ | } | ||
+ | .perspective:after { display:none; } | ||
+ | /* don't need pseudo-elements for this effect */ | ||
+ | |||
+ | .raised { | ||
+ | -webkit-box-shadow:0 18px 10px -10px rgba(0, 0, 0, 0.5); | ||
+ | -moz-box-shadow:0 18px 10px -10px rgba(0, 0, 0, 0.5); | ||
+ | box-shadow:0 18px 10px -10px rgba(0, 0, 0, 0.5); | ||
+ | } | ||
+ | .rotated { | ||
+ | -webkit-transform:rotate(-3deg); | ||
+ | -moz-transform:rotate(-3deg); | ||
+ | -o-transform:rotate(-3deg); | ||
+ | transform:rotate(-3deg); | ||
+ | } | ||
+ | .rotated *:first-child:before { | ||
+ | content:""; | ||
+ | position:absolute; | ||
+ | z-index:-1; | ||
+ | top:0; | ||
+ | bottom:0; | ||
+ | left:0; | ||
+ | right:0; | ||
+ | background:#fff; | ||
+ | -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset; | ||
+ | -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; | ||
+ | box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; | ||
+ | } | ||
+ | |||
+ | |||
a.s:link {color: #FF0000} | a.s:link {color: #FF0000} | ||
a.s:visited {color: #00FF00} | a.s:visited {color: #00FF00} | ||
Line 65: | Line 175: | ||
<!--welcome box --> | <!--welcome box --> | ||
<tr> | <tr> | ||
- | <td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#66CCFF> | + | <td class="drop-shadow round" style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#66CCFF> |
<h1 ><abbr title="Hello World!">WELCOME TO iGEM 2014!</abbr></h1> | <h1 ><abbr title="Hello World!">WELCOME TO iGEM 2014!</abbr></h1> | ||
<p>Your team has been approved and you are ready to start the iGEM season! | <p>Your team has been approved and you are ready to start the iGEM season! |
Revision as of 02:05, 20 July 2014
WELCOME TO iGEM 2014!Your team has been approved and you are ready to start the iGEM season!
|
||||||||||||
| ||||||||||||
Requirements | ||||||||||||
Please be sure to keep these links, your audience will want to find your: |
There are a few wiki requirements teams must follow:
Visit the Wiki How To page for a complete list of requirements, tips and other useful information. |
|||||||||||
Tips | ||||||||||||
We are currently working on providing teams with some easy to use design templates.
For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists. |
This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:
|