CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

Template:OMGSISA/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Created page with ".heart { background: pink; width: 100%; height: 100vh; 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%..."
 
MarketPliers (talk | contribs)
mNo edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
.heart {
.template-omgsisa {
  background: pink;
background: url(https://soyjakwiki.org/images/c/ca/Growing-heart-google.webp) #fcb5ea;
  width: 100%;
font-size: 125%;
  height: 100vh;
color: white;
  background-size: 100px 100px;
text-shadow: 1px 1px 3px #d177ba;
  background-repeat: repeat;
border: 2px solid #d177ba;  
  background-image:  
border-radius: 0.25rem;
    radial-gradient(circle at 37% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
box-shadow: inset 0 0 5px 0 #d177ba;
    radial-gradient(circle at 63% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
background-size: 4rem;
    linear-gradient(to top left, pink 37%, rgba(255, 255, 255, 0) 37%),
animation: scroll 4s linear infinite;
    linear-gradient(to top right, pink 37%, rgba(255, 255, 255, 0) 37%),
background-blend-mode: soft-light;
    radial-gradient(circle at 50% 58%, red 30%, rgba(255, 255, 255, 0) 30%);
  animation: heartAnim 10s infinite linear;
}
}


@keyframes heartAnim {
.template-omgsisa.ugly {
  0% {
background: #db9bcb;
    background-position: 0 0;
animation: unset;
  }
background-size: initial;
  100% {
}
    background-position: 100px 100px;
 
  }
.template-omgsisa a {
color: white;
}
 
@keyframes scroll {
from {
background-position: 0 0;
}
to {
background-position: 4rem 4rem;
}
}
}

Latest revision as of 15:50, 16 April 2026

.template-omgsisa {
	background: url(https://soyjakwiki.org/images/c/ca/Growing-heart-google.webp) #fcb5ea;
	font-size: 125%;
	color: white;
	text-shadow: 1px 1px 3px #d177ba;  
	border: 2px solid #d177ba; 
	border-radius: 0.25rem; 
	box-shadow: inset 0 0 5px 0 #d177ba;
	background-size: 4rem;
	animation: scroll 4s linear infinite;
	background-blend-mode: soft-light;
}

.template-omgsisa.ugly {
	background: #db9bcb;
	animation: unset;
	background-size: initial;
}

.template-omgsisa a {
	color: white;
}

@keyframes scroll {
	from {
		background-position: 0 0;	
	}
	to {
		background-position: 4rem 4rem;
	}
}