Team:Manchester/Notebooktest2

From 2013.igem.org

(Difference between revisions)
Line 469: Line 469:
width:950px;
width:950px;
height:1600px;
height:1600px;
 +
}
 +
 +
/******************************************************next button*****************************************************/
 +
.next a
 +
{
 +
width:185px;
 +
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:180px;
 +
text-decoration:none;
 +
color:white;
 +
position:fixed;
 +
bottom:5px;
 +
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;
}
}
Line 776: Line 824:
</div>
</div>
 +
      <div class="next">
 +
        <a href="https://2013.igem.org/Team:Manchester/Projecttest" class="nextButton">Next</a>
 +
      </div>
 +
 +
      <div class="back">
 +
        <a href="https://2013.igem.org/Team:Manchester/Hometest" class="backButton">Previous</a>
 +
      </div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 20:54, 4 August 2013

Top

Safety