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. --- theme3a.css | 86 +++++++++++++++---------------------------------------------- 1 file changed, 21 insertions(+), 65 deletions(-) (limited to 'theme3a.css') diff --git a/theme3a.css b/theme3a.css index 927dc3e..34a0610 100644 --- a/theme3a.css +++ b/theme3a.css @@ -1,66 +1,22 @@ -:root { - --bg-primary: #EFF4F9; +:root{ + --principal-bg: #EFF4F9; + --principal-fg: #000; + --secondary-bg: #E0E7EE; + --secondary-fg: #333; + --list-active-bg: #C0D7EE; + --list-highlighted-bg: #CEF; + --link-fg: #3898C8; + --link-visited-fg: #338CB8; + --link-hover-fg: #37A1D6; + --link-active-fg: #89BCD6; + --link-highlighted-fg: #A0E; + --interactive-bg: #6BD; + --interactive-fg: #FFF; + --interactive-hover-bg: #6CF; + --interactive-active-bg: #9DF; + --interactive-disabled-bg: #999; + --widget-area-bg: rgba(204,204,204,0.6); + --slider-empty-bg: rgba(153,221,255,0.6); + --slider-filled-bg: #6BD; + --bg-pattern: url("/pattern3a.png"); } -body{ - background-color: var(--bg-primary); - background-image: url("/pattern3a.png"); - background-repeat: repeat; - color: #000; -} -del{ - text-decoration-color: #000; -} -#panel li a.active{ -background-color:#C0D7EE; -} -#panel li a:hover:not(.active){ -background-color:#CEF; -} -#panel,#footer{ - background-color:#E0E7EE; - background-image: url("/pattern3a.png"); - background-repeat: repeat; -} -#content .block{ -border: 1px solid #333; -} -a.highlighted{color:#A0E !important;} -a:link{ -color:#3898C8; -} -a:visited{ -color:#338CB8; -} -a:hover{ -color:#37A1D6; -} -a:active{ -color:#89BCD6; -} -blockquote{ -border: 1px solid #333; -} -button,.fakebtn{ - color:white; - background-color:#6BD; -} -button:hover,.fakebtn:hover{ - background-color:#6CF; -} -button:active,.fakebtn:active{ - background-color:#9DF; -} -button:disabled{ - background-color:#999; -} -input[type="text"]{ - color:#000; - border-bottom-color:#6BD; -} -textarea{ - color:#000; - border-color:#6BD; -} -.widgetbg{background-color:rgba(200,204,204,0.6);} -.sliderb1{background-color:rgba(153,221,255,0.6);} -.sliderb2{background-color:#6BD;} -- cgit v1.2.3