/*
The styles in this file are only activated if the user has Javascript deactivated.
Every selector in this file is therefore prefixed with html.client-nojs because the
build script (build-mw-combine.php) concatenates source files without adding any
prefix.
See detailed documentation in Dev/mediawiki
*/

/* ------------------ */
/* 0. General classes */

html.client-nojs .show-for-nojs-only {
  display: revert !important;
}

html.client-nojs .show-for-js-only {
  display: none !important;
}

html.client-nojs .hide-for-nojs-only {
  display: none !important;
}

html.client-nojs .hide-for-js-only {
  display: revert !important;
}

/* ------------- */
/* 1. CodeSelect */

html.client-nojs .code-select {
  font-family: Courier, monospace;
  font-size: 14px;
  color: #0054a8;
  line-height: 1.6em;
  width: 100%;
  overflow: auto;
  white-space: pre;
  padding: 4px 13px 2px 15px;
  cursor: auto !important;
}

/* ------------------------ */
/* 2. Pay via Paypal module */

html.client-nojs .pay-via-paypal-module {
  display: block;
}

/* ----------------------------- */
/* 3. Expand/Collapse All button */

html.client-nojs .expand-or-collapse-all-button {
  display: none;
}

/* --------------------------- */
/* 4. Sitenotice (dismissable) */

html.client-nojs #siteNotice .mw-dismissable-notice {
  opacity: 1 !important;
}

/*
[[Category:MultiWiki]]
*/
