Team:St Andrews/contact
From 2010.igem.org
(Difference between revisions)
Line 424: | Line 424: | ||
border:0px solid gray; | border:0px solid gray; | ||
} | } | ||
+ | div.exmain | ||
div.exmain | div.exmain | ||
{ | { | ||
Line 439: | Line 440: | ||
-moz-border-radius-bottomleft: 2em; | -moz-border-radius-bottomleft: 2em; | ||
-moz-border-radius-bottomright: 2em; | -moz-border-radius-bottomright: 2em; | ||
- | filter: alpha(opacity= | + | filter: alpha(opacity=90); |
- | filter: progid:DXImageTransform.Microsoft.Alpha(opacity= | + | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); |
- | -moz-opacity: 0. | + | -moz-opacity: 0.9; opacity:0.9; |
position:relative; | position:relative; | ||
background:#FFFFFF; | background:#FFFFFF; | ||
Line 455: | Line 456: | ||
box-shadow: 0 1px 1px rgba(0, 0, 0, .2); | box-shadow: 0 1px 1px rgba(0, 0, 0, .2); | ||
text-shadow: 0 1px 0 rgba(255, 255, 255, .8); | text-shadow: 0 1px 0 rgba(255, 255, 255, .8); | ||
- | top: | + | top:0px; |
- | left: | + | left:0px; |
float:center; | float:center; | ||
- | margin-left: | + | margin-left:20px; |
- | margin-top: | + | margin-top:0px; |
margin-bottom:50px; | margin-bottom:50px; | ||
width:560px; | width:560px; | ||
+ | padding:20px; | ||
+ | } | ||
+ | div.main | ||
+ | { | ||
+ | border-top-left-radius:5em; | ||
+ | border-top-right-radius:2em; | ||
+ | border-bottom-left-radius:2em; | ||
+ | border-bottom-right-radius:2em; | ||
+ | |||
+ | -webkit-border-top-left-radius: 5em; | ||
+ | -webkit-border-top-right-radius: 2em; | ||
+ | -webkit-border-bottom-left-radius: 2em; | ||
+ | -webkit-border-bottom-right-radius: 2em; | ||
+ | -moz-border-radius-topleft: 5em; | ||
+ | -moz-border-radius-topright: 2em; | ||
+ | -moz-border-radius-bottomleft: 2em; | ||
+ | -moz-border-radius-bottomright: 2em; | ||
+ | filter: alpha(opacity=80); | ||
+ | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); | ||
+ | -moz-opacity: 0.8; opacity:0.8; | ||
+ | position:relative; | ||
+ | background:#808080; /* for non-css3 browsers */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#808080'); /* for IE */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#808080)); /* for webkit browsers */ | ||
+ | background: -moz-linear-gradient(top, #808080, #808080); /* for firefox 3.6+ */ | ||
+ | |||
+ | color: #000000; | ||
+ | border-top: solid 1px #f8f8f8; | ||
+ | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); | ||
+ | -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); | ||
+ | box-shadow: 0 1px 1px rgba(0, 0, 0, .2); | ||
+ | text-shadow: 0 1px 0 rgba(255, 255, 255, .8); | ||
+ | top:280px; | ||
+ | left:50px; | ||
+ | float:center; | ||
+ | margin-left:50px; | ||
+ | margin-top:0px; | ||
+ | margin-bottom:50px; | ||
+ | width:660px; | ||
padding:20px; | padding:20px; | ||
} | } | ||
Line 586: | Line 626: | ||
</p> | </p> | ||
</div> | </div> | ||
+ | <div class="main"> | ||
<div class="exmain"> | <div class="exmain"> | ||
<table cellspacing="0" cellpadding="0" border="0"><tr><td><iframe width="390" height="500" frameborder="0" src="http://www.foxyform.com/form.php?id=35021&sec_hash=641d5df25a9"></iframe></td></tr><tr><td align="center"><a style="font:10px Arial;color:#5C5C5C;" href="http://www.foxyform.com">Contact Form</a></td></tr></table> | <table cellspacing="0" cellpadding="0" border="0"><tr><td><iframe width="390" height="500" frameborder="0" src="http://www.foxyform.com/form.php?id=35021&sec_hash=641d5df25a9"></iframe></td></tr><tr><td align="center"><a style="font:10px Arial;color:#5C5C5C;" href="http://www.foxyform.com">Contact Form</a></td></tr></table> | ||
+ | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 21:46, 24 July 2010