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