11 .elgg-heading-maintenance {
14 color: var(--
elgg-text-color-strong);
15 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
16 font-weight: var(--
elgg-font-bold-weight);
19 .elgg-page-maintenance {
23 justify-content: center;
35 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
42 text-decoration: underline;
52 text-decoration: none;
66 @ifset maintenance-background-image {
67 .elgg-page-maintenance-background {
73 background-image: url($(maintenance-background-image));
74 background-size: cover;
75 background-repeat: no-repeat;
76 background-position: 50%;
77 background-attachment: fixed;
elgg()
Bootstrapping and helper procedural code available for use in Elgg core and plugins.
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.