| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003 |
- :root {
- --inner-padding: 18px; /* checkbox + gap */
- --outer-padding: 9px;
- --hotkey-margin: 16px;
- }
- html, body {
- height: min-content;
- max-height: 600px;
- }
- body {
- width: 252px;
- font-size: 12px;
- font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
- margin: 0;
- }
- .firefox body {
- color: #000;
- background-color: #fff;
- }
- .firefox button {
- transition: none; /* FF borks subpixel AA during transitions in popup */
- }
- body > div:not(#installed):not(#message-box):not(.colorpicker-popup) {
- padding-left: var(--outer-padding);
- padding-right: var(--outer-padding);
- }
- .firefox .chromium-only {
- display: none;
- }
- /************ checkbox ************/
- .style-name:hover .checker:checked {
- border-color: hsl(0, 0%, 32%);
- background-color: hsl(0, 0%, 82%);
- }
- .style-name:hover .checker {
- border-color: hsl(0, 0%, 32%);
- background-color: hsl(0, 0%, 82%);
- }
- #disable-all-wrapper input[type="checkbox"]:not(.slider):checked + .svg-icon.checked {
- position: absolute;
- top: 0;
- left: 0;
- pointer-events: none;
- }
- #installed.disabled + .actions #disableAll:checked + .svg-icon.checked {
- fill: hsl(0, 68%, 42%);
- }
- #installed.disabled + .actions #disableAll:checked {
- border-color: hsl(0, 68%, 50%);
- }
- #installed.disabled + .actions #disableAll:checked:hover + .svg-icon.checked {
- fill: #fff;
- }
- #disableAll:hover {
- border-color: hsl(0, 68%, 50%);
- background-color: hsl(20, 70%, 75%);
- }
- #disableAll-label:hover {
- color: hsl(0, 68%, 42%);
- }
- #installed.disabled + .actions #disableAll:checked:hover {
- border-color: hsl(0, 50%, 56%);
- background-color: hsl(0, 50%, 56%);
- }
- #installed .style-name .checker,
- #installed .style-name .svg-icon.checked {
- position: absolute;
- top: 7px;
- left: var(--outer-padding);
- pointer-events: none;
- }
- #disable-all-wrapper {
- padding: 0.3em 0 0.6em;
- }
- #disable-all-wrapper .main-controls {
- display: flex;
- position: relative;
- }
- #disable-all-wrapper .main-controls label {
- padding-left: var(--inner-padding);
- position: relative;
- transition: color .25s;
- font-size: 12px;
- }
- #no-styles {
- padding: 6px var(--outer-padding);
- font-weight: bold;
- }
- #find-styles-link {
- cursor: pointer;
- margin-right: .5em;
- }
- #find-styles-inline-group label {
- position: relative;
- padding-left: 16px;
- }
- .checker {
- display: inline;
- }
- a {
- color: #000;
- transition: color .5s;
- }
- a:hover {
- color: #666;
- }
- .actions > .main-controls {
- padding-left: var(--inner-padding);
- }
- .main-controls {
- display: table-cell;
- }
- body > DIV:last-of-type,
- body.blocked > DIV {
- border-bottom: none;
- }
- #installed {
- border-bottom: 1px solid black;
- max-height: 445px;
- overflow-y: auto;
- counter-reset: style-number;
- position: relative;
- }
- #installed.disabled .style-name {
- text-decoration: line-through;
- }
- #installed.disabled + .actions #disableAll-label {
- font-weight: bold;
- color: firebrick;
- }
- #installed .actions {
- cursor: default;
- }
- #installed .actions a {
- cursor: pointer;
- text-decoration: none;
- }
- /* entry */
- .entry {
- position: relative;
- }
- .entry-content {
- display: flex;
- align-items: center;
- height: 26px;
- padding: 0 14px 0 0;
- }
- html[style] .entry-content {
- padding: 0 var(--hotkey-margin) 0 0;
- }
- #no-styles.entry {
- padding: 0 14px;
- }
- .entry .actions {
- display: inline-flex;
- align-items: center;
- }
- .style-name {
- height: 100%;
- width: 100%;
- line-height: 28px;
- cursor: default;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding-left: calc(var(--outer-padding) + var(--inner-padding));
- position: relative;
- }
- .entry .style-name::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: linear-gradient(to right, hsla(180, 50%, 30%, 0.2), hsla(180, 20%, 10%, 0.05) 50%, transparent);
- pointer-events: none;
- opacity: 0;
- transition: opacity .1s;
- will-change: opacity;
- }
- .entry .style-name:hover::before {
- opacity: 1;
- }
- .entry.disabled .style-name,
- .entry.disabled .svg-icon {
- font-weight: normal;
- color: #888;
- fill: #aaa;
- }
- .entry.disabled:hover .svg-icon {
- fill: #666;
- }
- .entry.disabled:hover a:hover .svg-icon {
- fill: #000;
- }
- .entry .main-controls {
- height: 100%;
- display: inline-flex;
- flex-grow: 1;
- overflow: hidden;
- align-items: center;
- padding-right: 5px;
- }
- .entry:nth-child(even) {
- background-color: rgba(0, 0, 0, 0.05);
- }
- .entry:nth-child(-n+10):before,
- .entry:nth-child(11):before {
- counter-increment: style-number;
- content: counter(style-number);
- position: absolute;
- top: .9ex;
- right: 5px;
- color: #aaa;
- }
- .entry:nth-child(11):before {
- content: "0";
- }
- html[style*="border"] .entry:nth-child(-n+10):before,
- html[style*="border"] .entry:nth-child(11):before {
- /* the "show side borders" option adds 2px */
- right: 7px;
- }
- .entry .actions {
- margin-left: -1px;
- margin-right: -1px;
- }
- .entry .actions > * {
- height: 26px;
- width: var(--inner-padding);
- display: inline-flex;
- align-items: center;
- justify-content: center;
- }
- .entry .actions > .menu-button {
- width: 16px;
- }
- .entry .actions > a.configure {
- padding-right: 2px;
- }
- .entry .actions > a.configure[target="_blank"] {
- width: 20px;
- }
- .svg-icon.config {
- height: 16px;
- width: 16px;
- }
- a.configure[target="_blank"] .svg-icon.config {
- height: 20px;
- width: 20px;
- margin-top: 1px;
- }
- .not-applied .checker,
- .not-applied .style-name,
- .not-applied .actions > * {
- opacity: .2;
- transition: opacity .5s ease-in-out .25s, color .5s ease-in-out .25s;
- }
- .not-applied .style-name {
- opacity: .5;
- }
- .not-applied:hover .checker,
- .not-applied:hover .style-name,
- .not-applied:hover .actions > * {
- opacity: 1;
- }
- .not-applied:hover .style-name {
- color: darkred;
- }
- .frame-url::before {
- content: "iframe: ";
- color: lightslategray;
- }
- .frame .style-name {
- font-weight: normal;
- }
- /* entry menu */
- .entry .menu {
- display: none;
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- align-items: center;
- justify-content: center;
- z-index: 2147483647;
- box-sizing: border-box;
- overflow: hidden;
- background-color: rgba(0, 0, 0, 0.4);
- outline: none;
- animation: lights-off .5s cubic-bezier(.03, .67, .08, .94);
- animation-fill-mode: both;
- }
- .menu-title,
- #confirm > div > b {
- padding-bottom: .5em;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #confirm button[data-cmd="ok"]:not([data-focused-via-click]):focus {
- box-shadow: 0 0 0 1px red; /* Using box-shadow instead of the ugly outline in new Chrome */
- }
- .menu-items-wrapper {
- width: 80%;
- max-height: 80%;
- min-height: 6em;
- padding: 1em;
- display: flex;
- position: relative;
- flex-direction: column;
- background-color: #fff;
- border: solid 2px rgba(0, 0, 0, 0.5);
- }
- .menu-buttons-wrapper {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 1em 0 0;
- }
- .menu-buttons-wrapper button {
- margin: 0 .25em;
- }
- .menu-item {
- display: flex;
- border: none;
- align-items: center;
- padding: 3px 0;
- background: none;
- text-decoration: none;
- flex: none;
- }
- .entry .menu-item > span {
- margin: 1px 0 -1px;
- }
- .entry .menu-item:hover,
- .entry .menu-item:active {
- background-color: rgba(0, 0, 0, 0.1);
- transition: background-color .25s;
- }
- .entry .menu-icon {
- width: 26px;
- flex-shrink: 0;
- }
- .entry .menu-icon > * {
- display: block;
- margin: 0 auto;
- }
- .entry .menu-item.disabled {
- opacity: 0.5;
- background-color: transparent;
- cursor: help;
- }
- /* checkbox */
- .checkbox-container {
- position: relative;
- display: inline-block;
- width: 12px;
- height: 12px;
- }
- .regexp-problem-indicator {
- background-color: #d00;
- width: 14px;
- height: 14px;
- line-height: 15px;
- border-radius: 8px;
- margin-right: 6px;
- margin-left: 6px;
- text-align: center;
- color: white;
- font-weight: bold;
- box-sizing: border-box;
- cursor: pointer;
- font-size: 90%;
- display: none;
- }
- .regexp-partial .regexp-problem-indicator {
- display: block;
- }
- .regexp-partial .actions,
- .regexp-invalid .actions {
- order: 2;
- }
- #regexp-explanation {
- position: fixed;
- background-color: white;
- top: 50%;
- transform: translateY(-50%);
- left: 0;
- right: 0;
- padding: .5rem;
- font-size: 90%;
- border-top: 2px solid black;
- border-bottom: 2px solid black;
- box-shadow: 0 0 100px black;
- display: flex;
- flex-direction: column;
- z-index: 999999;
- }
- #regexp-explanation > div {
- display: none;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- .regexp-partial #regexp-partial,
- .regexp-invalid #regexp-invalid {
- display: block;
- }
- #regexp-explanation > div:not(:last-child) {
- margin-bottom: .5rem;
- }
- .svg-icon {
- pointer-events: none;
- width: 14px;
- height: 16px;
- }
- a:hover .svg-icon {
- fill: #000;
- }
- body > .actions {
- margin-top: 0.5em;
- /* raise the actions above the hotkey-info */
- position: relative;
- z-index: 4;
- }
- .actions > div:not(:last-child):not(#disable-all-wrapper),
- .actions > .main-controls > div:not(:last-child) {
- margin-bottom: 0.75em;
- }
- .actions input,
- .actions label {
- vertical-align: middle;
- }
- body.blocked #installed > :not(.frame),
- body.blocked .actions > .main-controls {
- display: none;
- }
- /* Never shown, but can be enabled with a style */
- .entry .actions > .enable,
- .entry .actions > .disable {
- display: none;
- }
- /* 'New style' links */
- #write-style {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- #write-style-for {
- margin-right: .6ex
- }
- .write-style-link {
- margin-left: .6ex
- }
- .write-style-link::before {
- content: "\00ad"; /* "soft" hyphen */
- }
- .about-blank > .breadcrumbs {
- pointer-events: none;
- }
- .about-blank > .breadcrumbs a {
- text-decoration: none;
- }
- .match {
- overflow-wrap: break-word;
- display: block;
- flex-grow: 9;
- }
- .match[data-frame-id="0"] {
- min-width: 200px;
- }
- .match[data-frame-id="0"] > .match {
- margin-top: .25em;
- }
- .match:not([data-frame-id="0"]) a {
- text-decoration: none; /* not underlining iframe links until hovered to reduce visual noise */
- }
- .match .match {
- margin-left: .5rem;
- }
- .match .match::before {
- content: "";
- width: .25rem;
- height: .25rem;
- margin-left: -.5rem;
- display: block;
- position: absolute;
- border-width: 1px;
- border-style: none none solid solid;
- }
- .dupe > .breadcrumbs {
- opacity: .5;
- }
- .dupe:not([data-children]) {
- display: none;
- }
- #write-for-frames {
- position: absolute;
- width: 5px;
- height: 5px;
- margin-left: -12px;
- margin-top: 4px;
- --dash: transparent 2px, currentColor 2px, currentColor 3px, transparent 3px;
- background: linear-gradient(var(--dash)), linear-gradient(90deg, var(--dash));
- }
- #write-for-frames.expanded {
- background: linear-gradient(var(--dash));
- }
- #write-for-frames::after {
- position: absolute;
- margin: -2px;
- border: 1px solid currentColor;
- content: "";
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- #write-for-frames:not(.expanded) ~ .match:not([data-frame-id="0"]),
- #write-for-frames:not(.expanded) ~ .match .match {
- display: none;
- }
- /* "breadcrumbs" 'new style' links */
- .breadcrumbs > .write-style-link {
- margin-left: 0
- }
- .breadcrumbs:hover a {
- color: #bbb;
- text-decoration: none
- }
- /* "dot" after each subdomain name */
- .breadcrumbs > .write-style-link[subdomain]::after {
- content: "."
- }
- /* no "dot" after top-level domain */
- .breadcrumbs > .write-style-link:nth-last-child(2)::after {
- content: none
- }
- /* "forward slash" before path ("this URL") */
- .breadcrumbs > .write-style-link:last-child::before {
- content: "\200b/"
- }
- .breadcrumbs > .write-style-link:last-child:first-child::before,
- .breadcrumbs > .write-style-link[subdomain=""] + .write-style-link::before {
- content: none
- }
- /* suppress TLD-only link */
- .breadcrumbs > .write-style-link[subdomain=""] {
- display: none
- }
- /* :hover style */
- .breadcrumbs.url\(\) > .write-style-link,
- /* :hover or :focus on "this URL" sets class="url()" */
- .breadcrumbs > .write-style-link:hover,
- .breadcrumbs > .write-style-link:focus,
- .breadcrumbs > .write-style-link:hover ~ .write-style-link[subdomain],
- .breadcrumbs > .write-style-link:focus ~ .write-style-link[subdomain] {
- color: inherit;
- text-decoration: underline;
- }
- /* action buttons */
- #popup-options {
- display: flex;
- flex-direction: row;
- padding: var(--outer-padding) 1px;
- }
- #popup-options button {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 2px 4px;
- margin-right: 4px;
- /* several languages have labels of wildly different lengths so we try to maintain the proportion */
- flex: 1 1 auto;
- min-width: 2em;
- }
- #popup-options button:last-child {
- margin-right: 0;
- }
- /* confirm */
- #confirm {
- align-items: center;
- justify-content: center;
- z-index: 2147483647;
- display: none;
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0 !important;
- box-sizing: border-box;
- background-color: rgba(0, 0, 0, 0.4);
- }
- #confirm.lights-on,
- .menu.lights-on {
- animation: lights-on .25s ease-in-out;
- animation-fill-mode: both;
- }
- #confirm.lights-on,
- #confirm.lights-on > div,
- .menu.lights-on > div {
- display: none;
- }
- #confirm[data-display=true],
- .menu[data-display=true] {
- display: flex;
- }
- #confirm > div {
- width: 80%;
- max-height: 80%;
- min-height: 6em;
- padding: 1em;
- background-color: #fff;
- display: flex;
- flex-direction: column;
- border: solid 2px rgba(0, 0, 0, 0.5);
- }
- #confirm > div > *:not(:last-child) {
- padding-bottom: .5em;
- }
- #confirm > div > div {
- text-align: center;
- }
- .non-windows #confirm > div > div {
- direction: rtl;
- text-align: right;
- }
- #confirm > div {
- width: 80%;
- max-height: 80%;
- min-height: 6em;
- padding: 1em;
- background-color: #fff;
- display: flex;
- flex-direction: column;
- border: solid 2px rgba(0, 0, 0, 0.5);
- }
- #confirm > div > *:not(:last-child) {
- padding-bottom: .5em;
- }
- #confirm > div > div {
- text-align: center;
- }
- .non-windows #confirm > div > div {
- direction: rtl;
- text-align: right;
- }
- #confirm > button {
- /* add a gap between buttons both for horizontal
- or vertical (when the label is wide) layout */
- margin: 0 .25em .25em 0;
- }
- .unreachable .entry:not(.frame) {
- opacity: .25;
- }
- .unreachable .blocked-info {
- border-bottom: 1px solid black;
- }
- .blocked-info {
- hyphens: none;
- word-wrap: break-word;
- overflow-wrap: anywhere;
- line-height: 16px;
- position: relative;
- }
- .blocked-info label {
- padding: 5px 0;
- display: block;
- font-weight: bold;
- }
- .blocked-info p {
- padding: 1px 0 var(--outer-padding);
- display: block;
- font-size: 90%;
- margin: 0;
- }
- .blocked-info .copy {
- cursor: pointer;
- transition: all .1s;
- text-decoration: underline;
- text-decoration-style: dotted;
- font-weight: bold;
- }
- .blocked-info .copy:hover {
- color: #000;
- }
- .blocked-info .copy.copied {
- background: hsl(170, 40%, 80%);
- color: #000;
- }
- .copy-message {
- white-space: nowrap;
- position: absolute;
- display: none;
- top: 0;
- left: 0;
- right: 0;
- font-weight: bold;
- font-size: 13px;
- text-align: center;
- padding: 4px 0;
- background: hsl(170, 40%, 80%);
- color: #000;
- z-index: 10;
- }
- .copy-message.show-message {
- display: block;
- }
- .blocked-info .copy:after {
- content: '';
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURQAAAAAAAKVnuc8AAAABdFJOUwBA5thmAAAAIElEQVQI12NgYGCEAgYgkwEMGBFijEhixDMZkUSRLQAACpYALjrE2uIAAAAASUVORK5CYII=)center no-repeat;
- height: 10px;
- width: 10px;
- display: inline-flex;
- margin-left: 3px;
- }
- /******************************************/
- #hotkey-info {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: var(--hotkey-margin);
- cursor: help;
- margin: 0;
- padding: 0;
- z-index: 1;
- hyphens: auto;
- }
- #hotkey-info:not([data-active]) > * {
- display: none;
- }
- #hotkey-info[data-active] {
- position: fixed;
- left: 6ex;
- bottom: unset;
- width: auto;
- cursor: auto;
- display: flex;
- flex-direction: column;
- border-left: 2px solid white;
- box-shadow: 0 0 90px rgba(0, 0, 0, .5);
- z-index: 5;
- }
- #hotkey-info div:first-child {
- flex-grow: 1;
- padding: 0 1em;
- font-size: 11px;
- overflow-y: auto;
- }
- #hotkey-info div {
- padding: 1em;
- border-top: 1px solid #ddd;
- background-color: white;
- }
- #hotkey-info div:last-child {
- box-shadow: 0 0 90px rgba(0, 0, 0, .25);
- position: relative;
- }
- #hotkey-info p {
- text-indent: -3px;
- }
- #hotkey-info p:last-child {
- margin-bottom: 0;
- }
- #hotkey-info mark {
- display: inline-block;
- background: linear-gradient(#ccc, #fff);
- padding: 1px 6px 0;
- margin: 2px;
- border: 1px solid white;
- border-radius: 4px;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
- font-weight: bold;
- white-space: nowrap;
- }
- /******************************************/
- @keyframes lights-off {
- from {
- background-color: transparent;
- }
- to {
- background-color: rgba(0, 0, 0, 0.4);
- }
- }
- @keyframes lights-on {
- from {
- background-color: rgba(0, 0, 0, 0.4);
- }
- to {
- background-color: transparent;
- }
- }
- /* Popup adjustments for common zoom levels */
- @media (-webkit-min-device-pixel-ratio: 1.05) {
- #installed {
- max-height: 420px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.1) {
- #installed {
- max-height: 393px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.15) {
- #installed {
- max-height: 371px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.2) {
- #installed {
- max-height: 348px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.25) {
- #installed {
- max-height: 326px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.30) {
- #installed {
- max-height: 306px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.35) {
- #installed {
- max-height: 288px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.4) {
- #installed {
- max-height: 271px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.45) {
- #installed {
- max-height: 256px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.5) {
- #installed {
- max-height: 244px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.55) {
- #installed {
- max-height: 199px;
- }
- }
- @media (-webkit-min-device-pixel-ratio: 1.75) {
- #installed {
- max-height: 144px;
- }
- }
|