|
@@ -35,6 +35,10 @@ body {
|
|
|
background-color: #FFFFFF;
|
|
|
color: #000000;
|
|
|
}
|
|
|
+.bbb {
|
|
|
+ color: #7bca2e;
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
.burger-header-ve {
|
|
|
background: #FFFFFF;
|
|
|
}
|
|
@@ -97,3 +101,27 @@ body {
|
|
|
border-bottom: 0px solid #2c2f34;
|
|
|
padding: 8px;
|
|
|
}
|
|
|
+#originsDisplay {
|
|
|
+ float:left;
|
|
|
+ position:fixed;
|
|
|
+ top:680px;
|
|
|
+ left:20px;
|
|
|
+ width:275px;
|
|
|
+ height:120px;
|
|
|
+ font-family: Monospace, Verdana, Serif;
|
|
|
+ font-size: 14px;
|
|
|
+ background-color: #020401;
|
|
|
+ border: 3px solid lightgray;
|
|
|
+ text-align:left;
|
|
|
+ color: #FFFFFF;
|
|
|
+ white-space:nowrap;
|
|
|
+ font-weight:900;
|
|
|
+ padding:10px;
|
|
|
+ padding-top:4px;
|
|
|
+ z-index:99999;
|
|
|
+ display:none;
|
|
|
+}
|
|
|
+.originLabel {
|
|
|
+ color: #7bca2e;
|
|
|
+ font-weight:900;
|
|
|
+}
|