See @description in the Source Code.
DeAnnoy Lifewire [papo] by papo
Details
Authorpapo
LicenseCC BY-NC-SA 4.0
Categorylifewire
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DeAnnoy Lifewire [papo]
@namespace github.com/paponius/userstyles
@version 1.0.0
@description Updated: 2024-02. Notes and feedback: https://github.com/paponius/userstyles/. Check what it does in style Options, or read @var descriptions on top of the code.
@author Papo
@homepageURL https://github.com/paponius/userstyles/
@supportURL https://github.com/paponius/userstyles/
@license CC BY-NC-SA 4.0
@preprocessor stylus
@var checkbox blockPopupMenus "Block popup menus covering everything." 1
@var checkbox unstickHeader "Unstick header" 1
--- end of common block ---
==/UserStyle== */
/* This preprocesor header and global variables are common part used in many of my styles. Version: 1.1.1 24-03 */
@-moz-document domain("lifewire.com") {
if blockPopupMenus {
.header-nav__list-item:focus-within .header-nav__dropdown, .header-nav__list-item:hover .header-nav__dropdown {
display: none;
/* --was-display: block; */
}
}
if unstickHeader {
.header {
position: absolute;
/* --was-position: fixed; */
/* top: 0; */
/* left: 0; */
}
}
sel {
padding: 2px 10px !important unless not xxxxxx;
}
}