Team:Goettingen/stylesheet

From 2014.igem.org

(Difference between revisions)
m
m
Line 315: Line 315:
/*For the pre & next buttons*/
/*For the pre & next buttons*/
 +
.button_pre{
 +
        display:block;
 +
        float:left;
 +
        padding:5px;
 +
        border:solid 1px #e98f00;
 +
        border-radius:2px;
 +
}
.button_next{
.button_next{
         display:block;
         display:block;
Line 322: Line 329:
         border-radius:2px;
         border-radius:2px;
}
}
-
.button_next a:hover{
+
 
-
      color:white;
+
-
      background-color:#e98f00;
+
-
}
+
/*For the footer*/
/*For the footer*/
#footer{
#footer{

Revision as of 13:41, 13 October 2014