2018-01-29 20:35:19 +00:00
|
|
|
* {
|
2022-05-09 16:51:04 +00:00
|
|
|
font-family:
|
|
|
|
"Comic Sans MS",
|
|
|
|
cursive,
|
|
|
|
sans-serif,
|
|
|
|
Typewriter,
|
|
|
|
fas,
|
|
|
|
fab,
|
|
|
|
"Font Awesome 6 Brands",
|
|
|
|
"Font Awesome 6 Free" !important;
|
2022-05-11 17:47:32 +00:00
|
|
|
border-radius: 40% !important;
|
|
|
|
box-shadow: 1px 1px 1px 0 #9e9e9e;
|
2018-01-29 20:35:19 +00:00
|
|
|
}
|
|
|
|
|
2022-05-09 16:51:04 +00:00
|
|
|
html {
|
2021-08-27 08:09:53 +00:00
|
|
|
color: black !important;
|
2022-05-09 16:51:04 +00:00
|
|
|
background-attachment: fixed;
|
2022-05-11 17:47:32 +00:00
|
|
|
background-color: #ff00ff;
|
2022-05-09 16:51:04 +00:00
|
|
|
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 {
|
2022-05-09 16:51:04 +00:00
|
|
|
cursor: url("cursor.cur"), auto !important;
|
2018-01-30 17:26:16 +00:00
|
|
|
}
|
|
|
|
|
2018-01-29 20:35:19 +00:00
|
|
|
body {
|
2022-05-09 16:51:04 +00:00
|
|
|
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
|
|
|
}
|