Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
(Replaced content with "{{Template:Team:Virginia}} <html> <head> <style> </style> </head> <body> <a href="google.com" class="button">CLICK</a> </body> </html>")
Line 3: Line 3:
<head>
<head>
     <style>  
     <style>  
-
.button {
+
 
-
-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
+
-
-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
+
-
box-shadow:inset 0px 1px 0px 0px #d9fbbe;
+
-
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
+
-
background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
+
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
+
-
background-color:#b8e356;
+
-
-webkit-border-top-left-radius:36px;
+
-
-moz-border-radius-topleft:36px;
+
-
border-top-left-radius:36px;
+
-
-webkit-border-top-right-radius:0px;
+
-
-moz-border-radius-topright:0px;
+
-
border-top-right-radius:0px;
+
-
-webkit-border-bottom-right-radius:36px;
+
-
-moz-border-radius-bottomright:36px;
+
-
border-bottom-right-radius:36px;
+
-
-webkit-border-bottom-left-radius:0px;
+
-
-moz-border-radius-bottomleft:0px;
+
-
border-bottom-left-radius:0px;
+
-
text-indent:0;
+
-
border:1px solid #83c41a;
+
-
display:inline-block;
+
-
color:#ffffff;
+
-
font-family:Arial;
+
-
font-size:15px;
+
-
font-weight:bold;
+
-
font-style:normal;
+
-
height:50px;
+
-
line-height:50px;
+
-
width:100px;
+
-
text-decoration:none;
+
-
text-align:center;
+
-
text-shadow:1px 1px 0px #86ae47;
+
-
}
+
-
.button:hover {
+
-
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
+
-
background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
+
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
+
-
background-color:#a5cc52;
+
-
}.button:active {
+
-
position:relative;
+
-
top:1px;
+
-
}
+
</style>
</style>
</head>
</head>

Revision as of 19:37, 10 July 2014

CLICK