596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
|
color: white;
border-radius: 0.08em;
padding: 0 0.1em;
margin: 0 0.4em 0 0;
text-decoration: none !important;
}
/* ******* (Mobile first) Journal View styling *******
*/
section.content-block {
}
ul.article-list {
margin-top: ◊x-lineheight[1];
padding: 0;
}
ul.article-list li {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
margin-bottom: ◊x-lineheight[1];
}
ul.article-list li>a {
display: block;
}
div.article-list-date {
color: #999;
}
div.article-list-title {
font-size: 1.2rem;
}
/* ******* (Mobile first) Columnar series list styling *******
*/
.column-list {
max-width: 17rem;
|
|
|
|
<
<
<
<
|
|
<
|
|
|
>
>
>
|
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
|
color: white;
border-radius: 0.08em;
padding: 0 0.1em;
margin: 0 0.4em 0 0;
text-decoration: none !important;
}
/* ******* (Mobile first) “Short” list styling *******
*/
section.content-block {
}
article.short-listing {
margin: ◊x-lineheight[1] 0;
padding: 0;
display: block;
border: none;
box-shadow: none;
}
article.short-listing a {
display: block;
}
article.short-listing time {
color: #999;
}
article.short-listing h3 {
font-size: 1.2rem;
margin: 0;
padding: 0;
font-weight: normal;
}
/* ******* (Mobile first) Columnar series list styling *******
*/
.column-list {
max-width: 17rem;
|