From b65f0a69586be3d32dfebfe583a6db3e6b4867ae Mon Sep 17 00:00:00 2001 From: Steame090 <144622749+Steame090@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:28:24 +0200 Subject: [PATCH] Delete style.css --- style.css | 72 ------------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 9b6b82c..0000000 --- a/style.css +++ /dev/null @@ -1,72 +0,0 @@ -* { - margin:0; - padding:0; -} - -body { - background-color:#1a1a1a; - font-family:sans-serif; -} - -#list-dir { - width: 100%; - height: 100%; -} - -.dir { - user-select: none; - position: relative; - width:225px; - height:75px; - float:left; - margin:3px; - transition:border-color 0.2s; - border-style:solid; - border-width:1px; - border-color:hsla(0,0%,90%,0); - padding:3px; - cursor:pointer; -} - -.dir:hover { - background-color:hsla(210,50%,90%,0.05); - border-color:hsla(210,50%,90%,0.1); -} - -.dir.selected { - border-color:hsla(0,0%,80%,0.8); - background-color:hsla(210,50%,90%,0.1); - transition:background-color 0.2s; - transition:border-color 0.4s; -} - -.dir.selected:hover { - background-color:hsla(210,50%,90%,0.07); - box-shadow: inset 0 -2px 6px 0px hsla(0, 0%, 100%, 0.15); -} - -.dir-icon { - width:75px; - height:100%; - float:left; - background-color:hsla(210,50%,50%,0.1); - position: relative; -} - -.dir-detail { - position: relative; - float: left; - height: 100%; - width: auto; - margin-left:10px; -} - -.dir-name { - color:#eee; - font-size:16px; -} - -.dir-ext { - font-size:15px; - color:#bbb; -} \ No newline at end of file