(Created page with "{{Macquarie_Australia/NavBar}} <html> <link href="https://2018.igem.org/Team:Macquarie_Australia/CSS_Navbar?action=raw&ctype=text/css" rel="stylesheet"> <link href="h...") |
|||
Line 66: | Line 66: | ||
font-family: 'Quicksand', sans-serif; | font-family: 'Quicksand', sans-serif; | ||
} | } | ||
+ | |||
+ | |||
+ | /*dot points for each week*/ | ||
+ | ul.normal { | ||
+ | list-style-type: bullet; | ||
+ | font-size: 14px; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | } | ||
+ | /*dot points for each week - indented*/ | ||
+ | ul.indented { | ||
+ | list-style-type: circle; | ||
+ | padding-left: 60px; | ||
+ | font-size: 14px; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | #accordion section ul { | ||
+ | display: none; | ||
+ | test-align: left; | ||
+ | } | ||
+ | |||
+ | #accordion section a { | ||
+ | text-align: left; | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #accordion section a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | #accordion section:target ul { | ||
+ | display: block; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 02:30, 7 October 2018
Example content number 1
Example content number 2