(8 intermediate revisions by one other user not shown) | |||
Line 569: | Line 569: | ||
.igem_content_wrapper ul { | .igem_content_wrapper ul { | ||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
− | font-size: | + | font-size: 120%; |
padding:0px 20px; | padding:0px 20px; | ||
list-style: disc; | list-style: disc; | ||
Line 575: | Line 575: | ||
/*font size specifications for nested lists and other special cases*/ | /*font size specifications for nested lists and other special cases*/ | ||
− | |||
− | .igem_content_wrapper td > ul li, | + | |
− | + | .igem_content_wrapper td > ul li, .igem_content_wrapper ol ol li, .igem_content_wrapper ul ol li, .igem_content_wrapper ol ul li, .igem_content_wrapper ul ul li { | |
− | + | font-size: 85%; | |
+ | } | ||
Line 696: | Line 696: | ||
.highlight.decoration_dark_top { | .highlight.decoration_dark_top { | ||
border-top: 4px solid #542160; | border-top: 4px solid #542160; | ||
+ | } | ||
+ | |||
+ | .highlight.decoration_medium_top { | ||
+ | border-top: 4px solid #90528f; | ||
} | } | ||
Line 712: | Line 716: | ||
.highlight.decoration_dark_full { | .highlight.decoration_dark_full { | ||
border: 4px solid #542160; | border: 4px solid #542160; | ||
+ | } | ||
+ | |||
+ | .highlight.decoration_medium_full { | ||
+ | border: 4px solid #90528f; | ||
} | } | ||
Line 729: | Line 737: | ||
/*special image that takes up the entire page*/ | /*special image that takes up the entire page*/ | ||
− | .full_size_image { width:100%; } | + | .full_size_image { width:100%; margin-top: -59px;} |
Line 831: | Line 839: | ||
/* icon decorations for the news class*/ | /* icon decorations for the news class*/ | ||
+ | |||
+ | .news_item_icon.igemlogo:after { | ||
+ | background-image: url('https://static.igem.org/mediawiki/igem.org/e/e4/Main_igem_logo.svg'); | ||
+ | background-size: 25px 25px; | ||
+ | display: inline-block; | ||
+ | width: 25px; | ||
+ | height: 25px; | ||
+ | content:""; | ||
+ | |||
+ | } | ||
.news_item_icon.pinned:after { | .news_item_icon.pinned:after { | ||
background-image: url('https://static.igem.org/mediawiki/2018/2/25/Icon_news_pinned.svg'); | background-image: url('https://static.igem.org/mediawiki/2018/2/25/Icon_news_pinned.svg'); | ||
− | background-size: | + | background-size: 25px 25px; |
display: inline-block; | display: inline-block; | ||
width: 25px; | width: 25px; | ||
Line 845: | Line 863: | ||
.news_item_icon.reminder:after { | .news_item_icon.reminder:after { | ||
background-image: url('https://static.igem.org/mediawiki/2018/a/a2/Icon_news_reminder.svg'); | background-image: url('https://static.igem.org/mediawiki/2018/a/a2/Icon_news_reminder.svg'); | ||
− | background-size: | + | background-size: 25px 25px; |
display: inline-block; | display: inline-block; | ||
width: 25px; | width: 25px; | ||
Line 856: | Line 874: | ||
.news_item_icon.info:after { | .news_item_icon.info:after { | ||
background-image: url('https://static.igem.org/mediawiki/2018/b/b7/Icon_news_info.svg'); | background-image: url('https://static.igem.org/mediawiki/2018/b/b7/Icon_news_info.svg'); | ||
− | background-size: | + | background-size: 25px 25px; |
display: inline-block; | display: inline-block; | ||
width: 25px; | width: 25px; | ||
Line 866: | Line 884: | ||
.news_item_icon.announcement:after { | .news_item_icon.announcement:after { | ||
background-image: url('https://static.igem.org/mediawiki/2018/a/a7/Icon_news_announcement.svg'); | background-image: url('https://static.igem.org/mediawiki/2018/a/a7/Icon_news_announcement.svg'); | ||
− | background-size: | + | background-size: 25px 25px; |
display: inline-block; | display: inline-block; | ||
width: 25px; | width: 25px; | ||
Line 873: | Line 891: | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* center content */ | ||
+ | .center_content p, | ||
+ | .center_content h1, | ||
+ | .center_content h2, | ||
+ | .center_content h3, | ||
+ | .center_content h4, | ||
+ | .center_content h5, | ||
+ | .center_content h6 { | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
Line 1,144: | Line 1,177: | ||
} | } | ||
− | /* | + | /* 1602px */ |
/************************************************/ | /************************************************/ | ||
− | @media only screen and (max-width: | + | @media only screen and (max-width: 1602px) { |
.hub_title{ font-size: 105%;} | .hub_title{ font-size: 105%;} | ||
} | } |
Latest revision as of 18:23, 20 July 2018