Différences entre les versions de « MediaWiki:Timeless.css »
De Nations.fr
m |
m |
||
| (26 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* Indefinite content width */ | |||
.floatleft, .tleft { | |||
margin: 0 0.0em 0.0em 0; | |||
padding: 0 1.2em 0em 0; | |||
} | |||
@media screen and (min-width: 851px) { | |||
.color-middle-container, | |||
.ts-inner { max-width: 1560px; } | |||
} | |||
/* CSS placed here will affect users of the Timeless skin */ | /* CSS placed here will affect users of the Timeless skin */ | ||
/* | /* | ||
| Ligne 80 : | Ligne 91 : | ||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
background-image: linear-gradient(transparent,transparent),url(// | background-image: linear-gradient(transparent,transparent),url(//nations.fr/_images/bibliobigbg.png); | ||
background-size: 1900px; | |||
background-attachment: fixed; | |||
background-position: center top; | |||
} | |||
@font-face { | |||
font-family: 'Lunaa'; | |||
src: url('/images/5/56/Lunaa.ttf') format('truetype'); /* Ajustez le chemin */ | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
Version actuelle datée du 25 octobre 2023 à 00:03
/* Indefinite content width */
.floatleft, .tleft {
margin: 0 0.0em 0.0em 0;
padding: 0 1.2em 0em 0;
}
@media screen and (min-width: 851px) {
.color-middle-container,
.ts-inner { max-width: 1560px; }
}
/* CSS placed here will affect users of the Timeless skin */
/*
FEUILLE DE STYLE POUR HABILLAGE TIMELESS SEULEMENT
Cette page contrôle l'apparence pour l'apparence Timeless. Les modifications
devant s'appliquer à toutes les apparences devraient aller dans MediaWiki:Common.css.
*/
/* Couleur pour les notifications non lues */
#pt-notifications-alert .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after,
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-unseen-notifications::after {
background-color: #dd3333;
}
#pt-notifications-notice .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after,
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notifications::after {
background-color: #3366cc;
}
/* Sommaire ne passe pas sous l'infobox si certaines sections ont des noms longs (standard sous les autres skins) */
#toc,
.toc {
display: table;
}
/* mise en évidence des balises code */
code {
background-color: WhiteSmoke;
}
/* positionnement de "Modifier les liens" sous les interwikis */
.after-portlet-lang {
margin: -1.5em 0 2em;
}
/* repositionnement des appels de référence */
.reference,
.exposant {
line-height: 1em;
}
/* Position du message d'homonymie, pour ne pas être repoussé à droite par les boutons "Article" et "Discussion" */
.homonymie {
margin-top: 0;
}
/* Mise en forme des infoboxes et palettes */
/* Pour les infoboxes V2 et les palettes, annule le "table {border-collapse: collapse}" présent dans la skin */
.infobox_v2,
.navbox {
border-collapse: separate;
}
.infobox_v2,
div.infobox_v3,
table.navbox {
font-size: 83%;
}
.navbox td {
padding: 0.2em 0.5em;
}
.navbox tr + tr + tr > th {
border-top: 1px solid lightgrey;
}
/* PAGES DE DISCUSSION : indentation plus explicite */
.ns-talk #mw-content-text dl {
border-top: 1px dotted #a7d7f9;
margin: 0.5em 0;
}
.ns-talk #mw-content-text dd {
margin: 0.5em 0 0.5em 1.6em;
}
/* Amélioration de la présentation des templatedata */
#mw-content .mw-templatedata-doc-params dt,
#mw-content .mw-templatedata-doc-params dd {
margin: 0;
}
#mw-content-container {
background-image: linear-gradient(transparent,transparent),url(//nations.fr/_images/bibliobigbg.png);
background-size: 1900px;
background-attachment: fixed;
background-position: center top;
}
@font-face {
font-family: 'Lunaa';
src: url('/images/5/56/Lunaa.ttf') format('truetype'); /* Ajustez le chemin */
font-weight: normal;
font-style: normal;
}