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

De Semantic MediaWiki - Sandbox

(chg)
(chg)
Ligne 3 : Ligne 3 :
/* General tweaks */
/* General tweaks */


h1#firstHeading.firstHeading-Main_Page {
div#content h1#firstHeading.firstHeading-Main_Page {
     border-bottom: none;
     border: none;
}
}



Version du 8 mars 2016 à 15:31

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

/* General tweaks */

div#content h1#firstHeading.firstHeading-Main_Page {
    border: none;
}

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