₊⁺✿˚

This commit is contained in:
HT 2023-10-14 21:59:14 +01:00
parent f70fa69a0a
commit 8de3288dca
1 changed files with 15 additions and 9 deletions

View File

@ -3,21 +3,25 @@ About Page [17]: Love Letter
Made by glenthemes
Initial release: 2020/05/07
Last updated: 2021/10/21
Last updated: 2023/10/14
What's new:
✱ rehosted some images
✱ fixed inconsistent heart bullet across devices
TERMS OF USE:
1) Do not remove the page credit.
2) Do not repost/redistribute my themes.
3) Do not take parts of the code and use it as your own.
4) Do not use my themes as a base code.
5) Do not mix my themes together.
4) Do not use my works as a base code.
5) Do not mix my works together.
Customization pointers:
🌹🌹🌹🌹🌹🌹🌹 = places to edit
------------------------------------------------------------------------>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
@ -41,7 +45,7 @@ attribute:"title"
})(jQuery);
</script>
<link href="//fonts.googleapis.com/css?family=Work+Sans|Handlee|Barlow|DM+Sans|Material+Icons" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Work+Sans|Handlee|Barlow|DM+Sans|Dela+Gothic+One|Material+Icons" rel="stylesheet">
<script src="//static.tumblr.com/2pnwama/DLppehqvd/feathericons.js"></script>
@ -113,12 +117,13 @@ a, .bache span {
pre, code {white-space:pre-wrap;}
img {vertical-align:middle;}
a[title] > * { pointer-events:none;}
/*----------- CUSTOMIZATION OPTIONS -----------*/
/*--🌹🌹🌹🌹🌹🌹🌹--*/
body { /* BACKGROUND ASSETS */
background:#000 url('//cdn.discordapp.com/attachments/382037367940448256/708029140288274592/zzzz.jpg');
background:#000 url('//static.tumblr.com/gtjt4bo/FGVs2jdkn/roses_background.jpeg');
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
@ -443,6 +448,7 @@ body { /* BACKGROUND ASSETS */
content:"♡";
position:absolute;
margin-left:calc((var(--Main-Text-Font-Size) + 2px) * -1.5);
font-family:"Dela Gothic One";
font-size:calc(var(--Main-Text-Font-Size) + 2px);
color:var(--Main-Text-Bullet-Hearts);
}
@ -711,7 +717,7 @@ body { /* BACKGROUND ASSETS */
<!--🌹🌹🌹🌹🌹🌹🌹-->
<!------ CORNER ICON / AVATAR IMAGE ------>
<!-- put image url between quote marks of src="" -->
<img class="corner-icon" src="//cdn.discordapp.com/attachments/382037367940448256/708019156091666442/tumblr_po9g8hQTkV1qirvsvo6_400.png">
<img class="corner-icon" src="//static.tumblr.com/gtjt4bo/yB9s2jdls/239874982.png">
</div><!--do not delete this line-->
@ -849,7 +855,7 @@ body { /* BACKGROUND ASSETS */
-->
<!--🌹🌹🌹🌹🌹🌹🌹-->
<audio id="audio" src="https://cdn.discordapp.com/attachments/900670626774265886/900756214412115969/Laura_Brehm_and_Luke_Black_-_Tomorrow_Never_Came_Cover.mp3" type="audio"></audio>
<audio id="audio" src="https://rhizo.gitlab.io/m/Laura_Brehm_and_Luke_Black_-_Tomorrow_Never_Came__Cover_.mp3" type="audio"></audio>
<!----end music player---->