MediaWiki:GlobalCollect.css

From Wikimedia Foundation Governance Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
/* This page is currently used to provide css for testing the Global Collect payment systems. Please do not edit without talking to James Alexander or Ryan Kaldari */
body#pageGetMissingData {
  background-color: transparent;
}
table.ORB_TABLE_FIELDS td {
  padding: 5px 0;
}
table td.ORB_TD_ERRORRIGHT, table td.ORB_TD_ERRORLEFT {
  padding:0;
}
div.ORB_INSTRUCTIONS, div.ORB_INSTRUCTIONTEXT {
  display: none;
}
.ORB_INPUT {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  box-shadow: 0 0 1px #DDDDDD inset;
  padding: 0.3em;
  vertical-align: middle;
}
.ORB_SELECT {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0.3em;
  width: 120px;
}
td.ORB_TD_ERRORLEFT {
  display: none;
}
input#F1136 {
  margin-right: 4px;
  width: 50px;
}
#MANDATORY_F1009, #MANDATORY_F1010 {
  display: none;
}
div.ORB_BUTTONELEMENT {
  margin-left: 0;
}
.ORB_BUTTON {
  font-size: 12px;
  font-weight: normal;
  width: 15em;
}
input#btnCancel {
  display: none;
}

/* Add some margins to the CVV Help pop-up page */
div#divCVVHelp {
  margin: 1em;
}
/* Hide "Press this button to return to the shop..." message */
span.ORB_BUTTONHELPTEXT {
  display: none;
}

/* Hide the drop down with only one option (why does this even exist...) */
select#selectCard {
  display: none;
}

/* bold cvv window title */
td.Heading1 {
  font-weight: bold;
}

/* Credit card number and CVV inputs should always be left-to-right */
input#F1009, input#F1136 {
  /* @noflip */
  direction: ltr;
}

input, select {
    background-color: #f6f6f6 !important;
    padding: 1em !important;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0 !important;
    color: #006699;
    cursor: pointer;
    margin-bottom: .2em;
}

input.ORB_SELECT:first-child {
    margin-right: 2%;
}

input#btnSubmit {
    text-transform: uppercase;
    font-size: 1.3em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .6em !important;
}