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.
User:Tar/common.css
From Soyjak Wiki, the free ensoyclopedia
< User:Tar
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.mw-editsection-bracket, .mw-editsection-divider {
color: black;
}
.client-js .mw-editsection-bracket:first-of-type {
margin-right: revert;
}
.client-js .mw-editsection-bracket:not(:first-of-type) {
margin-left: revert;
}
.rcoptions {
border: 0px;
margin: 0px;
padding: 0px;
}
.rcoptions legend, .mw-changeslist-legend, .mw-specialpage-summary #recentchangestext, #mw-indicator-mw-helplink {
display: none;
}
.mw-enhancedchanges-arrow {
opacity: 0.7;
}
.username-autocomplete {
position: absolute;
z-index: 999999;
min-width: 200px;
max-width: 350px;
max-height: 250px;
overflow-y: auto;
background: var(--background-color-base, #fff);
color: var(--color-base, #202122);
border: 1px solid var(--border-color-base, #a2a9b1);
border-radius: 3px;
box-shadow: 0 3px 10px rgb(0 0 0 / .25);
font: 12px sans-serif;
}
.username-autocomplete-result {
padding: 5px 8px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.username-autocomplete-result:hover,
.username-autocomplete-result.selected {
background: var(
--background-color-interactive-subtle,
#eaecf0
);
}
.username-autocomplete-result img {
width: 24px;
height: 24px;
flex: none;
object-fit: contain;
}
.username-autocomplete-empty {
padding: 7px 10px;
color: var(--color-subtle, #72777d);
font-style: italic;
}