Différences entre versions de « MediaWiki:Blueprint.css »

De WIKI-SEDNA
Aller à : navigation, rechercher
Ligne 7 : Ligne 7 :
 
/* a[title^="ARelire:"] { display: none; } */
 
/* a[title^="ARelire:"] { display: none; } */
 
div.mw-category-group h3 { display: none; }
 
div.mw-category-group h3 { display: none; }
div.mw-content-ltr h3 { display: none; }
+
/* div.mw-content-ltr h3 { display: none; } */
 
div.CategoryTreeItem span[title^="contient"]  { display: none; }
 
div.CategoryTreeItem span[title^="contient"]  { display: none; }

Version du 19 juillet 2019 à 14:39

.mw-category {
    -webkit-column-count: 3;
    -moz-column-count: 3;
      column-count: 1; 
}

/* a[title^="ARelire:"] { display: none; } */
div.mw-category-group h3 { display: none; }
/* div.mw-content-ltr h3 { display: none; } */
div.CategoryTreeItem span[title^="contient"]  { display: none; }