2014-08-03 06:08:13 +02:00
|
|
|
body {
|
2014-12-28 16:07:43 +01:00
|
|
|
background-color: white;
|
2014-08-03 06:08:13 +02:00
|
|
|
border: 0;
|
2014-12-28 16:07:43 +01:00
|
|
|
float: left;
|
2014-08-03 06:08:13 +02:00
|
|
|
font: 13px sans-serif;
|
2014-12-28 16:07:43 +01:00
|
|
|
margin: 0;
|
2015-03-25 15:12:56 +01:00
|
|
|
overflow: hidden;
|
2014-12-28 16:07:43 +01:00
|
|
|
padding: 0;
|
|
|
|
white-space: nowrap;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
h2 {
|
|
|
|
background-color: #eee;
|
2014-08-03 06:08:13 +02:00
|
|
|
border: 0;
|
2015-02-06 23:42:09 +01:00
|
|
|
color: #666;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 1em 0 0.5em 0;
|
|
|
|
padding: 2px 0;
|
2014-12-31 16:47:19 +01:00
|
|
|
text-align: center;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
h2:nth-of-type(1) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2014-08-03 06:08:13 +02:00
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2014-12-25 14:53:30 +01:00
|
|
|
:focus {
|
2014-08-03 06:08:13 +02:00
|
|
|
outline: 0;
|
|
|
|
}
|
2014-12-25 14:53:30 +01:00
|
|
|
#gotoPrefs {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 4px;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #444;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2014-08-03 06:08:13 +02:00
|
|
|
#version {
|
|
|
|
font-size: 11px;
|
2014-12-31 16:47:19 +01:00
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 1em;
|
2014-10-17 21:44:19 +02:00
|
|
|
}
|
2015-01-06 14:01:15 +01:00
|
|
|
body[dir="ltr"] #panes {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
body[dir="rtl"] #panes {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
2015-03-18 01:55:19 +01:00
|
|
|
body, #panes {
|
|
|
|
text-align: right; /* this helps the popup render better at "intermediate" widths */
|
|
|
|
}
|
2015-01-06 14:01:15 +01:00
|
|
|
#panes > div {
|
2014-12-28 16:07:43 +01:00
|
|
|
display: inline-block;
|
2014-12-30 22:36:29 +01:00
|
|
|
position: relative;
|
2014-12-28 16:07:43 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
2015-01-06 14:01:15 +01:00
|
|
|
body[dir="ltr"] #panes > div {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
body[dir="rtl"] #panes > div {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
#panes > div:nth-of-type(2) {
|
2015-03-15 14:00:30 +01:00
|
|
|
overflow-y: auto;
|
2014-12-30 22:36:29 +01:00
|
|
|
overflow-x: hidden;
|
2015-03-15 14:00:30 +01:00
|
|
|
width: 320px;
|
2015-01-06 14:01:15 +01:00
|
|
|
}
|
|
|
|
body[dir="ltr"] #panes > div:nth-of-type(2) {
|
|
|
|
direction: rtl; /* scroll bar to the left */
|
2015-03-27 23:34:15 +01:00
|
|
|
margin-right: 1px;
|
2015-01-06 14:01:15 +01:00
|
|
|
}
|
|
|
|
body[dir="rtl"] #panes > div:nth-of-type(2) {
|
|
|
|
direction: ltr; /* scroll bar to the right */
|
2015-03-27 23:34:15 +01:00
|
|
|
margin-left: 1px;
|
2014-12-30 22:36:29 +01:00
|
|
|
}
|
2015-03-01 01:30:14 +01:00
|
|
|
#panes:not(.dfEnabled) > div:nth-of-type(2) {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-01-06 14:01:15 +01:00
|
|
|
#panes > div:nth-of-type(1) {
|
2015-01-06 17:44:06 +01:00
|
|
|
min-width: 150px;
|
2015-03-27 18:00:55 +01:00
|
|
|
padding: 0;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
|
|
|
p {
|
|
|
|
text-align: center;
|
2014-12-31 16:47:19 +01:00
|
|
|
white-space: nowrap;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
#switch {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
2014-08-03 06:08:13 +02:00
|
|
|
#switch .fa {
|
2015-02-10 00:24:18 +01:00
|
|
|
color: #0046ff;
|
2014-08-03 06:08:13 +02:00
|
|
|
cursor: pointer;
|
2015-02-06 23:42:09 +01:00
|
|
|
font-size: 96px;
|
2014-12-31 16:47:19 +01:00
|
|
|
margin: 0;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
|
|
|
#switch .fa:hover {
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
2015-02-09 21:24:01 +01:00
|
|
|
body.off #switch .fa {
|
2014-08-03 06:08:13 +02:00
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
#switch-hint {
|
|
|
|
color: #888;
|
2014-12-31 16:47:19 +01:00
|
|
|
font-size: 11px;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
|
|
|
#page-blocked {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
.statName {
|
|
|
|
color: #666;
|
|
|
|
margin: 1em 0 0.2em 0;
|
|
|
|
text-align: center;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
.statValue {
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 0;
|
2014-08-03 06:08:13 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.tool {
|
|
|
|
color: #aaa;
|
|
|
|
cursor: pointer;
|
|
|
|
display: none;
|
2014-11-30 03:38:55 +01:00
|
|
|
font-size: 14px;
|
|
|
|
unicode-bidi: embed;
|
2014-08-03 06:08:13 +02:00
|
|
|
}
|
|
|
|
.tool.enabled {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.tool:hover {
|
|
|
|
color: #444;
|
|
|
|
}
|
2015-03-27 18:00:55 +01:00
|
|
|
#extraTools {
|
|
|
|
background-color: #eee;
|
|
|
|
border: 0;
|
|
|
|
color: #aaa;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 1em 0 0 0;
|
|
|
|
padding: 4px 0 2px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#extraTools > span {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 18px;
|
|
|
|
margin: 0 0.5em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#extraTools > span.on > span {
|
|
|
|
color: #e00;
|
|
|
|
font-size: 20px;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#extraTools > span.on > span:after {
|
|
|
|
content: '\2715';
|
|
|
|
}
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2015-02-06 23:42:09 +01:00
|
|
|
body.advancedUser h2 {
|
2015-01-10 17:23:28 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
body.advancedUser h2:before {
|
|
|
|
color: #aaa;
|
2015-02-09 23:44:27 +01:00
|
|
|
content: '+ ';
|
2014-12-28 16:07:43 +01:00
|
|
|
}
|
2015-02-06 23:42:09 +01:00
|
|
|
body.advancedUser #panes.dfEnabled h2:before {
|
2015-02-09 23:44:27 +01:00
|
|
|
content: '\2212 ';
|
2014-12-28 16:07:43 +01:00
|
|
|
}
|
|
|
|
|
2015-01-10 17:23:28 +01:00
|
|
|
#refresh {
|
|
|
|
background-color: #ffe;
|
|
|
|
border: 1px solid #eec;
|
|
|
|
border-radius: 4px;
|
|
|
|
bottom: 4px;
|
|
|
|
color: #888;
|
|
|
|
cursor: pointer;
|
|
|
|
display: none;
|
|
|
|
font-size: 40px;
|
|
|
|
left: 4px;
|
|
|
|
line-height: 40px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
position: absolute;
|
|
|
|
right: 4px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
body.dirty #refresh {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
body.dirty #refresh:hover {
|
|
|
|
color: black;
|
|
|
|
}
|
2015-01-13 17:20:16 +01:00
|
|
|
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer {
|
2014-10-06 20:02:44 +02:00
|
|
|
border: 0;
|
2014-12-28 16:07:43 +01:00
|
|
|
font-size: 12px;
|
|
|
|
margin: 0;
|
2014-10-06 20:02:44 +02:00
|
|
|
padding: 0;
|
2014-12-28 16:07:43 +01:00
|
|
|
text-align: right;
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div {
|
2015-01-06 14:01:15 +01:00
|
|
|
background-color: #e6e6e6;
|
2014-10-06 20:02:44 +02:00
|
|
|
border: 0;
|
2015-01-06 14:01:15 +01:00
|
|
|
border-bottom: 1px solid white;
|
2014-12-28 16:07:43 +01:00
|
|
|
direction: ltr;
|
|
|
|
margin: 0;
|
2014-10-06 20:02:44 +02:00
|
|
|
padding: 0;
|
2014-12-30 22:36:29 +01:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div:hover {
|
2014-12-30 22:36:29 +01:00
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
2015-02-17 03:15:09 +01:00
|
|
|
#firewallContainer.minimized > div.isSubDomain {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span {
|
2014-12-28 16:07:43 +01:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2014-10-06 20:02:44 +02:00
|
|
|
box-sizing: border-box;
|
2015-01-16 11:42:34 +01:00
|
|
|
-moz-box-sizing: border-box;
|
2015-01-06 14:01:15 +01:00
|
|
|
color: #000;
|
2014-12-28 16:07:43 +01:00
|
|
|
display: inline-block;
|
2015-02-04 18:51:43 +01:00
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
2015-01-06 14:01:15 +01:00
|
|
|
overflow: hidden;
|
2014-12-31 16:47:19 +01:00
|
|
|
position: relative;
|
2015-02-08 16:07:15 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div:nth-of-type(1) > span {
|
2015-02-08 16:07:15 +01:00
|
|
|
height: 18px;
|
2015-02-25 13:26:13 +01:00
|
|
|
line-height: 20px;
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-17 03:15:09 +01:00
|
|
|
#firewallContainer > div:nth-of-type(1) > span:nth-of-type(1) {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span:nth-of-type(1) {
|
2014-12-28 16:07:43 +01:00
|
|
|
border-right: 1px solid white;
|
2015-01-06 14:01:15 +01:00
|
|
|
padding-right: 2px;
|
2015-03-25 15:12:56 +01:00
|
|
|
position: relative;
|
2015-01-01 06:16:02 +01:00
|
|
|
text-overflow: ellipsis;
|
2014-12-31 16:47:19 +01:00
|
|
|
width: 70%;
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span:nth-of-type(2) {
|
2014-12-28 16:07:43 +01:00
|
|
|
cursor: pointer;
|
2014-12-31 16:47:19 +01:00
|
|
|
width: 15%;
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-17 03:15:09 +01:00
|
|
|
#firewallContainer > div > span:nth-of-type(3),
|
|
|
|
#firewallContainer > div > span:nth-of-type(4) {
|
2014-12-28 16:07:43 +01:00
|
|
|
border-left: 1px solid white;
|
2015-01-06 14:01:15 +01:00
|
|
|
color: #444;
|
2014-12-28 16:07:43 +01:00
|
|
|
cursor: pointer;
|
2014-12-25 14:53:30 +01:00
|
|
|
text-align: center;
|
2014-12-31 16:47:19 +01:00
|
|
|
width: 15%;
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-17 03:15:09 +01:00
|
|
|
#firewallContainer > div > span:nth-of-type(4) {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div.isDomain > span:nth-of-type(1) {
|
2014-12-30 22:36:29 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-02-25 13:26:13 +01:00
|
|
|
#firewallContainer > div:nth-of-type(1) > span:nth-of-type(1):before {
|
|
|
|
color: #aaa;
|
|
|
|
content: '\2012';
|
|
|
|
padding-right: 0.25em;
|
|
|
|
}
|
|
|
|
#firewallContainer.minimized > div:nth-of-type(1) > span:nth-of-type(1):before {
|
|
|
|
content: '+';
|
|
|
|
}
|
2015-02-17 03:15:09 +01:00
|
|
|
#firewallContainer.minimized > div.isDomain > span:nth-of-type(3) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#firewallContainer.minimized > div.isDomain > span:nth-of-type(4) {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-03-25 15:12:56 +01:00
|
|
|
#firewallContainer > div.allowed > span:nth-of-type(1):before,
|
|
|
|
#firewallContainer > div.blocked > span:nth-of-type(1):before,
|
|
|
|
#firewallContainer.minimized > div.isDomain.totalAllowed > span:nth-of-type(1):before,
|
|
|
|
#firewallContainer.minimized > div.isDomain.totalBlocked > span:nth-of-type(1):before {
|
|
|
|
box-sizing: border-box;
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
opacity: 0.4;
|
|
|
|
position: absolute;
|
|
|
|
width: 7px;
|
|
|
|
}
|
|
|
|
#firewallContainer > div.allowed > span:nth-of-type(1):before,
|
|
|
|
#firewallContainer.minimized > div.isDomain.totalAllowed > span:nth-of-type(1):before {
|
|
|
|
background-color: rgb(0, 160, 0);
|
2015-01-06 14:01:15 +01:00
|
|
|
}
|
2015-03-25 15:12:56 +01:00
|
|
|
#firewallContainer > div.blocked > span:nth-of-type(1):before,
|
|
|
|
#firewallContainer.minimized > div.isDomain.totalBlocked > span:nth-of-type(1):before {
|
|
|
|
background-color: rgb(192, 0, 0);
|
2015-01-06 14:01:15 +01:00
|
|
|
}
|
2015-03-25 15:12:56 +01:00
|
|
|
#firewallContainer > div.allowed.blocked > span:nth-of-type(1):before,
|
|
|
|
#firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:nth-of-type(1):before {
|
|
|
|
background-color: rgb(192, 160, 0);
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.aRule {
|
2014-12-31 16:47:19 +01:00
|
|
|
background-color: rgba(0, 160, 0, 0.3);
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.bRule {
|
2014-12-31 16:47:19 +01:00
|
|
|
background-color: rgba(192, 0, 0, 0.3);
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.nRule {
|
2014-12-31 16:47:19 +01:00
|
|
|
background-color: rgba(96, 96, 96, 0.3);
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.ownRule {
|
2015-01-06 14:01:15 +01:00
|
|
|
color: white;
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.aRule.ownRule {
|
2014-12-31 16:47:19 +01:00
|
|
|
background-color: rgba(0, 160, 0, 1);
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.bRule.ownRule {
|
2014-12-31 16:47:19 +01:00
|
|
|
background-color: rgba(192, 0, 0, 1);
|
2014-10-06 20:02:44 +02:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer > div > span.nRule.ownRule {
|
2014-12-31 16:47:19 +01:00
|
|
|
background-color: rgba(108, 108, 108, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#actionSelector {
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
#actionSelector > span {
|
|
|
|
display: inline-block;
|
2015-02-04 18:51:43 +01:00
|
|
|
height: 22px;
|
2014-12-31 16:47:19 +01:00
|
|
|
opacity: 0.2;
|
|
|
|
width: 33.33%;
|
|
|
|
}
|
|
|
|
#actionSelector > span:hover {
|
|
|
|
opacity: 0.75;
|
|
|
|
}
|
|
|
|
#actionSelector > span:nth-of-type(1) {
|
|
|
|
background-color: rgb(0, 160, 0);
|
|
|
|
}
|
|
|
|
#actionSelector > span:nth-of-type(2) {
|
|
|
|
background-color: rgb(108, 108, 108);
|
|
|
|
}
|
|
|
|
#actionSelector > span:nth-of-type(3) {
|
|
|
|
background-color: rgb(192, 0, 0);
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer span.aRule #actionSelector > span:nth-of-type(1),
|
|
|
|
#firewallContainer span.nRule #actionSelector > span:nth-of-type(2),
|
|
|
|
#firewallContainer span.bRule #actionSelector > span:nth-of-type(3) {
|
2014-12-31 16:47:19 +01:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
2015-02-09 21:24:01 +01:00
|
|
|
|
2015-02-11 06:26:45 +01:00
|
|
|
#saveRules {
|
|
|
|
background-color: #ffe;
|
|
|
|
border: 1px solid #eec;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #888;
|
|
|
|
cursor: pointer;
|
2015-02-09 21:24:01 +01:00
|
|
|
display: none;
|
2015-02-11 06:26:45 +01:00
|
|
|
font-size: 30px;
|
|
|
|
line-height: 40px;
|
|
|
|
padding: 0.1em 0.4em;
|
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
2015-02-09 21:24:01 +01:00
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer.dirty ~ #saveRules {
|
2015-02-09 21:24:01 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2015-02-11 06:26:45 +01:00
|
|
|
#firewallContainer.dirty ~ #saveRules:hover {
|
|
|
|
color: black;
|
|
|
|
}
|