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

De Semantic MediaWiki - Sandbox

(chg)
(chg)
Ligne 2 : Ligne 2 :


/* General tweaks */
/* General tweaks */
h1.Main_Page {
h1-Main_Page {
     border-bottom: none;
     border-bottom: none;
}
}

Version du 8 mars 2016 à 15:22

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

/* General tweaks */
h1-Main_Page {
    border-bottom: 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.