for stylus addon
a-stylus by quaritexa
Details
Authorquaritexa
LicenseNo License
Categoryuserstyles
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 a-stylus
@version 2022.07.14
@namespace userstyles.world/user/quaritexa
@description for stylus addon
@author quaritexa
@license No License
==/UserStyle== */
@-moz-document url-prefix("moz-extension://fa0a6677-22af-ea4a-9b31-73b9890ae8df/") {
/* *stylus */
#header {
border: none !important;
box-shadow: none !important;
}
.applies-to .targets img {
height: 10px;
width: 10px;
}
.newUI .target {
line-height: initial;
}
.newUI .entry {
border: 1px solid #0002 !important;
background: none !important;
}
.newUI .entry .style-name {
font-weight: normal;
font-size: 12px;
padding: 0 0 0 30px;
}
.newUI .entry .actions,
.newUI .applies-to,
_ {
padding: 0;
}
.newUI .entry .actions {
width: 80px;
}
.newUI .entry > * {
vertical-align: top;
}
.targets {
font-size: .5rem;
}
.targets .target {
float: left;
display: block;
padding-right: 0;
}
.style-name {
white-space: nowrap;
}
.newUI .entry .checkmate {
position: relative;
left: -5px;
top: 0;
}
.CodeMirror {
background: #374248 !important;
font-family: "PragmataPro Mono";
font-size: 15px;
line-height: 1.5;
}
}