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. --- theme2a.css | 86 +++++++++++++++---------------------------------------------- 1 file changed, 21 insertions(+), 65 deletions(-) (limited to 'theme2a.css') diff --git a/theme2a.css b/theme2a.css index 18da739..15bdabd 100644 --- a/theme2a.css +++ b/theme2a.css @@ -1,66 +1,22 @@ -:root { - --bg-primary: #F9F2EF; +:root{ + --principal-bg: #F9F2EF; + --principal-fg: #000; + --secondary-bg: #EEE5E0; + --secondary-fg: #333; + --list-active-bg: #EED0C0; + --list-highlighted-bg: #FDC; + --link-fg: #C89738; + --link-visited-fg: #B89433; + --link-hover-fg: #D6B637; + --link-active-fg: #D6C589; + --link-highlighted-fg: #A0E; + --interactive-bg: #CA7; + --interactive-fg: #FFF; + --interactive-hover-bg: #DB8; + --interactive-active-bg: #EC9; + --interactive-disabled-bg: #999; + --widget-area-bg: rgba(204,204,204,0.6); + --slider-empty-bg: rgba(184,152,110,0.6); + --slider-filled-bg: #DA6; + --bg-pattern: url("/pattern2a.png"); } -body{ - background-color: var(--bg-primary); - background-image: url("/pattern2a.png"); - background-repeat: repeat; - color: #000; -} -del{ - text-decoration-color: #000; -} -#panel li a.active{ -background-color:#EED0C0; -} -#panel li a:hover:not(.active){ -background-color:#FDC; -} -#panel,#footer{ - background-color:#EEE5E0; - background-image: url("/pattern2a.png"); - background-repeat: repeat; -} -#content .block{ -border: 1px solid #333; -} -a.highlighted{color:#A0E !important;} -a:link{ -color:#C89738; -} -a:visited{ -color:#B89433; -} -a:hover{ -color:#D6B637; -} -a:active{ -color:#D6C589; -} -blockquote{ -border: 1px solid #333; -} -button,.fakebtn{ - color:white; - background-color:#CA7; -} -button:hover,.fakebtn:hover{ - background-color:#DB8; -} -button:active,.fakebtn:active{ - background-color:#EC9; -} -button:disabled{ - background-color:#999; -} -input[type="text"]{ - color:#000; - border-bottom-color:#CA7; -} -textarea{ - color:#000; - border-color:#CA7; -} -.widgetbg{background-color:rgba(204,204,204,0.6);} -.sliderb1{background-color:rgba(184,152,110,0.6);} -.sliderb2{background-color:#DA6;} -- cgit v1.2.3