(Created page with "<html> <!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]--> <!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--...") |
|||
Line 69: | Line 69: | ||
ul { | ul { | ||
− | + | list-style-type: none; | |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | overflow: hidden; | |
− | + | background-color: #333; | |
} | } | ||
li { | li { | ||
− | + | float: left; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | li a | + | li a { |
− | + | display: block; | |
− | + | color: white; | |
− | + | text-align: center; | |
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
} | } | ||
− | li a:hover | + | li a:hover:not(.active) { |
− | + | background-color: #111; | |
} | } | ||
− | + | .active { | |
− | + | background-color: #4CAF50; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
Revision as of 17:39, 13 October 2018