« MediaWiki:Timeless.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(20 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will affect users of the Timeless skin */ | /* CSS placed here will affect users of the Timeless skin */ | ||
/* Arrière plan du site */ | |||
body { | |||
background-image:url(images/3/32/GBTbg.png); | |||
background-position: bottom left; | |||
background-repeat: repeat; | |||
} | |||
#mw-content { | |||
background: rgb(238, 234, 231) !important; | |||
} | |||
#mw-content-container { | |||
background: rgb(182, 182, 180) !important; | |||
} | |||
#mw-header-container { | |||
background: rgb(181, 166, 154) !important; | |||
} | |||
#mw-site-navigation .sidebar-chunk { | |||
background: rgb(238, 234, 231) !important; | |||
} | |||
#mw-related-navigation .sidebar-chunk { | |||
background: rgb(238, 234, 231) !important; | |||
} | |||
/* Icône de suivi */ | |||
#ca-unwatch.icon a.loading,#ca-watch.icon a.loading { | |||
background-image:url(images/e/ee/Watch-icon-loading.gif); | |||
} | |||
#ca-watch.icon a,#ca-unwatch.icon a { | |||
background-image:url(images/c/ce/Watch-icons.png); | |||
} | |||
/* Autres Images */ | |||
#mw-panel.collapsible-nav .portal { | |||
background-image:url(images/0/0f/Portal-break.png); | |||
} | |||
#preftoc, #preftoc li { | |||
background-image:url(images/a/a3/Preferences-break.png); | |||
} | |||
#preftoc li.selected a { | |||
background-image:none; | |||
background-color:#FAFAFA; | |||
} | |||
div.vectorTabs ul li { | |||
background-image:url(images/7/77/Tab-normal-fade.png); | |||
} | |||
div.vectorTabs li.selected { | |||
background-image:url(images/7/71/Tab-current-fade.png); | |||
} | |||
div.vectorTabs,div.vectorTabs span,div#mw-head div.vectorMenu h3,div.vectorMenu h3 a,div.vectorTabs ul { | |||
background-image:url(images/5/58/Tab-break.png); | |||
} | |||
/* Sommaire ne passe pas sous l'infobox si certaines sections ont des noms longs (standard sous les autres skins) */ | /* Sommaire ne passe pas sous l'infobox si certaines sections ont des noms longs (standard sous les autres skins) */ | ||
Ligne 25 : | Ligne 80 : | ||
/* Double Wiki */ | /* Double Wiki */ | ||
.mw-content-ltr table.image-ngi td { | .mw-content-ltr table.image-ngi td { | ||
Ligne 39 : | Ligne 92 : | ||
.catlinks { | .catlinks { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
padding: | padding: 0.5em; | ||
margin-top: 1em; | margin-top: 1em; | ||
clear: both; | clear: both; | ||
box-shadow: 0 0 0.2em #999999; | |||
border-radius: 0.2em; | |||
} | } |
Dernière version du 21 avril 2025 à 15:19
/* CSS placed here will affect users of the Timeless skin */ /* Arrière plan du site */ body { background-image:url(images/3/32/GBTbg.png); background-position: bottom left; background-repeat: repeat; } #mw-content { background: rgb(238, 234, 231) !important; } #mw-content-container { background: rgb(182, 182, 180) !important; } #mw-header-container { background: rgb(181, 166, 154) !important; } #mw-site-navigation .sidebar-chunk { background: rgb(238, 234, 231) !important; } #mw-related-navigation .sidebar-chunk { background: rgb(238, 234, 231) !important; } /* Icône de suivi */ #ca-unwatch.icon a.loading,#ca-watch.icon a.loading { background-image:url(images/e/ee/Watch-icon-loading.gif); } #ca-watch.icon a,#ca-unwatch.icon a { background-image:url(images/c/ce/Watch-icons.png); } /* Autres Images */ #mw-panel.collapsible-nav .portal { background-image:url(images/0/0f/Portal-break.png); } #preftoc, #preftoc li { background-image:url(images/a/a3/Preferences-break.png); } #preftoc li.selected a { background-image:none; background-color:#FAFAFA; } div.vectorTabs ul li { background-image:url(images/7/77/Tab-normal-fade.png); } div.vectorTabs li.selected { background-image:url(images/7/71/Tab-current-fade.png); } div.vectorTabs,div.vectorTabs span,div#mw-head div.vectorMenu h3,div.vectorMenu h3 a,div.vectorTabs ul { background-image:url(images/5/58/Tab-break.png); } /* 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; } /* repositionnement des appels de référence */ .reference, .exposant { line-height: 1em; } /* Amélioration de la présentation des templatedata */ #mw-content .mw-templatedata-doc-params dt, #mw-content .mw-templatedata-doc-params dd { margin: 0; } /* Double Wiki */ .mw-content-ltr table.image-ngi td { width: 5%; /* Sets the cell width */ } .mw-content-ltr table.image-ngi img.template-image { max-width: 100%; /* Ensures the image fits within the cell */ height: auto; /* Maintains aspect ratio */ } .catlinks { background-color: #f8f9fa; padding: 0.5em; margin-top: 1em; clear: both; box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; }