Actions

MediaWiki

Foreground.css

De erg

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac)
  • Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac)
  • Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5
  • Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
@font-face {
font-family: Combined;
src: url("/mw/skins/foreground/assets/fonts/combined.otf");
}
@font-face {
font-family: Lucette;
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/otf/Lucette-Regular.otf");
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/ttf/Lucette-Regular.ttf");
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/woff/Lucette-Regular.woff");
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/woff2/Lucette-Regular.woff2");
}
@font-face {
font-family: Lucette;
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/otf/Lucette-Regularitalic.otf");
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/ttf/Lucette-Regularitalic.ttf");
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/woff/Lucette-Regularitalic.woff");
src: url("/mw/skins/foreground/assets/fonts/LUCETTE/font/woff2/Lucette-Regularitalic.woff2");
font-style: italic;
}
/*
@font-face {
font-family: Vega;
src: url("/mw/skins/foreground/assets/fonts/otf/Vega-Regular.otf");
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.ttf") format("truetype");
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular-Webfont.svg" format("svg"));
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff" format("woff"));
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff2") format("woff2");
}
*/


:root {
--font-title: Combined;
--font-body: Lucette;
--color-a: #a700ff; /* purple */
--color-b: #00ab6b; /* green */
--font-size: 23px;
--line-height: 1.3em;
}
body {
font-family: var(--font-body);
font-size: var(--font-size);
line-height: var(--line-height);
padding-top: 3em;
}
p {
font-size: var(--font-size);
line-height:  var(--line-height);
margin-bottom: 0;
}
p + p {
margin-top: var(--line-height);
}

/* INTERFACE ------------------------------------------------------------------ */
/* remove category help button (does it remove other stuff? mmm...) */
#mw-indicator-mw-helplink {
display: none;
}

/* Menu bar, position fixed to be able to grab it to resize the map on mobile devices */
#navwrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    left: 0;
}

h4.namespace.label {
display: none;
}

.mw-editsection, .mw-editsection-like {
font-size: 10px;
}
a#actions-button {
margin-top: -1em;
}
.fa,
button, .button,
.top-bar-section ul li > a {
font-family: var(--font-body);
}
.fa::before {
font-family: FontAwesome;
}

.top-bar,
.top-bar-section,
#top-bar-left,
#top-bar-right,
#top-bar-right .columns {
display: flex;
background-color: #222;
align-items: center;
justify-content: space-evenly;
}
#top-bar-left {
width: initial;
}
.top-bar-section {
flex-grow: 1;
padding: 0 0.5em !important;
}
.has-form {
flex-grow: 1;
padding: 0.5em !important;
}
#top-bar-right {
justify-content: space-between;
flex-grow: 1;
}
.top-bar input {
padding-top: 8px;
flex-grow: 1;
    height: 2em;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}
.button.search {
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(to right, var(--color-a), var(--color-b));
    border-image-slice: 1;
    top: 2px !important;
    position: relative;
    margin-left: 0px !important;
    box-sizing: border-box;
    padding: 0;
    width: 2em;
    height: 2em;
    margin: 0;
    top: 0 !important;
}
.button.search:hover {
background-color: var(--color-a);
}
.suggestions-result-current {
background-color: var(--color-b) !important;
}

.top-bar .toggle-topbar a {
text-transform: lowercase;
font-size: 1em;
}

#toc, .toc {
float: right;
margin-left: 1em;
max-width: 45%;
}
.toctitle {
    margin-bottom: -1em;
}
#toc h2 {
    margin-top: 0.25em;
    font-size: 1em;
    display: inline-block;
    margin-right: 0.5em;
}
#toc ul {
    margin: 0;
}
.tocnumber:after {
    content: " – ";
}

table.infobox {
width: initial;
max-width: 45%;
}
table.infobox th.head {
background-color: var(--color-b);
}
th, td {
padding: 0.5em !important;
}

ul {
    margin-bottom: var(--line-height);
}

li {
    line-height: initial;
}

.mw-category-generated {
margin-top: 2em;
}

/* if no content but only listing subcategories */
.mw-parser-output:empty + .mw-category-generated h2 {
display: none;
}

/* If only one subcategory, don't list the initial */
.mw-category-generated #mw-pages div:only-of-type h3,
#mw-subcategories div:only-of-type h3 {
/*display: none;*/
}

/* removes counting of categories */
.mw-category-generated #mw-pages p:first-of-type,
#mw-subcategories p:first-of-type {
display: none;
}

.group {
margin-top: 5em;
}
#catlinks .label {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    padding: 2px 6px !important;
 }

/* HEADER ------------------------------------------------------------------ */
.title-name {
font-family: var(--font-title);
font-weight: bold;
}
.title-name:hover {
color: var(--color-a);
}
.top-bar-section .has-form {
background-color: #222 !important;
}
.top-bar-section .has-dropdown > a::after {
display: none;
}
.top-bar-section .has-dropdown > a {
padding-right: initial !important;
}
.top-bar-section .dropdown li {
width: initial;
/*height: 2em;*/
position: relative;
padding: 0;
}
.top-bar-section ul li {
padding: 0 0.5em;
background-color: #222;
}
.top-bar-section ul li:hover {
z-index: 1000;
}
.top-bar-section ul li > a {
font-size: 16px;
padding: 0;
font-weight: bold;
}


.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
background: linear-gradient(90deg,var(--color-a), var(--color-b));
}
li#p-menu + li.has-dropdown {
    width: 3em;
    text-align: center;
}
li#p-menu + li.has-dropdown > a {
    border-radius: 100%;
    padding: 0;
    text-align: center;
    line-height: 30px;
    margin: auto;
    display: inline-block;
    width: 30px;
    box-sizing: border-box;
    height: 30px;
}

.back h5 {
font-size: 2em !important;
}
a.parent-link {
color: var(--color-b) !important;
font-weight: bold !important;
}

/* CONTENT ------------------------------------------------------------------ */
#page-content {
margin: 1em;
}
#english {
    position: relative;
    top: -1.5em;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 2em;
color: var(--color-b);
line-height: 1.5em;
font-family: var(--font-body);
}
h1, h1#firstHeading, h2 {
font-family: var(--font-title);
font-size: 1.5em;
}

h1 {
color: var(--color-a);
}
h2 span {
display: initial;
}
h3 {
font-family: var(--font-title);
font-size: 1em;
}
body.action-view #page-content a {
    border-image: linear-gradient(to right, var(--color-a), var(--color-b));
    border-bottom-width: 2px;
    border-image-slice: 1;
    color: black;
    border-bottom-style: solid;
    padding: 3px 5px 1px;
}
#page-content a:hover,
#catlinks .label:hover {
    background-color: var(--color-a);
    color: white !important;
}
/* Removes user name */
h3#tagline {
display: none;
}
#bodyContent {
margin-top: 3em;
}

#page-content ul, #page-content ol {
    font-size: 1em;
    margin-top: var(--line-height) !important;
}
div {
    line-height: 1.4em ;
}
/* ACTUALITÉS ------------------------------------------------------------------ */
.medialisting {
    display: flex;
    flex-wrap: wrap;
}
.Media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    flex-direction: column;
    flex-basis: 32%;
    box-sizing: border-box;
    justify-content: center;
    padding: 0.5em;
}
.Media-body {
flex: initial;
}

.flexgal {
display: flex;
flex-wrap: wrap;
}

/* THUMBNAILS ------------------------------------------------------------------ */
.thumb.tleft {
margin-right: 2em;
}
.Media-figure a,
.image.fancybox {
    display: inline-block;
}
.magnify a {
    text-indent: 0;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-width: 2px;
    line-height: 15px;
}
.magnify a:before {
content: "+";
font-family: FontAwesome;
font-size: 20px;
}

/* MEDIA QUERIES ------------------------------------------------------------------ */
@media (max-width: 800px) {
div.tleft, div.floatleft, table.floatleft {
    width: 100%;
    margin-bottom: 3em;
}
#toc {
  max-width: initial;
  width: 100%;
  margin-left: 0;
}
}
@media only screen and (max-width: 600px) {
.top-bar,
.top-bar-section,
#top-bar-right,
#top-bar-right .columns {
display: inherit;
}
.top-bar.expanded {
flex-wrap: wrap;
}
.top-bar.expanded .title-area {
display: flex;
flex-grow: 1;
justify-content: space-between;
}
.top-bar.expanded .top-bar,
.top-bar.expanded .top-bar-section,
.top-bar.expanded #top-bar-right,
.top-bar.expanded #top-bar-right .columns {
display: flex;
align-items: center;
}
.divider.show-for-small {
display: none !important;
}
}