MediaWiki:Common.css

From Earth Science Information Partners (ESIP)
Revision as of 08:24, July 29, 2021 by WikiWorks753 (talk | contribs)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

.page-Main_Page #firstHeading { display: none !important; }

.read-more {
    padding-left: 1.5rem;
    background: linear-gradient(90deg, transparent, white, white, white);
    margin-left: -1.5rem;
}
.ui-datepicker {
    z-index: 1040 !important;
}
.pfTokens, .select2-container-multi .select2-choices {
    background-image: none;
}
.pf-select2-container {
    margin-bottom: 0;
}
#pfForm .pfTokens.createboxInput {
    padding: 0px !important;
}
#pfForm .select2-selection {
	min-width: unset !important;
}
#pfForm .select2-container {
	width: 100% !important;
}
.form-control.select2-container .select2-choices {
    border: 1px solid #aaa !important;
}
.select2-search-field {
    line-height: 1.3;
}
#pfForm .createboxInput, #pfForm .mandatoryField, #pfForm textarea {
    padding: 0 8px 4px 8px;
}
.ui-datepicker-trigger {
    border: 1px solid #bbb;
    border-radius: 50%;
    margin-left: 4px;
    padding: 2px 9px;
}
.resourceslist i {
    width: 20px;
}
.resourceslist li {
    list-style: none !important;
    padding: 5px;
}

@media all and ( min-width: 576px ) {
.card-deck {
    display: flex;
    flex-direction: column !important;
}
}
@media all and ( min-width: 768px ) {
.card-deck {
    flex-flow: row wrap !important;
    margin-right: -15px;
    margin-left: -15px;
}
}

.ve-not-available .ns-talk .mw-editsection-divider {
  display: inline !important;
}