MediaWiki:Common.css: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 16: Line 16:


div.mw-collapsed {
div.mw-collapsed {
   background-color: #333;
   background: #333;
}
}

Revision as of 19:43, 16 July 2021

/* CSS placed here will be applied to all skins */




/ * NOTES                                                                      * /
/ * You Can Easily find out which section of your wiki you are                 * /
/ * Formatting in FireFox by choosing Options > DevelopperTools > Inspector    * /
/ * And then clicking on the part of the webpage you want to modify            * /
/ *                                                                            * /
/ * in CSS, div classes are marked with a '.', and div ids are marked with '#' * /
/ * ex: <div id="wiki" class="wikiclass">                                      * /
/ * #wiki { padding: 1px };                                                    * /
/ * .wikiclass { padding: 1px };                                               * /
/ *                                                                            * /

div.mw-collapsed {
  background: #333;
}