Team:Imperial College/Template:Welcome
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | background: url( | + | background: url(Navigation-bg.jpg) no-repeat left top; |
} | } | ||
#navigation ul { | #navigation ul { | ||
Line 26: | Line 26: | ||
color: #FFF; | color: #FFF; | ||
text-decoration: none; | text-decoration: none; | ||
- | background: url( | + | background: url(Navigation-separator.png) no-repeat right center; |
} | } | ||
#navigation ul li a:hover { | #navigation ul li a:hover { | ||
color:#134264; | color:#134264; | ||
- | background: url( | + | background: url(Navigation-hover.png) repeat-x left top; |
} | } | ||
#navigation ul li#active a { | #navigation ul li#active a { | ||
color:#134264; | color:#134264; | ||
- | background: url( | + | background: url(Navigation-hover.png) repeat-x left top; |
} | } | ||
/**************************************************************/ | /**************************************************************/ | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 11:37, 19 August 2013