User:Doctorine Dark/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "#ca-ve-edit.mw-list-item, #ca-view.mw-list-item, .mw-editsection-visualeditor, .mw-editsection-divider { visibility: hidden !important; display: none !important; } →Helvetica and Arial are added as fonts for use on my iPhone (since it doesn't support Segoe UI): .mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, #user-tools, .wikipediauserbox, .mw-portlet, .mbox-text, .dropdown-toggle, .mw-footer, #p-namespaces { font-fami..."
imported>Doctorine Dark mNo edit summary |
imported>Doctorine Dark (Created page with "#ca-ve-edit.mw-list-item, #ca-view.mw-list-item, .mw-editsection-visualeditor, .mw-editsection-divider { visibility: hidden !important; display: none !important; } →Helvetica and Arial are added as fonts for use on my iPhone (since it doesn't support Segoe UI): .mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, #user-tools, .wikipediauserbox, .mw-portlet, .mbox-text, .dropdown-toggle, .mw-footer, #p-namespaces { font-fami...") |
||
Line 6: | Line 6: | ||
/* Helvetica and Arial are added as fonts for use on my iPhone (since it doesn't support Segoe UI)*/ | /* Helvetica and Arial are added as fonts for use on my iPhone (since it doesn't support Segoe UI)*/ | ||
.mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, #user-tools, .wikipediauserbox, .mw-portlet, .mbox-text, .dropdown-toggle, .mw-footer, #p-namespaces { | .mw-body-content, body, #mw-wrapper, p, .mw-userconfigpublic, .editOptions, ul, #searchInput, #user-tools, .wikipediauserbox, .mw-portlet, .mbox-text, .dropdown-toggle, .mw-footer, #p-namespaces { | ||
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | font-family: 'Segoe UI', 'San Francisco', 'Helvetica', 'Arial' !important; | ||
letter-spacing: 0px; | letter-spacing: 0px; | ||
} | } | ||
#mw-navigation a, #p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-views-label #p-tb-label, #p-tb-label, #p-More_AVID-label, #p-managewiki-sidebar-header-label { | #mw-navigation a, #p-navigation-label, #p-Sections-label, #p-Categories-label, #p-Policy_and_Administration-label, #p-Administration-label, #p-cactions-label, #p-userpagetools-label, #p-pagemisc-label, #p-views-label #p-tb-label, #p-tb-label, #p-More_AVID-label, #p-managewiki-sidebar-header-label { | ||
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | font-family: 'Segoe UI', 'San Francisco', 'Helvetica', 'Arial' !important; | ||
} | } | ||
.form-inline .form-control { | .form-inline .form-control { | ||
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | font-family: 'Segoe UI', 'San Francisco', 'Helvetica', 'Arial' !important; | ||
} | } | ||
Line 74: | Line 74: | ||
.suggestions-results, .mw-searchSuggest-link, .suggestions-result { | .suggestions-results, .mw-searchSuggest-link, .suggestions-result { | ||
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | font-family: 'Segoe UI', 'San Francisco', 'Helvetica', 'Arial' !important; | ||
transition: background .1s, background-color .1s, color .1s; | transition: background .1s, background-color .1s, color .1s; | ||
transition-timing-function: ease, ease, ease; | transition-timing-function: ease, ease, ease; |