|
@@ -18,8 +18,70 @@
|
|
|
<script src="/Public/js/common.js" type="text/javascript"></script>
|
|
|
<script src="/Public/js/squeejs.js?r=3445566" type="text/javascript"></script>
|
|
|
|
|
|
- <link href="/Public/css/style.css?v=1631827555" type="text/css" rel="stylesheet">
|
|
|
-
|
|
|
+ <link href="/Public/css/st-yle.css?v=1631827555" type="text/css" rel="stylesheet">
|
|
|
+
|
|
|
+ <style>
|
|
|
+ .bbb {
|
|
|
+ color: #7bca2e;
|
|
|
+ text-decoration: underline;
|
|
|
+ }
|
|
|
+ #footerCont {
|
|
|
+ position: absolute;
|
|
|
+ top: -4000px;
|
|
|
+ left:-10px;
|
|
|
+ width: 100%;
|
|
|
+ border: 1px solid #C2DBF2;
|
|
|
+ padding: 7px;
|
|
|
+ background: white;
|
|
|
+ opacity: 0.3;
|
|
|
+ color:white;
|
|
|
+ font-family: Arial,Sans,Vardana;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ z-index: 99998;
|
|
|
+ }
|
|
|
+ #footer {
|
|
|
+ position: absolute;
|
|
|
+ float: right;
|
|
|
+ top: -4000px;
|
|
|
+ left:-10px;
|
|
|
+ width: 100%;
|
|
|
+ border: 0px solid #C2DBF2;
|
|
|
+ padding: 7px;
|
|
|
+ opacity: 1.0;
|
|
|
+ color:black;
|
|
|
+ font-family: Arial,Sans,Vardana;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-align: right;
|
|
|
+ z-index: 99999;
|
|
|
+ }
|
|
|
+ #originsDisplay {
|
|
|
+ float:left;
|
|
|
+ position:fixed;
|
|
|
+ top:680px;
|
|
|
+ left:20px;
|
|
|
+ width:275px;
|
|
|
+ height:100px;
|
|
|
+ font-family: Monospace, Verdana, Serif;
|
|
|
+ font-size: 16px;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
</head>
|
|
|
<body style="border:0px solid lightgray; padding:20px; margin-right:20px;">
|
|
|
|