MediaWiki:Medik.css

From the Audiovisual Identity Database, the motion graphics museum

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.
:root {
	--titleglow: var(--primary);
	--thbg: var(--medik);
}
/* Top bar font modernization */
#user-tools{
  font-family: AVID Web;
 }
.form-control {
	font-family:AVID Web;
}
/*Exempt banner from dark mode*/

.client-dark-mode #mw-navbar {
	filter:none;
}
.client-dark-mode #mw-navbar {
	filter:none;
}
/*Category links, table and system message box styling (temporary patch pending proper bug fix)*/ 
 #catlinks {
  text-align:left
 }
 .catlinks {
  border:1px solid #a2a9b1;
  background-color:#f8f9fa;
  padding:5px;
  margin-top:1em;
  clear:both
 }
 .catlinks ul {
  display:inline;
  margin:0;
  padding:0;
  list-style:none
 }
 .catlinks li {
  display:inline-block;
  line-height:1.25em;
  border-left:1px solid #a2a9b1;
  margin:0.125em 0;
  padding:0 0.5em
 }
 .catlinks li:first-child {
  padding-left:0.25em;
  border-left:0
 }
 .catlinks li a.mw-redirect {
  font-style:italic
 }
 .mw-hidden-cats-hidden,
 .catlinks-allhidden {
  display:none
 }
.wikitable {
background-color: #f8f9fa;
color: #202122;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}
.wikitable > tr > th, .wikitable > * > tr > th {
  background-color: #eaecf0;
  text-align: center;
}
a.new {
    color: #dd3333 !important;
}
.mw-message-box-warning {
  background-color: #fef6e7;
  border-color: #fc3;
}
.mw-message-box {
  color: #000;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  padding: 12px 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;

}
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning {
  clear: both;
  margin: 0.2em 0;
  border: 1px solid #bb7070;
  background-color: #ffdbdb;
  padding: 0.25em 0.9em;
  box-sizing: border-box;
}
/*Sidebar styling*/
.nav-link {
    color:#fff !important
}
.nav-link:hover {
    color:#cccdcf !important
}
#mw-navigation {
    background-color: #161f2b;
    border:none;
    

}
.mw-footer {
  background-color: #161f2b;
  border:none;
  color:white
}

#p-navigation-label {
   background: #da0c3f; 
}

#p-Contribute-label {
	background:#ec5a1f;
	margin-top: 2em;
}
#p-Contribute {
	margin-top: 2em;
}
#p-Primary_Branding-label {
   background: #ffa800;
   margin-top: 2em;  
}
#p-Primary_Branding {
    margin-top: 2em;
}
#p-Secondary_Branding-label {
   background: #1dc82b;
   margin-top: 2em;  
}
#p-Secondary_Branding {
   margin-top: 2em;  
}
#p-Miscellaneous-label {
   background: #0c62da;
   margin-top: 2em;  
}
#p-Miscellaneous {
    margin-top: 2em;
}
#p-Variations-label {
   background: #801ae5;
   margin-top: 2em;  
}
#p-Variations {
    margin-top: 2em;
}
#p-Browse_by\.\.\.-label {
   background: #da0c3f;
   margin-top: 2em;  
}
#p-Browse_by\.\.\. {
    margin-top: 2em;
}

#p-Policy_and_Administration-label {
   background: #ec5a1f;
   margin-top: 2em;  
}
#p-Policy_and_Administration {
    margin-top: 2em;
}
#p-More_AVID-label {
   background: #ffa800
}
#p-More_AVID {
    margin-top: 2em;
}
#p-managewiki-sidebar-header-label {
   background: #1dc82b;
   margin-top: 2em;  
}
#p-managewiki-sidebar-header {
    margin-top: 2em;
}
/*Dark Mode optimization*/
.client-darkmode #mw-navigation {filter: invert( 1 ) hue-rotate( 180deg )}


.client-darkmode .mw-footer {filter: invert( 1 ) hue-rotate( 180deg )}
/*fix invisible actions label*/
#p-actions-label {
    color: #6c757d !important
}
/*UI refresh by Compooper*/
.sitenotice-new {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 25px solid #ffa800;
    font-weight: normal;
}
.sitenotice-open {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 25px solid #0c62da;
    font-weight: normal;
}
.mw-inputbox-createbox:required:invalid ~ .mw-ui-button {
    background-color: #c8ccd1;
    color: #ffffff;
    border-color: #c8ccd1;
    cursor: default;
        font-weight: normal;
    border-radius: 5px;
}
.mw-ui-button.mw-ui-progressive:not(:disabled) {
    background-color: #0c62da;
    color: #fff;
    border-color: #0c62da;
        font-weight: normal;
    border-radius: 5px;
}
.user-section-title {
    float: left;
    font-size: 20px;
    letter-spacing: 0px;
    padding: 0 10px 0 0;
    font-weight: bold;
}
.profile-actions a {
    text-decoration: none;
    font-weight: normal;
    margin: 0 6px;
}
#profile-toggle-button {
    background-color: #ffa800;
    border-radius: 5px;
    top: 5px;
    right: 0;
    padding: 2px 10px;
    position: absolute;
}
#profile-toggle-button a {
    color: #fff;
    font-weight: normal;
}
.suggestions-result {
    color: #000;
    margin: 0;
    line-height: 1.5em;
    padding: 0.01em 0.25em;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    white-space: nowrap;
}
li.gallerybox div.thumb {
    border: 1px solid #f8f9f8;
    background-color: #f8f9f8;
    border-radius: 10px;
}
.suggestions-results {
    background-color: #f8f9fa;
    cursor: pointer;
    border: 0px solid #a2a9b1;
    border-radius: 5px;
    padding: 1px;
    margin: 0;
    font-family: 'AVID Web';
}
.suggestions-special {
    position: relative;
    background-color: #f8f9fa;
    cursor: pointer;
    border: 0px solid #a2a9b1;
    border-radius: 5px;
    margin: 0;
    margin-top: -2px;
    display: none;
    padding: 0.25em 0.25em;
    line-height: 1.25em;
}
.suggestions-special .special-label {
    color: #72777d;
    font-family: 'AVID Web';
    text-align: left;
    font-size: 10px;
}
.suggestions a.mw-searchSuggest-link .special-query {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'AVID Web';
}
.suggestions-special .special-query {
    color: #000;
    text-align: left;
    font-style: normal;
}
.sitenotice-new {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 25px solid #ffa800;
    font-weight: normal;
}
.sitenotice-open {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 25px solid #0c62da;
    font-weight: normal;
}
body.oo-ui-window-content.oo-ui-dialog-content.oo-ui-processDialog-content.oo-ui-window-content-setup.oo-ui-window-content-ready
a.new {
    color: #da0c3f;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head {
    box-sizing: border-box;
    height: 3.1428571em;
    border-bottom: 0px solid #c8ccd1;
    margin: 0;
    background: #161f2b;
}
.tabber__tab {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 0.75em;
    color: #0c62da;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.tabber__tab[aria-selected='true'], .tabber__tab[aria-selected='true']:visited {
    color: #0c62da;
}
.oo-ui-dropdownWidget-handle {
    min-height: 32px;
    border: 0px solid #a2a9b1;
    border-radius: 2px;
    padding: 5px 2.14285714em 5px 12px;
    line-height: 1;
}
.oo-ui-pendingElement-pending {
    background-color: #161f2b;
    background-image: linear-gradient(135deg,#374562 25%,transparent 25%,transparent 50%,#374562 50%,#374562 75%,transparent 75%,transparent);
    background-size: 1.42857143em 1.42857143em;
    animation: oo-ui-pendingElement-stripes 650ms linear infinite;
}
.mw-upload-bookletLayout-filePreview p {
    line-height: 1em;
    margin: -9px;
    margin-left: 3px;
}
.oo-ui-progressBarWidget.oo-ui-widget-enabled .oo-ui-progressBarWidget-bar {
    background-color: #0c62da;
}
.mw-upload-bookletLayout-filePreview {
    width: 503px;
    height: 1em;
    background-color: #eaecf0;
    background-size: cover;
    background-position: center center;
    padding: 1.42857143em;
    margin: -1.42857143em;
    margin-bottom: 1.42857143em;
    position: relative;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head > .oo-ui-labelElement-label {
    margin: 0 0 0 13.47619050000003em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.5595238em;
    text-align: center;
}
.oo-ui-popupWidget {
	font-family: AVID Web;
}
.oo-ui-popupWidget-popup {
    background-color: #ffffff;
    border: 0px solid #a2a9b1;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 25%);
    color: white;
}
.oo-ui-floatableElement-floatable, .oo-ui-clippableElement-clippable {
    background-color: #fff;
    z-index: 2000;
    border-radius: 10px;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head > .oo-ui-iconWidget {
    float: right;
    height: 100%;
    margin: 0 0 0 1.1428571em;
    opacity: 0;
}
.oo-ui-pendingElement-pending {
    background-color: #161f2b;
    background-image: linear-gradient(135deg,#374562 25%,transparent 25%,transparent 50%,#374562 50%,#374562 75%,transparent 75%,transparent);
    background-size: 1.42857143em 1.42857143em;
    animation: oo-ui-pendingElement-stripes 650ms linear infinite;
}
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement > .oo-ui-buttonElement-button {
    padding: 8px;
    	border-radius: 5px;
}
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement:first-child {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-right: 8px;
}
.oo-ui-windowManager-modal > .oo-ui-dialog {
    background-color: rgb(162 162 162 / 50%);
    opacity: 0;
    transition: opacity ease-out 250ms;
    backdrop-filter: blur(4px);
}
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement > .oo-ui-buttonElement-button {
    padding: 8px 13px;
}
.oo-ui-processDialog-content .oo-ui-window-head, .oo-ui-processDialog-content .oo-ui-window-foot {
    outline: 0px solid #c8ccd1;
}
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
	border: solid 0px #ddd;
	border-radius: 15px;
	box-shadow: 0 0px 0px 0;
}
.oo-ui-window-content.oo-ui-dialog-content.oo-ui-processDialog-content.oo-ui-window-content-setup.oo-ui-window-content-ready {
	font-family: AVID Web;
	border: solid 0px #ddd;
	border-radius: 10px;
}
.oo-ui-window-head {
	border: solid 0px #ddd;
	border-radius: 5px;
	background-color: #161f2b;
	color: white;
}
.diff-addedline {
    border-color: #0c62da;
}
.oo-ui-messageWidget.oo-ui-flaggedElement-success:not(.oo-ui-messageWidget-block) {
    color: #000000;
    font-family: AVID Web;
    font-weight: normal;
}
.diff-deletedline {
    border-color: #ffa800;
}
.mw-notification {
    border: solid 0px #ddd;
    border-radius: 5px;
    border-left: 17px solid #161f2b;
    font-family: AVID Web;
    background: #f8f9fa;
}
.mw-parser-output .documentation-heading {
    font-weight: bold !important;
    font-size: 125%;
}
.toc, .toccolours {
    border: 0px solid #a2a9b1;
            border-radius: 5px;
    background-color: #f8f9fa;
    padding: 5px;
    font-size: 95%;
}
.toc .h2 {
    display: inline;
    border: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}
.oo-ui-buttonElement-frameless.oo-ui-labelElement:first-child {
    margin-left: -6px;
    margin-top: 6px;
}
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
    background-color: #ffffff;
    border: 0px solid #a2a9b1;
    border-bottom: 0;
        border-radius: 5px;
    padding: 0 0.6em 0.6em 0.6em;
    line-height: normal;
}
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
    font-weight: normal;
    color: #54595d;
    white-space: nowrap;
}
#filetoc {
    border: 0px solid #a2a9b1;
        border-radius: 5px;
    background-color: #f8f9fa;
    padding: 5px;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
          text-align: left;
}
.mw-message-box-error {
    clear: both;
    margin: 0.2em 0;
    background-color: #ffffff;
    border: 0px solid #da0c3f;
    border-left: 10px solid #da0c3f;
    padding: 0.25em 0.9em;
    box-sizing: border-box;
}
#p-navigation-label {
    background: #da0c3f;
    border-radius: 5px;
    font-weight: normal;
}
#mw-navigation a.nav-link.disabled {
    color: #444;
    margin-top: 1em;
    font-weight: normal;
    border-radius: 5px;
      text-align: center;
}
a:visited {
    color: #4840df;
}
.ext-darkmode-link::before {
    content: '';
    display: hidden;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
 border: -7.75px solid #a2a9b1;
    border-radius: 5px;
    padding: 0.2em 0.4em;
}
.wikitable {
	font-weight: normal;
    background-color: #f8f9fa;
    color: #202122;
    margin: 1em 0;
    border: 0px solid #a2a9b1;
        border-radius: 5px;
    border-collapse: collapse;
}
.usermessage {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 10px solid #ffa800;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.75rem;
}
#content a:not(.new):visited, #siteNotice a:not(.new):visited {
    color: #0c62da;
}
a {
    color: #0c62da;
    text-decoration: none;
    background-color: transparent;
}
#pt-uls .uls-trigger:before {
    content: '';
    background-image: url(/w/extensions/UniversalLanguageSelector/lib/jquery.uls/);
    background-position: left 0.08333333em;
    background-repeat: no-repeat;
    background-size: 1.33333333em 1.33333333em;
    padding-top: 0.33333333em;
    padding-left: 1.66666667em;
    opacity: 0.67;
}
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover {
    background-color: #fff;
    color: #404244;
    border: 0px #a2a9b1;
}
.mw-search-profile-tabs {
    background-color: #f8f9f8;
    margin-top: 1em;
    border: 0px solid #c8ccd1;
    border-radius: 8px;
}
.oo-ui-dropdownInputWidget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-position: right 12px center;
    box-sizing: border-box;
    height: 2.28571429em;
    border: 0px solid #a2a9b1;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 2.14285714em;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle;
}
.oo-ui-panelLayout-framed {
    background: #f8f9fa;
    border: 0px solid #a2a9b1;
    border-radius: 15px;
}
.oo-ui-fieldsetLayout.oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.5em;
    font-weight: bold;
}
.oo-ui-textInputWidget {
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    max-width: 197em;
}
.catlinks {
    border: 0px solid #a2a9b1;
    border-left: 10px solid #a9b4bf;
    border-radius: 5px;
    background-color: #f8f9fa;
    padding: 5px;
    padding-left: 15px;
    margin-top: 1em;
    clear: both;
}

.oo-ui-buttonElement > .oo-ui-buttonElement-button {
    background-color: #f8f9fa;
    color: #000000;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0px solid #a2a9b1;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    font-family: inherit;
    font-size: .85em;
    font-weight: normal;
    text-align: center;
}
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, div.titleblacklist-warning {
    clear: both;
    margin: 0.2em 0;
    background-color: #f8f9fa;
    border: 0px solid #da0c3f;
    border-left: 10px solid #da0c3f;
    padding: 0.25em 0.9em;
    box-sizing: border-box;
}
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
    background-color: #f8f9fa;
    border: 0px solid #da0c3f;
        border-radius: 5px;
    border-left: 10px solid #ffa800;
}
.mw-continue-editing {
	visibility: hidden
}
.mw-message-box-warning{
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 10px solid #ffa800;
    font-weight: normal;
}
.mw-message-box {
    color: #000000;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 12px 24px;
    border-radius: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    font-family: 'AVID Web';
    background: #f8f9fa;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
    background-color: #0c62da;
    border-color: #0c62da;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    background-color: #0c62da;
    color: #ffffff;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0px solid #a2a9b1;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    font-family: inherit;
    font-size: .85em;
    font-weight: normal;
    text-align: center;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
    background-color: #ffffff;
    color: #000;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: inherit;
    font-family: inherit;
    line-height: 1.42857143em;
}
.editOptions {
    background-color: #f8f9f8;
    color: #202122;
    border: 0px solid #c8ccd1;
    border-radius: 5px;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}
.mw-ui-button:not(.mw-ui-icon-element) {
    padding: 9px 12px;
    -webkit-appearance: none;
}
.flex-row .dropdown {
	left:0;
}
#mw-editing-your-version {
    border: 0px solid #77cc88;
        border-radius: 5px;
            border-left: 10px solid #1dc82b;
                padding: 12px 24px;
    background-color: #f8f9fa;
    margin-bottom: 5px;
}
.ext-discussiontools-visualenhancements-enabled h2.ext-discussiontools-ui-newTopic-sectionTitle .oo-ui-inputWidget-input {
  font-weight: bold;
  font-family: AVID Web;
}
.infobox .dropdown-item {
     padding:0;
}
.mw-parser-output > div > .mainpageframe {
    border-radius: 5px;
}
.multicol-float .mainpageframe {
    border-radius: 5px;
}
.mw-parser-output div div .mainpageframe {
    border-radius: 5px;
}
#pt-notifications-alert .mw-echo-notifications-badge:after, #pt-notifications-notice .mw-echo-notifications-badge:after {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 9px;
    text-indent: 0;
    left: 55%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 0.3em;
    border: 1px solid #fff;
    border-radius: 24px;
    background-color: #000000;
    content: attr(data-counter-text);
    color: #fff;
}
#pending-review {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    margin-left: 0;
    font-weight: normal;
    font-size: 120%;
    text-transform: none;
    font-family: AVID Web;
    text-align: center;
    border: 0px;
}
#profile-top {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 0;
}
#profile-title {
    font-weight:bold;
}
#user-page-right {
     background:#F1F3F5;
    padding:10px;
    border-radius:5px
}

#user-page-left {
     background:#F1F3F5;
    padding:10px;
    border-radius:5px
}
.user-board-message-from {
  border-radius:5px;
  background:#161f2b;
}
.user-board-message-from a {
    color:#fff !important;
}
.user-board-message {
    padding:5px;
    border:none
}
.mw-htmlform legend {
    font-size: 100%;
    font-weight: bold;
    font-size: large;
    font-family: 'AVID Web';
}
.mw-destfile-warning {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 10px solid #ffa800;
    font-weight: normal;
    border-radius: 5px;
    color: black;
}
div.thumbinner {
    border: 0;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 94%;
}
div#postedit-modqueued {
    font-family: 'AVID Web';
}
.mw-footer a {
    color: #ffffff;
    font-weight: normal;
    font-family: 'AVID Web';
    font-size: small;
}
th {
	font-weight: normal;
	font-family: AVID Web;
}
.video-js .vjs-control-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.25) 100%);
}
.video-js.vjs-high-controls:not(.vjs-audio) .vjs-time-control {
    font-family: 'AVID Web';
}
.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255,255,255,0.0);
    border-radius: 0.3em;
    color: rgba(255,255,255,0);
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    z-index: 1;
}
.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgb(0 0 0 / 25%);
    font-family: 'AVID Web';
}
.video-js .vjs-play-progress {
    background-color: #ffffff;
}
.mw-mmv-post-image.mw-mmv-ttf-ellipsis-container {
    font-family: 'AVID Web';
}
.mw-mmv-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
	background-image: linear-gradient(235deg, #161f2b, #374562);
}
a.mw-mmv-stripe-button.mw-mmv-description-page-button.mw-ui-big.mw-ui-button.mw-ui-progressive {
    font-size: 15px;
    font-family: 'AVID Web';
}
span.mw-mmv-title {
    font-size: 20px;
    margin-top: 5px;
}
.mw-mmv-image-metadata {
    width: 100%;
    position: relative;
    margin-top: -30px;
    border-top: 0px solid #c8ccd1;
    background-color: #f8f9fa;
    padding-top: 16px;
}
.mw-mmv-dialog.mw-mmv-options-dialog {
    font-family: 'AVID Web';
}
.mw-body-content .error {
    font-size: larger;
    font-family: 'AVID Web';
    color: #da0c3f;
}
/*Fonts for new talk page headings*/
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section > h2 {
    font-family:AVID Web !important
}
.mw-mmv-image.error {
    background: linear-gradient(235deg,#161f2b,#da0c3f);
}
.mw-mmv-image .error-box .mw-mmv-error-text {
    font-size: 35px;
    font-family: 'AVID Web';
    font-weight: bold;
}
.mw-mmv-image .error-box .mw-mmv-error-description {
    margin-top: 30px;
    font-size: 22px;
    font-family: 'AVID Web';
}
/*Related Articles card styling*/
/*main card styles*/
.ext-related-articles-card {
    border-radius: 5px !important;
    border:none 0px !important;
    background-color: #f8f9fa;
}
/*round thumbnail corners*/
.ext-related-articles-card-thumb, .ext-related-articles-card-thumb-placeholder {
    border-radius:5px
}
/*remove weird white gradient strip*/
.ext-related-articles-card-list h3::after {
    background-image:none;
}

/* Tabber */
.tabberlive .tabbertab {
    border: none !important;
    background-color: #08345d !important;
}
 
ul.tabbernav {
    border: none !important;
    font: 9px Arial, sans-serif !important;
}
 
ul.tabbernav li a:link {
    color: #808080!important;
}
 
ul.tabbernav li a:visited {
    color: #808080!important;
}
 
ul.tabbernav li.tabberactive a, ul.tabbernav li a:hover, ul.tabbernav li a {
    color: #d5d4d4 !important;
    background-color: #08345d !important;
    border: none !important;
}
 
ul.tabbernav li a[disabled="disabled"] {
    font-weight: normal !important;
    color: #9f9f9f !important;
    outline-style: none !important;
}
 
ul.tabbernav li.tabberactive a {
    border: none !important;
    border-bottom: 2px #08345d solid !important;
}

ul.tabbernav li {
    display: inline-block;
}
#msupload-dropzone {
    margin: -1px;
    text-align: center;
    border: 0px;
    height: 20px;
    color: #ffffff;
    font-weight: bold;
}
#msupload-div {
    background: #161f2b;
    border-top: 1px solid #c8ccd1;
    padding: 0;
    z-index: 0;
    height: 32px;
}
.mw-charinsert-buttons a {
    color: #ffffff;
    background-color: #161f2b !important;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    border: 0px #069 outset;
    padding: 0.5em;
    margin: 5px;
    border-radius: 5px;
}
.mw-charinsert-buttons {
    margin-top: 0px;
    border: 0px;
    padding: 1px;
    text-align: center;
    font-size: 110%;
}
big .oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
    box-sizing: border-box;
    font-weight: normal;
}
h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 {
    font-family: 'AVID Web';
    font-weight: bold;
}
.mw-parser-output .pagebuttons .mw-ui-button {
    background: #f8f9fa!important;
    border: #edebeb!important;
    font-family: "AVID Web";
    color: #161f2b!important;
    font-weight: bold;
}
.mw-parser-output .mw-ui-button.mw-ui-progressive:not(:disabled) {
    background-color: #0c62da;
    color: #fff;
    border-color: #0c62da;
    font-weight: bold;
    border-radius: 5px;
    white-space: nowrap;
}
a.dropdown-item {
    font-weight: bold;
}
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: #f8f9fa;
    position: relative;
    z-index: 1;
    border: 0px;
    border-radius: 5px;
    padding: 20px;
}
.unpatrolled {
    font-weight: bold;
    color: #da0c3f;
}
.mw-plusminus-pos {
    color: #1dc82b;
}
a.new {
    color: #da0c3f !important;
}
.mw-plusminus-neg {
    color: #da0c3f;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    color: #0c62da;
}
p.mw-upload-editlicenses {
    font-size: 90%;
    text-align: right;
    font-weight: bold;
}
fieldset {
    border: 0px;
    margin: 1em;
    padding: 1em;
    background-color: #f8f9fa;
    border-radius: 5px;
}

td#mw-license-preview > div.mw-parser-output > table.plainlinks.metadata.ambox.ambox-style {
    box-shadow: 0px 0px 50px #a9b4;
}
big {
    font-weight: bold;
}
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
    background-color: #ffffff;
    color: #202122;
    transition: background-color 100ms,border-color 100ms,box-shadow 100ms;
}
.mw-rcfilters-ui-savedLinksListWidget-placeholder-title {
    font-weight: bold;
    margin-bottom: 0.4375em;
    margin-top: 0.1875em;
    font-family: 'AVID Web';
    color: black;
}
.mw-rcfilters-ui-savedLinksListWidget-placeholder-description {
    line-height: 1.5em;
    font-size: 10px;
    color: black;
}
.oo-ui-menuSelectWidget {
    position: absolute;
    z-index: 4;
    background-color: #ffffff !important;
    border: 0px;
    border-radius: 2px;
    box-shadow: 0 0 25px 5px rgba(0,0,0,0.05);
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
    background-color: #0c62da;
    color: #fff;
    border-color: #0c62da;
}
.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #a9b4bf;
    border-radius: 10px;
}
.wikiEditor-ui-toolbar {
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 0px;
    padding: 10px;
}
.wikiEditor-ui-toolbar .tabs span.tab a {
    color: #0c62da;
    cursor: pointer;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
    font-weight: bold;
}
.wikiEditor-ui-toolbar .booklet > .index > .current {
    background-color: #a9b4bf;
    color: #ffffff;
}
.wikiEditor-ui-toolbar .booklet > .index {
    float: left;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
    font-weight: bold;
}
span.oo-ui-labelElement-label.mw-rcfilters-ui-valuePickerWidget-title {
    color: black;
    font-weight: bold;
}
span.oo-ui-labelElement-label.mw-rcfilters-ui-datePopupWidget-title {
    color: black;
}
#pagehistory li.selected {
    background-color: #f8f9fa;
    color: #202122;
    outline: 0px;
    padding: 10px;
}
#pagehistory li {
    padding: 10px;
}
a.mw-changeslist-date {
    font-weight: bold;
}
.mw-ui-button:not(.mw-ui-icon-element) {
    padding: 9px 12px;
    -webkit-appearance: none;
    border: 0px;
    border-radius: 5px;
    font-size: 10px;
}
.oo-ui-fieldsetLayout {
    position: relative;
    min-width: 0;
    margin: 0;
    border: 0;
    padding: -12.990000000000009px 0 0 0;
}
.oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input {
    border-color: #da0c3f;
}
.oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
    box-sizing: border-box;
    font-weight: bold;
}
.editnotice {
    background-color: #f8f9fa;
    border: 0px solid #ffa800;
    border-left: 25px solid #0c62da;
    border-radius: 5px;
    font-weight: normal;
    padding-left: 15px;
    width: 250px;
}
#profile-image img {
    background-color: #f8f9fa;
    border: 0;
    padding-bottom: 22px;
    border-radius: 5px;
}
.profile-tab-on {
    background-color: #161f2b;
    float: left;
    height: 47px;
    color: #fff;
    font-size: 12px;
    min-width: 72px;
    font-weight: bold;
    padding: 13px;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 5px;
}
.profile-tab a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.profile-tab-on a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.profile-tab {
    background-color: #f8f9fa;
    text-align: center;
    height: 47px;
    min-width: 72px;
    float: left;
    padding: 13px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}
.profile-tab a:hover {
    color: #374562;
}
.profile-tab a:visited {
    color: #000000 !important;
}
div#mw-normal-catlinks {
    font-weight: bold;
}
.inputbox-sidebar {
    width: 300px;
    border: 0;
    clear: right;
    float: right;
    margin: 3px;
    padding: 15px;
    margin-left: 2em;
    background: #f8f9fa;
    border-radius: 5px;
}
.mw-ui-button:not(.mw-ui-icon-element) {
    padding: 9px 12px;
    -webkit-appearance: none;
    border: 0px;
    border-radius: 5px;
    font-size: 12px;
    background: #161f2b;
    color: white;
}
.galleryfilename-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.no-info-container {
    margin: 10px 0 20px 0;
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    color: #777;
}
#user-page-right {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}
#user-page-left {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}
span.vjs-menu-item-text {
    font-family: 'AVID Web';
    font-size: 10px;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: none;
}
#pending-review {
    display: inline-block;
    padding: 5px;
    margin: 24px;
    margin-left: 0;
    font-weight: bold;
    font-size: 40px;
    text-transform: none;
    font-family: AVID Web;
    text-align: center;
    border: 0px;
}
.multipleTemplateInstance {
    background-color: #f8f9fa;
    border: 0;
    padding: 14px;
    margin: 15px 0 15px 0;
    border-radius: 5px;
    position: relative;
}
td.instanceRearranger {
    cursor: move;
    background-image: none;
    background-repeat: repeat;
    width: 8px;
}
.mw-parser-output a.external {
    color: #0c62da;
}
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
    background-color: #f8f9fa;
}
.mw-changeslist-legend {
    background-color: #f8f9fa;
    position: relative;
    z-index: 1;
    border: 0px;
    border-radius: 5px;
    padding: 20px;
}

.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
    border-radius: 0 0 0 2px;
    margin: 3px;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
    border-radius: 0 0 2px 0;
    margin: 3px;
}
.oo-ui-icon-close, .mw-ui-icon-close:before {
    filter: invert(100%) sepia(0%) saturate(7466%) hue-rotate(128deg) brightness(98%) contrast(112%);
    margin: 5px;
}
.tabber__indicator {
    border-radius: 2px;
    margin-top: -2px;
    background: #0c62da;
    block-size: 5px;
    inline-size: 0;
    border-radius: 5px;
}
.mw-collapsible-toggle-default .mw-collapsible-text {
    color: #0c62da;
    font-weight: bold;
}
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled {
    background-color: #f8f9fa;
    color: #202122;
    border: 0px;
}
.oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
    box-sizing: border-box;
    font-weight: bold;
    font-family: 'AVID Web';
}
.oo-ui-window-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.ajaxpoll {
    width: 400px;
    border: 0px;
    background: #f8f9fa;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
}
.user-block {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
}
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
    background-color: #f8f9fa;
    border: 0;
    border-radius: 5px;
}
.ext-replacetext-searchoptions {
    clear: both;
    padding: 0.5em 0.75em 0.75em 0.75em;
    background-color: #f8f9fa;
    margin: -1px 0 0;
    border: 0;
    border-radius: 5px;
}
.edittool {
background: #f8f9fa;
margin-left: auto;
margin-right: auto;
width: 450px;
padding: 15px;
border-radius: 5px;
}
#mw-edittools-charinsert {
background: #f8f9fa;
margin-left: auto;
margin-right: auto;
width: 450px;
padding: 15px;
border-radius: 5px;
}
.suggestions-special .special-label {
    color: #000000;
    font-family: 'AVID Web';
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    display: none;
}
.suggestions a.mw-searchSuggest-link .special-query {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'AVID Web';
    font-weight: bold;
}
.mw-parser-output .dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.