MediaWiki:Gadget-QuickEditOptions.css

From Hearthstone Wiki
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.
#gadgetEditOptions {
  height:125px;
  z-index:1;
  max-width:87%;
  background-color:var(--hswiki-header-background-color);
  border-radius:5px 5px 0 0;
  padding:0.8em;
  position:fixed;
  border-bottom:2px solid var(--hswiki-content-background-color);
  transition:bottom 0.3s ease-in-out;
  pointer-events:auto !important;
  user-select:auto !important;
  opacity:1 !important 
}

a#gadgetSaveButton,
a#gadgetPreviewButton,
a#gadgetChangesButton {
  padding:5px;
  text-decoration:none;
  font-size:0.875em 
}

input#gadgetMinorEdit,
input#gadgetWatchPage {
  width:1.42em;
  height:1.42em;
  margin-right:5px 
}

#summaryInput {
  width:99%;
  padding:7px 
}

#gadgetEditOptions label {
  font-size:0.875em 
}

@media screen and (min-width: 1500px) {
	/*Hide default save button*/
	.oo-ui-widget.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool.oo-ui-tool-name-showSave.oo-ui-tool-with-label.oo-ui-widget-enabled a.oo-ui-tool-link.ve-ui-toolbar-saveButton,
	.oo-ui-widget.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool.oo-ui-tool-name-showSave.oo-ui-widget-disabled.oo-ui-tool-with-label a.oo-ui-tool-link.ve-ui-toolbar-saveButton{
	  display: none;
	}
	
	.oo-ui-toolbar-tools.oo-ui-toolbar-after{
	  margin-right: 2em;
	}
}