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.

User:Extralargebbc/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Extralargebbc changed the content model of the page User:Extralargebbc/styles.css from "CSS" to "Sanitized CSS"
No edit summary
Line 1: Line 1:
body {
body {
background: url(https://soyjakwiki.org/images/c/ca/Growing-heart-google.webp) #fcb5ea;
background: url(https://soyjakwiki.org/images/e/e4/Spade_pattern.png) #dddddd;
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;
background-size: 4rem;
animation: scroll 4s linear infinite;
background-blend-mode: lighten;
background-blend-mode: soft-light;
}
 
body a {
color: white;
}
 
@keyframes scroll {
from {
background-position: 0 0;
}
to {
background-position: 4rem 4rem;
}
}
}

Revision as of 07:01, 11 June 2026

body {
	background: url(https://soyjakwiki.org/images/e/e4/Spade_pattern.png) #dddddd;
	background-size: 4rem;
	background-blend-mode: lighten;
}