Browse Source

Highlight stickied posts

spaghetti 7 years ago
parent
commit
2eaa657314
2 changed files with 12 additions and 8 deletions
  1. 6
    4
      static/styles/beluga/style.css
  2. 6
    4
      static/styles/oppai/style.css

+ 6
- 4
static/styles/beluga/style.css View File

@@ -1270,6 +1270,12 @@ span.center_poll {
1270 1270
 .forum_post.staff_post.forum_unread {
1271 1271
   border-top: 2px solid #fac7df;
1272 1272
 }
1273
+.forum_post.staff_post .colhead_dark {
1274
+  background: #634852;
1275
+}
1276
+.forum_post.sticky_post {
1277
+  border: 3px solid #634852;
1278
+}
1273 1279
 
1274 1280
 table.forum_post input[type=button] {
1275 1281
   margin-right: 2px
@@ -2040,10 +2046,6 @@ caption {
2040 2046
   font-weight: bold;
2041 2047
 }
2042 2048
 
2043
-.staff_post .colhead_dark {
2044
-  background: #634852;
2045
-}
2046
-
2047 2049
 .collage_image:hover {
2048 2050
   box-shadow: 0px 0px 0px 3px #88C796;
2049 2051
   position: relative;

+ 6
- 4
static/styles/oppai/style.css View File

@@ -594,6 +594,12 @@ td.colhead, .colhead td, .colhead th {
594 594
 .forum_post .colhead_dark {
595 595
   background: #F1CDF4;
596 596
 }
597
+.forum_post.staff_post .colhead_dark {
598
+  background: #f1849a;
599
+}
600
+.forum_post.sticky_post {
601
+  border: 3px solid #f1849a;
602
+}
597 603
 
598 604
 td.label {
599 605
   font-weight: bold;
@@ -1151,10 +1157,6 @@ caption {
1151 1157
   font-weight: bold;
1152 1158
 }
1153 1159
 
1154
-.staff_post .colhead_dark {
1155
-  background: #f1849a;
1156
-}
1157
-
1158 1160
 .tag_parody {
1159 1161
 	color: #e08e00 !important;
1160 1162
 }

Loading…
Cancel
Save