summaryrefslogtreecommitdiff
path: root/theme2b.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 /theme2b.css
parent717fe320dc367edd2be0605d895113b4bbeb7939 (diff)
downloadweb-a59e0c492ae8630e416c3fa5787ecec311c4f2ff.tar.xz
Remove duplicate shit from theme css files.
Diffstat (limited to 'theme2b.css')
-rw-r--r--theme2b.css86
1 files changed, 21 insertions, 65 deletions
diff --git a/theme2b.css b/theme2b.css
index eae4c55..6208c0f 100644
--- a/theme2b.css
+++ b/theme2b.css
@@ -1,66 +1,22 @@
-:root {
- --bg-primary: #1F1205;
+:root{
+ --principal-bg: #1F1205;
+ --principal-fg: #FFF;
+ --secondary-bg: #291806;
+ --secondary-fg: #873;
+ --list-active-bg: #974;
+ --list-highlighted-bg: #863;
+ --link-fg: #FF924A;
+ --link-visited-fg: #FF8A50;
+ --link-hover-fg: #FFA040;
+ --link-active-fg: #FFD7AA;
+ --link-highlighted-fg: #A1F;
+ --interactive-bg: #963;
+ --interactive-fg: #FFF;
+ --interactive-hover-bg: #A74;
+ --interactive-active-bg: #B85;
+ --interactive-disabled-bg: #666;
+ --widget-area-bg: rgba(80,64,24,0.6);
+ --slider-empty-bg: rgba(163,133,98,0.6);
+ --slider-filled-bg: #C96;
+ --bg-pattern: url("/pattern2b.png");
}
-body{
- background-color: var(--bg-primary);
- background-image: url("/pattern2b.png");
- background-repeat: repeat;
- color: #FFF;
-}
-del{
- text-decoration-color: #FFF;
-}
-#panel li a.active{
-background-color:#974;
-}
-#panel li a:hover:not(.active){
-background-color:#863;
-}
-#panel,#footer{
- background-color:#291806;
- background-image: url("/pattern2b.png");
- background-repeat: repeat;
-}
-#content .block{
-border: 1px solid #873;
-}
-a.highlighted{color:#A1F !important;}
-a:link{
-color:#FF924A;
-}
-a:visited{
-color:#FF8A50;
-}
-a:hover{
-color:#FFA040;
-}
-a:active{
-color:#FFD7AA;
-}
-blockquote{
-border: 1px solid #863;
-}
-button,.fakebtn{
- color:white;
- background-color:#963;
-}
-button:hover,.fakebtn:hover{
- background-color:#A74;
-}
-button:active,.fakebtn:active{
- background-color:#B85;
-}
-button:disabled{
- background-color:#666;
-}
-input[type="text"]{
- color:#FFF;
- border-bottom-color:#863;
-}
-textarea{
- color:#FFF;
- border-color:#863;
-}
-.widgetbg{background:rgba(80,64,24,0.6);}
-.sliderb1{background-color:rgba(163,133,98,0.6);}
-.sliderb2{background-color:#C96;}