Jump to content

MediaWiki:Common.css: Difference between revisions

From Gigaverse Wiki
Created page with "โ†’CSS placed here will be applied to all skins: inputbox { text-align: left; margin-left: 0 !important; }"
ย 
No edit summary
Line 4: Line 4:
ย ย  text-align: left;
ย ย  text-align: left;
ย ย  margin-left: 0 !important;
ย ย  margin-left: 0 !important;
}
.mw-inputbox-centered {
ย  ย  margin: 0 !important;
ย  ย  text-align: left !important;
ย  ย  display: block !important;
}
.mw-inputbox-centered form {
ย  ย  display: inline-block !important;
}
}

Revision as of 07:50, 27 June 2025

/* CSS placed here will be applied to all skins */

inputbox {
  text-align: left;
  margin-left: 0 !important;
}

.mw-inputbox-centered {
    margin: 0 !important;
    text-align: left !important;
    display: block !important;
}

.mw-inputbox-centered form {
    display: inline-block !important;
}