447
edits
No edit summary |
mNo edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 251: | Line 251: | ||
background: #0f0; | background: #0f0; | ||
font-weight: unset; | font-weight: unset; | ||
} | |||
/* Math */ | |||
mjx-container { | |||
font-size: 85%!important; | |||
} | } | ||
Line 257: | Line 263: | ||
/***********************/ | /***********************/ | ||
div.math-typesetting p { | |||
margin: 0 0 2em; | |||
text-indent: 1.5em; | |||
} | |||
div.math-block mjx-container { | |||
font-size: 117.4%!important; | |||
} | |||
div.math-block { | |||
text-align: center; | |||
} | |||
Line 405: | Line 421: | ||
.card-book-followon { | .card-book-followon { | ||
grid-area: followon; | grid-area: followon; | ||
line-height: 1.3; | |||
} | } | ||
Line 411: | Line 428: | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.3; | line-height: 1.3; | ||
margin: 0 0 0.5em; | |||
} | |||
.mw-collapsed .card-book-followon-heading { | |||
margin: 0; | |||
} | } | ||
Line 422: | Line 444: | ||
grid-template-columns: 80px 1fr; | grid-template-columns: 80px 1fr; | ||
gap: 0.75em; | gap: 0.75em; | ||
width: 100%; | |||
} | |||
.card-book-followon-list-item:not(:last-child) { | |||
margin: 0 0 0.75em; | margin: 0 0 0.75em; | ||
} | } | ||
Line 432: | Line 457: | ||
.card-book-followon-title p { | .card-book-followon-title p { | ||
margin: 0; | margin: 0; | ||
} | |||
.card-book-followon-title p, | |||
.card-book-followon-authors p { | |||
line-height: 1.15; | |||
} | } | ||