User:Doctorine Dark/common.css

From The Audiovisual Identity Database
< User:Doctorine Dark
Revision as of 07:03, 7 February 2023 by imported>Doctorine Dark
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#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-family: 'Segoe UI', 'Helvetica', 'Arial' !important;
	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  {
	font-family: 'Segoe UI', 'Helvetica', 'Arial' !important;
}

.form-inline .form-control {
	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;
	letter-spacing: 0px;
}

.contributions-details .tally {
	visibility: visible;
	display: inline;
}

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 {
	font-family: 'Verdana', 'Segoe UI', 'Helvetica', 'Arial' !important;
	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;
}