add archive.org

This commit is contained in:
Ruben 2023-11-06 08:29:39 -06:00
commit cedbb70a5c
No known key found for this signature in database
3 changed files with 37 additions and 11 deletions

View file

@ -378,14 +378,14 @@ a {
}
/* -- below is all the css used only for the social cards, and its probably Very Bad so get a puke bag or something read -- */
.fedi, .firefish, .firefish-icon, .akkoma, .akkoma-icon, .messaging, .revolt, .revolt-icon, .matrix, .matrix-icon, .xmpp, .xmpp-icon, .platforms, .listenbrainz, .listenbrainz-icon, .gitgay, .gitgay-icon, .github, .github-icon, .misc, .retrospring, .retrospring-icon, .dotfiles, .idle, .shitposts, .amoguscloud, .warning {
.fedi, .firefish, .firefish-icon, .akkoma, .akkoma-icon, .messaging, .revolt, .revolt-icon, .matrix, .matrix-icon, .xmpp, .xmpp-icon, .platforms, .listenbrainz, .listenbrainz-icon, .gitgay, .gitgay-icon, .github, .github-icon, .misc, .retrospring, .retrospring-icon, .archiveorg, .archive-icon, .dotfiles, .idle, .shitposts, .amoguscloud, .warning {
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
}
.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .idle, .amoguscloud {
.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .archive-icon, .idle, .amoguscloud {
margin-top: 20px;
margin-right: 8px;
width: 30px;
@ -401,6 +401,7 @@ a {
background: linear-gradient(to right, #E74788 0%, #F6AE4A 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #F1775D;
}
/* -- */
@ -422,6 +423,7 @@ a {
background: linear-gradient(to right, #FF4654 0%, #FF558B 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #FF4654;
}
/* -- */
@ -433,6 +435,7 @@ a {
background: linear-gradient(to right, #FFFFFF 0%, #4B4B4B 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #4B4B4B;
}
/* -- */
@ -444,6 +447,7 @@ a {
background: linear-gradient(to right, #A6DA95 0%, #EED49F 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #11A4D8;
}
/* -- */
@ -457,6 +461,7 @@ a {
background: linear-gradient(to right, #8AADf4 0%, #EB743B 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #D58C17;
}
/* -- */
@ -468,6 +473,7 @@ a {
background: linear-gradient(to right, #FE9494 0%, #FFC783 31%, #69CB86 56%, #83A8FF 79%, #C56AD4 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #69CB86;
}
/* -- */
@ -489,6 +495,17 @@ a {
text-shadow: 0px 0px 8px #5E35B1;
}
/* -- are chives dot org -- */
.archiveorg > p > small, .archiveorg > p > small > a {
font-size: 16px;
background: #FFFFFF;
background: linear-gradient(to right, #FFFFFF 0%, #000000 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-shadow: 0px 0px 8px #777777;
}
/* -- lil warning message :3 -- */
.warning {
margin-top: 3rem;