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

De Semantic MediaWiki - Sandbox

(move to Vector)
(chg)
Ligne 4 : Ligne 4 :
  * General tweaks
  * General tweaks
  */
  */
.page-Main_Page .firstHeading, .ns-2 .firstHeading {
.page-Main_Page .firstHeading,
.page-Main_Page .jsbc-breadcrumbs,
.ns-2 .firstHeading {
     display: none;
     display: none;
}
}
Ligne 43 : Ligne 45 :
  */
  */
.right-side {
.right-side {
   margin: 0px 0 0.5em 1em;
   margin: 0 0 0.5em 1em;
   border-collapse: collapse;
   border-collapse: collapse;
   border: 1px solid #fff;
   border: 1px solid #fff;

Version du 28 août 2017 à 22:36

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

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

/* Table of contents */
#toc, .toc {
    float: right;
}

/** 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;
}

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

/**
 * 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.