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
 .forum_post.staff_post.forum_unread {
1270
 .forum_post.staff_post.forum_unread {
1271
   border-top: 2px solid #fac7df;
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
 table.forum_post input[type=button] {
1280
 table.forum_post input[type=button] {
1275
   margin-right: 2px
1281
   margin-right: 2px
2040
   font-weight: bold;
2046
   font-weight: bold;
2041
 }
2047
 }
2042
 
2048
 
2043
-.staff_post .colhead_dark {
2044
-  background: #634852;
2045
-}
2046
-
2047
 .collage_image:hover {
2049
 .collage_image:hover {
2048
   box-shadow: 0px 0px 0px 3px #88C796;
2050
   box-shadow: 0px 0px 0px 3px #88C796;
2049
   position: relative;
2051
   position: relative;

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

594
 .forum_post .colhead_dark {
594
 .forum_post .colhead_dark {
595
   background: #F1CDF4;
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
 td.label {
604
 td.label {
599
   font-weight: bold;
605
   font-weight: bold;
1151
   font-weight: bold;
1157
   font-weight: bold;
1152
 }
1158
 }
1153
 
1159
 
1154
-.staff_post .colhead_dark {
1155
-  background: #f1849a;
1156
-}
1157
-
1158
 .tag_parody {
1160
 .tag_parody {
1159
 	color: #e08e00 !important;
1161
 	color: #e08e00 !important;
1160
 }
1162
 }

Loading…
Cancel
Save