Line 917: | Line 917: | ||
+ | .highlight.post > .details > .title.announcement::before { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2021/8/86/Small_icon_announcement.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | height: 25px; | ||
+ | width: 25px; | ||
+ | margin-bottom: -5px; | ||
+ | margin-left: -3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .highlight.post > .details > .title.heart::before { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2021/e/e2/Small_icon_heart.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | height: 25px; | ||
+ | width: 25px; | ||
+ | margin-bottom: -5px; | ||
+ | margin-left: -3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .highlight.post > .details > .title.notice::before { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2021/a/a8/Small_icon_notice.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | height: 25px; | ||
+ | width: 25px; | ||
+ | margin-bottom: -5px; | ||
+ | margin-left: -3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .highlight.post > .details > .title.reminder::before { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2021/5/58/Small_icon_reminder.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | height: 25px; | ||
+ | width: 25px; | ||
+ | margin-bottom: -5px; | ||
+ | margin-left: -3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .highlight.post > .details > .title.pinned::before { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2021/6/63/Small_icon_pinned.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | height: 25px; | ||
+ | width: 25px; | ||
+ | margin-bottom: -5px; | ||
+ | margin-left: -3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .highlight.post > .details > .title.why::before { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2021/5/51/Small_icon_why.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | height: 25px; | ||
+ | width: 25px; | ||
+ | margin-bottom: -5px; | ||
+ | margin-left: -3px; | ||
+ | } | ||
Revision as of 14:18, 16 March 2021
Under Construction
The iGEM 2021 Website is still under construction! Check back soon, or subscribe to our newsletter for updates about the 2021 iGEM Competition.