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
Undo revision 468975 by Loon
Tag: Undo
Undo revision 468978 by Loon
 
Line 3: Line 3:
height: 11px;
height: 11px;
width: 16px;
width: 16px;
background: url(https://soyjakwiki.org/images/0/0e/Forgot_quebec.png);
background: url(https://soyjakwiki.org/images/2/22/Flags_spritesheet.png);
background-position: top;
background-position: top;
image-rendering: pixelated;
image-rendering: pixelated;
Line 11: Line 11:
}
}


.template-flag.meme {
.template-flag.sharty {
display: inline-block;
display: inline-block;
height: 11px;
height: 11px;
width: 16px;
width: 16px;
background: url(https://soyjakwiki.org/images/5/51/Restored_memeflags.png);
background: url(https://soyjakwiki.org/images/9/95/Sharty_flags.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.america {
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;

Latest revision as of 02:56, 14 August 2026

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

.template-flag.sharty {
	display: inline-block;
	height: 11px;
	width: 16px;
	background: url(https://soyjakwiki.org/images/9/95/Sharty_flags.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.america {
	display: inline-block;
	height: 11px;
	width: 16px;
	background: url(https://soyjakwiki.org/images/c/c5/Us_states.png);
	background-position: top;
	image-rendering: pixelated;
	overflow: hidden;
	cursor: help;
	vertical-align: middle;
}

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