aboutsummaryrefslogtreecommitdiffstats
path: root/css/hosts-files.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/hosts-files.css')
-rw-r--r--css/hosts-files.css76
1 files changed, 38 insertions, 38 deletions
diff --git a/css/hosts-files.css b/css/hosts-files.css
index fa3e07b..8c71ad8 100644
--- a/css/hosts-files.css
+++ b/css/hosts-files.css
@@ -1,7 +1,7 @@
/*******************************************************************************
ηMatrix - a browser extension to black/white list requests.
- Copyright (C) 2019-2020 Alessio Vanni
+ Copyright (C) 2019-2022 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
- Home: https://libregit.spks.xyz/heckyel/ematrix
+ Home: https://gitlab.com/vannilla/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
*/
@@ -29,74 +29,74 @@
67.5% { transform: rotate(225deg); -webkit-transform: rotate(225deg); }
75% { transform: rotate(270deg); -webkit-transform: rotate(270deg); }
87.5% { transform: rotate(315deg); -webkit-transform: rotate(315deg); }
-}
+ }
ul {
padding: 0;
list-style-type: none;
-}
+ }
ul#options {
margin-top: 0;
-}
+ }
ul#options li {
margin-bottom: 0.5em;
-}
+ }
ul#lists {
margin: 0.5em 0 0 0;
padding: 0;
-}
+ }
li.listEntry {
margin: 0 auto 0 auto;
padding: 0.2em 0;
-}
+ }
body[dir="ltr"] li.listEntry {
margin-left: 1em;
margin-right: 0em;
-}
+ }
body[dir="rtl"] li.listEntry {
margin-left: 0em;
margin-right: 1em;
-}
+ }
li.listEntry > * {
margin-right: 0.5em;
text-indent: 0;
unicode-bidi: embed;
-}
+ }
li.listEntry > a:nth-of-type(2) {
font-size: 13px;
opacity: 0.5;
-}
+ }
li.listEntry.toRemove > input[type="checkbox"] {
visibility: hidden;
-}
+ }
li.listEntry.toRemove > a.content {
text-decoration: line-through;
-}
+ }
li.listEntry > .fa {
color: inherit;
display: none;
font-size: 110%;
opacity: 0.5;
vertical-align: baseline;
-}
+ }
li.listEntry > a.fa:hover {
opacity: 1;
-}
+ }
li.listEntry.support > a.support {
display: inline-block;
-}
+ }
li.listEntry > a.remove,
li.listEntry > a.remove:visited {
color: darkred;
-}
+ }
li.listEntry.external > a.remove {
display: inline-block;
-}
+ }
li.listEntry.mustread > a.mustread {
display: inline-block;
-}
+ }
li.listEntry.mustread > a.mustread:hover {
color: mediumblue;
-}
+ }
li.listEntry > .counts {
display: none;
font-size: smaller;
@@ -111,54 +111,54 @@ li.listEntry span.status {
}
li.listEntry span.status:hover {
opacity: 1;
-}
+ }
li.listEntry span.unsecure {
- color: darkred;
-}
+ color: #444;
+ }
li.listEntry.unsecure > input[type="checkbox"]:checked ~ span.unsecure {
display: inline-block;
-}
+ }
li.listEntry span.failed {
color: darkred;
-}
+ }
li.listEntry.failed span.failed {
display: inline-block;
-}
+ }
li.listEntry span.cache {
cursor: pointer;
-}
+ }
li.listEntry.cached:not(.obsolete) > input[type="checkbox"]:checked ~ span.cache {
display: inline-block;
-}
+ }
li.listEntry span.obsolete {
color: hsl(36, 100%, 40%);
-}
+ }
body:not(.updating) li.listEntry.obsolete > input[type="checkbox"]:checked ~ span.obsolete {
display: inline-block;
-}
+ }
li.listEntry span.updating {
transform-origin: 50% 46%;
-}
+ }
body.updating li.listEntry.obsolete > input[type="checkbox"]:checked ~ span.updating {
animation: spin 1s step-start infinite;
display: inline-block;
-}
+ }
.dim {
opacity: 0.5;
-}
+ }
#externalLists {
margin: 2em auto 0 auto;
-}
+ }
body[dir="ltr"] #externalListsDiv {
margin-left: 1em;
-}
+ }
body[dir="rtl"] #externalListsDiv {
margin-right: 1em;
-}
+ }
#externalHostsFiles {
box-sizing: border-box;
font-size: smaller;
width: 100%;
height: 12em;
white-space: pre;
-}
+ }