Browse Source

Delete the Genaviv stylesheet!

biotorrents 3 years ago
parent
commit
33d4d43448

+ 5
- 6
gazelle.sql View File

@@ -1808,12 +1808,11 @@ INSERT INTO `permissions` (`ID`, `Level`, `Name`, `Values`, `DisplayStaff`) VALU
1808 1808
 
1809 1809
 
1810 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 1818
 INSERT INTO `wiki_articles` (`ID`, `Revision`, `Title`, `Body`, `MinClassRead`, `MinClassEdit`, `Date`, `Author`) VALUES

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

@@ -69,7 +69,7 @@ View::show_header();
69 69
         </td>
70 70
 
71 71
         <td>
72
-          <input type="submit" name="add" value="Add thread" />
72
+          <input type="submit" name="add" class="button-primary" value="Add thread" />
73 73
         </td>
74 74
       </form>
75 75
 

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

@@ -145,7 +145,7 @@ View::show_header("Forums $ENV->CRUMB ".$Forums[$ForumID]['Name']);
145 145
 
146 146
             <tr>
147 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 149
               </td>
150 150
             </tr>
151 151
           </table>

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

@@ -1,10 +1,6 @@
1 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 6
 View::show_footer();

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

@@ -349,7 +349,7 @@ if (!$OwnProfile && !$LoggedUser['DisablePoints']) { ?>
349 349
           <input type="hidden" name="to" value="<?=$UserID?>">
350 350
           <div class="flex_input_container">
351 351
             <input type="text" name="amount" placeholder="Amount">
352
-            <input type="submit" value="Send">
352
+            <input type="submit" class="button-primary" value="Send">
353 353
           </div>
354 354
           <textarea name="message" rows="2" placeholder="Message"></textarea>
355 355
           <label><input type="checkbox" name="adjust"> Adjust for tax?</label>

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

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

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

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

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

@@ -98,7 +98,7 @@ while (list($Revision, $Title, $AuthorID, $Date) = $DB->next_record()) { ?>
98 98
 
99 99
       <tr>
100 100
         <td class="center" colspan="6">
101
-          <input type="submit" value="Compare" />
101
+          <input type="submit" class="button-primary" value="Compare" />
102 102
         </td>
103 103
       </tr>
104 104
     </table>

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

@@ -381,26 +381,3 @@ body.style_comic_neue {
381 381
     font-weight: 600;
382 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,8 +34,8 @@ $shadow: 2px 2px 10px -2px slategray;
34 34
  * For semi-transparent elements,
35 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,7 +86,7 @@ input[type="file"] {
86 86
 */
87 87
 
88 88
 .alertbar {
89
-    @include alertbar(gold);
89
+    @include alertbar(silver);
90 90
     /* @include alertbar($lb100); */
91 91
 
92 92
     .warning {
@@ -111,7 +111,7 @@ input[type="file"] {
111 111
 
112 112
 /* Inbox */
113 113
 tr.unreadpm {
114
-    background: #ffe0b2;
114
+    background: change-color(gold, $alpha: 0.25);
115 115
 }
116 116
 
117 117
 /* Used for loli/scat profile options */
@@ -125,9 +125,11 @@ tr.unreadpm {
125 125
 #coverCont {
126 126
     padding: 0.5rem;
127 127
     box-shadow: $shadow;
128
+    background: change-color(black, $alpha: 0.5);
128 129
 
129 130
     img {
130 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,7 +81,7 @@ a.search_link {
81 81
 blockquote {
82 82
     margin: 0.5em 2rem;
83 83
     padding: 1rem;
84
-    @include transparent-border($A: 0.1);
84
+    @include transparent-border($color: black, $alpha: 0.1);
85 85
 }
86 86
 
87 87
 caption {
@@ -108,7 +108,7 @@ ul {
108 108
 
109 109
 /* Markdown Extra new features */
110 110
 hr {
111
-    @include transparent-border($A: 0.1);
111
+    @include transparent-border($color: black, $alpha: 0.1);
112 112
     margin: 2rem auto;
113 113
     width: 66%;
114 114
 }

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

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

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

@@ -120,7 +120,8 @@ table {
120 120
 }
121 121
 
122 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 127
 td.label {

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

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

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

@@ -209,19 +209,8 @@ ul.thin li { margin: 0px 0px; padding: 0px; }
209 209
     padding: 1em 0;
210 210
     text-align: center;
211 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 214
 #logo {
226 215
     background: url("/static/common/logos/matcha.png") no-repeat center;
227 216
     background-size: contain;
@@ -537,23 +526,6 @@ input.hidden {
537 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 529
 .box {
558 530
     /* font-size: 8pt; */
559 531
     background-color: white;
@@ -570,15 +542,6 @@ input.hidden {
570 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 546
  * Generic Layout
584 547
  */

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

@@ -195,8 +195,6 @@ ul.thin li {
195 195
 }
196 196
 
197 197
 #logo {
198
-    width: 250px;
199
-    height: 50px;
200 198
     width: 250px;
201 199
     height: 50px;
202 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,193 +0,0 @@
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,13 +173,20 @@ main {
173 173
 }
174 174
 
175 175
 #logo {
176
-    /* width: 250px; */
176
+    width: 220px;
177 177
     height: 50px;
178 178
     background-image: url("/static/common/logos/torrents.bio.png");
179 179
     background-repeat: no-repeat;
180 180
     background-position: center;
181 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,6 +194,7 @@ main {
187 194
  */
188 195
 
189 196
 .center {
197
+    margin: auto;
190 198
     text-align: center;
191 199
     vertical-align: middle;
192 200
 }
@@ -199,8 +207,11 @@ main {
199 207
     cursor: default;
200 208
 }
201 209
 
210
+.login_form,
211
+.create_form,
202 212
 .notice {
203
-    width: 250px;
213
+    margin: auto;
214
+    max-width: 220px;
204 215
 }
205 216
 
206 217
 .info {
@@ -220,10 +231,3 @@ main {
220 231
     margin-left: -50%;
221 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