summaryrefslogtreecommitdiff
path: root/theme3a.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-07 23:28:41 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-07 23:28:41 -0500
commita59e0c492ae8630e416c3fa5787ecec311c4f2ff (patch)
tree7848e2891375f759bd30fc1dda4e6ebd4f5b540d /theme3a.css
parent717fe320dc367edd2be0605d895113b4bbeb7939 (diff)
downloadweb-a59e0c492ae8630e416c3fa5787ecec311c4f2ff.tar.xz
Remove duplicate shit from theme css files.
Diffstat (limited to 'theme3a.css')
-rw-r--r--theme3a.css86
1 files changed, 21 insertions, 65 deletions
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;}