Jump to content

MediaWiki:Common.css

From Wiki 7Kas

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.
/* Hide the "View source" tab for users who cannot edit (anonymous / non-editors).
   Editors keep the real Edit tab (#ca-edit). Reversible: delete this rule. */
#ca-viewsource { display:none !important; }

/* 7Kas API Console */
#api-console-app { font-size:.95em; max-width:680px; }
#api-console-app .ac-row { margin:.6em 0; }
#api-console-app label { font-weight:bold; display:block; margin-bottom:.2em; }
#api-console-app input, #api-console-app select, #api-console-app textarea { width:100%; padding:.4em; box-sizing:border-box; }
#api-console-app .ac-p { margin:.4em 0; }
#api-console-app .ac-p small { font-weight:normal; color:#555; }
#api-console-app .ac-req { color:#b32424; }
#api-console-app .ac-note { background:#eaf3ff; border-left:4px solid #3366cc; padding:.5em .8em; margin:.7em 0; }
#api-console-app button { margin:.3em .5em .3em 0; padding:.45em 1em; cursor:pointer; font-weight:bold; }
#ac-url { font-family:monospace; height:4.5em; }