Added option to switch themes.

Added standalone pages for:
 - Exhibitions
 - Events
 - Institutions
 - Collections
Added option to limit display to only a given set of institutions.
This commit is contained in:
2018-06-18 10:43:22 +02:00
committed by Stefan Rohde-Enslin
parent 2ae4196546
commit bb8fa74cd6
18 changed files with 916 additions and 33 deletions

View File

@ -24,12 +24,13 @@ a.navicurrent { background: #D6D6D6; }
/**********
* Simple tiles for displaying an object.
* This class also builds the base for other tiles.
*/
div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6; text-align: center;
transition: background .4s, box-shadow .4s; }
div.objTile > div { position: relative; padding: .5em .5em 1.5em .5em; }
div.objTile h4 { margin: 0; padding: 0 .5em; }
div.objTile h4 { margin: 0; padding: 0 .5em; text-align: center; }
div.objTile img { max-width: 198px; }
div.objTile:hover { background: #F2F2F2; box-shadow: 1px 1px 3px #D6D6D6, -1px -1px 3px #D6D6D6; }
@ -57,6 +58,12 @@ div.objDetails .objMainImg:hover { max-width: 100vw; max-height: 80vh; float: in
.metadataLine { margin-top: 2.5em; color: #666; border-top: 1px solid #D6D6D6; }
.metadataLine > span { margin-right: 2em; font-size: .95em; font-style: italic; }
/**********
* Collection tiles.
*/
.objTile.collectionTile { text-align: left; }
.objTile.collectionTile h4 { padding: 0 0; }
/*****
* Events on object detail page.
*/

View File

@ -30,6 +30,8 @@ body { margin: 0; padding: 0; font-family: sourceSansPro;
* { box-sizing: border-box; z-index: 1; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { text-align: left; }
a.buttonLike { display: inline-block; }
a.buttonLike,