Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
(Undo revision 30742 by Xy4kj (talk))
Line 11: Line 11:
.button{
.button{
-
width:9em;
+
-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
-
padding:9px;
+
-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
-
position:fixed;
+
box-shadow:inset 0px 1px 0px 0px #c1ed9c;
-
bottom:2em;
+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
 +
background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
 +
background-color:#9dce2c;
 +
-webkit-border-top-left-radius:30px;
 +
-moz-border-radius-topleft:30px;
 +
border-top-left-radius:30px;
 +
-webkit-border-top-right-radius:0px;
 +
-moz-border-radius-topright:0px;
 +
border-top-right-radius:0px;
 +
-webkit-border-bottom-right-radius:30px;
 +
-moz-border-radius-bottomright:30px;
 +
border-bottom-right-radius:30px;
 +
-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;
 +
width:100px;
 +
text-decoration:none;
 +
text-align:center;
 +
text-shadow:1px 1px 0px #689324;
}
}

Revision as of 20:52, 10 July 2014