AntimatterDimensionsSourceCode/public/stylesheets/theme-S4.css

35 lines
622 B
CSS
Raw Normal View History

2018-01-29 20:35:19 +00:00
* {
font-family:
"Comic Sans MS",
cursive,
sans-serif,
Typewriter,
fas,
fab,
"Font Awesome 6 Brands",
"Font Awesome 6 Free" !important;
border-radius: 40% !important;
box-shadow: 1px 1px 1px 0 #9e9e9e;
2018-01-29 20:35:19 +00:00
}
html {
2021-08-27 08:09:53 +00:00
color: black !important;
background-attachment: fixed;
background-color: #ff00ff;
background-position: center bottom;
2021-08-27 08:09:53 +00:00
border: 0.1rem solid white !important;
2018-01-29 20:35:19 +00:00
}
2018-01-30 17:26:16 +00:00
#container {
cursor: url("cursor.cur"), auto !important;
2018-01-30 17:26:16 +00:00
}
2018-01-29 20:35:19 +00:00
body {
background: #0fff0f !important;
2021-08-27 08:09:53 +00:00
border: 0.1rem solid white !important;
2018-01-29 20:35:19 +00:00
}
2019-07-09 04:43:45 +00:00
.o-achievement {
2021-08-27 08:09:53 +00:00
border-radius: 0.8rem !important;
2019-07-09 04:43:45 +00:00
}