« MediaWiki:Timeless.css » : différence entre les versions
De Marvel Cinematic Universe Wiki
Contenu supprimé Contenu ajouté
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 119 : | Ligne 119 : | ||
font-size: 1.1em; |
font-size: 1.1em; |
||
margin: 0.4em 0 0.6em 0; |
margin: 0.4em 0 0.6em 0; |
||
} |
|||
.navbox th.navbox-title h2 .mw-headline { |
|||
border-bottom: none; |
|||
} |
} |
||
Version du 2 novembre 2020 à 13:18
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Timeless */
/* VISUALISATION DE LA ZONE D'ÉCRITURE DES ARTICLES */
/* Fond et écriture */
#mw-content {
background: #333;
color: #f0f0f0;
border: solid #32cd32;
}
/* Élargissement de la zone de l'article */
.ts-inner {
max-width: 100%;
}
/* Adaptation du bandeau de séparation à la zone de l'article */
.color-middle-container {
max-width: 100%;
}
/* entête h1 */
#firstHeading {
border-bottom: solid 4px #ffa500;
}
/* Icônes des commandes de page */
#ca-nstab-main a,
#ca-nstab-épisode a,
#ca-nstab-mediawiki a {
background-image: url(/skins/Timeless/resources/images/page-grey.png?3755d);
}
#ca-talk a {
background-image: url(/skins/Timeless/resources/images/talk-grey.png?33663);
}
#ca-edit a {
background-image: url(/skins/Timeless/resources/images/pencil-grey.png?23255);
}
#ca-history a {
background-image: url(/skins/Timeless/resources/images/clock-grey.png?9dce9);
}
#ca-purge a {
background-image: url(/skins/Timeless/resources/images/page-misc-grey.png?74992);
}
.tools-inline li.selected a {
color: inherit;
}
.tools-inline li.selected {
border-bottom-color: #ffa500;
}
/* modification des sections */
.mw-editsection {
background-image: url(/skins/Timeless/resources/images/pencil-grey.png?23255);
}
/* Hyperliens */
/* liens internes visités */
.mw-body a:visited,
.toctogglelabel {
color: #ff8c00;
}
/* liens internes non visités */
.mw-body a {
color: #ffa500;
}
/* liens externes */
.mw-body a.extiw,
a.external.text {
color: #ff4500;
}
/* liens rouges (page non existante) */
a.new {
color: #ff00ff;
}
a.new:visited {
color: #ba55d3;
}
/* SOMMAIRE (TOC) */
.toc {
background-color: #111;
border-color: #ffa500;
}
.tocnumber {
color: #c0c0c0;
}
/* SECTIONS */
/* entêtes de sections */
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
margin: 0.4em 0;
}
.mw-body dt {
font-family: sans-serif;
font-size: 1.1em;
margin: 0.4em 0 0.6em 0;
}
