MediaWiki:Timeless.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
Line 35: | Line 35: | ||
position: relative; | position: relative; | ||
bottom: 0.5em; | bottom: 0.5em; | ||
} | |||
@media screen and (max-width: 850px) | |||
#mw-header-container { | |||
background: #ffffff; | |||
padding: 6.75em 0.45em 0.35em; | |||
} | } |
Revision as of 13:34, 27 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;
}
@media screen and (max-width: 850px)
#mw-header-container {
background: #ffffff;
padding: 6.75em 0.45em 0.35em;
}