Template:Team:Concordia/CSS

From 2014.igem.org

(Difference between revisions)
Line 135: Line 135:
         float: right;
         float: right;
}
}
 +
 +
.button {
 +
  z-index: 1;
 +
  border-top: 1px solid #97f7ad;
 +
  background: #193322;
 +
  background: -webkit-gradient(linear, left top, left bottom, from(#3e9c6f), to(#193322));
 +
  background: -webkit-linear-gradient(top, #3e9c6f, #193322);
 +
  background: -moz-linear-gradient(top, #3e9c6f, #193322);
 +
  background: -ms-linear-gradient(top, #3e9c6f, #193322);
 +
  background: -o-linear-gradient(top, #3e9c6f, #193322);
 +
  padding: 10.5px 21px;
 +
  -webkit-border-radius: 11px;
 +
  -moz-border-radius: 11px;
 +
  border-radius: 11px;
 +
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
 +
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
 +
  box-shadow: rgba(0,0,0,1) 0 1px 0;
 +
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
 +
  color: #e4e4f5;
 +
  font-size: 18px;
 +
  font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
 +
  text-decoration: none;
 +
  vertical-align: middle;
 +
  }
 +
.button:hover {
 +
  border-top-color: #294f35;
 +
  background: #294f35;
 +
  color: #ffffff;
 +
  }
 +
.button:active {
 +
  border-top-color: #000000;
 +
  background: #000000;
 +
  }
#header {
#header {

Revision as of 21:25, 13 October 2014