Team:Manchester/buttons
From 2013.igem.org
Revision as of 10:40, 6 August 2013 by Abramov denn (Talk | contribs)
/******************************************************next button*****************************************************/ .next a { width:120px; text-decoration:none; color:white; position:fixed; bottom:5px; right:5px; text-align:center; background:#606060; padding:15px; font-style:Trebuchet MS; font-weight:bold; font-size:26px; color:white; } .next a:hover { background:#C0C0C0; color:#606060; } /******************************************************back button*****************************************************/ .back a { width:120px; text-decoration:none; color:white; position:fixed; bottom:4px; left:5px; text-align:center; background:#606060; padding:15px; font-style:Trebuchet MS; font-weight:bold; font-size:26px; color:white; } .back a:hover { background:#C0C0C0; color:#606060; }