Browse Source

Stylesheet: Beluga changes

spaghetti 8 years ago
parent
commit
9d95dad38a

+ 5
- 2
sections/forums/thread.php View File

@@ -436,14 +436,17 @@ foreach ($Thread as $Key => $Post) {
436 436
   }
437 437
   if ($PostID == $ThreadInfo['StickyPostID']) {
438 438
     echo ' sticky_post';
439
+  }
440
+  if (Permissions::is_mod($AuthorID)) {
441
+    echo ' staff_post';
439 442
   } ?>" id="post<?=$PostID?>">
440 443
   <colgroup>
441 444
 <?  if (Users::has_avatars_enabled()) { ?>
442 445
     <col class="col_avatar" />
443
-<?   } ?>
446
+<?  } ?>
444 447
     <col class="col_post_body" />
445 448
   </colgroup>
446
-  <tr class="colhead_dark<?=(Permissions::is_mod($AuthorID)) ? " staff_post" : ""?>">
449
+  <tr class="colhead_dark">
447 450
     <td colspan="<?=Users::has_avatars_enabled() ? 2 : 1?>">
448 451
       <div style="float: left;"><a class="post_id" href="forums.php?action=viewthread&amp;threadid=<?=$ThreadID?>&amp;postid=<?=$PostID?>#post<?=$PostID?>">#<?=$PostID?></a>
449 452
         <?=Users::format_username($AuthorID, true, true, true, true, true, $IsDonorForum);  echo "\n";?>

+ 97
- 107
static/styles/beluga/style.css View File

@@ -1,18 +1,16 @@
1 1
 /* latin-ext */
2 2
 @font-face {
3
-  font-family: 'Source Sans Pro';
3
+  font-family: 'Open Sans';
4 4
   font-style: normal;
5 5
   font-weight: 400;
6
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-lne.woff2) format('woff2');
7
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
6
+  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.ttf) format('truetype');
8 7
 }
9 8
 /* latin */
10 9
 @font-face {
11
-  font-family: 'Source Sans Pro';
10
+  font-family: 'Open Sans';
12 11
   font-style: normal;
13
-  font-weight: 400;
14
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-ln.woff2) format('woff2');
15
-  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, U+E0FF, U+EFFD, U+F000;
12
+  font-weight: 600;
13
+  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.ttf) format('truetype');
16 14
 }
17 15
 
18 16
 * {
@@ -33,7 +31,7 @@
33 31
 .cats_anime:after {
34 32
   content: "ANM";
35 33
   color: #3EACA7;
36
-  font-size: 18px;
34
+  font-size: 16px;
37 35
 }
38 36
 .group .cats_anime { background-color: #3EACA7; }
39 37
 .cats_movies:after {
@@ -45,13 +43,13 @@
45 43
 .cats_manga:after {
46 44
   content: "MNG";
47 45
   color: #88C796;
48
-  font-size: 18px;
46
+  font-size: 16px;
49 47
 }
50 48
 .group .cats_manga { background-color: #88C796; }
51 49
 .cats_games:after {
52 50
   content: "GAM";
53 51
   color: #4DC593;
54
-  font-size: 19px;
52
+  font-size: 16px;
55 53
 }
56 54
 .group .cats_games { background-color: #4DC593; }
57 55
 .cats_other:after {
@@ -63,41 +61,58 @@
63 61
 
64 62
 body {
65 63
   width: 100%;
66
-  font-family: 'Source Sans Pro',Helvetica,sans-serif;
67
-  font-size: 10pt;
68
-  color: #E9E9E9;
64
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
65
+  font-size: 12px;
66
+  color: #c6c9c9;
69 67
   background-color: #23252a
70 68
 }
71 69
 
70
+.linkbox .brackets:after, .linkbox .brackets:before {
71
+  display: none;
72
+}
73
+
72 74
 a {
73 75
   text-decoration: none;
74 76
   border: none;
75
-  color: #85878f
77
+  color: #f0f0f0;
76 78
 }
77 79
 
78
-a:hover {
80
+a:hover, .torrent_table .group a:hover {
79 81
   color: #92d4a0
80 82
 }
81 83
 
82 84
 b,strong {
83
-  font-weight: 400!important
85
+  font-weight: 600
84 86
 }
85 87
 
86 88
 ::selection, ::-moz-selection {
87 89
   background: #3eaca7
88 90
 }
89 91
 
90
-h1,h2,h3,h4 {
91
-  font-weight: 300;
92
-  margin: 5px 0!important
92
+h1,h2,h3,h4,h5,h6 {
93
+  font-weight: 400;
94
+  color: #f0f0f0;
95
+  margin: 8px 0;
93 96
 }
94 97
 
95
-h2 {
96
-  font-size: 1.2em
98
+h1,h2 {
99
+  font-size: 23px;
97 100
 }
98 101
 
99
-h2,h3 {
100
-  text-align: center
102
+h3,h4 {
103
+  font-size: 18px;
104
+}
105
+
106
+h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
107
+  color: #83e4a6;
108
+}
109
+
110
+#userform #settings_sections h2 {
111
+  font-size: 12px;
112
+  line-height: 1.6;
113
+}
114
+#userform #settings_sections h2 a, .rule_short {
115
+  color: #f0f0f0;
101 116
 }
102 117
 
103 118
 li {
@@ -116,7 +131,7 @@ input {
116 131
 }
117 132
 
118 133
 button,input[type=button],input[type=submit] {
119
-  font-family: 'Source Sans Pro',Helvetica,sans-serif;
134
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
120 135
   background-color: #50aca7;
121 136
   color: #fff
122 137
 }
@@ -134,23 +149,23 @@ button:focus,input[type=button]:focus,input[type=submit]:focus {
134 149
 }
135 150
 
136 151
 ::-webkit-input-placeholder {
137
-  font-family: 'Source Sans Pro',Helvetica,sans-serif
152
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
138 153
 }
139 154
 :-moz-placeholder {
140
-  font-family: 'Source Sans Pro',Helvetica,sans-serif
155
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif
141 156
 }
142 157
 ::-moz-placeholder {
143
-  font-family: 'Source Sans Pro',Helvetica,sans-serif
158
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif
144 159
 }
145 160
 :-ms-input-placeholder {
146
-  font-family: 'Source Sans Pro',Helvetica,sans-serif
161
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif
147 162
 }
148 163
 
149 164
 select {
150 165
   background-color: #373a42;
151 166
   border: 1px solid #5b5e64;
152 167
   color: #fff;
153
-  font-family: 'Source Sans Pro'!important;
168
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
154 169
   outline: 0
155 170
 }
156 171
 
@@ -158,7 +173,7 @@ textarea {
158 173
   background-color: #373a42;
159 174
   border: 1px solid #5b5e64;
160 175
   color: #fff;
161
-  font-family: 'Source Sans Pro';
176
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
162 177
   font-size: 1.1em;
163 178
   padding: 2px 3px;
164 179
   margin: 4px 0px;
@@ -229,7 +244,6 @@ ul.thin li {
229 244
 }
230 245
 
231 246
 #footer {
232
-  font-size: .9em;
233 247
   margin-top: 2px;
234 248
   padding: 10px;
235 249
   text-align: center
@@ -253,7 +267,6 @@ p.min_padding {
253 267
 }
254 268
 
255 269
 .box {
256
-  font-size: .9em;
257 270
   background-color: #2c2f36!important;
258 271
   margin-bottom: 8px;
259 272
 }
@@ -287,12 +300,6 @@ p.min_padding {
287 300
   float: left
288 301
 }
289 302
 
290
-#DonInfo {
291
-  font-size: .9em;
292
-  font-family: 'Source Sans Pro';
293
-  text-indent: 3pt!important
294
-}
295
-
296 303
 #logo {
297 304
   width: 900px;
298 305
   height: 60px;
@@ -377,6 +384,10 @@ p.min_padding {
377 384
   padding: 2px
378 385
 }
379 386
 
387
+#userinfo_major > li, #userinfo_stats > li, .linkbox .brackets {
388
+  margin-left: 8px;
389
+}
390
+
380 391
 #userinfo_minor > li, #userinfo_minor > li > span {
381 392
   float: right;
382 393
 }
@@ -394,7 +405,6 @@ p.min_padding {
394 405
 
395 406
 #userinfo_stats {
396 407
   color: #abd6ad;
397
-  font-size: 1.1em;
398 408
   width: auto;
399 409
   z-index: 1001
400 410
 }
@@ -486,7 +496,6 @@ p.min_padding {
486 496
   background-color: #4b907f;
487 497
   text-align: center;
488 498
   color: #fff;
489
-  font-size: 10pt;
490 499
   width: 900px;
491 500
   height: 18px;
492 501
   margin: 2px 0;
@@ -615,36 +624,20 @@ div.contenth textarea {
615 624
   background-color: #373a42;
616 625
   border: 1px solid #5b5e64;
617 626
   color: #fff;
618
-  font-family: 'Source Sans Pro',Helvetica,sans-serif;
627
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
619 628
   font-size: 1.1em;
620 629
   padding: 2px 3px
621 630
 }
622 631
 
623
-div.bbcode-toolbar {
624
-  background: #23252a;
625
-  border-left: 0 hidden;
626
-  border-right: 0 hidden;
627
-  width: 900px;
628
-  padding-left: 40px
629
-}
630
-
631
-div.bbcode-smileys {
632
-  background: #23252a;
633
-  border-left: 0 hidden;
634
-  border-right: 0 hidden;
635
-  margin-top: -10px;
636
-  margin-bottom: 15px
637
-}
638
-
639
-div.bbcode-smileyshover {
640
-  background: #2c2f36
641
-}
642
-
643 632
 div.linkbox {
644 633
   text-align: center;
645 634
   padding: 5px
646 635
 }
647 636
 
637
+.linkbox > strong {
638
+  color: #83e4a6;
639
+}
640
+
648 641
 #banner {
649 642
   width: 900px
650 643
 }
@@ -686,7 +679,7 @@ input[value="Make Default"] {
686 679
 }
687 680
 
688 681
 .ui-widget {
689
-  font-family: 'Source Sans Pro',Helvetica,sans-serif;
682
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
690 683
 }
691 684
 
692 685
 .ui-widget-overlay {
@@ -697,7 +690,6 @@ input[value="Make Default"] {
697 690
 .ui-widget-content {
698 691
   border: none!important;
699 692
   background: #055363!important;
700
-  font-size: .9em!important;
701 693
   color: #fff!important;
702 694
   padding: 0!important;
703 695
 }
@@ -800,21 +792,15 @@ input[value="Make Default"] {
800 792
   color: #fff!important;
801 793
 }
802 794
 
795
+.body, .head, .pad {
796
+  padding: 12px;
797
+}
798
+
803 799
 .head {
804
-  font-size: 1.05em!important;
805 800
   background: #52555c;
806
-  position: relative!important;
807
-  padding: 6px;
808
-  width: 100%;
809 801
   box-sizing: border-box;
810 802
 }
811 803
 
812
-div[style="padding-top:8px;background-color:#322;color:#ecc;"] {
813
-  padding-top: 8px!important;
814
-  background-color: #c1696a!important;
815
-  color: #ecc!important;
816
-}
817
-
818 804
 #reseed_box {
819 805
   padding-bottom: 0;
820 806
 }
@@ -863,6 +849,13 @@ td {
863 849
   padding: 5px
864 850
 }
865 851
 
852
+td:first-child {
853
+  padding-left: 12px;
854
+}
855
+td:last-child {
856
+  padding-right: 12px;
857
+}
858
+
866 859
 td.tdleft {
867 860
   text-align: left;
868 861
   padding: 5px
@@ -891,9 +884,9 @@ td.tdright {
891 884
   color: #fff
892 885
 }
893 886
 
894
-.colhead td,td.colhead {
895
-  padding-left: 5px;
896
-  padding-right: 5px
887
+.colhead td, .colhead_dark td, td.colhead {
888
+  padding-top: 12px;
889
+  padding-bottom: 12px;
897 890
 }
898 891
 
899 892
 .colhead_dark {
@@ -1291,8 +1284,11 @@ form[action="inbox.php"] .box.pad table {
1291 1284
   border-width: 2px
1292 1285
 }
1293 1286
 
1294
-table.forum_post {
1295
-  margin-top: 2px
1287
+.forum_post.forum_unread {
1288
+  border-top: 2px solid #c7fada;
1289
+}
1290
+.forum_post.staff_post.forum_unread {
1291
+  border-top: 2px solid #fac7df;
1296 1292
 }
1297 1293
 
1298 1294
 table.forum_post input[type=button] {
@@ -1547,6 +1543,9 @@ div.contenth #quickpost {
1547 1543
   border: 1px solid #5b5e64;
1548 1544
   border-bottom: none;
1549 1545
 }
1546
+.bbcode_bar > li > a {
1547
+  min-width: 15px;
1548
+}
1550 1549
 
1551 1550
 #friends table[width="100%"] td {
1552 1551
   text-align: center
@@ -1712,10 +1711,6 @@ a.tab {
1712 1711
   text-align: center
1713 1712
 }
1714 1713
 
1715
-#torrent_table {
1716
-  font-size: 9pt
1717
-}
1718
-
1719 1714
 .sidebar .box .nobullet img {
1720 1715
   width: initial;
1721 1716
   margin: initial
@@ -1758,23 +1753,6 @@ a.tab {
1758 1753
   border-left: 1px solid #000
1759 1754
 }
1760 1755
 
1761
-#content .home .of_the_month ul {
1762
-  font-size: 1.2em
1763
-}
1764
-
1765
-#content .home .month_rating {
1766
-  font-family: 'Source Sans Pro';
1767
-  font-size: 4em;
1768
-  font-weight: 100!important;
1769
-  color: #92d4a1;
1770
-  position: relative;
1771
-  top: -6px
1772
-}
1773
-
1774
-#content .home .of_the_month b {
1775
-  font-size: 1.3em
1776
-}
1777
-
1778 1756
 a.tab:hover {
1779 1757
   text-decoration: none;
1780 1758
   background-color: rgba(69,69,69,.55)
@@ -1860,10 +1838,6 @@ div.star-rating a,div.star-rating.star {
1860 1838
   padding: 0
1861 1839
 }
1862 1840
 
1863
-#requests .box.pad {
1864
-  padding: 0!important
1865
-}
1866
-
1867 1841
 .info td {
1868 1842
   border-bottom: 0 solid gray!important;
1869 1843
   height: 50px;
@@ -1979,9 +1953,19 @@ a.last_read > svg {
1979 1953
   margin: 3px 6px;
1980 1954
 }
1981 1955
 
1956
+.forum_index h3, .forum_list h3 {
1957
+  margin-top: 24px;
1958
+}
1959
+.forum_index h4, .forum_list h4 {
1960
+  font-size: 12px;
1961
+}
1962
+
1982 1963
 .forum_index td {
1983 1964
   position: relative;
1984 1965
 }
1966
+.forum_index .row:nth-child(odd) {
1967
+  background: #33363d;
1968
+}
1985 1969
 .forum_index td.read:after, #forums td.unread:after {
1986 1970
   content: "";
1987 1971
   position: absolute;
@@ -2076,9 +2060,8 @@ caption {
2076 2060
   font-weight: bold;
2077 2061
 }
2078 2062
 
2079
-tbody .staff_post {
2080
-  background: none;
2081
-  background-color: #634852;
2063
+.staff_post .colhead_dark {
2064
+  background: #634852;
2082 2065
 }
2083 2066
 
2084 2067
 .collage_image:hover {
@@ -2124,6 +2107,9 @@ tbody .staff_post {
2124 2107
 
2125 2108
 /* Pink Additions */
2126 2109
 
2110
+body.style_pink h1 a, body.style_pink h2 a, body.style_pink h3 a, body.style_pink h4 a, body.style_pink h5 a, body.style_pink h6 a {
2111
+  color: #df7cc2;
2112
+}
2127 2113
 body.style_pink .cats_anime:after { color: #78467f; }
2128 2114
 body.style_pink .group .cats_anime { background-color: #78467f; }
2129 2115
 body.style_pink .cats_movies:after { color: #4f3063; }
@@ -2134,7 +2120,7 @@ body.style_pink .cats_games:after { color: #c871b9; }
2134 2120
 body.style_pink .group .cats_games { background-color: #c871b9; }
2135 2121
 body.style_pink .cats_other:after { color: #ef86d5; }
2136 2122
 body.style_pink .group .cats_other { background-color: #ef86d5; }
2137
-body.style_pink a:hover { color: #db7bc7; }
2123
+body.style_pink a:hover, body.style_pink .torrent_table .group a:hover { color: #db7bc7; }
2138 2124
 body.style_pink ::selection,
2139 2125
 body.style_pink ::-moz-selection {
2140 2126
   background: #8b518e;
@@ -2169,6 +2155,7 @@ body.style_pink #menu > ul > .nav_dropdown:hover,
2169 2155
 body.style_pink .nav_dropdown > div {
2170 2156
   background-color: #e295d2;
2171 2157
 }
2158
+body.style_pink .linkbox > strong { color: #db7bc7; }
2172 2159
 body.style_pink .alertbar { background-color: #4f3063; }
2173 2160
 body.style_pink .hide_torrents > .show_torrents_link:after,
2174 2161
 body.style_pink .show_torrents > .show_torrents_link:after,
@@ -2193,6 +2180,9 @@ body.style_pink .forum_index td.unread_locked:before,
2193 2180
 body.style_pink .forum_index td.unread_locked_sticky:before {
2194 2181
   background-color: #db7bc7;
2195 2182
 }
2183
+body.style_pink .forum_post.forum_unread {
2184
+  border-top: 2px solid #c1569b;
2185
+}
2196 2186
 body.style_pink .noty_bar {
2197 2187
 	border-left: #ef86d5 2px solid;
2198 2188
 }

BIN
static/styles/fonts/OpenSans-Semibold.ttf View File


BIN
static/styles/fonts/OpenSans.ttf View File


BIN
static/styles/fonts/sourcesanspro-ln.woff2 View File


BIN
static/styles/fonts/sourcesanspro-lne.woff2 View File


BIN
static/styles/fonts/sourcesanspro-vm.woff2 View File


+ 21
- 4
static/styles/genaviv/style.css View File

@@ -1395,13 +1395,16 @@ textarea[name="body"]:focus,textarea[name="comment"]:focus,input[name="subject"]
1395 1395
   color:#f7f7f7
1396 1396
 }
1397 1397
 .autocomplete-suggestions {
1398
-  background:#131313;color:#9a9a9a;
1398
+  background:#131313;
1399
+  color:#9a9a9a;
1399 1400
 }
1400 1401
 .autocomplete-selected {
1401
-  background:#222!important;color:#9a9a9a;background-color:#1f1f1f!important
1402
+  background: #222!important;
1403
+  color:#9a9a9a;
1404
+  background-color:#1f1f1f!important;
1402 1405
 }
1403 1406
 div.noty_bar {
1404
-  border:1px solid #d0d0d0
1407
+  border: 1px solid #d0d0d0;
1405 1408
 }
1406 1409
 .filter_torrents .box.pad {
1407 1410
   background:#D0D0D0
@@ -1409,11 +1412,25 @@ div.noty_bar {
1409 1412
 .forum_post tr.colhead_dark.notify_forums a,.forum_post tr.colhead a {
1410 1413
   color:#f7f7f7
1411 1414
 }
1415
+.staff_post tr.colhead_dark > td, .staff_post tr.colhead_dark {
1416
+  background: #d476d1;
1417
+}
1418
+.forum_post tr.colhead_dark > td, .forum_post tr.colhead_dark {
1419
+  border-bottom: none!important;
1420
+}
1421
+.forum_post.forum_unread tr.colhead_dark {
1422
+  border-top: 2px solid #76efe4;
1423
+}
1424
+.forum_post.staff_post.forum_unread tr.colhead_dark {
1425
+  border-top: 2px solid #b159a6;
1426
+}
1412 1427
 table#torrent_table strong {
1413 1428
   color:#313131
1414 1429
 }
1415 1430
 .alertbar {
1416
-  padding:10px;background:#D0D0D0;text-align:center
1431
+  padding:10px;
1432
+  background:#D0D0D0;
1433
+  text-align:center;
1417 1434
 }
1418 1435
 .box.filter_torrents .head,.colhead td,.colhead_dark td,tr.colhead,tr.colhead_dark,#inbox .box .head,#inbox .box .head,#reply_box h3,#inbox form .send_form #quickpost h3,.sidebar .box .head,.main_column .box .head.colhead_dark,.box.news_post .head,tr.colhead,tr.colhead_dark,.head.colhead_dark,.main_column .box .head {
1419 1436
   color:#F7F7F7;

+ 1
- 1
static/styles/oppai/style.css View File

@@ -1150,7 +1150,7 @@ caption {
1150 1150
   font-weight: bold;
1151 1151
 }
1152 1152
 
1153
-.forum_post .staff_post {
1153
+.staff_post .colhead_dark {
1154 1154
   background: #f1849a;
1155 1155
 }
1156 1156
 

Loading…
Cancel
Save