Ce wiki est un clone complet (XML dump) de "Heroes Wiki", le principal wiki dédié à la saga Heroes qui a été définitivement arrêté depuis le 1er juin 2020. L'objectif de ce wiki est de garder en ligne (et enrichir) une base de données exhaustive sur la franchise.
« MediaWiki:Vector.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Contenu supprimé Contenu ajouté
imported>LIMAFOX76 Aucun résumé des modifications |
imported>LIMAFOX76 Aucun résumé des modifications |
||
| Ligne 13 : | Ligne 13 : | ||
background-repeat: repeat-y; |
background-repeat: repeat-y; |
||
background-color: #FFF5EE; |
background-color: #FFF5EE; |
||
} |
|||
#mw-head { |
|||
height: 290px; |
|||
} |
} |
||
Version du 25 janvier 2020 à 13:05
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
body {
background-color: #FAF0E6; /* fond de base (modifié) */
/* @embed */
background-image: none; /* image de fond marge (modifié) */
}
/* Contenu */
div#content {
/* background-image: url("http://fr.heroeswiki.com/images/e/e6/Vector_border.png"); bordure gauche (modifié) */
background-position: top left;
background-repeat: repeat-y;
background-color: #FFF5EE;
}
#mw-head {
height: 290px;
}
#mw-head-base {
/* background-image: url("http://fr.heroeswiki.com/images/e/e6/Vector_border.png"); bordure gauche (modifié) */
background-position: bottom left;
background-repeat: repeat-x;
}
* Espaces de nom et visualisation */
div.vectorTabs li.selected {
/* @embed */
background-color: #FFF5EE;
/* background-image: url("http://sandbox.stargate.wikkii.net/wiki/images/8/84/Vector_tab-current-fade.png"); bordure (modifié) */
}
/* Pied de page */
div#footer {
background-color: #FAF0E6;
}