Jump to content

User:Perryprog/timeless.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Perryprog (talk | contribs) at 23:33, 30 January 2021 (Add padding to the <details> tag that holds #catlinks). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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; }