From 8094ba1f7309fd1d98d1ee2c9dffa1a6a223b322 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Fri, 16 Dec 2016 02:30:47 -0500 Subject: [PATCH] Outline collage cover images on hover --- static/styles/beluga/style.css | 8 ++++++++ static/styles/genaviv/style.css | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 9bf50dd..c2e213d 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -2028,6 +2028,11 @@ tbody .staff_post { background-color: #634852; } +.collage_image:hover { + box-shadow: 0px 0px 0px 3px #88C796; + position: relative; +} + /* Fucking noty */ .noty_bar { border-left: #3eaca7 2px solid; @@ -2130,3 +2135,6 @@ body.style_pink .forum_index td.unread_locked_sticky:before { body.style_pink .noty_bar { border-left: #ef86d5 2px solid; } +body.style_pink .collage_image:hover { + box-shadow: 0px 0px 0px 3px #ef86d5; +} diff --git a/static/styles/genaviv/style.css b/static/styles/genaviv/style.css index e9092da..a36115c 100755 --- a/static/styles/genaviv/style.css +++ b/static/styles/genaviv/style.css @@ -1411,6 +1411,10 @@ div.pad#threadpoll p strong { .tag_male { background: #5959f9 !important; } +.collage_image:hover { + box-shadow: 0px 0px 0px 3px #5aada5; + position: relative; +} /* Fixed Header addition */ body.style_fixed_header #menu, body.style_fixed_header .main-menu {