48 lines
877 B
Plaintext
48 lines
877 B
Plaintext
li {
|
|
list-style: none;
|
|
}
|
|
|
|
h1, h2, h3, p, ul, input {
|
|
margin: unset;
|
|
border: unset;
|
|
padding: unset;
|
|
// font-size: unset;
|
|
// font-weight: unset;
|
|
}
|
|
|
|
summary {
|
|
list-style: none;
|
|
}
|
|
|
|
#preferences .mw-htmlform-submit-buttons {
|
|
position: unset;
|
|
margin: unset;
|
|
padding: unset;
|
|
border-top: unset;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.portable-infobox {
|
|
background: unset;
|
|
padding: unset;
|
|
margin: unset;
|
|
}
|
|
|
|
:is(.portable-infobox *) {
|
|
background-color: unset;
|
|
border-style: none;
|
|
border-color: unset;
|
|
padding: unset;
|
|
--pi-secondary-background: none;
|
|
}
|
|
|
|
.mw-body-content::after {
|
|
content: unset;
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-decoration,
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-results-button,
|
|
input[type="search"]::-webkit-search-results-decoration {
|
|
display: none;
|
|
} |