Elgg  Version master
walled_garden.css.php
Go to the documentation of this file.
1 <?php
6 echo elgg_view('core.css');
7 ?>
8 
9 .elgg-heading-walled-garden {
10  font-size: 3rem;
11  line-height: 3rem;
12  color: $(text-color-strong);
13  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
14  font-weight: $(font-bold-weight);
15 }
16 
17 .elgg-page-walled-garden {
18  margin: 0;
19  position: relative;
20  display: flex;
21  justify-content: center;
22  align-items: center;
23  min-height: 100vh;
24 
25  > .elgg-inner {
26  min-width: 30rem;
27  max-width: 50%;
28  min-height: 100%;
29 
30  > .elgg-page-body {
31  padding: 0 1rem;
32  background: #fff;
33  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
34 
35  .elgg-layout {
36  min-height: auto;
37  }
38 
39  a {
40  text-decoration: underline;
41  }
42  }
43 
44  > .elgg-page-header {
45  padding: 3rem 0;
46  }
47 
48  > .elgg-page-footer {
49  background: none;
50  margin-top: 1rem;
51  border: none;
52 
53  a {
54  color: $(text-color-strong);
55  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
56  font-weight: $(font-bold-weight);
57  }
58  }
59  }
60 
61  a {
62  text-decoration: none;
63  color: inherit;
64  }
65 
66  .elgg-module {
67  margin: 0;
68  }
69 
70  .elgg-form-login,
71  .elgg-form-account {
72  max-width: none;
73  }
74 }
75 
76 @ifset walled-garden-background-image {
77  .elgg-page-walled-garden-background {
78  position: absolute;
79  top: 0;
80  left: 0;
81  width: 100%;
82  height: 100%;
83  background-image: url($(walled-garden-background-image));
84  background-size: cover;
85  background-repeat: no-repeat;
86  background-position: 50%;
87  background-attachment: fixed;
88  filter: blur(4px);
89  }
90 }
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156
function filter(array, term)