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
North (talk | contribs)
No edit summary
MarketPliers (talk | contribs)
No edit summary
Line 1: Line 1:
.heart {
.template-omgsisa {
  background: pink;
background: url(https://soyjakwiki.org/images/c/ca/Growing-heart-google.webp) #fcb5ea;
  background-size: 100px 100px;
font-size: 120%;
  background-repeat: repeat;
color: white;
  background-image:  
text-shadow: 1px 1px 3px #d177ba;
    radial-gradient(circle at 37% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
border: 2px solid #d177ba;
    radial-gradient(circle at 63% 42%, red 17%, rgba(255, 255, 255, 0) 17%),
border-radius: 0.25rem;
    linear-gradient(to top left, pink 37%, rgba(255, 255, 255, 0) 37%),
box-shadow: inset 0 0 5px 0 #d177ba;
    linear-gradient(to top right, pink 37%, rgba(255, 255, 255, 0) 37%),
background-size: 4rem;
    radial-gradient(circle at 50% 58%, red 30%, rgba(255, 255, 255, 0) 30%);
animation: scroll 4s linear infinite;
  animation: heartAnim 10s infinite linear;
opacity: 0.8;
}
}


@keyframes heartAnim {
.template-omgsisa a {
  0% {
color: white;
    background-position: 0 0;
}
  }
 
  100% {
@keyframes scroll {
    background-position: 100px 100px;
from {
  }
background-position: 0 0;
}
to {
background-position: 4rem 4rem;
}
}
}
.hemoji {text-shadow: -2px -2px #ffc0cb, 2px -2px #ffc0cb,-2px 2px #ffc0cb, 2px 2px #ffc0cb}

Revision as of 13:50, 16 April 2026

.template-omgsisa {
	background: url(https://soyjakwiki.org/images/c/ca/Growing-heart-google.webp) #fcb5ea;
	font-size: 120%;
	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;
	opacity: 0.8;
}

.template-omgsisa a {
	color: white;
}

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