From 12c2a13c89b4f5cda58f56c5b9984b9b4e067340 Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 31 Mar 2026 02:05:08 +0100 Subject: [PATCH] ugly christmas theme for certain specific individuals............... --- myriad/static/themes/christmas.css | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 myriad/static/themes/christmas.css diff --git a/myriad/static/themes/christmas.css b/myriad/static/themes/christmas.css new file mode 100644 index 0000000..89e6883 --- /dev/null +++ b/myriad/static/themes/christmas.css @@ -0,0 +1,43 @@ +.christmas{ + background-color:#fac9c9; + border-color:#da1414; + color:black; +} +.christmas .heading +{ + background-color:#c4efd2; + border-color:#4e9e81; + color:black; +} +.christmas .heading b +{ + color:black; +} +.christmas a{ + color: #329d76; +} +.christmas a:hover{ + color: #22694f; +} +.christmas ::selection { + background:#da1414; + color: white; + text-shadow: none; +} +.christmas ::-moz-selection { + background: #da1414; + color: #EEE; + text-shadow: none; +} +.christmas .icon{ + border-color:#da1414; +} + +body.christmas{ + background: linear-gradient(90deg, #5abf72 0%, #da1414 50%, #bf8282 100%); + scrollbar-color:#da1414 #f49191; +} +.christmas .container{ + background-color:#fac9c9; + border-color:#da1414; +} \ No newline at end of file