Added interpreter for pseudocode for displaying exhibitions, events.
Added basic search. Added object pages.
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user