From 8727d9dd22f846b32782ef566f5bbcdf9e98fdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 29 Sep 2020 20:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02020=E5=A4=A7=E6=84=9F?= =?UTF-8?q?=E8=B0=A2=E7=A5=AD=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 4be71e1d..308d5353 100644 --- a/style.css +++ b/style.css @@ -1325,6 +1325,15 @@ ul{ line-height: 35px; text-shadow: black 2px 2px 0; } +.row-mon-level .monster-cost +{ + background-color: #2F2B28; + border: solid 4px #563E22; + border-radius: 12px; + padding: 0 5px; + font-size: 0.8em; + box-shadow: inset 0 4px 4px black; +} .row-mon-plus .plus-box{ border-color: #A07740; border-style: solid;