58 lines
981 B
Plaintext
58 lines
981 B
Plaintext
li {
|
|
list-style: none;
|
|
}
|
|
|
|
h1, h2, h3, p, ul, input {
|
|
margin: unset;
|
|
border: unset;
|
|
padding: unset;
|
|
// font-size: unset;
|
|
// font-weight: unset;
|
|
}
|
|
|
|
button {
|
|
all: 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;
|
|
padding: unset;
|
|
--pi-secondary-background: none;
|
|
}
|
|
|
|
.pi-group, .pi-data {
|
|
border: unset;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.mw-dismissable-notice-body.mw-dismissable-notice-body {
|
|
margin: 0;
|
|
} |