2017-01-11 11:55:38 +00:00
|
|
|
body {
|
2017-03-08 13:11:26 +00:00
|
|
|
width: 252px;
|
2017-03-06 13:54:56 +00:00
|
|
|
font-size: 12px;
|
2017-01-11 11:55:38 +00:00
|
|
|
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
|
|
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
|
|
outline: none;
|
|
|
|
}
|
2017-02-28 23:57:03 +00:00
|
|
|
#disable-all-wrapper {
|
2017-03-09 23:33:32 +00:00
|
|
|
padding: 0.3em 0 0.6em;
|
2017-02-28 23:57:03 +00:00
|
|
|
}
|
2017-01-11 11:55:38 +00:00
|
|
|
#no-styles {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2017-02-24 11:04:43 +00:00
|
|
|
#popup-shortcuts-button {
|
2017-02-28 23:57:03 +00:00
|
|
|
margin-left: 3px;
|
2017-02-24 11:04:43 +00:00
|
|
|
}
|
2017-01-11 11:55:38 +00:00
|
|
|
.checker {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.style-name {
|
|
|
|
cursor: default;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
a, a:visited {
|
|
|
|
color: black;
|
2017-03-21 01:32:38 +00:00
|
|
|
text-decoration-skip: ink;
|
2017-01-11 11:55:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.left-gutter {
|
|
|
|
display: table-cell;
|
|
|
|
width: 16px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.left-gutter input {
|
2017-03-09 12:53:00 +00:00
|
|
|
margin-bottom: 1px;
|
2017-01-11 11:55:38 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.main-controls {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry {
|
|
|
|
padding: 0.5em 0;
|
|
|
|
}
|
|
|
|
.entry:first-child {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2017-03-06 13:54:56 +00:00
|
|
|
|
2017-03-14 13:07:08 +00:00
|
|
|
#unavailable,
|
|
|
|
#installed {
|
2017-01-11 11:55:38 +00:00
|
|
|
border-bottom: 1px solid black;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
body > DIV:last-of-type,
|
|
|
|
body.blocked > DIV {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
#installed {
|
2017-03-20 09:58:38 +00:00
|
|
|
padding-top: 2px;
|
2017-03-21 01:32:38 +00:00
|
|
|
max-height: 434px;
|
2017-03-20 09:58:38 +00:00
|
|
|
overflow-y: auto;
|
2017-01-11 11:55:38 +00:00
|
|
|
}
|
2017-03-12 22:18:09 +00:00
|
|
|
#installed.disabled .style-name {
|
2017-01-11 11:55:38 +00:00
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
2017-03-11 10:15:03 +00:00
|
|
|
#installed .actions {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2017-01-11 11:55:38 +00:00
|
|
|
#installed .actions a {
|
2017-03-11 10:15:03 +00:00
|
|
|
cursor: pointer;
|
2017-03-09 12:53:00 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-03-11 10:15:03 +00:00
|
|
|
#installed .style-edit-link {
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
2017-03-09 12:53:00 +00:00
|
|
|
#installed .style-edit-link, #installed .delete {
|
2017-03-11 10:15:03 +00:00
|
|
|
display: inline-block;
|
2017-03-30 23:49:03 +00:00
|
|
|
padding: 0 1px 0;
|
2017-03-09 12:53:00 +00:00
|
|
|
}
|
|
|
|
.svg-icon {
|
|
|
|
pointer-events: none;
|
2017-03-30 23:49:03 +00:00
|
|
|
transition: fill .5s;
|
2017-03-09 12:53:00 +00:00
|
|
|
}
|
2017-03-30 23:49:03 +00:00
|
|
|
a:hover .svg-icon {
|
|
|
|
fill: #000000;
|
2017-03-11 10:15:03 +00:00
|
|
|
}
|
|
|
|
|
2017-01-11 11:55:38 +00:00
|
|
|
body > .actions {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions > div:not(:last-child):not(#disable-all-wrapper), .actions > .main-controls > div:not(:last-child), #unavailable:not(:last-child), #unavailable + .actions {
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
.actions input, .actions label {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#unavailable {
|
|
|
|
border: none;
|
2017-03-06 20:17:32 +00:00
|
|
|
display: none; /* flex */
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2017-01-30 19:18:34 +00:00
|
|
|
font-size: 14px;
|
2017-01-11 11:55:38 +00:00
|
|
|
}
|
|
|
|
body.blocked #installed,
|
|
|
|
body.blocked #find-styles,
|
|
|
|
body.blocked #write-style,
|
|
|
|
body:not(.blocked) #unavailable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-03-21 01:32:38 +00:00
|
|
|
body.blocked #unavailable {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2017-01-11 11:55:38 +00:00
|
|
|
/* Never shown, but can be enabled with a style */
|
|
|
|
.enable, .disable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 'New style' links */
|
|
|
|
#write-style-for {margin-right: .6ex}
|
|
|
|
.write-style-link {margin-left: .6ex}
|
2017-03-21 01:32:38 +00:00
|
|
|
.write-style-link::before, .write-style-link::after {font-size: 12px}
|
2017-01-11 11:55:38 +00:00
|
|
|
.write-style-link::before {content: "\00ad"} /* "soft" hyphen */
|
|
|
|
#match {overflow-wrap: break-word;}
|
|
|
|
|
|
|
|
/* "breadcrumbs" 'new style' links */
|
|
|
|
.breadcrumbs > .write-style-link {margin-left: 0}
|
|
|
|
.breadcrumbs:hover a {color: #bbb; text-decoration: none}
|
|
|
|
|
|
|
|
/* use just the subdomain name instead of the full domain name */
|
|
|
|
.breadcrumbs > .write-style-link[subdomain]:not(:nth-last-child(2)) {font-size: 0}
|
|
|
|
.breadcrumbs > .write-style-link[subdomain]:not(:nth-last-child(2))::before {
|
|
|
|
content: attr(subdomain);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* "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;
|
2017-03-21 01:32:38 +00:00
|
|
|
text-decoration-skip: ink;
|
2017-01-11 11:55:38 +00:00
|
|
|
}
|
2017-03-06 13:54:56 +00:00
|
|
|
|
|
|
|
/* action buttons */
|
|
|
|
#popup-options {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-around;
|
|
|
|
padding: 1.2em 0;
|
|
|
|
}
|
|
|
|
#popup-options button {
|
|
|
|
margin: 0 2px;
|
|
|
|
width: 33%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* margins */
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
body>div:not(#installed) {
|
|
|
|
margin-left:0.75em;
|
|
|
|
margin-right:0.75em;
|
|
|
|
}
|
|
|
|
#unavailable {
|
|
|
|
margin-top: 0.75em;
|
|
|
|
}
|
|
|
|
#installed .entry {
|
|
|
|
}
|
|
|
|
/* entries */
|
|
|
|
#installed .entry {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 5px 0.75em;
|
|
|
|
}
|
|
|
|
#installed .entry:nth-child(even) {
|
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
#installed .main-controls {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
#installed .main-controls label {
|
|
|
|
flex: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2017-03-25 19:50:37 +00:00
|
|
|
/* confirm */
|
|
|
|
#confirm,
|
|
|
|
#confirm>div>span {
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
#confirm {
|
|
|
|
z-index: 2147483647;
|
|
|
|
display: none; /* flex */
|
|
|
|
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);
|
|
|
|
animation: lights-off .5s cubic-bezier(.03, .67, .08, .94);
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|
|
|
|
#confirm.lights-on {
|
|
|
|
animation: lights-on .25s ease-in-out;
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|
|
|
|
#confirm.lights-on > div{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#confirm[data-display=true] {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#confirm>div {
|
|
|
|
width: 80%;
|
|
|
|
height: 100px;
|
|
|
|
max-height: 80%;
|
|
|
|
min-height: 8em;
|
|
|
|
background-color: #fff;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
border: solid 2px rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
#confirm>div>span {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
#confirm>div>b {
|
|
|
|
padding: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
#confirm>div>div {
|
|
|
|
padding: 10px;
|
2017-03-25 20:39:21 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.non-windows #confirm>div>div {
|
2017-03-25 19:50:37 +00:00
|
|
|
direction: rtl;
|
2017-03-25 20:39:21 +00:00
|
|
|
text-align: right;
|
2017-03-25 19:50:37 +00:00
|
|
|
}
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|