« MediaWiki:Common.css » : différence entre les versions

De Semantic MediaWiki - Sandbox

(form)
(https://github.com/oetterer/BootstrapComponents/issues/8#issuecomment-363840709)
Ligne 51 : Ligne 51 :
.table-quantity-right-align .smwtype_qty {
.table-quantity-right-align .smwtype_qty {
     text-align: right;
     text-align: right;
}
/** BootstrapComponents
* Fix modal pain? (https://github.com/oetterer/BootstrapComponents/issues/8)
*/
.modal-backdrop {
display: none;
}
}



Version du 7 février 2018 à 19:49

/* CSS placed here will be applied to all skins */

/** MediaWiki
 * General tweaks
 */
.page-Main_Page .firstHeading,
.ns-2 .firstHeading {
    display: none;
}

/** MediaWiki
 * Float Table of Contents on the right
 */
#toc, .toc {
    float: right;
}

/** JSBreadCrumbs
 * Hide crumbs on Main Page
 */
.page-Main_Page .jsbc-breadcrumbs {
    display: none;
}
/** JSBreadCrumbs
 * Make crumbs less dominant
 */
.jsbc-breadcrumbs {
    background: none;
    border: none;
    left: -15px;
}

/** Semantic MediaWiki
 * Further emphasise links to special properties.
 */
.smwbuiltin a,
.smwbuiltin a.new {
    color: #ff8000;
}

/** Semantic MediaWiki
 * Beautify box containing semantic help.
 */
.smw-editpage-help {
    padding: 1em;
}

/** Semantic MediaWiki
 * Set quantities to the right
 */
.table-quantity-right-align .smwtype_qty {
    text-align: right;
}

/** BootstrapComponents
 * Fix modal pain? (https://github.com/oetterer/BootstrapComponents/issues/8)
 */
.modal-backdrop {
	display: none;
}

/** Whats Nearby
 * To position something on the right
 * side
 * See #nearby
 */
.right-side {
  margin: 0 0 0.5em 1em;
  border-collapse: collapse;
  border: 1px solid #fff;
  background: #fff;
  float: right;
  clear: right;
  width: 250px;
}
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.