mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
43 lines
2.2 KiB
SCSS
43 lines
2.2 KiB
SCSS
/*
|
|
█████████████████████████████████████████████████████████████
|
|
██ ██
|
|
██ ███ ███ ██ ██ ███████ ██
|
|
██ ████ ████ ██ ██ ██ ██
|
|
██ ██ ████ ██ ██ ██ █████ ██
|
|
██ ██ ██ ██ ██ ██ ██ ██
|
|
██ ██ ██ ██████ ███████ ██
|
|
██ ██
|
|
██ ██
|
|
██ Copyright 2018-2019 David Ralph (ohlookitsderpy) ██
|
|
██ Licensed under MIT ██
|
|
██ GitHub: https://github.com/ohlookitsderpy/Mue ██
|
|
██ ██
|
|
██ Special thanks to contributors! <3 ██
|
|
█████████████████████████████████████████████████████████████
|
|
*/
|
|
|
|
/* Greeting */
|
|
|
|
.greeting {
|
|
text-shadow: 0 0 25px rgba(0,0,0,0.3);
|
|
font-size: 3.25rem;
|
|
padding-bottom: 10em;
|
|
font-weight: bold;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
/* Time */
|
|
|
|
time {
|
|
text-shadow: 0 0 25px rgba(0,0,0,0.3);
|
|
font-size: 12rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#withSeconds, #withoutSeconds, #greetingText {
|
|
-khtml-user-select: none; /* Konqueror HTML */
|
|
-moz-user-select: none; /* Firefox */
|
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
user-select: none; /* Non-prefixed version, currently
|
|
supported by Chrome and Opera */
|
|
} |