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

De Semantic MediaWiki - Sandbox

(add)
(Annulation des modifications 3537 de Kghbln (discussion))
Ligne 37 : Ligne 37 :
}
}


.epc {
  color: red;
};
 
/**
/**
  * To position something on the right
  * To position something on the right

Version du 22 août 2016 à 11:35

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

/** MediaWiki
 * General tweaks
 */
.page-Main_Page .firstHeading, .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: 0px 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.