MediaWiki:Timeless.css: Difference between revisions

From Resistance in Belgium
No edit summary
No edit summary
Line 2: Line 2:




 
/* Modifier police du titre en haut à gauche + légèrement augmenté la taille */
#p-logo-text a {
#p-logo-text a {
         padding: 0.1em 1em 0.2em;
         padding: 0.1em 1em 0.2em;
Line 11: Line 11:
         display: block
         display: block
}
}
/* modifier couleurs des lignes en haut de page pour les adapter à la charte graphique */
.color-left { background: #1e437e;}
.color-middle { background:#148f67;}
.color-right { background: #3bae4d;}






/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }


.color-left { background: #1e437e;}
/* Avoid cutting off letters with descenders: g,j,p,q,y */
.color-middle { background:#148f67;}
#personal h2 span {
.color-right { background: #3bae4d;}
    height: 1.5em;
    position:relative;
    bottom:0.1em
}
 
/* Triangle position patch */
#personal h2::after {
  position: relative;
  bottom: 0.5em;
}

Revision as of 16:20, 22 February 2023

/* All CSS here will be loaded for users of the Timeless skin */


/* Modifier police du titre en haut à gauche + légèrement augmenté la taille */
#p-logo-text a {
        padding: 0.1em 1em 0.2em;
        color: #18407f;
        font-family: 'Raleway Bold', 'Linux Libertine', 'Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
        font-variant: small-caps;
        font-size: 1.95em;
        display: block
}

/* modifier couleurs des lignes en haut de page pour les adapter à la charte graphique */
.color-left { background: #1e437e;}
.color-middle { background:#148f67;}
.color-right { background: #3bae4d;}



/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}