Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
bottom:1px;
bottom:1px;
width:13em;
width:13em;
-
}
 
-
.button:hover {
 
-
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
 
-
background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
 
-
background-color:#8cb82b;
 
-
}
 
-
.button{
 
-
position:fixed;
 
-
bottom: 2em;
 
-
-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
 
-
-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
 
-
box-shadow:inset 0px 1px 0px 0px #c1ed9c;
 
-
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% );
 
-
padding: 5px 10px 5px 10px;
 
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
 
-
background-color:#9dce2c;
 
-
text-indent:0;
 
-
border:1px solid #83c41a;
 
-
color:#ffffff;
 
-
font-family:Arial;
 
-
font-size:15px;
 
-
font-style:normal;
 
-
width:100px;
 
-
text-decoration:none;
 
-
text-align:center;
 
-
text-shadow:1px 1px 0px #689324;
 
-
 
-
 
-
}
 
-
 
-
#prev{
 
-
right:2em;
 
-
border-radius: 33px 0px 33px 0px;
 
-
}
 
-
 
-
#next{
 
-
left:2em;
 
-
border-radius: 0px 33px 0px 33px;
 
-
}
 
-
 
-
span{
 
-
font-size:18px;
 
-
}
 
-
 
-
.button:hover{
 
-
 
-
}
 
-
 
-
.button{
 
-
background-color:green;
 
}
}

Revision as of 14:12, 11 July 2014