OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
utils
/
css
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2022 11:03:49 AM
rwxr-xr-x
📄
demo_table_jui.css
8.81 KB
08/14/2022 11:03:48 AM
rw-r--r--
📄
dtree.css
483 bytes
08/14/2022 11:03:48 AM
rw-r--r--
📁
images
-
08/14/2022 11:03:48 AM
rwxr-xr-x
📄
jquery-ui-1.8.14.custom.css
32.64 KB
08/14/2022 11:03:48 AM
rw-r--r--
📄
jquery-ui.css
29.91 KB
08/14/2022 11:03:48 AM
rw-r--r--
📄
jquery.jqplot.css
5.46 KB
08/14/2022 11:03:48 AM
rw-r--r--
📄
jquery.ui.theme.css
16.63 KB
08/14/2022 11:03:48 AM
rw-r--r--
📄
utils.css
2.32 KB
08/14/2022 11:03:48 AM
rw-r--r--
Editing: jquery.jqplot.css
Close
/*rules for the plot target div. These will be cascaded down to all plot elements according to css rules*/ .jqplot-target { position: relative; color: #666666; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1em; /* height: 300px; width: 400px;*/ } /*rules applied to all axes*/ .jqplot-axis { font-size: 0.75em; } .jqplot-xaxis { margin-top: 10px; } .jqplot-x2axis { margin-bottom: 10px; } .jqplot-yaxis { margin-right: 10px; } .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis { margin-left: 10px; margin-right: 10px; } /*rules applied to all axis tick divs*/ .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick { position: absolute; z-index:100; } .jqplot-xaxis-tick { top: 0px; /* initial position untill tick is drawn in proper place */ left: 15px; /* padding-top: 10px;*/ vertical-align: top; } .jqplot-x2axis-tick { bottom: 0px; /* initial position untill tick is drawn in proper place */ left: 15px; /* padding-bottom: 10px;*/ vertical-align: bottom; } .jqplot-yaxis-tick { right: 0px; /* initial position untill tick is drawn in proper place */ top: 15px; /* padding-right: 10px;*/ text-align: right; } .jqplot-yaxis-tick.jqplot-breakTick { right: -20px; margin-right: 0px; padding:1px 5px 1px 5px; /* background-color: white;*/ z-index: 2; font-size: 1.5em; } .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick { left: 0px; /* initial position untill tick is drawn in proper place */ top: 15px; /* padding-left: 10px;*/ /* padding-right: 15px;*/ text-align: left; } .jqplot-meterGauge-tick { font-size: 0.75em; color: #383838; } .jqplot-meterGauge-label { font-size: 1em; color: #400000 ; } .jqplot-xaxis-label { margin-top: 10px; font-size: 11pt; position: absolute; } .jqplot-x2axis-label { margin-bottom: 10px; font-size: 11pt; position: absolute; } .jqplot-yaxis-label { margin-right: 10px; /* text-align: center;*/ font-size: 11pt; position: absolute; } .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label { /* text-align: center;*/ font-size: 11pt; position: absolute; } table.jqplot-table-legend { margin-top: 12px; margin-bottom: 12px; margin-left: 12px; margin-right: 12px; white-space: wrap; border:0px; } table.jqplot-table-legend, table.jqplot-cursor-legend { /* background-color: rgba(255,255,255,0.6);*/ border: 1px solid #cccccc; position: absolute; /* font-size: 0.75em;*/ white-space: wrap; } td.jqplot-table-legend { vertical-align:middle; white-space: wrap; border:0px; padding:2px; } tr.jqplot-table-legend { border:0px; padding:0px; } td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active { cursor: pointer; } td.jqplot-table-legend > div { /*border: 1px solid #cccccc; padding:1px; white-space: wrap;*/ } div.jqplot-table-legend-swatch { width:0px; height:0px; border-top-width: 5px; border-bottom-width: 5px; border-left-width: 6px; border-right-width: 6px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; } .jqplot-title { top: 0px; left: 0px; padding-bottom: 0.5em; font-size: 1.2em; } table.jqplot-cursor-tooltip { border: 1px solid #cccccc; font-size: 0.75em; } .jqplot-cursor-tooltip { border: 1px solid #cccccc; font-size: 0.75em; white-space: nowrap; background: rgba(208,208,208,0.5); padding: 1px; } .jqplot-highlighter-tooltip { font-size: 1em; white-space: nowrap; /*background: rgba(208,208,208,0.5);*/ background: #fff; padding-left: 5px; padding-right: 5px; z-index:100; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 2px solid #585858; position:relative; } .jqplot-point-label { font-size: 0.75em; z-index: 2; } td.jqplot-cursor-legend-swatch { vertical-align:middle; text-align:center; white-space: wrap; } div.jqplot-cursor-legend-swatch { width:1.2em; height:0.7em; white-space: wrap; } .jqplot-error { /* Styles added to the plot target container when there is an error go here.*/ text-align: center; } .jqplot-error-message { /* Styling of the custom error message div goes here.*/ position: relative; top: 46%; display: inline-block; } div.jqplot-bubble-label { font-size: 0.8em; /* background: rgba(90%, 90%, 90%, 0.15);*/ padding-left: 2px; padding-right: 2px; color: rgb(20%, 20%, 20%); } div.jqplot-bubble-label.jqplot-bubble-label-highlight { background: rgba(90%, 90%, 90%, 0.7); } div.jqplot-noData-container { text-align: center; background-color: rgba(96%, 96%, 96%, 0.3); } .jqplot-data-label { color:#fff; } /*.jqplot-series-canvas { z-index: 102; } .jqplot-event-canvas { background-image: url("http://officeimg.vo.msecnd.net/en-us/images/woman-lifting-weights-on-beach-MH900438425.jpg"); //z-index: 100001; } */