Browse Source

Update style.css

Capitan Cloud 2 years ago
parent
commit
ddcfda4c52
1 changed files with 28 additions and 0 deletions
  1. 28 0
      Public/css/style.css

+ 28 - 0
Public/css/style.css

@@ -36,6 +36,10 @@ body {
   font-family: helvetica neue,helvetica,arial,sans-serif;
   background-color: #FFFFFF;
 }
+.bbb {
+  color: #7bca2e;
+  text-decoration: underline;
+}
 .body-area {
   width: 100%;
   height: 100%;
@@ -220,6 +224,30 @@ body {
   width:80%;
   background-color:#FFFFFF;
 }
+#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;
+}
 .separetorBurgerMenu {
   padding: 0px; 
   margin: 0px;