User:Doctorine Dark/common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Doctorine Dark mNo edit summary |
imported>Doctorine Dark No edit summary |
||
Line 12: | Line 12: | ||
#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', 'Helvetica', 'Arial' !important; | ||
background: inherit; | |||
background-color: inherit; | |||
font-size: inherit; | |||
} | } | ||
.form-inline .form-control { | .form-inline .form-control { | ||
font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | font-family: 'Segoe UI', 'Helvetica', 'Arial' !important; | ||
} | |||
.editOptions { | |||
background-color: #eaecf0; | |||
color: #202122; | |||
border: 1px solid #c8ccd1; | |||
border-top: 0; | |||
padding: 1em 1em 1.5em 1em; | |||
margin-bottom: 2em; | |||
} | |||
.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field { | |||
display: block; | |||
} | |||
.dropdown-menu { | |||
position: absolute; | |||
top: 100%; | |||
left: 0; | |||
z-index: 1000; | |||
display: none; | |||
float: left; | |||
min-width: 10rem; | |||
padding: 0.5rem 0; | |||
margin: 0.125rem 0 0; | |||
font-size: 1rem; | |||
color: #212529; | |||
text-align: left; | |||
list-style: none; | |||
background-color: #fff; | |||
background-clip: padding-box; | |||
border: 1px solid rgba(0,0,0,.15); | |||
border-radius: 0.25rem; | |||
} | } | ||
Line 41: | Line 77: | ||
.suggestions-results, .mw-searchSuggest-link, .suggestions-result { | .suggestions-results, .mw-searchSuggest-link, .suggestions-result { | ||
font-family: | font-family: 'Segoe UI', '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; |