Includes some custom styles.
Styles by paul
Details
Authorpaul
LicenseNo License
Categoryuserstyles
Created
Updated
Size570 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Styles
@version 20220628.02.23
@namespace userstyles.world/user/paul
@description Includes some custom styles.
@author paul
@license No License
==/UserStyle== */
@-moz-document domain("ruanyifeng.com") {
body {
background-color: white
}
#container {
background-color: white;
}
}
@-moz-document domain("developer.mozilla.org") {
.main-document-header-container {
top: -64px;
}
}
@-moz-document domain("www.baidu.com") {
#bottom_layer {
background: rgba(0, 0, 0, 0.2);
}
}