Browse Source

Outline collage cover images on hover

spaghetti 8 years ago
parent
commit
63d3d1d912

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

2028
   background-color: #634852;
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
 /* Fucking noty */
2036
 /* Fucking noty */
2032
 .noty_bar {
2037
 .noty_bar {
2033
 	border-left: #3eaca7 2px solid;
2038
 	border-left: #3eaca7 2px solid;
2130
 body.style_pink .noty_bar {
2135
 body.style_pink .noty_bar {
2131
 	border-left: #ef86d5 2px solid;
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
 .tag_male {
1411
 .tag_male {
1412
 	background: #5959f9 !important;
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
 /* Fixed Header addition */
1419
 /* Fixed Header addition */
1416
 body.style_fixed_header #menu, body.style_fixed_header .main-menu {
1420
 body.style_fixed_header #menu, body.style_fixed_header .main-menu {

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

1111
 .tag_male {
1111
 .tag_male {
1112
 	color: #0000ff !important;
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