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
MarketPliers (talk | contribs) mNo edit summary |
MarketPliers (talk | contribs) mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
background-size: 4rem; | background-size: 4rem; | ||
animation: scroll 4s linear infinite; | animation: scroll 4s linear infinite; | ||
background-blend-mode: soft-light; | |||
} | |||
.template-omgsisa.ugly { | |||
background: #db9bcb; | |||
animation: unset; | |||
background-size: initial; | |||
} | } | ||
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;
}
}