ugly christmas theme for certain specific individuals...............
This commit is contained in:
43
myriad/static/themes/christmas.css
Normal file
43
myriad/static/themes/christmas.css
Normal file
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user