aboutsummaryrefslogtreecommitdiff
path: root/html/display_panel/content/panel-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/display_panel/content/panel-styles.css')
-rw-r--r--html/display_panel/content/panel-styles.css124
1 files changed, 61 insertions, 63 deletions
diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css
index c077a31..745c67f 100644
--- a/html/display_panel/content/panel-styles.css
+++ b/html/display_panel/content/panel-styles.css
@@ -68,17 +68,18 @@ ul {
padding:0;
list-style:none;
}
-ul.blocked-js li, ul.accepted-js li, ul.dryrun-js li {
+#info li {
padding:5px;
border-bottom:2px solid #CCC;
margin:0;
+ overflow: hidden;
}
-ul ul {
+#info ul ul {
margin:10px;
list-style:disc;
}
-ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li {
+#info ul ul li {
padding:5px;
border-bottom:0;
}
@@ -86,63 +87,48 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li {
clear:both;
}
-/*
- Pure JS button styles below taken from:
- http://webdesignerwall.com/tutorials/css3-gradient-buttons
- */
-.button {
- display: inline-block;
- outline: none;
- cursor: pointer;
- text-align: center;
- text-decoration: none;
- font-size: 1 em;
- border-radius: .5em;
- float:right;
- padding:10px;
-}
-.small.button {
- font-size:11px;
- padding:.5em .5em;
- margin-top:10px;
-}
-.button:hover {
- text-decoration: none;
-}
-.button:active {
- position: relative;
- top: 1px;
-}
-.orange {
- color: #fef4e9;
- border: solid 1px #da7c0c;
- background: #f78d1d;
- background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
- background: -moz-linear-gradient(top, #faa51a, #f47a20);
-}
-.orange:hover {
- background: #f47c20;
- background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
- background: -moz-linear-gradient(top, #f88e11, #f06015);
-}
-.orange:active {
- color: #fcd3a5;
- background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
- background: -moz-linear-gradient(top, #f47a20, #faa51a);
-}
-.white {
- background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
- border: 1px solid #B7B7B7;
- /* color: #606060;*/
- color:#9d0d0d;
-}
-.white:hover {
- background: -moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent;
-}
-.white:active {
- background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
-/*color: #999999;*/
-
+#info .type-name {
+ text-transform: uppercase;
+ font-weight: bold;
+}
+
+#info .accepted-js .type-name {
+ color: #080;
+}
+
+#info .blocked-js .type-name {
+ color: #800;
+}
+
+#info .unknown-js .type-name {
+ color: #008;
+}
+
+#info .unknown-js .reason {
+ display: none;
+}
+
+.by-site button.forget, button.forget[name="*"] {
+ display: none;
+}
+
+.by-site button.forget[name="*"], #site .forget[name="*"] {
+ display: initial;
+}
+
+
+button.whitelist {
+ color: #080;
+}
+button.blacklist {
+ color: #800;
+}
+button.forget {
+ color: #008;
+}
+
+button:disabled {
+ color: #888 !important;
}
span.accepted, span.blocked {
@@ -151,9 +137,7 @@ span.accepted, span.blocked {
font-variant:small-caps;
font-weight:bold;
}
-ul.blocked-js li {
- overflow:hidden;
-}
+
span.blocked {
color:#8e0000;
}
@@ -173,3 +157,17 @@ span.blocked {
font-size: 14px;
list-style-type: disc;
}
+
+
+.empty #site, .unknown-js.empty {
+ display: none;
+}
+
+.tab #must-reload, .tab #buttons, .empty #buttons {
+ display: none;
+}
+
+#buttons button {
+ width: 100%;
+ text-align: center;
+}