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:Flag/styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
No edit summary
Tag: Reverted
Undo revision 467989 by Loon
Tags: Undo Reverted
Line 3: Line 3:
height: 11px;
height: 11px;
width: 16px;
width: 16px;
background: url(https://soyjakwiki.org/images/8/8c/Flagsss.png);
background: url(https://soyjakwiki.org/images/0/0e/Forgot_quebec.png);
background-position: top;
background-position: top;
image-rendering: pixelated;
image-rendering: pixelated;
Line 11: Line 11:
}
}


.template-flag.sharty {
.template-flag.meme {
display: inline-block;
display: inline-block;
height: 11px;
height: 11px;
width: 16px;
width: 16px;
background: url(https://soyjakwiki.org/images/9/95/Sharty_flags.png);
background: url(https://soyjakwiki.org/images/5/51/Restored_memeflags.png);
background-position: top;
image-rendering: pixelated;
overflow: hidden;
cursor: help;
vertical-align: middle;
}
 
.template-flag.chan {
display: inline-block;
height: 11px;
width: 16px;
background: url(https://soyjakwiki.org/images/7/7d/4chan_flags.png);
background-position: top;
image-rendering: pixelated;
overflow: hidden;
cursor: help;
vertical-align: middle;
}
 
.template-flag.platform {
display: inline-block;
height: 11px;
width: 16px;
background: url(https://soyjakwiki.org/images/b/b5/Platform_flags.png);
background-position: top;
image-rendering: pixelated;
overflow: hidden;
cursor: help;
vertical-align: middle;
}
 
.template-flag.pride {
display: inline-block;
height: 11px;
width: 16px;
background: url(https://soyjakwiki.org/images/b/bf/Faggot_flags.png);
background-position: top;
image-rendering: pixelated;
overflow: hidden;
cursor: help;
vertical-align: middle;
}
 
.template-flag.us {
display: inline-block;
height: 11px;
width: 16px;
background: url(https://soyjakwiki.org/images/c/c5/Us_states.png);
background-position: top;
background-position: top;
image-rendering: pixelated;
image-rendering: pixelated;

Revision as of 12:57, 13 August 2026

.template-flag {
	display: inline-block;
	height: 11px;
	width: 16px;
	background: url(https://soyjakwiki.org/images/0/0e/Forgot_quebec.png);
	background-position: top;
	image-rendering: pixelated;
	overflow: hidden;
	cursor: help;
	vertical-align: middle;
}

.template-flag.meme {
	display: inline-block;
	height: 11px;
	width: 16px;
	background: url(https://soyjakwiki.org/images/5/51/Restored_memeflags.png);
	background-position: top;
	image-rendering: pixelated;
	overflow: hidden;
	cursor: help;
	vertical-align: middle;
}

.template-flag.has-link {
	cursor: pointer;
}