Jump to content

User:Theo's Little Bot/afch/afchelper.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Uploaded from https://github.com/WPAFC/afch, commit: 95efce8e20a79f084121df1da21609bd67f2ffdf (develop) */
/* Stylesheet should be located at [[User:Theo%27s Little Bot/afch/afchelper.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;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
}

#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%;
}