diff options
| author | Bobby <[email protected]> | 2023-05-04 02:24:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-04 02:24:41 -0400 |
| commit | 7878c055f28e065d3fbb0e685928d599a1457df7 (patch) | |
| tree | 9de16bf94535c9b860fc067cbb2214d13353731e /static | |
| parent | 0bb872c7e9bcd5528b8b0577907206aecc3e60ff (diff) | |
| download | thatcomputerscientist-7878c055f28e065d3fbb0e685928d599a1457df7.tar.xz thatcomputerscientist-7878c055f28e065d3fbb0e685928d599a1457df7.zip | |
Added HxH Cursors
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/styles.css | 10 | ||||
| -rw-r--r-- | static/images/backgrounds/cursor_default.png | bin | 0 -> 3153 bytes | |||
| -rw-r--r-- | static/images/backgrounds/cursor_link.png | bin | 0 -> 4977 bytes |
3 files changed, 10 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 852f862e..b705d2ec 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -13,6 +13,16 @@ body { width: 100%; } +/* Cursor Styles */ +body { + cursor: url("../images/backgrounds/cursor_default.png"), auto; +} + +a { + cursor: url("../images/backgrounds/cursor_link.png"), pointer; +} + + #editor-container { font-size: 11px; font-family: Verdana,Helvetica,Arial,Sans-Serif; diff --git a/static/images/backgrounds/cursor_default.png b/static/images/backgrounds/cursor_default.png Binary files differnew file mode 100644 index 00000000..1ecee4fc --- /dev/null +++ b/static/images/backgrounds/cursor_default.png diff --git a/static/images/backgrounds/cursor_link.png b/static/images/backgrounds/cursor_link.png Binary files differnew file mode 100644 index 00000000..6a2c0cfc --- /dev/null +++ b/static/images/backgrounds/cursor_link.png |
