MediaWiki:Tweeki.css
From Renoise User Manual
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.
/* CSS placed here will affect users of the Tweeki skin */ /* Scroll left sidebar with the entire screen */ @media (min-width: 992px) { .sidebar-left-wrapper { position:absolute; } } /* More condensed site-map tree */ .sidebar-left-wrapper ol, ul { padding-left: 1em; } /* Hide footer - it overflows the left, fixed side-bar */ #footer.footer { display: none; } /* Prevent that images in the main content flow into the right sidebar */ div#bodyContent img { max-width: -moz-available; /* WebKit-based browsers will ignore this. */ max-width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ max-width: fill-available; max-width: available; height: auto; }