Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-AuthorAssistant.css

MediaWiki interface page

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.
/* The author's assistant panel (PRD 5.7). */
#okc-assistant { position: fixed; right: 16px; bottom: 16px; z-index: 1000; font-size: 14px; }
#okc-assistant .okc-open { background: #0c6a8c; color: #fff; border: 0; border-radius: 999px; padding: 9px 16px; font-weight: 600; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
#okc-assistant .okc-panel { display: none; width: min(560px, calc(100vw - 32px)); max-height: 80vh; overflow: auto; background: #fff; color: #1d2a30; border: 1px solid #dfe6e8; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,.18); padding: 14px 16px; margin-bottom: 8px; }
#okc-assistant.okc-is-open .okc-panel { display: block; }
#okc-assistant h3 { margin: 0 0 6px; font-size: 16px; }
#okc-assistant p { margin: 0 0 8px; color: #4d5c63; }
#okc-assistant textarea, #okc-assistant input[type=text] { width: 100%; box-sizing: border-box; font: inherit; padding: 8px; border: 1px solid #dfe6e8; border-radius: 8px; margin-bottom: 8px; }
#okc-assistant button.okc-primary { background: #0c6a8c; color: #fff; border: 0; border-radius: 8px; padding: 8px 14px; font-weight: 600; cursor: pointer; }
#okc-assistant button.okc-secondary { background: #f3f3f3; color: #1d2a30; border: 1px solid #dfe6e8; border-radius: 8px; padding: 8px 14px; cursor: pointer; }
#okc-assistant .okc-diff { margin: 10px 0; max-height: 40vh; overflow: auto; border: 1px solid #dfe6e8; border-radius: 8px; padding: 6px; font-size: 13px; }
#okc-assistant .okc-diff table.diff { width: 100%; }
#okc-assistant .okc-warn { background: #f3e9cd; border-radius: 8px; padding: 8px 10px; margin: 8px 0; }
#okc-assistant .okc-note { font-size: 12px; color: #4d5c63; margin-top: 8px; }
#okc-assistant button:disabled { opacity: .5; cursor: default; }