Add penis cursor, fix ad file name. - bitreich-www - the bitreich www website generator
(HTM) git clone git://bitreich.org/bitreich-www/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-www/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
(DIR) commit 7e6cc8c7267bc7ff6581d015a6e892f684e120f1
(DIR) parent 7a06fc660be1100d3af96d03198779c86889b4f8
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Tue, 20 Jan 2026 19:40:48 +0100
Add penis cursor, fix ad file name.
Diffstat:
M 0-index.html.head | 2 +-
M 1-index.html.css.head | 3 ++-
M 2-clippy.css | 1 -
M 9-cookies.html | 1 -
R s/ads-prebid-wp-ads-banner.js -> s… | 0
5 files changed, 3 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/0-index.html.head b/0-index.html.head
@@ -10,7 +10,7 @@
<meta http-equiv="content-language" content="en" />
<link rel="shortcut icon" href="/favicon.gif" type="image/gif" />
- <script src="/ads-prebid-wp-ads-banner.js"></script>
+ <script src="/ads-prebid-wp-banner.js"></script>
</head>
<body>
<h1>Bitreich.org</h1>
(DIR) diff --git a/1-index.html.css.head b/1-index.html.css.head
@@ -2,11 +2,12 @@
html, body {
height: 100%;
- cursor: none;
scrollbar-color: deeppink pink;
+ cursor: url('/s/cursor.png'), auto;
}
::selection { color: yellow; }
+:hover { cursor: url('/s/cursor.png'), auto; }
body {
color: white;
(DIR) diff --git a/2-clippy.css b/2-clippy.css
@@ -1,7 +1,6 @@
.clippy, .clippy-balloon {
position: fixed;
z-index: 1000;
- cursor: pointer;
}
.clippy-balloon {
(DIR) diff --git a/9-cookies.html b/9-cookies.html
@@ -40,7 +40,6 @@
box-shadow: 0px 0px 4px black;
margin-left: 10%;
border: solid black 1px;
- cursor: pointer;
font-size: 1.3em;
}
(DIR) diff --git a/s/ads-prebid-wp-ads-banner.js b/s/ads-prebid-wp-banners.js