« MediaWiki:Common.css » : différence entre les versions

Aller à la navigation Aller à la recherche
1 064 octets ajoutés ,  25 août 2023
aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
.vector-body {
    font-size: 1em !important;
}
/** Collapsible tables *********************************************************
*
*  Description: Allows tables to be collapsed, showing only the header. See
*                        http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
*  Maintainers: [[en:User:R. Koot]]
*/
table.collapsed tr.collapsible {
        display: none;
}
.collapseButton {              /* 'show'/'hide' buttons created dynamically by the            */
        float: right;          /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;    /* are styled here so they can be customised.            */
        text-align: right;
        width: auto;
}
/* Default styling for HTML elements */
/* Default styling for HTML elements */
dfn {
dfn {
Ligne 1 417 : Ligne 1 439 :
.compact-ambox .hide-when-compact {
.compact-ambox .hide-when-compact {
     display: none;
     display: none;
}
/* wikitable additions - adriweb */
.wikitable.col1mono tbody tr td:nth-child(1), .wikitable.col2mono tbody tr td:nth-child(2), .wikitable.col3mono tbody tr td:nth-child(3), .wikitable.col4mono tbody tr td:nth-child(4), .wikitable.col5mono tbody tr td:nth-child(5) {
    font-family: Menlo,Roboto,Consolas,monospace !important;
}
}

Menu de navigation