Jump to content

MediaWiki:Common.css

From Spike Wiki
Revision as of 22:58, 14 September 2025 by >Kypho (Undo revision 29 by Kypho (talk))

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Spike Wiki – Page Forms polish */
.pfwrap { max-width: 920px; }
.formtable { width:100%; table-layout:fixed; border-collapse:separate; border-spacing:10px 8px; }
.formtable th { width: 200px; text-align:left; white-space:nowrap; color:#475569; font-weight:600; }
.formtable td input[type="text"],
.formtable td input[type="number"],
.formtable td input[type="date"] { width: 100%; max-width: 360px; }
.pf-inline { display:inline-flex; align-items:center; gap:8px; }