Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
(Página substituída por '→Force lining numbers in headers (for fonts like Georgia): h1, h2, .firstHeading { -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"...') Etiqueta: Substituído |
|||
Linha 1: | Linha 1: | ||
/* | /* Force lining numbers in headers (for fonts like Georgia) */ | ||
h1, | |||
h2, | |||
.firstHeading { | |||
-moz-font-feature-settings: "lnum"; | |||
-webkit-font-feature-settings: "lnum"; | |||
font-feature-settings: "lnum"; | |||
} | |||
/* | /* Consistent size for sub/sup */ | ||
.mw-body sub, | |||
.mw-body sup, | |||
span.reference /* for Parsoid */ { | |||
font-size: 80%; | |||
} | |||
/* Hide confusing "Discussion" tab on [[Project:Support_desk]], | |||
* For sanity, only do this if [[Project_talk:Support_desk]] is a | |||
* redirect (which goes back to [[Project:Support_desk]]). | |||
* If that is changed for some reason, it automatically comes back. | |||
*/ | |||
.page-Project_Support_desk #ca-talk a.mw-redirect { | |||
display: none; | |||
} |
Edição das 00h29min de 18 de julho de 2021
/* Force lining numbers in headers (for fonts like Georgia) */ h1, h2, .firstHeading { -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; font-feature-settings: "lnum"; } /* Consistent size for sub/sup */ .mw-body sub, .mw-body sup, span.reference /* for Parsoid */ { font-size: 80%; } /* Hide confusing "Discussion" tab on [[Project:Support_desk]], * For sanity, only do this if [[Project_talk:Support_desk]] is a * redirect (which goes back to [[Project:Support_desk]]). * If that is changed for some reason, it automatically comes back. */ .page-Project_Support_desk #ca-talk a.mw-redirect { display: none; }