From 01d31f1866deba64c2cd7afe441fe15be863cca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9B=E5=87=BB=E7=9A=84Creeper?= Date: Wed, 29 Oct 2025 09:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20liminal.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liminal.css | 90 ----------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 liminal.css diff --git a/liminal.css b/liminal.css deleted file mode 100644 index bdaa365..0000000 --- a/liminal.css +++ /dev/null @@ -1,90 +0,0 @@ -.body { - filter:blur(0.5px) contrast(2.3) grayscale(0.4) saturate(2); - background-color:rgb(19, 19, 19); - color:aliceblue; - text-align:center; - height:100vh; -} -ul -{ - margin-top:40%; - margin-left:10%; - display:flex; - flex-direction:column; - gap:40px; - list-style-type:none; - padding:0; - background-color:rgba(78, 78, 78, 0); -} -li -{ - display:flex; -} -a:link,a:visited -{ - line-height: 65px; - font-weight:bold; - color:#FFFFFF; - background-color:rgba(89, 88, 88, 0.185); - text-align:center; - height:auto; - width:250px; - text-decoration:none; - text-transform:uppercase; - border-radius:1px; - font-size:25px; - transition:padding 0.2s ease, box-shadow 0.4s ease; -} -a:hover,a:active -{ - background-color:rgba(49, 48, 48, 0.185); - box-shadow: -1px -1px 10px 7px rgba(255, 252, 252, 0.168); - padding:1.4%; -} -.book { - background-color:rgba(255, 252, 252, 0.168); - height:1350px; - width:100%; -} -.book3 { - background-color:rgba(255, 252, 252, 0.168); - height:850px; - width:100%; -} -.book2 { - background-color:rgba(255, 252, 252, 0.168); - height:2350px; - width:100%; -} -.grid2 { - display:grid; - grid-template-rows:709px; - grid-template-columns:1fr 3fr; - gap:1px; -} -.box { - background-color:rgba(255, 252, 252, 0.168); - height:710px; - width:100%; -} -audio { - width: 74%; /* 宽度为100% */ - height: 50px; /* 高度为50px */ - border-radius: 10px; /* 边框半径为10px */ -} - -/* 设置音频播放进度条的颜色 */ -audio::-webkit-media-controls-progress-bar { - background-color: rgba(149, 148, 148, 0.2); -} - -/* 定义播放器的背景颜色 */ -.player { - /* background: linear-gradient(to bottom, #304352, #d7d2cc); */ - background-color: rgba(120, 119, 119, 0.2); /* 背景颜色为rgba(238, 238, 238, 0.2) */ -} - -/* 隐藏音频播放器的背景颜色 */ -audio::-webkit-media-controls-enclosure { - background-color: rgba(120, 119, 119, 0.2); -} \ No newline at end of file