Browse Source

Outline collage cover images on hover

spaghetti 8 years ago
parent
commit
63d3d1d912
3 changed files with 17 additions and 0 deletions
  1. 8
    0
      static/styles/beluga/style.css
  2. 4
    0
      static/styles/genaviv/style.css
  3. 5
    0
      static/styles/oppai/style.css

+ 8
- 0
static/styles/beluga/style.css View File

@@ -2028,6 +2028,11 @@ tbody .staff_post {
2028 2028
   background-color: #634852;
2029 2029
 }
2030 2030
 
2031
+.collage_image:hover {
2032
+  box-shadow: 0px 0px 0px 3px #88C796;
2033
+  position: relative;
2034
+}
2035
+
2031 2036
 /* Fucking noty */
2032 2037
 .noty_bar {
2033 2038
 	border-left: #3eaca7 2px solid;
@@ -2130,3 +2135,6 @@ body.style_pink .forum_index td.unread_locked_sticky:before {
2130 2135
 body.style_pink .noty_bar {
2131 2136
 	border-left: #ef86d5 2px solid;
2132 2137
 }
2138
+body.style_pink .collage_image:hover {
2139
+  box-shadow: 0px 0px 0px 3px #ef86d5;
2140
+}

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

@@ -1411,6 +1411,10 @@ div.pad#threadpoll p strong {
1411 1411
 .tag_male {
1412 1412
 	background: #5959f9 !important;
1413 1413
 }
1414
+.collage_image:hover {
1415
+  box-shadow: 0px 0px 0px 3px #5aada5;
1416
+  position: relative;
1417
+}
1414 1418
 
1415 1419
 /* Fixed Header addition */
1416 1420
 body.style_fixed_header #menu, body.style_fixed_header .main-menu {

+ 5
- 0
static/styles/oppai/style.css View File

@@ -1111,3 +1111,8 @@ caption {
1111 1111
 .tag_male {
1112 1112
 	color: #0000ff !important;
1113 1113
 }
1114
+
1115
+.collage_image:hover {
1116
+  box-shadow: 0px 0px 0px 3px #fbc2e5;
1117
+  position: relative;
1118
+}

Loading…
Cancel
Save