You may also check out our sister site SoyPlace.
As you might already know, archive.today (also known as archive.is, archive.ph and a variety of other mirror domains) is being investigated by the FBI and might be taken down soon. Please rearchive any archive.today link you find on SNCApedia on Megalodon.jp, then add said Megalodon.jp links to the articles. Faggot (talk) 23:14, 6 November 2025 (UTC)
Template:OMGSISA/styles.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with ".heart { background: pink; background-size: 100px 100px; background-repeat: repeat; background-image: radial-gradient(circle at 37% 42%, red 17%, rgba(255, 255, 255, 0) 17%), radial-gradient(circle at 63% 42%, red 17%, rgba(255, 255, 255, 0) 17%), linear-gradient(to top left, pink 37%, rgba(255, 255, 255, 0) 37%), linear-gradient(to top right, pink 37%, rgba(255, 255, 255, 0) 37%), radial-gradient(circle at 50% 58%, red 30%, rgba(255, 255, 25..." |
(No difference)
|
Latest revision as of 16:51, 25 November 2025
.heart {
background: pink;
background-size: 100px 100px;
background-repeat: repeat;
background-image:
radial-gradient(circle at 37% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
radial-gradient(circle at 63% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
linear-gradient(to top left, pink 37%, rgba(255, 255, 255, 0) 37%),
linear-gradient(to top right, pink 37%, rgba(255, 255, 255, 0) 37%),
radial-gradient(circle at 50% 58%, red 30%, rgba(255, 255, 255, 0) 30%);
animation: heartAnim 10s infinite linear;
}
@keyframes heartAnim {
0% {
background-position: 0 0;
}
100% {
background-position: 100px 100px;
}
}
.hemoji {text-shadow: -2px -2px #ffc0cb, 2px -2px #ffc0cb,-2px 2px #ffc0cb, 2px 2px #ffc0cb}