4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
7 <%= Pleroma.Config.get([:instance, :name]) %>
11 background-color: #121a24;
12 font-family: sans-serif;
20 background-color: #182230;
24 box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.5);
41 text-decoration: none;
52 flex-direction: column;
56 box-sizing: content-box;
60 background-color: #121a24;
63 transition-property: border-bottom;
64 transition-duration: 0.35s;
65 border-bottom: 2px solid #2a384a;
71 flex-direction: column;
77 .scopes-input label:first-child {
102 [type="checkbox"] + label {
112 [type="checkbox"] + label:before {
114 display: inline-block;
116 background-color: #121a24;
117 border: 4px solid #121a24;
118 box-shadow: 0px 0px 1px 0 #d8a070;
119 box-sizing: border-box;
124 transition-property: background-color;
125 transition-duration: 0.35s;
127 margin-bottom: -0.2em;
131 [type="checkbox"]:checked + label:before {
132 background-color: #d8a070;
137 border-bottom: 2px solid #d8a070;
141 box-sizing: border-box;
143 background-color: #1c2a3a;
150 text-transform: uppercase;
152 box-shadow: 0px 0px 2px 0px black,
153 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,
154 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset;
159 box-shadow: 0px 0px 0px 1px #d8a070,
160 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,
161 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset;
165 box-sizing: border-box;
167 background-color: #931014;
168 border: 1px solid #a06060;
177 box-sizing: border-box;
180 border: 1px solid #7d796a;
187 @media all and (max-width: 440px) {
202 .scope:first-child:before {
211 .scope:last-child:after {
229 <div class="container">
230 <h1><%= Pleroma.Config.get([:instance, :name]) %></h1>
231 <%= render @view_module, @view_template, assigns %>