Team:Manchester/Footer

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:Manchester/layout/noheader}} <html> <style type="text/css"> .topButton { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #f2f2f2; padding: 10px...")
Line 5: Line 5:
<style type="text/css">
<style type="text/css">
-
.topButton
+
.anchor a
{
{
-
font-family: Arial, Helvetica, sans-serif;
+
width:100px;
-
font-size: 15px;
+
-
color: #f2f2f2;
+
-
padding: 10px 20px;
+
-
background: -moz-linear-gradient(
+
-
top,
+
-
#660099 0%,
+
-
#660099);
+
-
background: -webkit-gradient(
+
-
linear, left top, left bottom,
+
-
from(#660099),
+
-
to(#660099));
+
-
-moz-border-radius: 10px;
+
-
-webkit-border-radius: 10px;
+
-
border-radius: 10px;
+
-
border: 3px solid #4c0082;
+
-
-moz-box-shadow:
+
-
0px 1px 3px rgba(237,240,245,0.5),
+
-
inset 0px 0px 1px rgba(204,22,119,0.7);
+
-
-webkit-box-shadow:
+
-
0px 1px 3px rgba(237,240,245,0.5),
+
-
inset 0px 0px 1px rgba(204,22,119,0.7);
+
-
box-shadow:
+
-
0px 1px 3px rgba(237,240,245,0.5),
+
-
inset 0px 0px 1px rgba(204,22,119,0.7);
+
-
text-shadow:
+
-
0px -1px 0px rgba(000,000,000,0.4),
+
-
0px 1px 0px rgba(255,255,255,0.4);
+
-
}
+
-
.anchor
+
text-decoration:none;
-
{
+
color:white;
position:fixed;
position:fixed;
top:500px;
top:500px;
-
right:300px;
+
right:270px;
-
text-decoration:none;
+
 
-
color:#F2F2F2;
+
text-align:center;
 +
background:#C0C0C0;
}
}
.topButton
.topButton
{
{
-
position:fixed;
+
padding:15px;
-
top:500px;
+
font-style:Trebuchet MS;
-
right:300px;
+
font-weight:bold;
-
text-decoration:none;
+
font-size:24px;
color:#F2F2F2;
color:#F2F2F2;
 +
 +
}
}
Line 60: Line 35:
   <div class="anchor">
   <div class="anchor">
-
     <a href="#" >Top</a>
+
     <a href="#" class="topButton">Top</a>
   </div>
   </div>
</body>
</body>
</html>
</html>

Revision as of 14:48, 4 August 2013

Top