Difference between revisions of "Team:iTesla-SoundBio"

(Fixed formatting in Notepad++, added custom fonts, separated styles into to categories: page-specific and universal, added custom title header with shadow, more aesthetic styling done)
Line 1: Line 1:
 
<html>
 
<html>
<style>  
+
<style> <!-- Universal CSS -->
 
/*STYLE FOR ALL PAGES*/
 
/*STYLE FOR ALL PAGES*/
 +
 
/* Style the top navigation bar */
 
/* Style the top navigation bar */
 
.topnav {
 
.topnav {
Line 12: Line 13:
 
}
 
}
 
/* Style the topnav links */
 
/* Style the topnav links */
.topnav a {
+
.topnav a, button {
 
     float: right;
 
     float: right;
 
     display: block;
 
     display: block;
Line 32: Line 33:
 
     float: left;
 
     float: left;
 
}
 
}
 
 
/* Change color on hover */
 
/* Change color on hover */
.topnav a:hover {
+
.topnav a:hover, button:hover {
 
     background-color: #ddd;
 
     background-color: #ddd;
 
     color: black;
 
     color: black;
 +
}
 +
.topnav button {
 +
 
}
 
}
 
html {
 
html {
Line 256: Line 259:
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio/design">Design</a>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio/design">Design</a>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio/description">Description</a>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio/description">Description</a>
 +
<button>Project</button>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio/team">Team</a>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio/team">Team</a>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio">Home</a>
 
<a href="https://2018.igem.org/Team:iTesla-SoundBio">Home</a>

Revision as of 02:12, 3 August 2018