From a59e0c492ae8630e416c3fa5787ecec311c4f2ff Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 7 Mar 2024 23:28:41 -0500 Subject: Remove duplicate shit from theme css files. --- theme0b.css | 86 +++++++++++++++---------------------------------------------- 1 file changed, 21 insertions(+), 65 deletions(-) (limited to 'theme0b.css') diff --git a/theme0b.css b/theme0b.css index e820160..18c2c85 100644 --- a/theme0b.css +++ b/theme0b.css @@ -1,66 +1,22 @@ -:root { - --bg-primary: #2F0933; +:root{ + --principal-bg: #2F0933; + --principal-fg: #FFF; + --secondary-bg: #440C48; + --secondary-fg: #738; + --list-active-bg: #849; + --list-highlighted-bg: #738; + --link-fg: #CF4AFF; + --link-visited-fg: #DA50FF; + --link-hover-fg: #DD40FF; + --link-active-fg: #EEAAFF; + --link-highlighted-fg: #FC0; + --interactive-bg: #746; + --interactive-fg: #FFF; + --interactive-hover-bg: #958; + --interactive-active-bg: #A59; + --interactive-disabled-bg: #666; + --widget-area-bg: rgba(64,24,80,0.6); + --slider-empty-bg: rgba(163,108,152,0.6); + --slider-filled-bg: #C8B; + --bg-pattern: url("/pattern0b.png"); } -body{ - background-color: var(--bg-primary); - background-image: url("/pattern0b.png"); - background-repeat: repeat; - color: #FFF; -} -del{ - text-decoration-color: #FFF; -} -#panel li a.active{ -background-color:#849; -} -#panel li a:hover:not(.active){ -background-color:#738; -} -#panel,#footer{ - background-color:#440C48; - background-image: url("/pattern0b.png"); - background-repeat: repeat; -} -#content .block{ -border: 1px solid #738; -} -a.highlighted{color:#FC0 !important;} -a:link{ -color:#CF4AFF; -} -a:visited{ -color:#DA50FF; -} -a:hover{ -color:#DD40FF; -} -a:active{ -color:#EEAAFF; -} -blockquote{ -border: 1px solid #738; -} -button,.fakebtn{ - color:white; - background-color:#746; -} -button:hover,.fakebtn:hover{ - background-color:#958; -} -button:active,.fakebtn:active{ - background-color:#A59; -} -button:disabled{ - background-color:#666; -} -input[type="text"]{ - color:#FFF; - border-bottom-color:#746; -} -textarea{ - color:#FFF; - border-color:#746; -} -.widgetbg{background:rgba(64,24,80,0.6);} -.sliderb1{background-color:rgba(163,108,152,0.6);} -.sliderb2{background-color:#C8B;} -- cgit v1.2.3