Skip to content

Commit

Permalink
add custom ragnarok online pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
cristalvioletacristal committed Dec 17, 2024
1 parent f4c7881 commit 96c096d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
Binary file added images/cursor/ro-link-select-frame-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 4 additions & 14 deletions oblivio-inconfesso.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<script src="./sketch.js" defer></script>

</head>

<body>
Expand All @@ -17,21 +18,10 @@
<h1>cristalvioletacristal</h1>
</header>

<!-- <div class="w3-content w3-display-container" style="max-width:100%;">
<img class="mySlides" src="./images/projects/senhora-dos-pecados/inconfessio-icone-horizontal.jpg" style="width:80%; align-self:center">
<img class="mySlides" src="img_snow_wide.jpg" style="width:100%">
<img class="mySlides" src="img_mountains_wide.jpg" style="width:100%">
<div class="w3-center w3-container w3-section w3-large w3-text-white w3-display-bottommiddle" style="width:100%">
<div class="w3-left w3-hover-text-khaki" onclick="plusDivs(-1)">&#10094;</div>
<div class="w3-right w3-hover-text-khaki" onclick="plusDivs(1)">&#10095;</div>
<span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv(1)"></span>
<span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv(2)"></span>
<span class="w3-badge demo w3-border w3-transparent w3-hover-white" onclick="currentDiv(3)"></span>
</div>
</div> -->

<div class="p1">
<h1 class="title"><a style="color:#FF0000" href="https://web.archive.org/web/20211206181841/http://inconfess.io/">inconfess.io (2021)</a></h1>
<a href="./index.html" class="back-button"> &lt;home </a>

<h1 class="title"><a class:"pointer-link" style="color:#FF0000" href="https://web.archive.org/web/20211206181841/http://inconfess.io/">inconfess.io (2021)</a></h1>

<div class="gallery">
<a href="https://web.archive.org/web/20211206181841/http://inconfess.io/">
Expand Down
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ body {
margin: 0;
overflow-x: hidden; /* Prevent horizontal scrolling */
}
a:hover{
cursor: url("./images/cursor/ro-link-select-frame-0.png"), auto !important;
}

/* Video Background */
#videoDemaisParaContar {
Expand Down Expand Up @@ -94,6 +97,8 @@ body {
font-family: Consolas, Times, serif;
background-color: rgba(255, 255, 255, 0.85); /* White with 50% opacity */
/* src: url('./fonts/times-new-arial/TimesNewArial.ttf'); */
}

.back-button {

}

0 comments on commit 96c096d

Please sign in to comment.