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

De Semantic MediaWiki - Sandbox

(chg)
(form)
Ligne 5 : Ligne 5 :
  */
  */
.page-Main_Page .firstHeading,
.page-Main_Page .firstHeading,
.page-Main_Page .jsbc-breadcrumbs,
.ns-2 .firstHeading {
.ns-2 .firstHeading {
     display: none;
     display: none;
}
}


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


/** JSBreadCrumbs
* Hide crumbs on Main Page
*/
.page-Main_Page .jsbc-breadcrumbs {
    display: none;
}
/** JSBreadCrumbs
/** JSBreadCrumbs
  * Make crumbs less dominant
  * Make crumbs less dominant
Ligne 27 : Ligne 34 :
  * Further emphasise links to special properties.
  * Further emphasise links to special properties.
  */
  */
.smwbuiltin a,
.smwbuiltin a,
.smwbuiltin a.new {
.smwbuiltin a.new {
Ligne 36 : Ligne 42 :
  * Beautify box containing semantic help.
  * Beautify box containing semantic help.
  */
  */
.smw-editpage-help {
.smw-editpage-help {
     padding: 1em;
     padding: 1em;
}
}


/**
/** Semantic MediaWiki
  * Set quantities to the right
  * Set quantities to the right
  */
  */
Ligne 48 : Ligne 53 :
}
}


/**
/** Whats Nearby
  * To position something on the right
  * To position something on the right
  * side
  * side

Version du 3 septembre 2017 à 18:39

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

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