MediaWiki:Gadget-afchelper-beta.css

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.
/* Uploaded from https://github.com/WPAFC/afch, commit: 13ea0a09d98d2c5f21e35e4aafbc0ff052ba998d (beta) */
/* Stylesheet should be located at [[MediaWiki:Gadget-afchelper-beta.css]] */

.afcHelper_notice {
  color: red;
}

span.afcHelper_notice {
  font-size: 120%;
}

div#afcHelper_betanotice {
  font-style: italic;
}

.afcHelper_button {
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 2px 5px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0px;
  margin-right: 2px;
}

.afcHelper_button:enabled:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -moz-box-shadow: inset 0 0 2px 2px #888;
  -webkit-box-shadow: inset 0 0 2px 2px #888;
  box-shadow: inset 0 0 2px 2px #888;
}

#afcHelper_accept_button, .afcHelper_button.accept{
  background-color: #adfcad;
  background-image: -moz-linear-gradient(center top, #B8FFB8, #A7F3A7);
}

#afcHelper_decline_button, .afcHelper_button.decline {
  background-color: #ffcdd5;
}

#afcHelper_comment_button, .afcHelper_button.comment {
  background-color: #f3eba3;
}

#afcHelper_submit_button, .afcHelper_button.submit {
  background-color: #66ccff;
}

#afcHelper_draft_button, .afcHelper_button.draft {
  background-color: #4aa02c;
}

#afcHelper_unmark_button, #afcHelper_mark_button, .afcHelper_button.mark {
  background-color: #b1dae8;
}

#afcHelper_cleanup_button, .afcHelper_button.cleanup {
  background-color: #d2d3cc;
}

#afcHelper_g13_button, .afcHelper_button.g13 {
  background-color: #ff3333;
}

.afcHelper_expand {
  height: 1em;
  width: 50%;
  padding: 3px;
}

#afcHelper_extra select {
  vertical-align: middle;
}

#afcHelper_extra_inlinebox {
  width: 40%;
}