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: Difference between revisions
From Soyjak Wiki, the free ensoyclopedia
< User:Tar
No edit summary |
No edit summary Tag: Reverted |
||
| Line 19: | Line 19: | ||
.mw-enhancedchanges-arrow { | .mw-enhancedchanges-arrow { | ||
opacity: 0.7; | 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; | |||
} | } | ||
Revision as of 18:59, 8 August 2026
.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;
}