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

De wikilab
(Created page with "→‎CSS placed here will be applied to all skins : <div class="lm-bloc"> <div class="lm-bloc-title"> =={{{title}}}== </div> <div class="lm-bloc-content"> {{{1}}}</div></div><n...")
 
Ligne 1 : Ligne 1 :
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
<div class="lm-bloc">
+
/* Le CSS placé ici sera appliqué à tous les habillages. */
<div class="lm-bloc-title">
+
 
=={{{title}}}==
+
ul#SelectCategoryList
</div>
+
{
<div class="lm-bloc-content">
+
height: 300px;
{{{1}}}</div></div><noinclude>[[Category:Modèle de mise en page]]</noinclude>
+
width: 500px;
 +
overflow: auto;
 +
}

Version du 6 septembre 2017 à 14:56

/* CSS placed here will be applied to all skins */
/* Le CSS placé ici sera appliqué à tous les habillages. */

ul#SelectCategoryList 
{
height: 300px;
width: 500px;
overflow: auto;
}