Bladeren bron

Update style.css

Capitan Cloud 2 jaren geleden
bovenliggende
commit
8c9930d4f0
1 gewijzigde bestanden met toevoegingen van 28 en 0 verwijderingen
  1. 28 0
      ACT_css/style.css

+ 28 - 0
ACT_css/style.css

@@ -35,6 +35,10 @@ body {
   background-color: #FFFFFF;
   color: #000000;
 }
+.bbb {
+  color: #7bca2e;
+  text-decoration: underline;
+}
 .standardfield{
   border: 0px;
   border-bottom: 1px dashed #EEEEEE;
@@ -104,3 +108,27 @@ body {
 .friend-header-ve-selected a{
   color: #FFFFFF;
 }
+#originsDisplay {
+  float:left;
+  position:fixed;
+  top:680px;
+  left:50px;
+  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;
+}