OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
showcase
/
js
/
tree
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/31/2022 06:53:36 AM
rwxr-xr-x
📄
bar.js
7.96 KB
08/14/2022 11:05:12 AM
rw-r--r--
📄
heatmap.js
5.87 KB
08/14/2022 11:05:12 AM
rw-r--r--
📄
makeJson.js
1.64 KB
08/14/2022 11:05:12 AM
rw-r--r--
📄
radar.js
6.48 KB
08/14/2022 11:05:12 AM
rw-r--r--
📄
stock.js
5.6 KB
08/14/2022 11:05:12 AM
rw-r--r--
📄
tree.css
1.35 KB
08/14/2022 11:05:12 AM
rw-r--r--
📄
tree.js
4.79 KB
08/14/2022 11:05:12 AM
rw-r--r--
Editing: tree.css
Close
#textdiv { vertical-align:text-top; filter:alpha(opacity=50); opacity:0.5; font-size: 25px; width:"100%"; left:500px; top:100px; color:#000; border:0px solid #000000;} circle { cursor: pointer; fill: #fff; //stroke: green; stroke-width: 1px; } text { font-size:10px; } path.link { fill: none; stroke: #DEE354; stroke-width: 1px; } div#pop-up { display: none; position:absolute; color: white; font-size: 14px; background: rgba(0,0,0,0.5); padding: 5px 10px 5px 10px; -moz-border-radius: 8px 8px; border-radius: 8px 8px; } div#pop-up-title { font-size: 12px; width:200px; margin-bottom: 4px; font-weight: bolder; } div#pop-up-content { font-size: 12px; } div#pop-desc { width: 100px; } div#pop-img { font-size: 12px; font-weight: bolder; } rect.background { fill: white; } .axis { shape-rendering: crispEdges; } .axis path, .axis line { fill: none; stroke: #000; } /* Heat Chart Styles */ rect.bordered { stroke: #E6E6E6; stroke-width:1px; } text.axis-workweek { fill: #000; } text.title { font-size: 11px; font-family: Areal; fill: #000; opacity:.5; } text.axis-worktime { fill: #000; } /**********************/ /**** styles for Radar *******/ .radarRow td { border-bottom:2px solid #ddd; padding:5px; } .meas { text-align:right; } .radarTotalRow td { font-size:12px; border-bottom:0px solid #ddd; } /*******************************/