User:JAL/monobook.css
< User:JAL
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* make Sidebar wider (to view change in Firefox: hold Shift while clicking Reload) */ /* #column-content { margin-left: -13.9em } */ /* #column-content #content { margin-left: 13.9em } */ /* #p-logo a, #p-logo a:hover { width: 13.9em } */ /* .portlet { width: 12.9em } */ /* #p-cactions { left: 12.9em } */ /* div#column-content { margin-left: -13.9em } */ /* div#content { margin-left: 13.9em } */ #column-content { margin-left: -15.9em } #column-content #content { margin-left: 15.9em } #p-logo a, #p-logo a:hover { width: 15.9em } .portlet { width: 14.9em } #p-cactions { left: 14.9em } div#column-content { margin-left: -15.9em } div#content { margin-left: 15.9em } /** * Allow limiting of which header levels are shown in a TOC; * <div class="toclimit-3">, for instance, will limit to * showing ==headings== and ===headings=== but no further. * Used in [[Template:TOC]] */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; } .caption { color: black; font-size: 100%; font-weight: bold; text-align: center; line-height: 100%; margin-left: 15em; margin-right: 15em; margin-top: 2em; margin-bottom: 2em; }