<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://heald.nga.gov/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=I-hecht</id>
	<title>History of Early American Landscape Design - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://heald.nga.gov/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=I-hecht"/>
	<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php/Special:Contributions/I-hecht"/>
	<updated>2026-04-14T03:22:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=41936</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Common.css&amp;diff=41936"/>
		<updated>2021-09-10T20:40:13Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALDInterface&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
/* &amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt; */&lt;br /&gt;
&lt;br /&gt;
/*Begin CSS for Chameleon Skin*/&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}&lt;br /&gt;
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}&lt;br /&gt;
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}&lt;br /&gt;
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}&lt;br /&gt;
&lt;br /&gt;
.fade-in {&lt;br /&gt;
  -webkit-animation: fade-in 1s ease;&lt;br /&gt;
  -moz-animation: fade-in ease-in-out 1s both;&lt;br /&gt;
  -ms-animation: fade-in ease-in-out 1s both;&lt;br /&gt;
  -o-animation: fade-in ease-in-out 1s both;&lt;br /&gt;
  animation: fade-in 1s ease;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
  -webkit-backface-visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes fade-seq {0%{opacity:0;} 100%{opacity:1;}}&lt;br /&gt;
@-moz-keyframes fade-seq {0%{opacity:0} 100%{opacity:1}}&lt;br /&gt;
@-o-keyframes fade-seq {0%{opacity:0} 100%{opacity:1}}&lt;br /&gt;
@keyframes fade-seq {0%{opacity:0} 100%{opacity:1}}&lt;br /&gt;
&lt;br /&gt;
html {&lt;br /&gt;
font-size: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.container {&lt;br /&gt;
transition: all 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
*:focus {&lt;br /&gt;
    outline: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.bannerWrapper {&lt;br /&gt;
height: auto;&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTagline, .siteTitle {&lt;br /&gt;
margin: 0 auto;&lt;br /&gt;
text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTagline a, .siteTagline a:visited {&lt;br /&gt;
color: #37474f;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTitle {&lt;br /&gt;
font-size: 38px;&lt;br /&gt;
line-height: 38px;&lt;br /&gt;
font-family: Georgia, serif;&lt;br /&gt;
text-transform: uppercase;&lt;br /&gt;
letter-spacing: 1.5px;&lt;br /&gt;
margin-top: 11px;&lt;br /&gt;
color: #01443e;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.bannerImage {&lt;br /&gt;
height: 105px;&lt;br /&gt;
/*background-image: url();*/&lt;br /&gt;
background-color: #f5f5f5;&lt;br /&gt;
background-repeat: no-repeat;&lt;br /&gt;
background-size: cover;&lt;br /&gt;
background-position: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-default .navbar-nav &amp;gt; li &amp;gt; a {&lt;br /&gt;
    text-transform: capitalize;&lt;br /&gt;
    color: #252323;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-default .navbar-nav &amp;gt; li &amp;gt; a:hover {&lt;br /&gt;
     background-color: #eeeeee;&lt;br /&gt;
     transition: all 0.2s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
nav#mw-navigation.navbar.navbar-default.p-navbar.sticky.is_stuck:first-child {&lt;br /&gt;
     display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span#Welcome {&lt;br /&gt;
    animation: fade-in 2s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
    width: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Home.action-view h1.firstHeading, body.page-Home.action-submit h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
body.page-Home.action-view .contentHeader, body.page-Home.action-submit .contentHeader { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* Hide certain Special page links from all users - displayed for admins in MediaWiki:Group-sysop.css */&lt;br /&gt;
#t-specialpages {&lt;br /&gt;
   display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide certain elements from all users - displayed for admins in MediaWiki:Group-sysop.css */&lt;br /&gt;
.mw-editsection {&lt;br /&gt;
   display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input.mw-ui-button {&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border-radius: 3px;&lt;br /&gt;
    padding: 8px;&lt;br /&gt;
    transition: all ease-in-out .4s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input.mw-ui-button:hover {&lt;br /&gt;
    color: #FFF;&lt;br /&gt;
    background-color: #347bff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
animation: fade-in 1.5s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:visited {&lt;br /&gt;
color: #337ab7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body a.external:visited {&lt;br /&gt;
color: #337ab7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-editsection-bracket {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-editsection a::before {&lt;br /&gt;
font-family: &amp;quot;Glyphicons Halflings&amp;quot;;&lt;br /&gt;
content: &amp;quot;\270f&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
blockquote {&lt;br /&gt;
font-size: 16px;&lt;br /&gt;
color: #555555;&lt;br /&gt;
line-height: 26px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
border: none;&lt;br /&gt;
border-radius: 0;&lt;br /&gt;
background-color: #f5f5f5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.magnify a {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content ul {&lt;br /&gt;
font-family: serif;&lt;br /&gt;
font-size: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ol.references {&lt;br /&gt;
font-family: serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.footerTitle {&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    padding: 8px;&lt;br /&gt;
    font-family: sans-serif;&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    color: #757575;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.list-inline {&lt;br /&gt;
margin-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.searchResultImage img {&lt;br /&gt;
     margin-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-tb {&lt;br /&gt;
     border: none;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    /*display: none; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-info {&lt;br /&gt;
    color: #9fa19f;&lt;br /&gt;
    line-height: 1.75em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
    margin-bottom: 2em;&lt;br /&gt;
    font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer-places {&lt;br /&gt;
     display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.imagemetadata {&lt;br /&gt;
width: 100%;&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
padding: 2px;&lt;br /&gt;
font-size: 17px;&lt;br /&gt;
background-color: #f8f8f8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.imagemetadata th {&lt;br /&gt;
text-align: left;&lt;br /&gt;
padding: 9px;&lt;br /&gt;
border-right: 0.5px solid #e7e7e7;&lt;br /&gt;
font-family: 'Open Sans', sans-serif;&lt;br /&gt;
font-weight: 400;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.imagemetadata td {&lt;br /&gt;
font-family: Georgia, serif;&lt;br /&gt;
padding: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#file img {&lt;br /&gt;
height: auto;&lt;br /&gt;
max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.mw-filepage-resolutioninfo {&lt;br /&gt;
padding-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#filetoc {&lt;br /&gt;
margin-top: .5rem; &lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-pages h2 {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-search-createlink {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*.caretRotate {&lt;br /&gt;
     transform: rotate(-90deg);&lt;br /&gt;
     transition: transform .2s ease-in-out;&lt;br /&gt;
}*/&lt;br /&gt;
&lt;br /&gt;
#mw-imagepage-section-filehistory, .mw-imagepage-section-metadata {&lt;br /&gt;
    overflow: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*End CSS for Chameleon Skin*/&lt;br /&gt;
&lt;br /&gt;
#top-wrap {&lt;br /&gt;
background: transparent;&lt;br /&gt;
/*background-image: url(http://vm-healdddev-casva.nga.gov/mediawiki/skins/erudite/assets/images/Mills_Plan_Background_Banner.png); */&lt;br /&gt;
/*background-image: url(http://vm-healdddev-casva.nga.gov/mediawiki/images/6/6f/0550.jpg);*/&lt;br /&gt;
background-position: center center !important;&lt;br /&gt;
background-size: cover !important;&lt;br /&gt;
background-repeat: no-repeat !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#top-wrap h1 {&lt;br /&gt;
font-size: 1.5em;&lt;br /&gt;
letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#tagline {&lt;br /&gt;
padding-top: 0.85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input#s {&lt;br /&gt;
width: 0;&lt;br /&gt;
height: 3em;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input#s::placeholder {&lt;br /&gt;
color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#s {&lt;br /&gt;
width: 0px;&lt;br /&gt;
height: 3em;&lt;br /&gt;
transition: all .3s ease-in-out;&lt;br /&gt;
/*background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/de/OOjs_UI_icon_search-ltr.svg);*/&lt;br /&gt;
background-repeat: no-repeat;&lt;br /&gt;
background-color: transparent;&lt;br /&gt;
background-position: 3px 4px;&lt;br /&gt;
padding-left: 34px;&lt;br /&gt;
vertical-align: text-bottom;&lt;br /&gt;
border-radius: 6px;&lt;br /&gt;
border-color: #fff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Input and search form margin and transition*/&lt;br /&gt;
&lt;br /&gt;
#s:focus {&lt;br /&gt;
width: 60%;&lt;br /&gt;
-webkit-transition: all .3s ease-in-out;&lt;br /&gt;
font-family: 'Open Sans', sans-serif;&lt;br /&gt;
letter-spacing: 1.25px;&lt;br /&gt;
color: #000000;&lt;br /&gt;
outline: none;&lt;br /&gt;
font-size: 13px;&lt;br /&gt;
height: 31px;&lt;br /&gt;
border-bottom: solid thin #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchform {&lt;br /&gt;
/*margin-top: -3.1em;*/&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1{&lt;br /&gt;
      font-family: Georgia, serif;&lt;br /&gt;
      letter-spacing: 0.75px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h2{&lt;br /&gt;
      font-family:'Open Sans', sans-serif;&lt;br /&gt;
      font-size: 28px;&lt;br /&gt;
      font-weight: 400;&lt;br /&gt;
      letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h3 {&lt;br /&gt;
      font-family: Georgia, serif;&lt;br /&gt;
      letter-spacing: 0.5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
hr {&lt;br /&gt;
display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
p, dd{&lt;br /&gt;
font-family: serif;&lt;br /&gt;
word-spacing: 0.75px;&lt;br /&gt;
line-height: 28px;&lt;br /&gt;
color: #222222;&lt;br /&gt;
/*font-size: calc(14.5px + 0.3vw);*/&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-content-ltr ul {&lt;br /&gt;
line-height: 30px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-content-ltr ol {&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
margin: 1.3em 0 0 1.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#container {&lt;br /&gt;
height: auto;&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
background-color: #FFFFFF;&lt;br /&gt;
padding: 0px 7px 7px 7px;&lt;br /&gt;
margin-bottom: 10em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#menu {&lt;br /&gt;
background: #FFFFFF;&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
padding: 2px;&lt;br /&gt;
margin-top: 0;&lt;br /&gt;
margin-bottom: 15px;&lt;br /&gt;
border-bottom: 1px solid #ccc;&lt;br /&gt;
box-shadow: -1px 1px 10px #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#menu li {&lt;br /&gt;
font-family: 'Open Sans', sans-serif;&lt;br /&gt;
font-weight: 300;&lt;br /&gt;
letter-spacing: 2px;&lt;br /&gt;
font-size: 0.75em;&lt;br /&gt;
line-height: 28px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#tagline a {&lt;br /&gt;
font-family:'Open Sans', sans-serif;&lt;br /&gt;
font-size: 0.8em;&lt;br /&gt;
margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/*Prettifying links in body content*/&lt;br /&gt;
&lt;br /&gt;
.mw-content-ltr p &amp;gt; a:hover {&lt;br /&gt;
background-color: #DEF;&lt;br /&gt;
transition: background-color 200ms ease-in-out;&lt;br /&gt;
text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
dd &amp;gt; a:hover {&lt;br /&gt;
background-color: #DEF;&lt;br /&gt;
transition: background-color 200ms ease-in-out;&lt;br /&gt;
text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:visited {&lt;br /&gt;
/* INVALID color: none; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul#menu a {&lt;br /&gt;
  text-decoration: none;&lt;br /&gt;
  position: relative;&lt;br /&gt;
  color: #000000;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul#menu li &amp;gt; a:after {&lt;br /&gt;
  content: '';&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  bottom: 0;&lt;br /&gt;
  left: 0;&lt;br /&gt;
  width: 0%;&lt;br /&gt;
  border-bottom: 1px solid #C6CACF;&lt;br /&gt;
  transition: 0.4s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul#menu li &amp;gt; a:hover:after {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent {&lt;br /&gt;
      -webkit-animation-name: fadeIn;&lt;br /&gt;
      -webkit-animation-duration: 0.8s;&lt;br /&gt;
      box-sizing: border-box;&lt;br /&gt;
      /*padding: 3% 2%;*/&lt;br /&gt;
      margin: 0 auto;&lt;br /&gt;
      /*width: 70%;*/&lt;br /&gt;
      min-height:500px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent &amp;gt; h1 {&lt;br /&gt;
      letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#bodyContent p, #bodyContent dd, #bodyContent dl {&lt;br /&gt;
      line-height: 29px;&lt;br /&gt;
      font-family: Georgia, serif;&lt;br /&gt;
      font-size: 17px;&lt;br /&gt;
      margin-bottom: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main page fixes */&lt;br /&gt;
#interwiki-completelist {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #ca-delete {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page #mp-topbanner {&lt;br /&gt;
   clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#catlinks {&lt;br /&gt;
background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks {&lt;br /&gt;
text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#catlinks a {&lt;br /&gt;
font-size: 17px;&lt;br /&gt;
color: #5e5e5e;&lt;br /&gt;
font-family: sans-serif;&lt;br /&gt;
font-weight: 300;&lt;br /&gt;
width: 100%;&lt;br /&gt;
padding: 0;&lt;br /&gt;
margin:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.catlinks li:first-child {&lt;br /&gt;
padding-left: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footer ul {&lt;br /&gt;
list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Edit window toolbar */&lt;br /&gt;
#toolbar {&lt;br /&gt;
    height: 22px;&lt;br /&gt;
    margin-bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Margins for &amp;lt;ol&amp;gt; and &amp;lt;ul&amp;gt; */&lt;br /&gt;
#content ol, #content ul,&lt;br /&gt;
#mw_content ol, #mw_content ul {&lt;br /&gt;
  margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Make the list of references smaller */&lt;br /&gt;
ol.references {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
    line-height: 25px;&lt;br /&gt;
    margin: 1em 0em 0em 1.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.references-small {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */&lt;br /&gt;
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */&lt;br /&gt;
/* column-count is from the CSS3 module &amp;quot;CSS Multi-column Layout&amp;quot; */&lt;br /&gt;
/* Please ignore any validator errors caused by these two lines */&lt;br /&gt;
.references-2column {&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
    -moz-column-count: 2;&lt;br /&gt;
    -webkit-column-count: 2;&lt;br /&gt;
    column-count: 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Highlight clicked reference in blue to help navigation */&lt;br /&gt;
ol.references &amp;gt; li:target,&lt;br /&gt;
sup.reference:target,&lt;br /&gt;
cite:target {&lt;br /&gt;
    background-color: #DEF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*ol.references &amp;gt; li:target::before {&lt;br /&gt;
display: block;&lt;br /&gt;
height: 5px;&lt;br /&gt;
margin-top: -5px;&lt;br /&gt;
} */&lt;br /&gt;
&lt;br /&gt;
/* Ensure refs in table headers and the like aren't bold or italic */&lt;br /&gt;
sup.reference {&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Styling for citations */&lt;br /&gt;
cite {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Two columns for category pages */&lt;br /&gt;
.mw-category {&lt;br /&gt;
      column-count: 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For linked citation numbers and document IDs, where&lt;br /&gt;
   the number need not be shown on a screen or a handheld,&lt;br /&gt;
   but should be included in the printed version&lt;br /&gt;
*/&lt;br /&gt;
@media screen, handheld, projection {&lt;br /&gt;
    cite *.printonly {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    margin: 1em 1em 1em 0;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.wikitable th, .wikitable td,&lt;br /&gt;
.prettytable th, .prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
.wikitable th,&lt;br /&gt;
.prettytable th {&lt;br /&gt;
    background: #f2f2f2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.wikitable caption,&lt;br /&gt;
.prettytable caption {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Default skin for navigation boxes */&lt;br /&gt;
table.navbox {            /* Navbox container style */&lt;br /&gt;
  border: 1px solid #aaa;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  margin: auto;&lt;br /&gt;
  clear: both;&lt;br /&gt;
  font-size: 88%;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  padding: 1px;&lt;br /&gt;
}&lt;br /&gt;
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */&lt;br /&gt;
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)       */&lt;br /&gt;
}&lt;br /&gt;
.navbox-title,&lt;br /&gt;
.navbox-abovebelow,&lt;br /&gt;
table.navbox th {&lt;br /&gt;
  text-align: center;      /* Title and above/below styles */&lt;br /&gt;
  padding-left: 1em;&lt;br /&gt;
  padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
.navbox-group {            /* Group style */&lt;br /&gt;
  white-space: nowrap;&lt;br /&gt;
  text-align: right;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  padding-left: 1em;&lt;br /&gt;
  padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
.navbox, .navbox-subgroup {&lt;br /&gt;
  background: #fdfdfd;     /* Background color */&lt;br /&gt;
}&lt;br /&gt;
.navbox-list {&lt;br /&gt;
  border-color: #fdfdfd;   /* Must match background color */&lt;br /&gt;
}&lt;br /&gt;
.navbox-title,&lt;br /&gt;
table.navbox th {&lt;br /&gt;
  background: #ccccff;     /* Level 1 color */&lt;br /&gt;
}&lt;br /&gt;
.navbox-abovebelow,&lt;br /&gt;
.navbox-group,&lt;br /&gt;
.navbox-subgroup .navbox-title {&lt;br /&gt;
  background: #ddddff;     /* Level 2 color */&lt;br /&gt;
}&lt;br /&gt;
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {&lt;br /&gt;
  background: #e6e6ff;     /* Level 3 color */&lt;br /&gt;
}&lt;br /&gt;
.navbox-even {&lt;br /&gt;
  background: #f7f7f7;     /* Even row striping */&lt;br /&gt;
}&lt;br /&gt;
.navbox-odd {&lt;br /&gt;
  background: transparent; /* Odd row striping */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.collapseButton {          /* 'show'/'hide' buttons created dynamically */&lt;br /&gt;
    float: right;          /* by the CollapsibleTables javascript in    */&lt;br /&gt;
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */&lt;br /&gt;
    text-align: right;     /* so they can be customised.                */&lt;br /&gt;
    width: auto;&lt;br /&gt;
}&lt;br /&gt;
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */&lt;br /&gt;
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */&lt;br /&gt;
}                          /* so they need to be the same width.         */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Infobox template style */&lt;br /&gt;
.infobox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    color: black;&lt;br /&gt;
    margin: 0.5em 0 0.5em 1em;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.infobox.standard-talk.bordered td,&lt;br /&gt;
.infobox.standard-talk.bordered th {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* styles for bordered infobox with merged rows */&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-top: 1px solid #aaa;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    border-right: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styles for geography infoboxes, eg countries,&lt;br /&gt;
   country subdivisions, cities, etc.            */&lt;br /&gt;
.infobox.geography {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography  td,&lt;br /&gt;
.infobox.geography  th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
.infobox.geography .mergedtoprow td,&lt;br /&gt;
.infobox.geography .mergedtoprow th {&lt;br /&gt;
    border-top: solid 1px #aaa;&lt;br /&gt;
    padding: 0.4em 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedrow td,&lt;br /&gt;
.infobox.geography .mergedrow th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0 0.6em 0.2em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .mergedbottomrow td,&lt;br /&gt;
.infobox.geography .mergedbottomrow th {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    border-bottom: solid 1px #aaa;&lt;br /&gt;
    padding: 0 0.6em 0.4em 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.geography .maptable td,&lt;br /&gt;
.infobox.geography .maptable th {&lt;br /&gt;
    border: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */&lt;br /&gt;
.redirect-in-category, .allpagesredirect {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons for medialist templates [[Template:Listen]],&lt;br /&gt;
   [[Template:Multi-listen_start]], [[Template:Video]],&lt;br /&gt;
   [[Template:Multi-video_start]]&lt;br /&gt;
*/&lt;br /&gt;
div.listenlist {&lt;br /&gt;
    background:&lt;br /&gt;
       /* url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png&amp;quot;);*/&lt;br /&gt;
    padding-left: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style rules for media list templates */&lt;br /&gt;
div.medialist {&lt;br /&gt;
    min-height: 50px;&lt;br /&gt;
    margin: 1em;&lt;br /&gt;
    background-position: top left;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
}&lt;br /&gt;
div.medialist ul {&lt;br /&gt;
    list-style-type: none;&lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
div.medialist ul li {&lt;br /&gt;
    padding-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
div.medialist ul li li {&lt;br /&gt;
    font-size: 91%;&lt;br /&gt;
    padding-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon for all PDF files&lt;br /&gt;
   in browsers that support these CSS selectors, like Mozilla and Opera */&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
#bodyContent a[href*=&amp;quot;.PDF#&amp;quot;].external,&lt;br /&gt;
#mw_content  a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
#mw_content  a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
#mw_content  a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
#mw_content  a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
#mw_content  a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
#mw_content  a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
    background:&lt;br /&gt;
        /*url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif&amp;quot;)*/&lt;br /&gt;
        center right no-repeat;&lt;br /&gt;
    padding-right: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class&lt;br /&gt;
   is used (notably Template:PDFlink). This works in IE, unlike the above. */&lt;br /&gt;
#bodyContent span.PDFlink a,&lt;br /&gt;
#mw_content span.PDFlink a {&lt;br /&gt;
    background:&lt;br /&gt;
        /*url(&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif&amp;quot;)*/&lt;br /&gt;
        center right no-repeat;&lt;br /&gt;
    padding-right: 17px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove link styling. Already defined in monobook&lt;br /&gt;
   and modern, but not defined in the other skins. Bug 18708 */&lt;br /&gt;
#bodyContent .plainlinks a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content in columns with CSS instead of tables [[Template:Columns]] */&lt;br /&gt;
div.columns-2 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
}&lt;br /&gt;
div.columns-3 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 33.3%;&lt;br /&gt;
    min-width: 200px;&lt;br /&gt;
}&lt;br /&gt;
div.columns-4 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 25%;&lt;br /&gt;
    min-width: 150px;&lt;br /&gt;
}&lt;br /&gt;
div.columns-5 div.column {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 20%;&lt;br /&gt;
    min-width: 120px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make sure that &amp;quot;external references&amp;quot; from templates like [[Template:Ref]]&lt;br /&gt;
   do not get URL expansion, not even when printed. The anchor itself has&lt;br /&gt;
   class &amp;quot;external autonumber&amp;quot; and the url expansion is inserted when printing&lt;br /&gt;
   (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the&lt;br /&gt;
   &amp;quot;:after&amp;quot; pseudo-element.&lt;br /&gt;
*/&lt;br /&gt;
.nourlexpansion a.external.text:after,&lt;br /&gt;
.nourlexpansion a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The legacy implementation of this was with &amp;quot;plainlinksneverexpand&amp;quot;, which&lt;br /&gt;
   also simulated &amp;quot;plainlinks&amp;quot;.  &amp;quot;plainlinksneverexpand&amp;quot; is deprecated and&lt;br /&gt;
   should be replaced with &amp;quot;plainlinks nourlexpansion&amp;quot;.  When this has been&lt;br /&gt;
   done, the rules below can be removed.&lt;br /&gt;
*/&lt;br /&gt;
.plainlinksneverexpand a {&lt;br /&gt;
    background: none !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.plainlinksneverexpand a.external.text:after,&lt;br /&gt;
.plainlinksneverexpand a.external.autonumber:after {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Messagebox templates */&lt;br /&gt;
.messagebox {&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    width: 80%;&lt;br /&gt;
    margin: 0 auto 1em auto;&lt;br /&gt;
    padding: .2em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
    border: 1px solid #c0b8cc;&lt;br /&gt;
    background-color: #f0e5ff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
    border: 1px solid #9f9fff;&lt;br /&gt;
    background-color: #efefff;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    margin: 4px auto;&lt;br /&gt;
}&lt;br /&gt;
/* For old WikiProject banners inside banner shells. */&lt;br /&gt;
.mbox-inside .standard-talk,&lt;br /&gt;
.messagebox.nested-talk {&lt;br /&gt;
    border: 1px solid #c0c090;&lt;br /&gt;
    background-color: #f8eaba;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: 2px 0;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
.messagebox.small-talk {&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
    float: right;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    line-height: 1.25em;&lt;br /&gt;
    background: #F8EABA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */&lt;br /&gt;
th.mbox-text, td.mbox-text {     /* The message body cell(s) */&lt;br /&gt;
    border: none;&lt;br /&gt;
    padding: 0.25em 0.9em;       /* 0.9em left/right */&lt;br /&gt;
    width: 100%;    /* Make all mboxes the same width regardless of text length */&lt;br /&gt;
}&lt;br /&gt;
td.mbox-image {                  /* The left image cell */&lt;br /&gt;
    border: none;&lt;br /&gt;
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
td.mbox-imageright {             /* The right image cell */&lt;br /&gt;
    border: none;&lt;br /&gt;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
td.mbox-empty-cell {         /* An empty narrow cell */&lt;br /&gt;
    border: none;&lt;br /&gt;
    padding: 0px;&lt;br /&gt;
    width: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Article message box styles */&lt;br /&gt;
table.ambox {&lt;br /&gt;
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    border-left: 10px solid #1e90ff;    /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
    background: #fbfbfb;&lt;br /&gt;
}&lt;br /&gt;
table.ambox + table.ambox {   /* Single border between stacked boxes. */&lt;br /&gt;
    margin-top: -1px;&lt;br /&gt;
}&lt;br /&gt;
.ambox th.mbox-text,&lt;br /&gt;
.ambox td.mbox-text {            /* The message body cell(s) */&lt;br /&gt;
    padding: 0.25em 0.5em;       /* 0.5em left/right */&lt;br /&gt;
}&lt;br /&gt;
.ambox td.mbox-image {           /* The left image cell */&lt;br /&gt;
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */&lt;br /&gt;
}&lt;br /&gt;
.ambox td.mbox-imageright {      /* The right image cell */&lt;br /&gt;
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.ambox-notice {&lt;br /&gt;
    border-left: 10px solid #1e90ff;    /* Blue */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-speedy {&lt;br /&gt;
    border-left: 10px solid #b22222;    /* Red */&lt;br /&gt;
    background: #fee;                   /* Pink */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-delete {&lt;br /&gt;
    border-left: 10px solid #b22222;    /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-content {&lt;br /&gt;
    border-left: 10px solid #f28500;    /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-style {&lt;br /&gt;
    border-left: 10px solid #f4c430;    /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-move {&lt;br /&gt;
    border-left: 10px solid #9932cc;    /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ambox-protection {&lt;br /&gt;
    border-left: 10px solid #bba;       /* Gray-gold */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image message box styles */&lt;br /&gt;
table.imbox {&lt;br /&gt;
    margin: 4px 10%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    border: 3px solid #1e90ff;    /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
    background: #fbfbfb;&lt;br /&gt;
}&lt;br /&gt;
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */&lt;br /&gt;
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */&lt;br /&gt;
}&lt;br /&gt;
.mbox-inside .imbox {    /* For imboxes inside other templates. */&lt;br /&gt;
    margin: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.imbox-notice {&lt;br /&gt;
    border: 3px solid #1e90ff;    /* Blue */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-speedy {&lt;br /&gt;
    border: 3px solid #b22222;    /* Red */&lt;br /&gt;
    background: #fee;             /* Pink */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-delete {&lt;br /&gt;
    border: 3px solid #b22222;    /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-content {&lt;br /&gt;
    border: 3px solid #f28500;    /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-style {&lt;br /&gt;
    border: 3px solid #f4c430;    /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-move {&lt;br /&gt;
    border: 3px solid #9932cc;    /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-protection {&lt;br /&gt;
    border: 3px solid #bba;       /* Gray-gold */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-license {&lt;br /&gt;
    border: 3px solid #88a;       /* Dark gray */&lt;br /&gt;
    background: #f7f8ff;          /* Light gray */&lt;br /&gt;
}&lt;br /&gt;
table.imbox-featured {&lt;br /&gt;
    border: 3px solid #cba135;    /* Brown-gold */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Category message box styles */&lt;br /&gt;
table.cmbox {&lt;br /&gt;
    margin: 3px 10%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background: #DFE8FF;    /* Default &amp;quot;notice&amp;quot; blue */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.cmbox-notice {&lt;br /&gt;
    background: #D8E8FF;    /* Blue */&lt;br /&gt;
}&lt;br /&gt;
table.cmbox-speedy {&lt;br /&gt;
    margin-top: 4px;&lt;br /&gt;
    margin-bottom: 4px;&lt;br /&gt;
    border: 4px solid #b22222;    /* Red */&lt;br /&gt;
    background: #FFDBDB;          /* Pink */&lt;br /&gt;
}&lt;br /&gt;
table.cmbox-delete {&lt;br /&gt;
    background: #FFDBDB;    /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.cmbox-content {&lt;br /&gt;
    background: #FFE7CE;    /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.cmbox-style {&lt;br /&gt;
    background: #FFF9DB;    /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.cmbox-move {&lt;br /&gt;
    background: #E4D8FF;    /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.cmbox-protection {&lt;br /&gt;
    background: #EFEFE1;    /* Gray-gold */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Other pages message box styles */&lt;br /&gt;
table.ombox {&lt;br /&gt;
    margin: 4px 10%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    border: 1px solid #aaa;       /* Default &amp;quot;notice&amp;quot; gray */&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.ombox-notice {&lt;br /&gt;
    border: 1px solid #aaa;       /* Gray */&lt;br /&gt;
}&lt;br /&gt;
table.ombox-speedy {&lt;br /&gt;
    border: 2px solid #b22222;    /* Red */&lt;br /&gt;
    background: #fee;             /* Pink */&lt;br /&gt;
}&lt;br /&gt;
table.ombox-delete {&lt;br /&gt;
    border: 2px solid #b22222;    /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.ombox-content {&lt;br /&gt;
    border: 1px solid #f28500;    /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.ombox-style {&lt;br /&gt;
    border: 1px solid #f4c430;    /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.ombox-move {&lt;br /&gt;
    border: 1px solid #9932cc;    /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.ombox-protection {&lt;br /&gt;
    border: 2px solid #bba;       /* Gray-gold */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Talk page message box styles */&lt;br /&gt;
table.tmbox {&lt;br /&gt;
    margin: 4px 10%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    border: 1px solid #c0c090;    /* Default &amp;quot;notice&amp;quot; gray-brown */&lt;br /&gt;
    background: #f8eaba;&lt;br /&gt;
}&lt;br /&gt;
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The &amp;quot;mediawiki&amp;quot; */&lt;br /&gt;
    margin: 2px 0;               /* class ensures that this declaration overrides other */&lt;br /&gt;
    width: 100%;  /* For Safari and Opera */     /* styles (including mbox-small above) */&lt;br /&gt;
}&lt;br /&gt;
.mbox-inside .tmbox.mbox-small { /* &amp;quot;small&amp;quot; tmboxes should not be small when  */&lt;br /&gt;
    line-height: 1.5em;          /* also &amp;quot;nested&amp;quot;, so reset styles that are   */&lt;br /&gt;
    font-size: 100%;             /* set in &amp;quot;mbox-small&amp;quot; above.                */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.tmbox-speedy {&lt;br /&gt;
    border: 2px solid #b22222;    /* Red */&lt;br /&gt;
    background: #fee;             /* Pink */&lt;br /&gt;
}&lt;br /&gt;
table.tmbox-delete {&lt;br /&gt;
    border: 2px solid #b22222;    /* Red */&lt;br /&gt;
}&lt;br /&gt;
table.tmbox-content {&lt;br /&gt;
    border: 2px solid #f28500;    /* Orange */&lt;br /&gt;
}&lt;br /&gt;
table.tmbox-style {&lt;br /&gt;
    border: 2px solid #f4c430;    /* Yellow */&lt;br /&gt;
}&lt;br /&gt;
table.tmbox-move {&lt;br /&gt;
    border: 2px solid #9932cc;    /* Purple */&lt;br /&gt;
}&lt;br /&gt;
table.tmbox-protection,&lt;br /&gt;
table.tmbox-notice {&lt;br /&gt;
    border: 1px solid #c0c090;    /* Gray-brown */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Disambig and set index box styles */&lt;br /&gt;
table.dmbox {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0.9em 1em;&lt;br /&gt;
    border-top: 1px solid #ccc;&lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
    background: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Footer and header message box styles */&lt;br /&gt;
table.fmbox {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0.2em 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background: #f9f9f9;     /* Default &amp;quot;system&amp;quot; gray */&lt;br /&gt;
}&lt;br /&gt;
table.fmbox-system {&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
}&lt;br /&gt;
table.fmbox-warning {&lt;br /&gt;
    border: 1px solid #bb7070;  /* Dark pink */&lt;br /&gt;
    background: #ffdbdb;        /* Pink */&lt;br /&gt;
}&lt;br /&gt;
table.fmbox-editnotice {&lt;br /&gt;
    background: transparent;&lt;br /&gt;
}&lt;br /&gt;
/* Div based &amp;quot;warning&amp;quot; style fmbox messages. */&lt;br /&gt;
div.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0.2em 0;&lt;br /&gt;
    border: 1px solid #bb7070;&lt;br /&gt;
    background: #ffdbdb;&lt;br /&gt;
    padding: 0.25em 0.9em;&lt;br /&gt;
}&lt;br /&gt;
/* Div based &amp;quot;system&amp;quot; style fmbox messages. Used in&lt;br /&gt;
   [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */&lt;br /&gt;
div.mw-lag-warn-normal,&lt;br /&gt;
div.noarticletext,&lt;br /&gt;
div.fmbox-system {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 0.2em 0;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    padding: 0.25em 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* These mbox-small classes must be placed after all other&lt;br /&gt;
   ambox/tmbox/ombox etc classes. &amp;quot;body.mediawiki&amp;quot; is so&lt;br /&gt;
   they override &amp;quot;table.ambox + table.ambox&amp;quot; above. */&lt;br /&gt;
body.mediawiki table.mbox-small {   /* For the &amp;quot;small=yes&amp;quot; option. */&lt;br /&gt;
    clear: right;&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin: 4px 0 4px 1em;&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
body.mediawiki table.mbox-small-left {   /* For the &amp;quot;small=left&amp;quot; option. */&lt;br /&gt;
    margin: 4px 1em 4px 0;&lt;br /&gt;
    width: 238px;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.&lt;br /&gt;
   The second declarations reset the styles for all browsers except&lt;br /&gt;
   IE6, which chokes on the empty comment tags. Please copy any changes&lt;br /&gt;
   to [[Template:IPA fonts]] and [[Template:Unicode fonts]].&lt;br /&gt;
*/&lt;br /&gt;
.IPA {&lt;br /&gt;
    font-family: &amp;quot;Charis SIL&amp;quot;, &amp;quot;Doulos SIL&amp;quot;, Gentium, GentiumAlt,&lt;br /&gt;
                 &amp;quot;DejaVu Sans&amp;quot;, Code2000, &amp;quot;TITUS Cyberbit Basic&amp;quot;,&lt;br /&gt;
                 &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;,&lt;br /&gt;
                 &amp;quot;Chrysanthi Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/: inherit;&lt;br /&gt;
}&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;Free Serif&amp;quot;, &amp;quot;TITUS Cyberbit Basic&amp;quot;,&lt;br /&gt;
                 &amp;quot;Doulos SIL&amp;quot;, &amp;quot;Chrysanthi Unicode&amp;quot;, &amp;quot;Bitstream Cyberbit&amp;quot;,&lt;br /&gt;
                 &amp;quot;Bitstream CyberBase&amp;quot;, Thryomanes, Gentium, GentiumAlt,&lt;br /&gt;
                 &amp;quot;Lucida Grande&amp;quot;, &amp;quot;Free Sans&amp;quot;, &amp;quot;Arial Unicode MS&amp;quot;,&lt;br /&gt;
                 &amp;quot;Microsoft Sans Serif&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
    font-family /**/: inherit;&lt;br /&gt;
}&lt;br /&gt;
.latinx {&lt;br /&gt;
    font-family: Code2000, Code2001, &amp;quot;TITUS Cyberbit Basic&amp;quot;, &amp;quot;Microsoft Sans Serif&amp;quot;;&lt;br /&gt;
    font-family /**/: inherit;&lt;br /&gt;
}&lt;br /&gt;
.polytonic {&lt;br /&gt;
    font-family: &amp;quot;Athena Unicode&amp;quot;, Gentium, &amp;quot;Palatino Linotype&amp;quot;,&lt;br /&gt;
                 &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;,&lt;br /&gt;
                 &amp;quot;Lucida Grande&amp;quot;, Code2000;&lt;br /&gt;
    font-family /**/: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#wpSave {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */&lt;br /&gt;
.hiddenStructure {&lt;br /&gt;
    display: inline ! important;&lt;br /&gt;
    color: #f00;&lt;br /&gt;
    background-color: #0f0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* suppress missing interwiki image links where #ifexist cannot&lt;br /&gt;
   be used due to high number of requests see .hidden-redlink on&lt;br /&gt;
   http://meta.wikimedia.org/wiki/MediaWiki:Common.css&lt;br /&gt;
*/&lt;br /&gt;
.check-icon a.new {&lt;br /&gt;
    display: none;&lt;br /&gt;
/* INVALID    speak: none; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Removes underlines from links */&lt;br /&gt;
.nounderlines a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from IPA links */&lt;br /&gt;
.IPA a:link, .IPA a:visited {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard Navigationsleisten, aka box hiding thingy&lt;br /&gt;
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */&lt;br /&gt;
div.NavFrame {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 4px;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame + div.NavFrame {&lt;br /&gt;
    border-top-style: none;&lt;br /&gt;
    border-top-style: hidden;&lt;br /&gt;
}&lt;br /&gt;
div.NavPic {&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavHead {&lt;br /&gt;
    height: 1.6em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #ccf;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavFrame div.NavContent p {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
div.NavEnd {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    line-height: 1px;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
a.NavToggle {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    right: 3px;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Coloured watchlist numbers */&lt;br /&gt;
.mw-plusminus-pos { color: #006400; } /* dark green */&lt;br /&gt;
.mw-plusminus-neg { color: #8B0000; } /* dark red */&lt;br /&gt;
&lt;br /&gt;
.rellink,&lt;br /&gt;
.dablink {&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
.rellink i,&lt;br /&gt;
.dablink i {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for horizontal UL lists */&lt;br /&gt;
.horizontal ul {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
.horizontal li {&lt;br /&gt;
    padding: 0 0.6em 0 0.4em;&lt;br /&gt;
    display: inline;&lt;br /&gt;
    border-right: 1px solid;&lt;br /&gt;
}&lt;br /&gt;
.horizontal li:last-child {&lt;br /&gt;
    border-right: none;&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow transcluded pages to display in lists rather than a table.&lt;br /&gt;
   Compatible in Firefox; incompatible in IE6. */&lt;br /&gt;
.listify td    { display: list-item; }&lt;br /&gt;
.listify tr    { display: block; }&lt;br /&gt;
.listify table { display: block; }&lt;br /&gt;
&lt;br /&gt;
/* Geographical coordinates defaults. See [[Template:Coord/link]]&lt;br /&gt;
   for how these are used. The classes &amp;quot;geo&amp;quot;, &amp;quot;longitude&amp;quot;, and&lt;br /&gt;
   &amp;quot;latitude&amp;quot; are used by the [[Geo microformat]].&lt;br /&gt;
 */&lt;br /&gt;
.geo-default, .geo-dms, .geo-dec  { display: inline; }&lt;br /&gt;
.geo-nondefault, .geo-multi-punct { display: none; }&lt;br /&gt;
.longitude, .latitude             { white-space: nowrap; }&lt;br /&gt;
&lt;br /&gt;
/* When &amp;lt;div class=&amp;quot;nonumtoc&amp;quot;&amp;gt; is used on the table of contents,&lt;br /&gt;
   the ToC will display without numbers */&lt;br /&gt;
.nonumtoc .tocnumber { display: none; }&lt;br /&gt;
.nonumtoc #toc ul,&lt;br /&gt;
.nonumtoc .toc ul {&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: .3em 0 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.nonumtoc #toc ul ul,&lt;br /&gt;
.nonumtoc .toc ul ul {&lt;br /&gt;
    margin: 0 0 0 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for instance, will limit to&lt;br /&gt;
   showing ==headings== and ===headings=== but no further&lt;br /&gt;
   (as long as there are no =headings= on the page, which&lt;br /&gt;
   there shouldn't be according to the MoS).&lt;br /&gt;
 */&lt;br /&gt;
.toclimit-2 .toclevel-2,&lt;br /&gt;
.toclimit-3 .toclevel-3,&lt;br /&gt;
.toclimit-4 .toclevel-4,&lt;br /&gt;
.toclimit-5 .toclevel-5,&lt;br /&gt;
.toclimit-6 .toclevel-6,&lt;br /&gt;
.toclimit-7 .toclevel-7 { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* Styling for Template:Quote */&lt;br /&gt;
blockquote.templatequote {&lt;br /&gt;
     margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
blockquote.templatequote div.templatequotecite {&lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding-left: 2em;&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
blockquote.templatequote div.templatequotecite cite {&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.user-block {&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    border: 1px solid #A9A9A9;&lt;br /&gt;
    background-color: #FFEFD5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places:&lt;br /&gt;
   1) links when we don't want them to&lt;br /&gt;
   2) HTML formulae&lt;br /&gt;
   3) Ref tags with group names &amp;lt;ref group=&amp;quot;Note&amp;quot;&amp;gt; --&amp;gt; &amp;quot;[Note 1]&amp;quot;&lt;br /&gt;
*/&lt;br /&gt;
.nowraplinks a,&lt;br /&gt;
span.texhtml,&lt;br /&gt;
sup.reference a { white-space: nowrap; }&lt;br /&gt;
&lt;br /&gt;
/* For template documentation */&lt;br /&gt;
.template-documentation {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    margin: 1em 0 0 0;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    background-color: #ecfcf4;&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.thumbinner {&lt;br /&gt;
     margin: 0 auto;&lt;br /&gt;
     font-size: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.thumbinner {&lt;br /&gt;
min-width: 100px;&lt;br /&gt;
font-family: 'Open Sans', sans-serif;&lt;br /&gt;
font-weight: 400;&lt;br /&gt;
color: #504f4f;&lt;br /&gt;
line-height: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Inline divs in ImageMaps (code borrowed from de.wiki) */&lt;br /&gt;
.imagemap-inline div {&lt;br /&gt;
    display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Increase the height of the image upload box */&lt;br /&gt;
#wpUploadDescription {&lt;br /&gt;
    height: 13em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce line-height for &amp;lt;sup&amp;gt; and &amp;lt;sub&amp;gt; */&lt;br /&gt;
sup, sub {&lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
li.gallerybox div.thumb {&lt;br /&gt;
      box-shadow: 0px 0.5px 1px 0px #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The backgrounds for galleries. */&lt;br /&gt;
#content .gallerybox div.thumb {&lt;br /&gt;
    background-color: #F9F9F9;   /* Light gray padding */&lt;br /&gt;
}&lt;br /&gt;
/* Put a chequered background behind images, only visible if they have transparency */&lt;br /&gt;
.gallerybox .thumb img,&lt;br /&gt;
#file img {&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.searchresult {&lt;br /&gt;
      line-height: 35px;&lt;br /&gt;
      width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-ui-input:focus {&lt;br /&gt;
box-shadow: inset 0 0 0 .5px #347bff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But no chequered background on articles, user pages or portals. */&lt;br /&gt;
.ns-0 .gallerybox .thumb img,&lt;br /&gt;
.ns-2 .gallerybox .thumb img,&lt;br /&gt;
.ns-100 .gallerybox .thumb img {&lt;br /&gt;
    background: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views */&lt;br /&gt;
#mw-subcategories, #mw-pages, #mw-category-media,&lt;br /&gt;
#filehistory, #wikiPreview, #wikiDiff {&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Selectively hide headers in WikiProject banners */&lt;br /&gt;
.wpb .wpb-header             { display: none; }&lt;br /&gt;
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */&lt;br /&gt;
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */&lt;br /&gt;
.wpbs-inner .wpb-outside     { display: none; }      /* hide things that should only display outside shells */&lt;br /&gt;
&lt;br /&gt;
legend {&lt;br /&gt;
font-family: 'Open Sans', sans-serif;&lt;br /&gt;
font-size: 22px;&lt;br /&gt;
text-align: inherit;&lt;br /&gt;
margin: 10px 0px 10px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* for responsive maps */&lt;br /&gt;
.gm-style img {&lt;br /&gt;
    max-width: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 1024px) {&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
     padding: 0 0.75em;&lt;br /&gt;
     transition: all 0.3s ease;&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
/* StickyTOC fix to account for top ribbon */&lt;br /&gt;
@media screen and (min-width: 761px) {&lt;br /&gt;
.stickytoc.force-sticky {&lt;br /&gt;
  top: 120px !important;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 767px) {&lt;br /&gt;
&lt;br /&gt;
select, textarea, input, input[type=&amp;quot;search&amp;quot;], input[name=&amp;quot;search&amp;quot;], input[name=&amp;quot;hidden&amp;quot;] {&lt;br /&gt;
     font-size: 16px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
select:focus, textarea:focus, input:focus {&lt;br /&gt;
    font-size: 16px !important;&lt;br /&gt;
    position: initial;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.bannerImage {&lt;br /&gt;
    height: 170px;&lt;br /&gt;
    opacity: 0.2;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    z-index: -99999;&lt;br /&gt;
    top: -174px;&lt;br /&gt;
    margin-bottom: -176px;&lt;br /&gt;
    background-image: url(/mediawiki/images/9/98/0033_banner.jpg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-chameleon .navbar-tools {&lt;br /&gt;
     display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-form {&lt;br /&gt;
     border-top: none;&lt;br /&gt;
     margin-top: 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-collapse.in {&lt;br /&gt;
     display: flex;&lt;br /&gt;
     flex-direction: column-reverse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.tleft {&lt;br /&gt;
     float: right;&lt;br /&gt;
     clear: right;&lt;br /&gt;
     margin: 0.5em auto 1.3em 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTagline, .siteTagline a {&lt;br /&gt;
     font-size: 13px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTitle {&lt;br /&gt;
     font-size: 30px;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 425px) {&lt;br /&gt;
&lt;br /&gt;
.siteTagline, .siteTagline a {&lt;br /&gt;
     font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTitle {&lt;br /&gt;
     font-size: 28px;&lt;br /&gt;
     line-height: 32px;&lt;br /&gt;
     letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.tleft, div.tright, .pull-right {&lt;br /&gt;
     float: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#footerInfo, .footerTitle, #p-tb, .pull-right {&lt;br /&gt;
     text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 320px) {&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.bannerWrapper {&lt;br /&gt;
     padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTagline, .siteTagline a {&lt;br /&gt;
     font-size: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.siteTitle {&lt;br /&gt;
     font-size: 20px;&lt;br /&gt;
     line-height: 22px;&lt;br /&gt;
     margin-top: 8px;&lt;br /&gt;
     margin-bottom: 5px;&lt;br /&gt;
     letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.bannerImage {&lt;br /&gt;
    height: 119px;&lt;br /&gt;
    opacity: 0.2;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    z-index: -99999;&lt;br /&gt;
    top: -119px;&lt;br /&gt;
    margin-bottom: -120px;&lt;br /&gt;
    background-image: url(/mediawiki/images/9/98/0033_banner.jpg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-nav {&lt;br /&gt;
     backface-visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
     padding: 0 0.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.firstHeading {&lt;br /&gt;
     margin-top: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.tleft, div.tright {&lt;br /&gt;
     margin-left: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.gallery {&lt;br /&gt;
     padding-left: 3.5ex;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.back-to-top {&lt;br /&gt;
	display: none;&lt;br /&gt;
	width: 60px;&lt;br /&gt;
	height: 60px;&lt;br /&gt;
	text-indent: -9999px;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	z-index: 999;&lt;br /&gt;
	right: 20px;&lt;br /&gt;
	bottom: 20px;&lt;br /&gt;
	background: url(/mediawiki/images/5/5c/Long-arrow-up-50.png) no-repeat center 45%;&lt;br /&gt;
        background-color: #508a69 ;&lt;br /&gt;
	-webkit-border-radius: 30px;&lt;br /&gt;
	-moz-border-radius: 30px;&lt;br /&gt;
	border-radius: 30px;&lt;br /&gt;
        -webkit-transition: background-color 200ms ease-in-out;&lt;br /&gt;
       -moz-transition: background-color 200ms ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.back-to-top:hover {&lt;br /&gt;
      background-color: #375e48;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.mw-gallery-packed {&lt;br /&gt;
     box-sizing: border-box;&lt;br /&gt;
     background-color: #fafafa;&lt;br /&gt;
     padding: 25px;&lt;br /&gt;
     font-family: sans-serif;&lt;br /&gt;
     animation: fade-seq 2s forwards;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.mw-gallery-packed li.gallerybox div.thumb img {&lt;br /&gt;
     position: relative;&lt;br /&gt;
     transition: all 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.mw-gallery-packed li.gallerybox div.thumb img:hover {&lt;br /&gt;
    transform: scale(1.05);&lt;br /&gt;
    transition: all 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.gallery {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;lt;/source&amp;gt; */&lt;br /&gt;
&lt;br /&gt;
.toc ul ul {&lt;br /&gt;
	margin: 0 0 0 .5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toclevel-2 ul {&lt;br /&gt;
   display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* FancyBoxThumbs caption */&lt;br /&gt;
.fancybox-title-float-wrap .child {&lt;br /&gt;
	background: #e9ecef; /* matches Chameleon navbar color */&lt;br /&gt;
	text-shadow: none; /* removes text shadow */&lt;br /&gt;
	color: #252525; /* caption text color */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide red links for anonymous HEAL-147 */&lt;br /&gt;
a.new {&lt;br /&gt;
	color: inherit !important;&lt;br /&gt;
	text-decoration: inherit;&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:ExternalLink.css&amp;diff=41865</id>
		<title>MediaWiki:ExternalLink.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:ExternalLink.css&amp;diff=41865"/>
		<updated>2021-09-06T18:08:38Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Install package: ExternalLink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.delimited-el:last-of-type .delimiter {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:ExternalLink.css&amp;diff=41864</id>
		<title>MediaWiki:ExternalLink.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:ExternalLink.css&amp;diff=41864"/>
		<updated>2021-09-06T18:04:58Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: I-hecht moved page MediaWiki:ExternalLink to MediaWiki:ExternalLink.css without leaving a redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.delimited-el:last-of-type .delimiter {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:ExternalLink.css&amp;diff=41863</id>
		<title>MediaWiki:ExternalLink.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:ExternalLink.css&amp;diff=41863"/>
		<updated>2021-09-06T17:57:45Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: ExternalLink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.delimited-el:last-of-type .delimiter {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Privacypage&amp;diff=41855</id>
		<title>MediaWiki:Privacypage</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Privacypage&amp;diff=41855"/>
		<updated>2021-09-02T18:30:00Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALDInterface&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:SMWImage&amp;diff=41854</id>
		<title>MediaWiki:SMWImage</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:SMWImage&amp;diff=41854"/>
		<updated>2021-09-02T18:29:59Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALDInterface&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NUMBEROFARTICLES}}&lt;br /&gt;
&lt;br /&gt;
{{Image Metadata&lt;br /&gt;
|Artist=Charles Willson Peale&lt;br /&gt;
|Title=Pretty Landscape&lt;br /&gt;
|Date=1850&lt;br /&gt;
|Repository=That Place&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Semantic Mediawiki Image Test&lt;br /&gt;
{{ #ask: [[Category: Image]] | format=gallery }}&lt;br /&gt;
&lt;br /&gt;
{{ #ask: [[Category: People]] | ?Has image | format=gallery | imageproperty=Has image }}&lt;br /&gt;
&lt;br /&gt;
{{ #ask: [[Category: People]] &lt;br /&gt;
| ?Has image&lt;br /&gt;
| imageproperty=Has image&lt;br /&gt;
| format=datatable&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category: People]]&lt;br /&gt;
|?Has image&lt;br /&gt;
|format=tagcloud&lt;br /&gt;
|limit=250&lt;br /&gt;
|link=&amp;quot;&amp;quot;&lt;br /&gt;
|headers=show&lt;br /&gt;
|searchlabel=… further results&lt;br /&gt;
|tagorder=alphabetical&lt;br /&gt;
|increase=log&lt;br /&gt;
|widget=sphere&lt;br /&gt;
|font=sans&lt;br /&gt;
|height=900&lt;br /&gt;
|width=1000&lt;br /&gt;
|mincount=1&lt;br /&gt;
|minsize=70&lt;br /&gt;
|maxsize=220&lt;br /&gt;
|maxtags=1000&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category: People]]&lt;br /&gt;
|?Has image&lt;br /&gt;
|format=tagcloud&lt;br /&gt;
|limit=250&lt;br /&gt;
|link=&amp;quot;&amp;quot;&lt;br /&gt;
|headers=show&lt;br /&gt;
|searchlabel=… further results&lt;br /&gt;
|tagorder=alphabetical&lt;br /&gt;
|increase=log&lt;br /&gt;
|font=sans&lt;br /&gt;
|height=900&lt;br /&gt;
|width=1000&lt;br /&gt;
|mincount=1&lt;br /&gt;
|minsize=70&lt;br /&gt;
|maxsize=220&lt;br /&gt;
|maxtags=1000&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category: People]]&lt;br /&gt;
|?Has image&lt;br /&gt;
|+filter=value&lt;br /&gt;
|format=filtered&lt;br /&gt;
|limit=50&lt;br /&gt;
|list view type=list&lt;br /&gt;
|views=list&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:People]]&lt;br /&gt;
|?Category&lt;br /&gt;
|format=tagcloud&lt;br /&gt;
|limit=250&lt;br /&gt;
|link=all&lt;br /&gt;
|headers=show&lt;br /&gt;
|searchlabel=… further results&lt;br /&gt;
|tagorder=alphabetical&lt;br /&gt;
|increase=log&lt;br /&gt;
|widget=sphere&lt;br /&gt;
|font=sans&lt;br /&gt;
|height=400&lt;br /&gt;
|width=400&lt;br /&gt;
|mincount=1&lt;br /&gt;
|minsize=70&lt;br /&gt;
|maxsize=220&lt;br /&gt;
|maxtags=1000&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Disclaimers&amp;diff=41853</id>
		<title>MediaWiki:Disclaimers</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Disclaimers&amp;diff=41853"/>
		<updated>2021-09-02T18:29:57Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALDInterface&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Aboutpage&amp;diff=41852</id>
		<title>MediaWiki:Aboutpage</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Aboutpage&amp;diff=41852"/>
		<updated>2021-09-02T18:28:58Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALDInterface&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Mediawiki-pages-ExternalLink&amp;diff=41754</id>
		<title>History of Early American Landscape Design:Mediawiki-pages-ExternalLink</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Mediawiki-pages-ExternalLink&amp;diff=41754"/>
		<updated>2021-08-26T22:15:50Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: ExternalLink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Example usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ExternalLink&lt;br /&gt;
|External link URL=https://heald.nga.gov&lt;br /&gt;
|External link text=HEALD Wiki&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ExternalLink&lt;br /&gt;
|External link URL=https://heald.nga.gov&lt;br /&gt;
|External link text=HEALD Wiki&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Mediawiki-pages-ExternalLink]]&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:Showcase_main&amp;diff=41740</id>
		<title>Template:Showcase main</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:Showcase_main&amp;diff=41740"/>
		<updated>2021-08-25T19:23:38Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: don't cache showcase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;heald-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{#tag:gallery|&lt;br /&gt;
{{#arraymap:Keywords,Places,People&lt;br /&gt;
|,&lt;br /&gt;
|@&lt;br /&gt;
|{{#ask: [[{{#ask:&lt;br /&gt;
    [[File:+]]&lt;br /&gt;
    [[Showcase main Category::@]]&lt;br /&gt;
    |format=array&lt;br /&gt;
    |order=rand&lt;br /&gt;
    |limit=1&lt;br /&gt;
    |searchlabel=&lt;br /&gt;
}}]]&lt;br /&gt;
|?Image Title&lt;br /&gt;
|propsep={{!}}&lt;br /&gt;
|format=array&lt;br /&gt;
|headers=hide&lt;br /&gt;
|outro={{!}}link=Category:@&lt;br /&gt;
}}&lt;br /&gt;
|\n&lt;br /&gt;
}}&lt;br /&gt;
|mode=packed&lt;br /&gt;
|heights=320px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;__NOCACHE__&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=User:I-hecht&amp;diff=41739</id>
		<title>User:I-hecht</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=User:I-hecht&amp;diff=41739"/>
		<updated>2021-08-25T19:20:43Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Showcase main}}&lt;br /&gt;
__NOCACHE__&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=User:I-hecht&amp;diff=41738</id>
		<title>User:I-hecht</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=User:I-hecht&amp;diff=41738"/>
		<updated>2021-08-25T19:20:13Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Created page with &amp;quot;{{Showcase main}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Showcase main}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41737</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41737"/>
		<updated>2021-08-25T19:05:10Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|sort=Date&lt;br /&gt;
|order=asc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
{{#ifexpr:{{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|format=count&lt;br /&gt;
}} &amp;gt; {{{1|50}}} |&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. {{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|limit=0&lt;br /&gt;
|searchlabel=See all images.&lt;br /&gt;
|format=gallery&lt;br /&gt;
|autocaptions=no&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/small&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41736</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41736"/>
		<updated>2021-08-25T19:05:08Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	margin: 0 .25rem 0 -.25rem;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before, input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before, input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before, .filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg) !important;&lt;br /&gt;
}&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	margin-bottom: -6px;&lt;br /&gt;
}&lt;br /&gt;
.irs-grid-text {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
        color: #01443e;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from {&lt;br /&gt;
	background-color: #01443e !important;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from, .irs-min, .irs-max {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	top: -8px !important;&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41735</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41735"/>
		<updated>2021-08-25T18:58:07Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|sort=Date&lt;br /&gt;
|order=asc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
{{#ifexpr:{{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|format=count&lt;br /&gt;
}} &amp;gt; {{{1|50}}} |&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. {{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|limit=0&lt;br /&gt;
|searchlabel=See all&lt;br /&gt;
|format=gallery&lt;br /&gt;
|autocaptions=no&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/small&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41734</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41734"/>
		<updated>2021-08-25T18:57:28Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	margin: 0 .25rem 0 -.25rem;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before, input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before, input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before, .filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg) !important;&lt;br /&gt;
}&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	margin-bottom: -6px;&lt;br /&gt;
}&lt;br /&gt;
.irs-grid-text {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from {&lt;br /&gt;
	background-color: #01443e !important;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from, .irs-min, .irs-max {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	top: -8px !important;&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:Showcase_main&amp;diff=41712</id>
		<title>Template:Showcase main</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:Showcase_main&amp;diff=41712"/>
		<updated>2021-08-24T20:51:42Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41711 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;heald-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{#tag:gallery|&lt;br /&gt;
{{#arraymap:Keywords,Places,People&lt;br /&gt;
|,&lt;br /&gt;
|@&lt;br /&gt;
|{{#ask: [[{{#ask:&lt;br /&gt;
    [[File:+]]&lt;br /&gt;
    [[Showcase main Category::@]]&lt;br /&gt;
    |format=array&lt;br /&gt;
    |order=rand&lt;br /&gt;
    |limit=1&lt;br /&gt;
    |searchlabel=&lt;br /&gt;
}}]]&lt;br /&gt;
|?Image Title&lt;br /&gt;
|propsep={{!}}&lt;br /&gt;
|format=array&lt;br /&gt;
|headers=hide&lt;br /&gt;
|outro={{!}}link=Category:@&lt;br /&gt;
}}&lt;br /&gt;
|\n&lt;br /&gt;
}}&lt;br /&gt;
|mode=packed&lt;br /&gt;
|heights=320px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:Showcase_main&amp;diff=41711</id>
		<title>Template:Showcase main</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:Showcase_main&amp;diff=41711"/>
		<updated>2021-08-24T20:51:18Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;heald-gallery&amp;quot;&amp;gt;&lt;br /&gt;
{{#atag:gallery|&lt;br /&gt;
{{#arraymap:Keywords,Places,People&lt;br /&gt;
|,&lt;br /&gt;
|@&lt;br /&gt;
|{{#ask: [[{{#ask:&lt;br /&gt;
    [[File:+]]&lt;br /&gt;
    [[Showcase main Category::@]]&lt;br /&gt;
    |format=array&lt;br /&gt;
    |order=rand&lt;br /&gt;
    |limit=1&lt;br /&gt;
    |searchlabel=&lt;br /&gt;
}}]]&lt;br /&gt;
|?Image Title&lt;br /&gt;
|propsep={{!}}&lt;br /&gt;
|format=array&lt;br /&gt;
|headers=hide&lt;br /&gt;
|outro={{!}}link=Category:@&lt;br /&gt;
}}&lt;br /&gt;
|\n&lt;br /&gt;
}}&lt;br /&gt;
|mode=packed&lt;br /&gt;
|heights=320px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41565</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41565"/>
		<updated>2021-08-17T22:07:49Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	margin: 0 .25rem 0 -.25rem;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before, input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before, input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before, .filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg) !important;&lt;br /&gt;
}&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	margin-bottom: -6px;&lt;br /&gt;
}&lt;br /&gt;
.irs-grid-text {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
        color: #01443e;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from {&lt;br /&gt;
	background-color: #01443e !important;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from, .irs-min, .irs-max {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	top: -8px !important;&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41564</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41564"/>
		<updated>2021-08-17T21:55:05Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;[[{{#explode:{{{1|}}}|#|0}}||link={{#explode:{{{1|}}}|#|0}}|class=img-fluid card-img-top rounded]]&amp;lt;!--&lt;br /&gt;
  --&amp;gt;&amp;lt;div class=&amp;quot;caption-wrapper&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;[[:{{#explode:{{{1|}}}|#|0}}|&amp;lt;span class=&amp;quot;caption&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&amp;lt;/span&amp;gt;]]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41562</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41562"/>
		<updated>2021-08-17T21:33:33Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
{{#ifexpr:{{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|format=count&lt;br /&gt;
}} &amp;gt; {{{1|50}}} |&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. {{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|limit=0&lt;br /&gt;
|searchlabel=See all&lt;br /&gt;
|format=gallery&lt;br /&gt;
|autocaptions=no&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/small&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41561</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41561"/>
		<updated>2021-08-17T21:30:05Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. {{#ask:&lt;br /&gt;
[[File:+]]&lt;br /&gt;
[[Category:Images]]&lt;br /&gt;
|limit=0&lt;br /&gt;
|searchlabel=See all&lt;br /&gt;
|format=gallery&lt;br /&gt;
|autocaptions=no&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41559</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41559"/>
		<updated>2021-08-17T21:18:26Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41556 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;[[{{#explode:{{{1|}}}|#|0}}||link={{#explode:{{{1|}}}|#|0}}|class=img-fluid card-img-top rounded]]&amp;lt;!--&lt;br /&gt;
  --&amp;gt;&amp;lt;div class=&amp;quot;caption-wrapper&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;&amp;lt;span class=&amp;quot;caption&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&amp;lt;/span&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;&amp;lt;div class=&amp;quot;small text-center&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Place |link=none}}&amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41558</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41558"/>
		<updated>2021-08-17T21:17:18Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	margin: 0 .25rem 0 -.25rem;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before, input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before, input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before, .filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg) !important;&lt;br /&gt;
}&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	margin-bottom: -6px;&lt;br /&gt;
}&lt;br /&gt;
.irs-grid-text {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from {&lt;br /&gt;
	background-color: #01443e !important;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from, .irs-min, .irs-max {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	top: -8px !important;&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41556</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41556"/>
		<updated>2021-08-17T21:17:11Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#widget: a-collection&lt;br /&gt;
       |link={{fullurl:{{#explode:{{{1|}}}|#|0}}}}&lt;br /&gt;
       |title={{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&lt;br /&gt;
       |image={{filepath:{{PAGENAME:{{#explode:{{{1|}}}|#|0}}}}}}&lt;br /&gt;
     }}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41555</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41555"/>
		<updated>2021-08-17T21:17:11Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. [[Special:ListFiles|See all]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41554</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41554"/>
		<updated>2021-08-17T21:09:22Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41548 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg);&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41553</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41553"/>
		<updated>2021-08-17T21:08:36Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41545 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;filtered-filter d-block d-lg-flex align-items-center justify-content-end ml-4 ml-cmln-auto mr-3 mb-3&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41552</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41552"/>
		<updated>2021-08-17T21:06:55Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41546 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;[[{{#explode:{{{1|}}}|#|0}}||link={{#explode:{{{1|}}}|#|0}}|class=img-fluid card-img-top rounded]]&amp;lt;!--&lt;br /&gt;
  --&amp;gt;&amp;lt;div class=&amp;quot;caption-wrapper&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;&amp;lt;span class=&amp;quot;caption&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&amp;lt;/span&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;&amp;lt;div class=&amp;quot;small text-center&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Place |link=none}}&amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41551</id>
		<title>History of Early American Landscape Design:Image Collection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41551"/>
		<updated>2021-08-17T21:05:22Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41549 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ImageCollection|500}}&lt;br /&gt;
{{DISPLAYTITLE:{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41549</id>
		<title>History of Early American Landscape Design:Image Collection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41549"/>
		<updated>2021-08-17T20:56:04Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ImageCollection|50}}&lt;br /&gt;
{{DISPLAYTITLE:{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41548</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41548"/>
		<updated>2021-08-17T20:55:22Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	margin: 0 .25rem 0 -.25rem;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before, input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before, input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before, .filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg) !important;&lt;br /&gt;
}&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	margin-bottom: -6px;&lt;br /&gt;
}&lt;br /&gt;
.irs-grid-text {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from {&lt;br /&gt;
	background-color: #01443e !important;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from, .irs-min, .irs-max {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	top: -8px !important;&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41546</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41546"/>
		<updated>2021-08-17T20:55:11Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#widget: a-collection&lt;br /&gt;
       |link={{fullurl:{{#explode:{{{1|}}}|#|0}}}}&lt;br /&gt;
       |title={{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&lt;br /&gt;
       |image={{filepath:{{PAGENAME:{{#explode:{{{1|}}}|#|0}}}}}}&lt;br /&gt;
     }}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41545</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41545"/>
		<updated>2021-08-17T20:55:11Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. [[Special:ListFiles|See all]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41544</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41544"/>
		<updated>2021-08-17T20:50:32Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41539 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg);&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41543</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41543"/>
		<updated>2021-08-17T20:50:24Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41540 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;filtered-filter d-block d-lg-flex align-items-center justify-content-end ml-4 ml-cmln-auto mr-3 mb-3&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41542</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41542"/>
		<updated>2021-08-17T20:50:01Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41541 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;[[{{#explode:{{{1|}}}|#|0}}||link={{#explode:{{{1|}}}|#|0}}|class=img-fluid card-img-top rounded]]&amp;lt;!--&lt;br /&gt;
  --&amp;gt;&amp;lt;div class=&amp;quot;caption-wrapper&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;&amp;lt;span class=&amp;quot;caption&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&amp;lt;/span&amp;gt;&amp;lt;!--&lt;br /&gt;
     --&amp;gt;&amp;lt;div class=&amp;quot;small text-center&amp;quot;&amp;gt;{{#show: {{#explode:{{{1|}}}|#|0}}|?Place |link=none}}&amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41541</id>
		<title>Template:ImageCollectionItem</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollectionItem&amp;diff=41541"/>
		<updated>2021-08-17T20:49:11Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card border-0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;badges&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Keyword::+]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-keyword&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has person]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-person&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#if:{{#ask:[[{{{1|}}}]][[Collection filter::Has place]] |link=none}}&lt;br /&gt;
       |&amp;lt;span class=&amp;quot;has-place&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
     }}&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
  --&amp;gt;{{#widget: a-collection&lt;br /&gt;
       |link={{fullurl:{{#explode:{{{1|}}}|#|0}}}}&lt;br /&gt;
       |title={{#show: {{#explode:{{{1|}}}|#|0}}|?Image Title}}&lt;br /&gt;
       |image={{filepath:{{PAGENAME:{{#explode:{{{1|}}}|#|0}}}}}}&lt;br /&gt;
     }}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41540</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41540"/>
		<updated>2021-08-17T20:48:10Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. [[Special:ListFiles|See all]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41539</id>
		<title>MediaWiki:HealdImageCollection.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.css&amp;diff=41539"/>
		<updated>2021-08-17T20:47:25Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
* Image collection&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.card-columns .card {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:after {&lt;br /&gt;
	content:&amp;quot;&amp;quot;;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	height:100%;&lt;br /&gt;
/*	background:rgba(255,255,255,.15); */&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	top:0;&lt;br /&gt;
	left:0;&lt;br /&gt;
	opacity:1;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover:after {&lt;br /&gt;
	opacity:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card a {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	z-index: 0;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card img {&lt;br /&gt;
	transition:all .5s ease 0s;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover a {&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover img {&lt;br /&gt;
	transform:scale(1.1)&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	transition:all .5s ease 0s&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption-wrapper {&lt;br /&gt;
	width:100%;&lt;br /&gt;
	padding:20px 10px;&lt;br /&gt;
	background:rgba(255,255,255,.75);&lt;br /&gt;
	bottom:-100%;&lt;br /&gt;
	left:0;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card:hover .caption-wrapper{&lt;br /&gt;
	bottom:0&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .caption {&lt;br /&gt;
	display:block;&lt;br /&gt;
	font-size:1.1rem;&lt;br /&gt;
	font-weight:bold;&lt;br /&gt;
	color:#222;&lt;br /&gt;
	text-align:center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-filters .filtered-filter .filtered-filter-label {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-views, &lt;br /&gt;
.heald-collection .filtered-filters {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered .filtered-views .filtered-views-container {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filter-container {&lt;br /&gt;
	background: #f7f7f7;&lt;br /&gt;
	padding: .5rem 1rem;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number,&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-number {&lt;br /&gt;
	flex: 0 0 100%;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-option {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value-andor label {&lt;br /&gt;
	text-transform: lowercase;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-value .filtered-filter-container,&lt;br /&gt;
.heald-collection .filtered-value-checkboxes, .heald-collection .filtered-value-checkboxes *,&lt;br /&gt;
.heald-collection .filtered-value-switches, .heald-collection .filtered-value-switches * {&lt;br /&gt;
	display: flex !important;&lt;br /&gt;
	flex-direction: row !important;&lt;br /&gt;
	white-space: nowrap !important;&lt;br /&gt;
	align-items: center !important;&lt;br /&gt;
	padding: .15rem .25rem  !important;&lt;br /&gt;
	margin: 0 .15rem  !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-switches {&lt;br /&gt;
	border-bottom: 0;&lt;br /&gt;
        order: 1 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value .filtered-value-checkboxes {&lt;br /&gt;
        order: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .filtered-filters .filtered-value {&lt;br /&gt;
	border: 0 !important;&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	margin: 1em 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .badges {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	height: 40px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	border-radius: 5px;&lt;br /&gt;
	background: #ffffffa3;&lt;br /&gt;
	margin: .25rem;&lt;br /&gt;
	padding-left: .5rem;&lt;br /&gt;
	right: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	margin: 0 .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before {&lt;br /&gt;
	margin: .5rem .5rem 0 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before,&lt;br /&gt;
.heald-collection .card .has-keyword::before,&lt;br /&gt;
.heald-collection .card .has-place::before,&lt;br /&gt;
input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before,&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before,&lt;br /&gt;
.has-person::before,&lt;br /&gt;
.has-keyword::before,&lt;br /&gt;
.has-place::before {&lt;br /&gt;
	content: '';&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 24px;&lt;br /&gt;
	height: 24px;&lt;br /&gt;
	background: #fff;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	margin: 0 .25rem 0 -.25rem;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	opacity: .75;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	filter: invert(1);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-person::before, .has-person::before, input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/307863/graphic-designer-creative-draw-artist.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-place::before, .has-place::before, input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label::before {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/161749/earth-globe.svg);&lt;br /&gt;
}&lt;br /&gt;
.heald-collection .card .has-keyword::before, .has-keyword::before, .filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	background-image: url(https://www.svgrepo.com/show/166933/key.svg) !important;&lt;br /&gt;
}&lt;br /&gt;
.filtered-filter:nth-child(2) .filtered-filter-label::before  {&lt;br /&gt;
	margin-bottom: -6px;&lt;br /&gt;
}&lt;br /&gt;
.irs-grid-text {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from {&lt;br /&gt;
	background-color: #01443e !important;&lt;br /&gt;
}&lt;br /&gt;
.irs-to, .irs-from, .irs-min, .irs-max {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
	top: -8px !important;&lt;br /&gt;
}&lt;br /&gt;
@media only screen and (max-width:990px){.heald-collection .card{margin-bottom:30px}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Mobile.css&amp;diff=41498</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:Mobile.css&amp;diff=41498"/>
		<updated>2021-08-16T20:01:40Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will affect users of the mobile site */&lt;br /&gt;
&lt;br /&gt;
.client-js, .toc-mobile {&lt;br /&gt;
width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.header {&lt;br /&gt;
box-shadow: inset 0 -1px 3px rgba(0,0,0,0.08);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.client-js .stable .toc-mobile .collapsible-heading {&lt;br /&gt;
padding-right: 0.8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.content p {&lt;br /&gt;
font-family: serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.content h2 {&lt;br /&gt;
font-family: sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.content h3 {&lt;br /&gt;
font-family: Helvetica;&lt;br /&gt;
font-weight: 400;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.content ul {&lt;br /&gt;
margin-bottom: 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.content ol {&lt;br /&gt;
font-family: serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
dl {&lt;br /&gt;
margin-left: 0.5em;&lt;br /&gt;
font-family: serif;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41497</id>
		<title>History of Early American Landscape Design:Image Collection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41497"/>
		<updated>2021-08-16T19:45:54Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ImageCollection|500}}&lt;br /&gt;
{{DISPLAYTITLE:{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41496</id>
		<title>History of Early American Landscape Design:Image Collection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41496"/>
		<updated>2021-08-16T19:43:58Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ImageCollection|50}}&lt;br /&gt;
{{DISPLAYTITLE:{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41495</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41495"/>
		<updated>2021-08-16T19:18:27Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Undo revision 41492 by I-hecht (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;filtered-filter d-block d-lg-flex align-items-center justify-content-end ml-4 ml-cmln-auto mr-3 mb-3&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41494</id>
		<title>History of Early American Landscape Design:Image Collection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41494"/>
		<updated>2021-08-16T19:15:00Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ImageCollection|500}}&lt;br /&gt;
{{DISPLAYTITLE:{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41493</id>
		<title>History of Early American Landscape Design:Image Collection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=History_of_Early_American_Landscape_Design:Image_Collection&amp;diff=41493"/>
		<updated>2021-08-16T19:14:04Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ImageCollection&lt;br /&gt;
|500              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41492</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41492"/>
		<updated>2021-08-16T19:11:05Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;d-block pl-4 w-100&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Max {{{1|50}}} images shown. [[Special:ListFiles|See all]]&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41346</id>
		<title>Template:ImageCollection</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:ImageCollection&amp;diff=41346"/>
		<updated>2021-08-12T01:53:46Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[-Has subobject::+]]&lt;br /&gt;
[[~*Creation]]&lt;br /&gt;
[[File:+]]&lt;br /&gt;
|?Date |+filter=number |+number filter sliders=range|+hide=yes |+number filter step=1&lt;br /&gt;
|?Keyword |+filter=value |+value filter max checkboxes=0&lt;br /&gt;
|?Collection filter |+filter=value |+value filter max checkboxes=5 |+value filter switches=and or&lt;br /&gt;
|format=filtered&lt;br /&gt;
|link=none&lt;br /&gt;
|views=list&lt;br /&gt;
|list view type=list&lt;br /&gt;
|list view template=ImageCollectionItem&lt;br /&gt;
|intro=&amp;lt;div class=&amp;quot;heald-collection&amp;quot;&amp;gt;&lt;br /&gt;
|outro=&amp;lt;/div&amp;gt;&lt;br /&gt;
|limit={{{1|50}}}&lt;br /&gt;
|order=desc&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div id=&amp;quot;reset-wrapper&amp;quot; class=&amp;quot;filtered-filter d-block d-lg-flex align-items-center justify-content-end ml-4 ml-cmln-auto mr-3 mb-3&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;resetfilters&amp;quot; class=&amp;quot;mw-ui-button mt-cmln-3&amp;quot;&amp;gt;Reset all filters&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Mediawiki-pages-heald-images]]&lt;br /&gt;
;Usage&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ImageCollection&lt;br /&gt;
|100              # number of results per page (default = 50)             &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=Template:Image&amp;diff=41345</id>
		<title>Template:Image</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=Template:Image&amp;diff=41345"/>
		<updated>2021-08-12T01:53:44Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;about-image-section&amp;quot;&amp;gt;&lt;br /&gt;
== About this image ==&lt;br /&gt;
&amp;lt;div id=&amp;quot;image-all&amp;quot; class=&amp;quot;card-group my-2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;image-relationships&amp;quot; class=&amp;quot;card text-dark bg-light&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-header&amp;quot;&amp;gt;Relationships&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
;Place: [[Place::{{{Place|}}}]]&amp;lt;!-- --&amp;gt;{{#if:{{{Place|}}}|{{#subobject:Creation|Collection filter=Has place}}}}&lt;br /&gt;
;People: {{#arraymap:{{{People|}}}|,|x|[[Person::x]]}}&amp;lt;!-- --&amp;gt;{{#if:{{{People|}}}|{{#subobject:Creation|Collection filter=Has person}}}}&lt;br /&gt;
;Keyword relationships&lt;br /&gt;
{{{Keyword relationships|}}}&amp;lt;!-- showcases&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{Showcase main|}}} |Yes|{{#set:Showcase main Category={{{Showcase main Category|}}}}}}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#ifeq:{{{Showcase essay|}}}|Yes|{{#set:Showcase essay Page={{{Showcase essay Page|}}}}}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;image-information&amp;quot; class=&amp;quot;card text-dark bg-light&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-header&amp;quot;&amp;gt;Information&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
;Creator: [[Creator::{{{Creator|}}}]]&lt;br /&gt;
;Date: {{Date&lt;br /&gt;
         |Creation&lt;br /&gt;
         |Date={{{Creation Date|}}}&lt;br /&gt;
         |Circa={{{Creation Circa|}}}&lt;br /&gt;
         |Concurrence={{{Creation Concurrence|}}}&lt;br /&gt;
         |Questionable={{{Creation Questionable|}}}&lt;br /&gt;
         |EndDate={{{Creation Date End|}}}&lt;br /&gt;
         |EndCirca={{{Creation Circa End|}}}&lt;br /&gt;
         |EndConcurrence={{{Creation Concurrence End|}}}&lt;br /&gt;
         |EndQuestionable={{{Creation Questionable End|}}}&lt;br /&gt;
}}&lt;br /&gt;
;Title: [[Title::{{{Title|}}}]]&lt;br /&gt;
;Inscription: {{#set:Inscription={{{Inscription|}}}}}{{{Inscription|}}}&lt;br /&gt;
;Medium: [[Medium::{{{Medium|}}}]]&lt;br /&gt;
;Dimensions: [[Dimensions::{{{Dimensions|}}}]]&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#set: Image Title={{{Image Title|}}}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;image-reference&amp;quot; class=&amp;quot;card text-dark bg-light&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-header&amp;quot;&amp;gt;Reference&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-body&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;card-text&amp;quot;&amp;gt;&lt;br /&gt;
;Date of Publication: {{Date&lt;br /&gt;
                        |Publication&lt;br /&gt;
                        |Date={{{Publication Date|}}}&lt;br /&gt;
                        |Circa={{{Publication Circa|}}}&lt;br /&gt;
                        |Concurrence={{{Publication Concurrence|}}}&lt;br /&gt;
                        |Questionable={{{Publication Questionable|}}}&lt;br /&gt;
                        |EndDate={{{Publication Date End|}}}&lt;br /&gt;
                        |EndCirca={{{Publication Circa End|}}}&lt;br /&gt;
                        |EndConcurrence={{{Publication Concurrence End|}}}&lt;br /&gt;
                        |EndQuestionable={{{Publication Questionable End|}}}&lt;br /&gt;
}}&lt;br /&gt;
;Reference Title: [[Reference Title::{{{Reference Title|}}}]]&lt;br /&gt;
;Volume: [[Volume::{{{Volume|}}}]]&lt;br /&gt;
;Edition: [[Edition::{{{Edition|}}}]]&lt;br /&gt;
;Page: [[Pages::{{{Page number|}}}]]&lt;br /&gt;
;Figure: [[Figure::{{{Figure|}}}]]&lt;br /&gt;
;Repository: [[Repository::{{{Repository|}}}]]&lt;br /&gt;
;Zotero ID: [[Reference ID::{{{Reference ID|}}}]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
Download an {{#ask:&lt;br /&gt;
[[{{FULLPAGENAME}}]] OR [[-Has subobject::{{FULLPAGENAME}}]] [[Date::+]] OR [[-Has subobject::{{FULLPAGENAME}}]] [[Keyword::+]]&lt;br /&gt;
|?Place&lt;br /&gt;
|?Person&lt;br /&gt;
|?Keyword&lt;br /&gt;
|?Keyword relationship&lt;br /&gt;
|?Creator&lt;br /&gt;
|?Title&lt;br /&gt;
|?Inscription&lt;br /&gt;
|?Medium&lt;br /&gt;
|?Dimensions&lt;br /&gt;
|?Reference Title&lt;br /&gt;
|?Volume&lt;br /&gt;
|?Edition&lt;br /&gt;
|?Pages&lt;br /&gt;
|?Figure&lt;br /&gt;
|?Repository&lt;br /&gt;
|?Reference ID&lt;br /&gt;
|?Date&lt;br /&gt;
|?Circa&lt;br /&gt;
|?Concurrence&lt;br /&gt;
|?Questionable&lt;br /&gt;
|?EndDate&lt;br /&gt;
|?EndCirca&lt;br /&gt;
|?EndConcurrence&lt;br /&gt;
|?EndQuestionable&lt;br /&gt;
|format=RDF&lt;br /&gt;
}} export&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!--- /about-image-section --&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;free-text-section&amp;quot; class=&amp;quot;my-3&amp;quot;&amp;gt;&amp;lt;!-- the tag is left open intentionally --&amp;gt;&lt;br /&gt;
[[Category:Images]]__NOEDITSECTION__{{#if: {{{Image Title|}}}|{{DISPLAYTITLE:{{{Image Title|}}}}}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
	<entry>
		<id>https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.js&amp;diff=41344</id>
		<title>MediaWiki:HealdImageCollection.js</title>
		<link rel="alternate" type="text/html" href="https://heald.nga.gov/mediawiki/index.php?title=MediaWiki:HealdImageCollection.js&amp;diff=41344"/>
		<updated>2021-08-12T01:53:44Z</updated>

		<summary type="html">&lt;p&gt;I-hecht: Update package: HEALD Images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// Adds responsive columns to the SMW filtered format output for the ImageCollection&lt;br /&gt;
$('.heald-collection .filtered-views-container').addClass('card-columns');&lt;br /&gt;
&lt;br /&gt;
$(function() {&lt;br /&gt;
    $('input[value=&amp;quot;Has place&amp;quot;] + .filtered-value-option-label').addClass('has-place');&lt;br /&gt;
    $('input[value=&amp;quot;Has person&amp;quot;] + .filtered-value-option-label').addClass('has-person');&lt;br /&gt;
    &lt;br /&gt;
    $('#resetfilters').click(function() {&lt;br /&gt;
        location.reload();&lt;br /&gt;
    });&lt;br /&gt;
    $('#reset-wrapper').detach().appendTo('.filtered-filters');&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>I-hecht</name></author>
	</entry>
</feed>