Difference between revisions of "MediaWiki:Heald-places.css"
[http://www.nga.gov/content/ngaweb/research/casva/research-projects.html A Project of the National Gallery of Art, Center for Advanced Study in the Visual Arts ]
(Created blank page) |
(Update package: HEALD Places) |
||
Line 1: | Line 1: | ||
+ | /** | ||
+ | * Associated people | ||
+ | */ | ||
+ | .adjustable-date.hide-end-date .has-end-date { | ||
+ | display: none; | ||
+ | } | ||
+ | .date-range, .date-range * { | ||
+ | color: #444; | ||
+ | } | ||
+ | .date-range::before { | ||
+ | content: '('; | ||
+ | } | ||
+ | .date-range::after { | ||
+ | content: ')'; | ||
+ | } | ||
+ | |||
+ | /** | ||
+ | * Places | ||
+ | */ | ||
+ | |||
+ | .heald-infobox p { margin-bottom: 0; line-height: 29px; color: #222222 } | ||
+ | |||
+ | /** | ||
+ | * General | ||
+ | */ | ||
+ | |||
+ | h2, .h2 { | ||
+ | font-family: 'Open Sans',sans-serif; | ||
+ | font-size: 28px; | ||
+ | font-weight: 400; | ||
+ | letter-spacing: 1px; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | #bodyContent p, #bodyContent dd, #bodyContent dl { | ||
+ | line-height: 29px; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | <noinclude>[[Category:Mediawiki-pages-heald-places]]</noinclude> |
Latest revision as of 19:19, June 23, 2021
/** * Associated people */ .adjustable-date.hide-end-date .has-end-date { display: none; } .date-range, .date-range * { color: #444; } .date-range::before { content: '('; } .date-range::after { content: ')'; } /** * Places */ .heald-infobox p { margin-bottom: 0; line-height: 29px; color: #222222 } /** * General */ h2, .h2 { font-family: 'Open Sans',sans-serif; font-size: 28px; font-weight: 400; letter-spacing: 1px; border-bottom: none; } #bodyContent p, #bodyContent dd, #bodyContent dl { line-height: 29px; font-size: 17px; } <noinclude>[[Category:Mediawiki-pages-heald-places]]</noinclude>