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.

This page is "edit" protected. The "sysop" right is required to "edit" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="209031" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=209031" title="Special:Log">15:38, 22 June 2026</a> <a href="/User:MarketPliers" class="mw-userlink" title="User:MarketPliers"><bdi>MarketPliers</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/User_talk:MarketPliers" class="mw-usertoollinks-talk" title="User talk:MarketPliers">talk</a></span> <span><a href="/Special:Contributions/MarketPliers" class="mw-usertoollinks-contribs" title="Special:Contributions/MarketPliers">contribs</a></span></span> protected <a href="/Template:Soybox/styles.css" title="Template:Soybox/styles.css">Template:Soybox/styles.css</a> [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) <span class="comment">(Template)</span> <span class="mw-logevent-actionlink">(<a href="/index.php?title=Template:Soybox/styles.css&amp;action=history&amp;offset=20260622153838" title="Template:Soybox/styles.css">hist</a>)</span> </li> </ul></ul>
This page is "move" protected. The "sysop" right is required to "move" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="209031" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=209031" title="Special:Log">15:38, 22 June 2026</a> <a href="/User:MarketPliers" class="mw-userlink" title="User:MarketPliers"><bdi>MarketPliers</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/User_talk:MarketPliers" class="mw-usertoollinks-talk" title="User talk:MarketPliers">talk</a></span> <span><a href="/Special:Contributions/MarketPliers" class="mw-usertoollinks-contribs" title="Special:Contributions/MarketPliers">contribs</a></span></span> protected <a href="/Template:Soybox/styles.css" title="Template:Soybox/styles.css">Template:Soybox/styles.css</a> [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) <span class="comment">(Template)</span> <span class="mw-logevent-actionlink">(<a href="/index.php?title=Template:Soybox/styles.css&amp;action=history&amp;offset=20260622153838" title="Template:Soybox/styles.css">hist</a>)</span> </li> </ul></ul>

Template:Soybox/styles.css

From Soyjak Wiki, the free ensoyclopedia
Revision as of 18:04, 9 July 2026 by MarketPliers (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.template-soybox {
	display: grid; 
	grid-template-columns: auto 1fr auto; 
	grid-template-areas: "image1 text image2";
	margin: 0.3rem auto; 
	padding: 0.3rem;
	align-items: center; 
	text-align: center; 
	gap: 0.5rem;
	word-break: break-word;
	overflow: hidden;
}

.template-soybox[data-hastwoimages="false"] {
	grid-template-columns: auto 1fr; 
	grid-template-areas: "image1 text";
}

.template-soybox,
.template-soybox * {
	box-sizing: border-box;
}

.template-soybox .content {
	display: flex; 
	flex-direction: column; 
	gap: 0.25rem;
	grid-area: text;
}

.template-soybox .line1 {
	font-size: 140%; 
	line-height: 1.75rem;
}

.template-soybox.page-issue {
	border-width: 1px; 
	border-style: solid; 
	border-left-width: 0.6rem;
	border-radius: 0.2rem;
}

.template-soybox.page-issue.ok {
	background: white;
	border-color: #b6f9ba; 
	border-left-color: #52d85b;
}

.template-soybox.page-issue.info {
	background: #EEF2FF; 
	border-color: #D6DAF0; 
	border-left-color: #5457e5;
}

.template-soybox.page-issue.warning {
	background: #fef6e7; 
	border-color: #eed6d2;
	border-left-color: #FF9D00;
}

.template-soybox.page-issue.critical {
	background: #fff0f0;
	border-color: #e23639;
}

@media screen and (max-width: 400px) {
	.template-soybox>span[typeof="mw:File"]:nth-of-type(2) {
		/* Dirty fix: Having two images on extremely small screens like this makes text wrap in an illegible manner. */
		display: none; 
	}
}