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:Swedishwin/styles.css: Difference between revisions
From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Cobblestone (talk | contribs) mNo edit summary |
MarketPliers (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
. | .template-swedishwin { | ||
position: relative; | |||
overflow: hidden; | |||
border: 2px solid #FECC02; | |||
background: #006AA7; | |||
} | } | ||
. | |||
.template-swedishwin > * { | |||
z-index: 2; | |||
} | } | ||
.template-swedishwin .content { | |||
font-size: 150%; | |||
} | } | ||
. | |||
.template-swedishwin::before, | |||
.template-swedishwin::after { | |||
content: ""; | |||
z-index: 1; | |||
position: absolute; | |||
background-color: #FECC02; | |||
} | } | ||
.template-swedishwin::before { | |||
width: 1.75rem; | |||
height: 100%; | |||
left: 30%; | |||
} | |||
.template-swedishwin::after { | |||
width: 100%; | |||
height: 1.75rem; | |||
align-self: center; | |||
} | |||
.template-swedishwin .sunburst { | |||
z-index: 1; | |||
content: ""; | |||
position: absolute; | |||
height: 42rem; /* preferred width of a soybox */ | |||
width: 42rem; | |||
align-self: center; | |||
justify-self: center; | |||
opacity: 0.1; | |||
animation: rotate 10s linear infinite; | |||
} | |||
@keyframes rotate { | |||
to { | |||
transform: rotate(0deg); | |||
} | } | ||
from { | |||
transform: rotate(360deg); | |||
} | } | ||
} | |||
Revision as of 14:18, 18 April 2026
.template-swedishwin {
position: relative;
overflow: hidden;
border: 2px solid #FECC02;
background: #006AA7;
}
.template-swedishwin > * {
z-index: 2;
}
.template-swedishwin .content {
font-size: 150%;
}
.template-swedishwin::before,
.template-swedishwin::after {
content: "";
z-index: 1;
position: absolute;
background-color: #FECC02;
}
.template-swedishwin::before {
width: 1.75rem;
height: 100%;
left: 30%;
}
.template-swedishwin::after {
width: 100%;
height: 1.75rem;
align-self: center;
}
.template-swedishwin .sunburst {
z-index: 1;
content: "";
position: absolute;
height: 42rem; /* preferred width of a soybox */
width: 42rem;
align-self: center;
justify-self: center;
opacity: 0.1;
animation: rotate 10s linear infinite;
}
@keyframes rotate {
to {
transform: rotate(0deg);
}
from {
transform: rotate(360deg);
}
}