From 498786144170f3fa8f4d4233799b5911a5f63b17 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 16 Jul 2023 23:35:10 -0500 Subject: [PATCH] ... --- style.css | 61 ------------------------------------------------------- 1 file changed, 61 deletions(-) diff --git a/style.css b/style.css index 689c01f..17413cd 100644 --- a/style.css +++ b/style.css @@ -810,67 +810,6 @@ body.blog .page-container .article .link { font-weight: bold; } /* == LIBRARY */ -body.library .lib { - background-color: transparent; - border: none; -} - -body.library .lib.large { - max-width: 256px; - text-align: center; -} - -body.library .lib a { - margin: 4px 8px; - display: inline-block; - -} - -body.library .lib a:hover { - text-shadow: 0px 0px 4px white; -} - -body.library .lib a > img { - margin: auto; - filter: brightness(90%); - transition-duration: 0.1s; -} - -body.library .lib a:hover > img { - filter: drop-shadow(0px 0px 4px white) brightness(100%); -} - -body.library .lib.main a img { - max-height: 64px; - min-width: 64px; - max-width: 192px; -} - -body.library .lib.small, -body.library .lib.tiny { - display: block; -} - -body.library .lib.small > a, -body.library .lib.tiny > a { - margin: 4px 8px; -} - -body.library .lib.small > a img, -body.library .lib.tiny > a img { - max-height: 16px; - min-width: 16px; - max-width: 48px; -} - -body.library .lib.small > a { - width: 368px; -} - -body.library .lib.tiny > a { - min-width: 64px; -} - /* == DASHBOARD */ @media (orientation: portrait) { body.dashboard .dash-container {