Browse Source

Delete the Genaviv stylesheet!

biotorrents 3 years ago
parent
commit
33d4d43448

+ 5
- 6
gazelle.sql View File

1808
 
1808
 
1809
 
1809
 
1810
 INSERT INTO `stylesheets` (`ID`, `Name`, `Description`, `Default`, `Additions`, `Color`) VALUES
1810
 INSERT INTO `stylesheets` (`ID`, `Name`, `Description`, `Default`, `Additions`, `Color`) VALUES
1811
-  (1, 'matcha', 'BioTorrents.de Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue', '#000000'),
1812
-  (2, 'bookish', 'Template Stylesheet', '1', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue', '#000000'),
1813
-  (3, 'oppai', 'Oppaitime Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue', '#fbc2e5'),
1814
-  (4, 'beluga', 'Beluga Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue;checkbox=pink;checkbox=haze', '#23252a'),
1815
-  (5, 'genaviv', 'Genaviv Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue;checkbox=fixed_header', '#0a0a0a'),
1816
-  (6, 'postmod', 'What.cd Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue;', '#000000');
1811
+  (1, 'bookish', 'BioTorrents.de Stylesheet', '1', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue', '#000000'),
1812
+  (2, 'matcha', 'Alternate Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue', '#000000'),
1813
+  (3, 'postmod', 'What.cd Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue;', '#000000');
1814
+  (4, 'oppai', 'Oppaitime Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue', '#fbc2e5'),
1815
+  (5, 'beluga', 'Beluga Stylesheet', '0', 'select=noto_sans;select=luxi_sans;select=cmodern_sans;select=noto_serif;select=luxi_serif;select=cmodern_serif;select=opendyslexic;select=comic_neue;checkbox=pink;checkbox=haze', '#23252a'),
1817
 
1816
 
1818
 
1817
 
1819
 INSERT INTO `wiki_articles` (`ID`, `Revision`, `Title`, `Body`, `MinClassRead`, `MinClassEdit`, `Date`, `Author`) VALUES
1818
 INSERT INTO `wiki_articles` (`ID`, `Revision`, `Title`, `Body`, `MinClassRead`, `MinClassEdit`, `Date`, `Author`) VALUES

+ 1
- 1
sections/forums/edit_rules.php View File

69
         </td>
69
         </td>
70
 
70
 
71
         <td>
71
         <td>
72
-          <input type="submit" name="add" value="Add thread" />
72
+          <input type="submit" name="add" class="button-primary" value="Add thread" />
73
         </td>
73
         </td>
74
       </form>
74
       </form>
75
 
75
 

+ 1
- 1
sections/forums/forum.php View File

145
 
145
 
146
             <tr>
146
             <tr>
147
               <td colspan="2" style="text-align: center;">
147
               <td colspan="2" style="text-align: center;">
148
-                <input type="submit" name="submit" value="Search" />
148
+                <input type="submit" name="submit" class="button-primary" value="Search" />
149
               </td>
149
               </td>
150
             </tr>
150
             </tr>
151
           </table>
151
           </table>

+ 3
- 7
sections/register/closed.php View File

1
 <?php
1
 <?php
2
-View::show_header('Registration Closed');
3
-?>
4
-
5
-<div style="width: 250px;">
6
-  <p><strong>Sorry, the site is currently invite only.</strong></p>
7
-</div>
2
+declare(strict_types=1);
8
 
3
 
9
-<?php
4
+View::show_header('Registration Closed');
5
+echo '<p><strong>Sorry, the site is currently invite only.</strong></p>';
10
 View::show_footer();
6
 View::show_footer();

+ 1
- 1
sections/user/user.php View File

349
           <input type="hidden" name="to" value="<?=$UserID?>">
349
           <input type="hidden" name="to" value="<?=$UserID?>">
350
           <div class="flex_input_container">
350
           <div class="flex_input_container">
351
             <input type="text" name="amount" placeholder="Amount">
351
             <input type="text" name="amount" placeholder="Amount">
352
-            <input type="submit" value="Send">
352
+            <input type="submit" class="button-primary" value="Send">
353
           </div>
353
           </div>
354
           <textarea name="message" rows="2" placeholder="Message"></textarea>
354
           <textarea name="message" rows="2" placeholder="Message"></textarea>
355
           <label><input type="checkbox" name="adjust"> Adjust for tax?</label>
355
           <label><input type="checkbox" name="adjust"> Adjust for tax?</label>

+ 1
- 1
sections/wiki/create.php View File

40
           <input type="button" value="Preview"
40
           <input type="button" value="Preview"
41
             class="hidden button_preview_<?=$ReplyText->getID()?>"
41
             class="hidden button_preview_<?=$ReplyText->getID()?>"
42
             tabindex="1" />
42
             tabindex="1" />
43
-          <input type="submit" value="Submit" />
43
+          <input type="submit" class="button-primary" value="Submit" />
44
         </div>
44
         </div>
45
       </div>
45
       </div>
46
     </form>
46
     </form>

+ 1
- 1
sections/wiki/edit.php View File

57
           <input type="button" value="Preview"
57
           <input type="button" value="Preview"
58
             class="hidden button_preview_<?=$ReplyText->getID()?>"
58
             class="hidden button_preview_<?=$ReplyText->getID()?>"
59
             tabindex="1" />
59
             tabindex="1" />
60
-          <input type="submit" value="Submit" />
60
+          <input type="submit" class="button-primary" value="Submit" />
61
         </div>
61
         </div>
62
       </div>
62
       </div>
63
     </form>
63
     </form>

+ 1
- 1
sections/wiki/revisions.php View File

98
 
98
 
99
       <tr>
99
       <tr>
100
         <td class="center" colspan="6">
100
         <td class="center" colspan="6">
101
-          <input type="submit" value="Compare" />
101
+          <input type="submit" class="button-primary" value="Compare" />
102
         </td>
102
         </td>
103
       </tr>
103
       </tr>
104
     </table>
104
     </table>

+ 0
- 23
static/styles/assets/scss/fonts.scss View File

381
     font-weight: 600;
381
     font-weight: 600;
382
     src: url($font-path + "misc/OpenSans-SemiBold.woff2");
382
     src: url($font-path + "misc/OpenSans-SemiBold.woff2");
383
 }
383
 }
384
-
385
-/**
386
- * genaviv
387
- */
388
-
389
-/* latin-ext */
390
-@font-face {
391
-    font-family: "Source Sans Pro";
392
-    font-style: normal;
393
-    font-weight: 400;
394
-    src: url($font-path + "misc/SourceSansPro-Regular.woff2");
395
-    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
396
-}
397
-
398
-/* latin */
399
-@font-face {
400
-    font-family: "Source Sans Pro";
401
-    font-style: normal;
402
-    font-weight: 400;
403
-    src: url($font-path + "misc/SourceSansPro-Regular.woff2");
404
-    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215,
405
-        U+E0FF, U+EFFD, U+F000;
406
-}

+ 7
- 5
static/styles/bookish/scss/colors.scss View File

34
  * For semi-transparent elements,
34
  * For semi-transparent elements,
35
  * e.g., unread forum post borders
35
  * e.g., unread forum post borders
36
  */
36
  */
37
-@mixin transparent-border($R: 0, $G: 0, $B: 0, $A: 1) {
38
-    border: 2px solid rgba($R, $G, $B, $A);
37
+@mixin transparent-border($color, $alpha) {
38
+    border: 2px solid change-color($color, $alpha);
39
 }
39
 }
40
 
40
 
41
 /**
41
 /**
86
 */
86
 */
87
 
87
 
88
 .alertbar {
88
 .alertbar {
89
-    @include alertbar(gold);
89
+    @include alertbar(silver);
90
     /* @include alertbar($lb100); */
90
     /* @include alertbar($lb100); */
91
 
91
 
92
     .warning {
92
     .warning {
111
 
111
 
112
 /* Inbox */
112
 /* Inbox */
113
 tr.unreadpm {
113
 tr.unreadpm {
114
-    background: #ffe0b2;
114
+    background: change-color(gold, $alpha: 0.25);
115
 }
115
 }
116
 
116
 
117
 /* Used for loli/scat profile options */
117
 /* Used for loli/scat profile options */
125
 #coverCont {
125
 #coverCont {
126
     padding: 0.5rem;
126
     padding: 0.5rem;
127
     box-shadow: $shadow;
127
     box-shadow: $shadow;
128
+    background: change-color(black, $alpha: 0.5);
128
 
129
 
129
     img {
130
     img {
130
         background: white;
131
         background: white;
131
-        border: 2px solid $lb700;
132
+        /* @include transparent-border($color: red, $alpha: 0.25); */
133
+        /* border: 2px solid $lb700; */
132
     }
134
     }
133
 }
135
 }

+ 2
- 2
static/styles/bookish/scss/fonts.scss View File

81
 blockquote {
81
 blockquote {
82
     margin: 0.5em 2rem;
82
     margin: 0.5em 2rem;
83
     padding: 1rem;
83
     padding: 1rem;
84
-    @include transparent-border($A: 0.1);
84
+    @include transparent-border($color: black, $alpha: 0.1);
85
 }
85
 }
86
 
86
 
87
 caption {
87
 caption {
108
 
108
 
109
 /* Markdown Extra new features */
109
 /* Markdown Extra new features */
110
 hr {
110
 hr {
111
-    @include transparent-border($A: 0.1);
111
+    @include transparent-border($color: black, $alpha: 0.1);
112
     margin: 2rem auto;
112
     margin: 2rem auto;
113
     width: 66%;
113
     width: 66%;
114
 }
114
 }

+ 3
- 2
static/styles/bookish/scss/layout.scss View File

28
 #logo {
28
 #logo {
29
     background: url("/static/common/logos/torrents.bio.png") no-repeat center;
29
     background: url("/static/common/logos/torrents.bio.png") no-repeat center;
30
     background-size: contain;
30
     background-size: contain;
31
-    width: 250px;
31
+    width: 220px;
32
     height: 50px;
32
     height: 50px;
33
     margin: 0.5rem 0 0.25rem 10%;
33
     margin: 0.5rem 0 0.25rem 10%;
34
 
34
 
238
 
238
 
239
 .center_poll {
239
 .center_poll {
240
     height: 0.75rem;
240
     height: 0.75rem;
241
-    background: $SkeletonDefault;
241
+    background: change-color(green, $alpha: 0.25);
242
+    /* background: $SkeletonDefault; */
242
     /* background: $lb50; */
243
     /* background: $lb50; */
243
     border-radius: 0;
244
     border-radius: 0;
244
     float: left;
245
     float: left;

+ 2
- 1
static/styles/bookish/scss/tables.scss View File

120
 }
120
 }
121
 
121
 
122
 .forum_post.sticky_post {
122
 .forum_post.sticky_post {
123
-    border: 2px solid $SkeletonDefault;
123
+    border: 2px solid change-color(gold, $alpha: 0.5);
124
+    /* border: 2px solid $SkeletonDefault; */
124
 }
125
 }
125
 
126
 
126
 td.label {
127
 td.label {

+ 0
- 2
static/styles/genaviv/genaviv.scss View File

1
-@import "../assets/go";
2
-@import "scss/genaviv";

+ 0
- 2442
static/styles/genaviv/scss/genaviv.scss
File diff suppressed because it is too large
View File


+ 42
- 0
static/styles/global/scss/legacy.scss View File

4
  *
4
  *
5
  * https://git.oppaiti.me/Oppaitime/Gazelle/src/branch/master/static/styles/global.css
5
  * https://git.oppaiti.me/Oppaitime/Gazelle/src/branch/master/static/styles/global.css
6
  */
6
  */
7
+/* 2021-07-26
7
 .box h3 {
8
 .box h3 {
8
     font-size: 140%;
9
     font-size: 140%;
9
 }
10
 }
11
+*/
10
 
12
 
13
+/* 2021-07-26
11
 .box h4 {
14
 .box h4 {
12
     font-size: 130%;
15
     font-size: 130%;
13
 }
16
 }
17
+*/
14
 
18
 
19
+/* 2021-07-26
15
 .box h5 {
20
 .box h5 {
16
     font-size: 120%;
21
     font-size: 120%;
17
 }
22
 }
23
+*/
18
 
24
 
25
+/* 2021-07-26
19
 .box h6 {
26
 .box h6 {
20
     font-size: 110%;
27
     font-size: 110%;
21
 }
28
 }
29
+*/
22
 
30
 
31
+/* 2021-07-26
23
 .thin {
32
 .thin {
24
     box-sizing: border-box;
33
     box-sizing: border-box;
25
 }
34
 }
35
+*/
26
 
36
 
37
+/* 2021-07-26
27
 .flex_input_container {
38
 .flex_input_container {
28
     display: flex;
39
     display: flex;
29
 }
40
 }
41
+*/
30
 
42
 
31
 .flex_input_container > input[type="text"] {
43
 .flex_input_container > input[type="text"] {
32
     flex-grow: 1;
44
     flex-grow: 1;
168
     text-decoration: none;
180
     text-decoration: none;
169
 }
181
 }
170
 
182
 
183
+/* 2021-07-26
171
 .line_new {
184
 .line_new {
172
     color: green;
185
     color: green;
173
 }
186
 }
187
+*/
174
 
188
 
189
+/* 2021-07-26
175
 .line_deleted {
190
 .line_deleted {
176
     color: red;
191
     color: red;
177
 }
192
 }
193
+*/
178
 
194
 
195
+/* 2021-07-26
179
 .line_moved {
196
 .line_moved {
180
     color: blue;
197
     color: blue;
181
 }
198
 }
199
+*/
182
 
200
 
183
 /* 2020-12-12
201
 /* 2020-12-12
184
 .line_unchanged {
202
 .line_unchanged {
190
 }
208
 }
191
 */
209
 */
192
 
210
 
211
+/* 2021-07-26
193
 .log2 {
212
 .log2 {
194
     color: yellow;
213
     color: yellow;
195
 }
214
 }
215
+*/
196
 
216
 
217
+/* 2021-07-26
197
 .log3 {
218
 .log3 {
198
     color: #0e88c6;
219
     color: #0e88c6;
199
 }
220
 }
221
+*/
200
 
222
 
223
+/* 2021-07-26
201
 .log4 {
224
 .log4 {
202
     font-weight: bold;
225
     font-weight: bold;
203
 }
226
 }
227
+*/
204
 
228
 
229
+/* 2021-07-26
205
 .log5 {
230
 .log5 {
206
     text-decoration: underline;
231
     text-decoration: underline;
207
 }
232
 }
233
+*/
208
 
234
 
235
+/* 2021-07-26
209
 .good {
236
 .good {
210
     font-weight: bold;
237
     font-weight: bold;
211
     color: green;
238
     color: green;
212
 }
239
 }
240
+*/
213
 
241
 
242
+/* 2021-07-26
214
 .bad {
243
 .bad {
215
     font-weight: bold;
244
     font-weight: bold;
216
     color: red;
245
     color: red;
217
 }
246
 }
247
+*/
218
 
248
 
249
+/* 2021-07-26
219
 .goodish {
250
 .goodish {
220
     font-weight: bold;
251
     font-weight: bold;
221
     color: #35bf00;
252
     color: #35bf00;
222
 }
253
 }
254
+*/
223
 
255
 
256
+/* 2021-07-26
224
 .badish {
257
 .badish {
225
     font-weight: bold;
258
     font-weight: bold;
226
     color: #e5b244;
259
     color: #e5b244;
227
 }
260
 }
261
+*/
228
 
262
 
229
 pre {
263
 pre {
230
     overflow: auto;
264
     overflow: auto;
245
     box-sizing: border-box;
279
     box-sizing: border-box;
246
 }
280
 }
247
 
281
 
282
+/* 2021-07-26
248
 a.beta {
283
 a.beta {
249
     font-weight: bold;
284
     font-weight: bold;
250
     color: #ff0000;
285
     color: #ff0000;
251
 }
286
 }
287
+*/
252
 
288
 
253
 /* 2020-12-17
289
 /* 2020-12-17
254
 strong.important_text {
290
 strong.important_text {
1004
 }
1040
 }
1005
 */
1041
 */
1006
 
1042
 
1043
+/* 2021-07-25
1007
 #coverCont {
1044
 #coverCont {
1008
     position: fixed;
1045
     position: fixed;
1009
     max-width: 30%;
1046
     max-width: 30%;
1011
     background-repeat: no-repeat;
1048
     background-repeat: no-repeat;
1012
     z-index: 9999;
1049
     z-index: 9999;
1013
 }
1050
 }
1051
+*/
1014
 
1052
 
1053
+/* 2021-07-25
1015
 #coverCont img {
1054
 #coverCont img {
1016
     max-width: 100%;
1055
     max-width: 100%;
1017
 }
1056
 }
1057
+*/
1018
 
1058
 
1059
+/* 2021-07-25
1019
 #covers img {
1060
 #covers img {
1020
     display: block;
1061
     display: block;
1021
     margin-left: auto;
1062
     margin-left: auto;
1022
     margin-right: auto;
1063
     margin-right: auto;
1023
 }
1064
 }
1065
+*/
1024
 
1066
 
1025
 .search_warning {
1067
 .search_warning {
1026
     position: absolute;
1068
     position: absolute;

+ 0
- 37
static/styles/matcha/scss/matcha.scss View File

209
     padding: 1em 0;
209
     padding: 1em 0;
210
     text-align: center;
210
     text-align: center;
211
     width: 100%;
211
     width: 100%;
212
-    /*
213
-    opacity: 0;
214
-    transition: ease-in-out 0.2s;
215
-    transition-delay: 0.5s;
216
-    */
217
 }
212
 }
218
 
213
 
219
-/*
220
-#footer:hover {
221
-  opacity: 1;
222
-}
223
-*/
224
-
225
 #logo {
214
 #logo {
226
     background: url("/static/common/logos/matcha.png") no-repeat center;
215
     background: url("/static/common/logos/matcha.png") no-repeat center;
227
     background-size: contain;
216
     background-size: contain;
537
     /* margin-bottom: 10px; */
526
     /* margin-bottom: 10px; */
538
 }
527
 }
539
 
528
 
540
-/*
541
- .main_column {
542
-  display: flex;
543
-  flex-direction: column;
544
-  align-items: stretch;
545
-  max-width: 85%;
546
-}
547
-
548
-.main_column table {
549
-  display: flex;
550
-  flex-direction: column;
551
-  align-items: stretch;
552
-  margin-bottom: 1em;
553
-  /* margin-bottom: 10px; *
554
-}
555
-*/
556
-
557
 .box {
529
 .box {
558
     /* font-size: 8pt; */
530
     /* font-size: 8pt; */
559
     background-color: white;
531
     background-color: white;
570
     width: 250px;
542
     width: 250px;
571
 }
543
 }
572
 
544
 
573
-/*
574
-.sidebar {
575
-  display: flex;
576
-  flex-direction: column;
577
-  float: right;
578
-  width: 250px;
579
-}
580
-*/
581
-
582
 /*
545
 /*
583
  * Generic Layout
546
  * Generic Layout
584
  */
547
  */

+ 0
- 2
static/styles/oppai/scss/oppai.scss View File

195
 }
195
 }
196
 
196
 
197
 #logo {
197
 #logo {
198
-    width: 250px;
199
-    height: 50px;
200
     width: 250px;
198
     width: 250px;
201
     height: 50px;
199
     height: 50px;
202
     background-image: url("/static/common/logos/oppai.png");
200
     background-image: url("/static/common/logos/oppai.png");

BIN
static/styles/preview/thumb_genaviv.png View File


+ 0
- 193
static/styles/public/matcha.css View File

1
-@media all and (orientation: portrait) {
2
-    #content {
3
-        background: none !important;
4
-    }
5
-}
6
-
7
-* {
8
-    margin: 0;
9
-    padding: 0;
10
-}
11
-
12
-html,
13
-body {
14
-    height: 100%;
15
-}
16
-
17
-body {
18
-    font-family: "Bitstream Vera Sans", Tahoma, sans-serif;
19
-    font-size: 0.75em;
20
-    color: black;
21
-    background: #edeae5;
22
-    /* background: url('/static/common/hiware.png'); */
23
-}
24
-
25
-a {
26
-    color: #016670;
27
-    text-decoration: none;
28
-}
29
-
30
-a:hover {
31
-    color: black;
32
-    text-decoration: underline;
33
-}
34
-
35
-p {
36
-    margin: 1em 0;
37
-}
38
-
39
-input[type="text"],
40
-input[type="password"],
41
-input[type="email"] {
42
-    color: black;
43
-    background-color: white;
44
-    padding: 0 0 0 6px;
45
-    font: 500 14px/29px Helvetica, Arial, sans-serif;
46
-    width: 100%;
47
-    box-sizing: border-box;
48
-}
49
-
50
-input[type="text"]:valid,
51
-input[type="password"]:valid,
52
-input[type="email"] {
53
-    border-style: none;
54
-}
55
-
56
-input[type="text"]:invalid,
57
-input[type="password"]:invalid {
58
-    border: none;
59
-    border-right: 2px solid red;
60
-}
61
-
62
-#loginform > table,
63
-#recoverform > div > table {
64
-    border-spacing: 1px;
65
-}
66
-
67
-#loginform #username,
68
-#recoverform #new_pass_1 {
69
-    border-radius: 5px 5px 0 0;
70
-}
71
-
72
-#loginform input[type="submit"],
73
-#recoverform input[type="submit"],
74
-input[type="submit"] {
75
-    width: 100%;
76
-    background-color: #fbe180;
77
-    font: 500 14px/29px Helvetica, Arial, sans-serif;
78
-    border: none;
79
-    border-radius: 0 0 5px 5px;
80
-    cursor: pointer;
81
-}
82
-
83
-#loginform input[type="submit"]:hover,
84
-#recoverform input[type="submit"]:hover,
85
-input[type="submit"]:hover {
86
-    background-color: #fff9c7;
87
-}
88
-
89
-#recoverform .layout td:first-child {
90
-    width: 100%;
91
-    text-align: right;
92
-    padding-right: 5px;
93
-}
94
-
95
-#head,
96
-#foot {
97
-    height: 30px;
98
-    width: 100%;
99
-    background: #016670;
100
-    overflow: hidden;
101
-}
102
-
103
-#head {
104
-    text-align: right;
105
-}
106
-
107
-#foot {
108
-    text-align: center;
109
-    bottom: 0;
110
-    position: absolute;
111
-}
112
-
113
-#foot > span,
114
-#head > span {
115
-    line-height: 30px;
116
-    margin: 1em;
117
-}
118
-
119
-#foot > span,
120
-#head > span {
121
-    color: white;
122
-}
123
-
124
-#foot a,
125
-#head a {
126
-    color: white;
127
-}
128
-
129
-#foot a:hover,
130
-#head a:hover {
131
-    color: white;
132
-}
133
-
134
-#content {
135
-    width: 250px;
136
-    height: calc(80% - 60px);
137
-    margin: 0 auto;
138
-    padding: 10% 0;
139
-    /*
140
-    height: calc(100% - 60px);
141
-    overflow-y: auto;
142
-    box-sizing: border-box;
143
-    background-repeat: no-repeat;
144
-    background-size: contain;
145
-    display: flex;
146
-    align-items: center;
147
-    padding: 0 25%;
148
-    */
149
-}
150
-
151
-.tldr {
152
-    width: 200%;
153
-    height: 500px;
154
-    margin-left: -50%;
155
-    overflow-y: scroll;
156
-}
157
-
158
-ul {
159
-    margin-left: 2em;
160
-}
161
-
162
-#logo {
163
-    width: 250px;
164
-    height: 50px;
165
-    background-image: url("/static/common/logo-black.png");
166
-    background-repeat: no-repeat;
167
-    background-position: center;
168
-    background-size: contain;
169
-    margin: 1em 0;
170
-}
171
-
172
-.centered {
173
-    /* text-align: center; */
174
-    vertical-align: middle;
175
-}
176
-
177
-.hidden {
178
-    display: none;
179
-}
180
-
181
-.info {
182
-    color: green;
183
-    font-weight: bold;
184
-}
185
-
186
-.warning {
187
-    color: red;
188
-    font-weight: bold;
189
-}
190
-
191
-.notice {
192
-    width: 250px;
193
-}

+ 14
- 10
static/styles/public/scss/public.scss View File

173
 }
173
 }
174
 
174
 
175
 #logo {
175
 #logo {
176
-    /* width: 250px; */
176
+    width: 220px;
177
     height: 50px;
177
     height: 50px;
178
     background-image: url("/static/common/logos/torrents.bio.png");
178
     background-image: url("/static/common/logos/torrents.bio.png");
179
     background-repeat: no-repeat;
179
     background-repeat: no-repeat;
180
     background-position: center;
180
     background-position: center;
181
     background-size: contain;
181
     background-size: contain;
182
-    margin: 1em 0;
182
+    margin: 1rem auto;
183
+
184
+    &:after {
185
+        content: "℠";
186
+        font-size: 0.75rem;
187
+        font-weight: normal;
188
+        margin-left: 100%;
189
+    }
183
 }
190
 }
184
 
191
 
185
 /**
192
 /**
187
  */
194
  */
188
 
195
 
189
 .center {
196
 .center {
197
+    margin: auto;
190
     text-align: center;
198
     text-align: center;
191
     vertical-align: middle;
199
     vertical-align: middle;
192
 }
200
 }
199
     cursor: default;
207
     cursor: default;
200
 }
208
 }
201
 
209
 
210
+.login_form,
211
+.create_form,
202
 .notice {
212
 .notice {
203
-    width: 250px;
213
+    margin: auto;
214
+    max-width: 220px;
204
 }
215
 }
205
 
216
 
206
 .info {
217
 .info {
220
     margin-left: -50%;
231
     margin-left: -50%;
221
     overflow-y: scroll;
232
     overflow-y: scroll;
222
 }
233
 }
223
-
224
-#logo::after {
225
-    content: "℠";
226
-    font-size: 0.75rem;
227
-    font-weight: normal;
228
-    margin-left: 93%;
229
-}

Loading…
Cancel
Save