User:Doctorine Dark/common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Doctorine Dark mNo edit summary |
imported>Doctorine Dark mNo edit summary |
||
Line 5: | Line 5: | ||
.mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, .wikipediauserbox, .mw-portlet { | .mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, .wikipediauserbox, .mw-portlet { | ||
font-family: 'Segoe UI' !important; | font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | ||
} | } | ||
h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 { | h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 { | ||
font-family: 'Segoe UI'; | font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | ||
font-weight: 500; | font-weight: 500; | ||
} | } |
Revision as of 11:16, 1 January 2023
#ca-ve-edit.mw-list-item, #ca-view.mw-list-item, .mw-editsection-visualeditor, .mw-editsection-divider {
visibility: hidden !important;
display: none !important;
}
.mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, .wikipediauserbox, .mw-portlet {
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important;
}
h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 {
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important;
font-weight: 500;
}
a {
transition: color .2s;
transition-timing-function: ease;
-webkit-transition: color .2s;
-webkit-transition-timing-function: ease;
-moz-transition: color .2s;
-moz-transition-timing-function: ease;
-o-transition: color .2s;
-o-transition-timing-function: ease;
}
.suggestions-results, .mw-searchSuggest-link, .suggestions-result {
transition: background .1s, background-color .1s, color .1s;
transition-timing-function: ease, ease, ease;
-webkit-transition: background .1s, background-color .1s, color .1s;
-webkit-transition-timing-function: ease, ease, ease;
-moz-transition: background .1s, background-color .1s, color .1s;
-moz-transition-timing-function: ease, ease, ease;
-o-transition: background .1s, background-color .1s, color .1s;
-o-transition-timing-function: ease, ease, ease;
}