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