funny cursor teehee
This commit is contained in:
parent
0fc6c9f86d
commit
739390d7f5
4 changed files with 318 additions and 0 deletions
43
public/style/cursor.css
Normal file
43
public/style/cursor.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
#cursors i.cursor {
|
||||
position: fixed;
|
||||
padding: 4px;
|
||||
|
||||
display: block;
|
||||
z-index: 1000;
|
||||
|
||||
background: #0008;
|
||||
border: 2px solid #808080;
|
||||
border-radius: 2px;
|
||||
|
||||
font-style: normal;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#cursors i.cursor .char {
|
||||
position: absolute;
|
||||
transform: translateY(-44px);
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
color: var(--on-background);
|
||||
}
|
||||
|
||||
#cursors .funchar {
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
|
||||
display: block;
|
||||
z-index: 1000;
|
||||
|
||||
font-style: normal;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: var(--on-background);
|
||||
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
@import url("/style/header.css");
|
||||
@import url("/style/footer.css");
|
||||
@import url("/style/prideflag.css");
|
||||
@import url("/style/cursor.css");
|
||||
|
||||
@font-face {
|
||||
font-family: "Monaspace Argon";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue