Jump to content

User:Perryprog/timeless.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* For HotCat; timeless's sidebar catagory list doesn't work with it. */
#catlinks { display: inherit !important; }

/* Don't show the weird outline when clicking a <summary> tag */
summary:focus { outline-style: none; }

/* Give the <details> tag added in [[User:Perryprog/common-script.js]] some space */
#content-bottom-stuff > details { padding: 1em 2em; }