Browse Source

Stylesheet: Beluga changes

spaghetti 8 years ago
parent
commit
9d95dad38a

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

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

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

1
 /* latin-ext */
1
 /* latin-ext */
2
 @font-face {
2
 @font-face {
3
-  font-family: 'Source Sans Pro';
3
+  font-family: 'Open Sans';
4
   font-style: normal;
4
   font-style: normal;
5
   font-weight: 400;
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
 /* latin */
8
 /* latin */
10
 @font-face {
9
 @font-face {
11
-  font-family: 'Source Sans Pro';
10
+  font-family: 'Open Sans';
12
   font-style: normal;
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
 .cats_anime:after {
31
 .cats_anime:after {
34
   content: "ANM";
32
   content: "ANM";
35
   color: #3EACA7;
33
   color: #3EACA7;
36
-  font-size: 18px;
34
+  font-size: 16px;
37
 }
35
 }
38
 .group .cats_anime { background-color: #3EACA7; }
36
 .group .cats_anime { background-color: #3EACA7; }
39
 .cats_movies:after {
37
 .cats_movies:after {
45
 .cats_manga:after {
43
 .cats_manga:after {
46
   content: "MNG";
44
   content: "MNG";
47
   color: #88C796;
45
   color: #88C796;
48
-  font-size: 18px;
46
+  font-size: 16px;
49
 }
47
 }
50
 .group .cats_manga { background-color: #88C796; }
48
 .group .cats_manga { background-color: #88C796; }
51
 .cats_games:after {
49
 .cats_games:after {
52
   content: "GAM";
50
   content: "GAM";
53
   color: #4DC593;
51
   color: #4DC593;
54
-  font-size: 19px;
52
+  font-size: 16px;
55
 }
53
 }
56
 .group .cats_games { background-color: #4DC593; }
54
 .group .cats_games { background-color: #4DC593; }
57
 .cats_other:after {
55
 .cats_other:after {
63
 
61
 
64
 body {
62
 body {
65
   width: 100%;
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
   background-color: #23252a
67
   background-color: #23252a
70
 }
68
 }
71
 
69
 
70
+.linkbox .brackets:after, .linkbox .brackets:before {
71
+  display: none;
72
+}
73
+
72
 a {
74
 a {
73
   text-decoration: none;
75
   text-decoration: none;
74
   border: none;
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
   color: #92d4a0
81
   color: #92d4a0
80
 }
82
 }
81
 
83
 
82
 b,strong {
84
 b,strong {
83
-  font-weight: 400!important
85
+  font-weight: 600
84
 }
86
 }
85
 
87
 
86
 ::selection, ::-moz-selection {
88
 ::selection, ::-moz-selection {
87
   background: #3eaca7
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
 li {
118
 li {
116
 }
131
 }
117
 
132
 
118
 button,input[type=button],input[type=submit] {
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
   background-color: #50aca7;
135
   background-color: #50aca7;
121
   color: #fff
136
   color: #fff
122
 }
137
 }
134
 }
149
 }
135
 
150
 
136
 ::-webkit-input-placeholder {
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
 :-moz-placeholder {
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
 ::-moz-placeholder {
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
 :-ms-input-placeholder {
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
 select {
164
 select {
150
   background-color: #373a42;
165
   background-color: #373a42;
151
   border: 1px solid #5b5e64;
166
   border: 1px solid #5b5e64;
152
   color: #fff;
167
   color: #fff;
153
-  font-family: 'Source Sans Pro'!important;
168
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
154
   outline: 0
169
   outline: 0
155
 }
170
 }
156
 
171
 
158
   background-color: #373a42;
173
   background-color: #373a42;
159
   border: 1px solid #5b5e64;
174
   border: 1px solid #5b5e64;
160
   color: #fff;
175
   color: #fff;
161
-  font-family: 'Source Sans Pro';
176
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
162
   font-size: 1.1em;
177
   font-size: 1.1em;
163
   padding: 2px 3px;
178
   padding: 2px 3px;
164
   margin: 4px 0px;
179
   margin: 4px 0px;
229
 }
244
 }
230
 
245
 
231
 #footer {
246
 #footer {
232
-  font-size: .9em;
233
   margin-top: 2px;
247
   margin-top: 2px;
234
   padding: 10px;
248
   padding: 10px;
235
   text-align: center
249
   text-align: center
253
 }
267
 }
254
 
268
 
255
 .box {
269
 .box {
256
-  font-size: .9em;
257
   background-color: #2c2f36!important;
270
   background-color: #2c2f36!important;
258
   margin-bottom: 8px;
271
   margin-bottom: 8px;
259
 }
272
 }
287
   float: left
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
 #logo {
303
 #logo {
297
   width: 900px;
304
   width: 900px;
298
   height: 60px;
305
   height: 60px;
377
   padding: 2px
384
   padding: 2px
378
 }
385
 }
379
 
386
 
387
+#userinfo_major > li, #userinfo_stats > li, .linkbox .brackets {
388
+  margin-left: 8px;
389
+}
390
+
380
 #userinfo_minor > li, #userinfo_minor > li > span {
391
 #userinfo_minor > li, #userinfo_minor > li > span {
381
   float: right;
392
   float: right;
382
 }
393
 }
394
 
405
 
395
 #userinfo_stats {
406
 #userinfo_stats {
396
   color: #abd6ad;
407
   color: #abd6ad;
397
-  font-size: 1.1em;
398
   width: auto;
408
   width: auto;
399
   z-index: 1001
409
   z-index: 1001
400
 }
410
 }
486
   background-color: #4b907f;
496
   background-color: #4b907f;
487
   text-align: center;
497
   text-align: center;
488
   color: #fff;
498
   color: #fff;
489
-  font-size: 10pt;
490
   width: 900px;
499
   width: 900px;
491
   height: 18px;
500
   height: 18px;
492
   margin: 2px 0;
501
   margin: 2px 0;
615
   background-color: #373a42;
624
   background-color: #373a42;
616
   border: 1px solid #5b5e64;
625
   border: 1px solid #5b5e64;
617
   color: #fff;
626
   color: #fff;
618
-  font-family: 'Source Sans Pro',Helvetica,sans-serif;
627
+  font-family: 'Open Sans',Helvetica,Arial,Tahoma,sans-serif;
619
   font-size: 1.1em;
628
   font-size: 1.1em;
620
   padding: 2px 3px
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
 div.linkbox {
632
 div.linkbox {
644
   text-align: center;
633
   text-align: center;
645
   padding: 5px
634
   padding: 5px
646
 }
635
 }
647
 
636
 
637
+.linkbox > strong {
638
+  color: #83e4a6;
639
+}
640
+
648
 #banner {
641
 #banner {
649
   width: 900px
642
   width: 900px
650
 }
643
 }
686
 }
679
 }
687
 
680
 
688
 .ui-widget {
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
 .ui-widget-overlay {
685
 .ui-widget-overlay {
697
 .ui-widget-content {
690
 .ui-widget-content {
698
   border: none!important;
691
   border: none!important;
699
   background: #055363!important;
692
   background: #055363!important;
700
-  font-size: .9em!important;
701
   color: #fff!important;
693
   color: #fff!important;
702
   padding: 0!important;
694
   padding: 0!important;
703
 }
695
 }
800
   color: #fff!important;
792
   color: #fff!important;
801
 }
793
 }
802
 
794
 
795
+.body, .head, .pad {
796
+  padding: 12px;
797
+}
798
+
803
 .head {
799
 .head {
804
-  font-size: 1.05em!important;
805
   background: #52555c;
800
   background: #52555c;
806
-  position: relative!important;
807
-  padding: 6px;
808
-  width: 100%;
809
   box-sizing: border-box;
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
 #reseed_box {
804
 #reseed_box {
819
   padding-bottom: 0;
805
   padding-bottom: 0;
820
 }
806
 }
863
   padding: 5px
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
 td.tdleft {
859
 td.tdleft {
867
   text-align: left;
860
   text-align: left;
868
   padding: 5px
861
   padding: 5px
891
   color: #fff
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
 .colhead_dark {
892
 .colhead_dark {
1291
   border-width: 2px
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
 table.forum_post input[type=button] {
1294
 table.forum_post input[type=button] {
1547
   border: 1px solid #5b5e64;
1543
   border: 1px solid #5b5e64;
1548
   border-bottom: none;
1544
   border-bottom: none;
1549
 }
1545
 }
1546
+.bbcode_bar > li > a {
1547
+  min-width: 15px;
1548
+}
1550
 
1549
 
1551
 #friends table[width="100%"] td {
1550
 #friends table[width="100%"] td {
1552
   text-align: center
1551
   text-align: center
1712
   text-align: center
1711
   text-align: center
1713
 }
1712
 }
1714
 
1713
 
1715
-#torrent_table {
1716
-  font-size: 9pt
1717
-}
1718
-
1719
 .sidebar .box .nobullet img {
1714
 .sidebar .box .nobullet img {
1720
   width: initial;
1715
   width: initial;
1721
   margin: initial
1716
   margin: initial
1758
   border-left: 1px solid #000
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
 a.tab:hover {
1756
 a.tab:hover {
1779
   text-decoration: none;
1757
   text-decoration: none;
1780
   background-color: rgba(69,69,69,.55)
1758
   background-color: rgba(69,69,69,.55)
1860
   padding: 0
1838
   padding: 0
1861
 }
1839
 }
1862
 
1840
 
1863
-#requests .box.pad {
1864
-  padding: 0!important
1865
-}
1866
-
1867
 .info td {
1841
 .info td {
1868
   border-bottom: 0 solid gray!important;
1842
   border-bottom: 0 solid gray!important;
1869
   height: 50px;
1843
   height: 50px;
1979
   margin: 3px 6px;
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
 .forum_index td {
1963
 .forum_index td {
1983
   position: relative;
1964
   position: relative;
1984
 }
1965
 }
1966
+.forum_index .row:nth-child(odd) {
1967
+  background: #33363d;
1968
+}
1985
 .forum_index td.read:after, #forums td.unread:after {
1969
 .forum_index td.read:after, #forums td.unread:after {
1986
   content: "";
1970
   content: "";
1987
   position: absolute;
1971
   position: absolute;
2076
   font-weight: bold;
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
 .collage_image:hover {
2067
 .collage_image:hover {
2124
 
2107
 
2125
 /* Pink Additions */
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
 body.style_pink .cats_anime:after { color: #78467f; }
2113
 body.style_pink .cats_anime:after { color: #78467f; }
2128
 body.style_pink .group .cats_anime { background-color: #78467f; }
2114
 body.style_pink .group .cats_anime { background-color: #78467f; }
2129
 body.style_pink .cats_movies:after { color: #4f3063; }
2115
 body.style_pink .cats_movies:after { color: #4f3063; }
2134
 body.style_pink .group .cats_games { background-color: #c871b9; }
2120
 body.style_pink .group .cats_games { background-color: #c871b9; }
2135
 body.style_pink .cats_other:after { color: #ef86d5; }
2121
 body.style_pink .cats_other:after { color: #ef86d5; }
2136
 body.style_pink .group .cats_other { background-color: #ef86d5; }
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
 body.style_pink ::selection,
2124
 body.style_pink ::selection,
2139
 body.style_pink ::-moz-selection {
2125
 body.style_pink ::-moz-selection {
2140
   background: #8b518e;
2126
   background: #8b518e;
2169
 body.style_pink .nav_dropdown > div {
2155
 body.style_pink .nav_dropdown > div {
2170
   background-color: #e295d2;
2156
   background-color: #e295d2;
2171
 }
2157
 }
2158
+body.style_pink .linkbox > strong { color: #db7bc7; }
2172
 body.style_pink .alertbar { background-color: #4f3063; }
2159
 body.style_pink .alertbar { background-color: #4f3063; }
2173
 body.style_pink .hide_torrents > .show_torrents_link:after,
2160
 body.style_pink .hide_torrents > .show_torrents_link:after,
2174
 body.style_pink .show_torrents > .show_torrents_link:after,
2161
 body.style_pink .show_torrents > .show_torrents_link:after,
2193
 body.style_pink .forum_index td.unread_locked_sticky:before {
2180
 body.style_pink .forum_index td.unread_locked_sticky:before {
2194
   background-color: #db7bc7;
2181
   background-color: #db7bc7;
2195
 }
2182
 }
2183
+body.style_pink .forum_post.forum_unread {
2184
+  border-top: 2px solid #c1569b;
2185
+}
2196
 body.style_pink .noty_bar {
2186
 body.style_pink .noty_bar {
2197
 	border-left: #ef86d5 2px solid;
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
   color:#f7f7f7
1395
   color:#f7f7f7
1396
 }
1396
 }
1397
 .autocomplete-suggestions {
1397
 .autocomplete-suggestions {
1398
-  background:#131313;color:#9a9a9a;
1398
+  background:#131313;
1399
+  color:#9a9a9a;
1399
 }
1400
 }
1400
 .autocomplete-selected {
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
 div.noty_bar {
1406
 div.noty_bar {
1404
-  border:1px solid #d0d0d0
1407
+  border: 1px solid #d0d0d0;
1405
 }
1408
 }
1406
 .filter_torrents .box.pad {
1409
 .filter_torrents .box.pad {
1407
   background:#D0D0D0
1410
   background:#D0D0D0
1409
 .forum_post tr.colhead_dark.notify_forums a,.forum_post tr.colhead a {
1412
 .forum_post tr.colhead_dark.notify_forums a,.forum_post tr.colhead a {
1410
   color:#f7f7f7
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
 table#torrent_table strong {
1427
 table#torrent_table strong {
1413
   color:#313131
1428
   color:#313131
1414
 }
1429
 }
1415
 .alertbar {
1430
 .alertbar {
1416
-  padding:10px;background:#D0D0D0;text-align:center
1431
+  padding:10px;
1432
+  background:#D0D0D0;
1433
+  text-align:center;
1417
 }
1434
 }
1418
 .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 {
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
   color:#F7F7F7;
1436
   color:#F7F7F7;

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

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

Loading…
Cancel
Save