Added interpreter for pseudocode for displaying exhibitions, events.

Added basic search.
Added object pages.
This commit is contained in:
2018-06-15 11:26:25 +02:00
committed by Stefan Rohde-Enslin
parent a49746ab10
commit 80485a98ab
19 changed files with 1573 additions and 82 deletions

View File

@ -222,22 +222,28 @@ main { padding: .5em 5em 3em 3em; }
*/
#staticPageOptions > * { display: block; padding: .5em 1rem; }
#staticPageOptions > .labelLine { display: table; width: 100%; }
#staticPageOptions .helpToolTip { width: 2em; text-align: center; }
#staticPageOptions > .labelLine > * { display: table-cell; }
#staticPageOptions label { font-weight: bold; }
#staticPageOptions select { display: block; width: 100%; }
#staticPageOptions button { display: block; width: 100%; background: #0277BD; color: #FFF; transition: background .4s; }
#staticPageOptions button:hover { background: #039BE5; }
#embedGenerator .helpToolTip,
#staticPageOptions .helpToolTip { width: 2em; text-align: center; }
#pageTools > #embedGenerator { display: block;
margin-bottom: 1em; padding-bottom: 1em;
box-sizing: content-box; border-bottom: 1px solid #D6D6D6; }
#embedGenerator > * { display: block; width: 100%; }
#embedGenerator .buttonLike { cursor: pointer; }
#embedGenerator > .labelLine { margin-bottom: .5em; }
#pageTools > * { padding: 0 1rem; }
#staticPageOptions > .labelLine,
#embedGenerator > .labelLine,
.labelLine { display: table; width: 100%; }
.labelLine > * { display: table-cell; }
.labelLine label { font-weight: bold; }
/************
* Login Page
*/