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 |
Tag: Undo |
||
| Line 3: | Line 3: | ||
height: 11px; | height: 11px; | ||
width: 16px; | width: 16px; | ||
background: url(https://soyjakwiki.org/images/ | 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. | .template-flag.meme { | ||
display: inline-block; | display: inline-block; | ||
height: 11px; | height: 11px; | ||
width: 16px; | width: 16px; | ||
background: url(https://soyjakwiki.org/images/ | background: url(https://soyjakwiki.org/images/5/51/Restored_memeflags.png); | ||
background-position: top; | background-position: top; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
| Line 23: | Line 23: | ||
} | } | ||
.template-flag | .template-flag.has-link { | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Revision as of 02:50, 14 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;
}