Team:Freiburg/css/styles additional.css
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
nav > ul > li:nth-child(1).active { | nav > ul > li:nth-child(1).active { | ||
- | background-color: # | + | background-color: #D94B2B; |
} | } | ||
nav > ul > li:nth-child(2).active { | nav > ul > li:nth-child(2).active { | ||
- | background-color: # | + | background-color: #F29441; |
} | } | ||
- | nav li.active { | + | |
- | + | nav > ul > li:nth-child(3).active { | |
+ | background-color: #2DA690; | ||
} | } | ||
+ | nav > ul > li:nth-child(4).active { | ||
+ | background-color: #206E8C; | ||
+ | } | ||
+ | nav > ul > li:nth-child(5).active { | ||
+ | background-color: #294273; | ||
+ | } | ||
+ | nav > ul > li:nth-child(6).active { | ||
+ | background-color: #F29441; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 19:35, 7 October 2014