Open main menu

Changes

1,377 bytes added ,  10:40, 14 July 2023
be more specific in the selector
/** CSS placed here will be applied to all skins */
/** make lists more like Microsoft Word https://www.mediawiki.org/wiki/Help:Lists#Site-wide */ .mw-body ol { list-style-type:decimal;}.mw-body ol li > ol { list-style-type:lower-alpha;}.mw-body ol li > ol li > ol { list-style-type:lower-roman} /** * Adaptions for the main table class */table.smworgtable-v2 { background-color: #fff; border: 1px solid #5e9dc8; margin: 0 0 0.5em 1em; padding: 0; -moz-border-radius: 3px; border-radius: 3px;}table.smworgtable-v2 tr { background-color: #ffffff;}table.smworgtable-v2 td { padding: 5px; vertical-align: top !important;}table.smworgtable-v2 th { background-color: #5e9dc8; border: 0px; padding: 3px; font-size: 100%; font-weight: normal; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; color: #ffffff; vertical-align: top !important;}table.smworgtable-v2 th a { color: #ffffff;}table.smworgtable-v2 th.smworange { background-color: #f5f5f5;}table.smworgtable-v2-toc th a { color: #0c2c52;}#smworgtable-v2-toc #toc.toc { text-indent: -15px; margin-left: 15px; font-size: 110%;}#smworgtable-v2-toc #toc { border: 0px solid #aaaaaa; background-color: #ffffff; font-size: 100%; width: 230px;}#smworgtable-v2-toc.smworgtable-v2-toc th a { color: #5e9dc8;}   // hide the upload file linkin 'Tools'// for some reason, had no effect in testing?!/** #t-upload {display:none;}*/
// fix google maps little man in responsive skin