Warning, /iDDS/monitor/data/css/style.extra.css is written in an unsupported language. File is not indexed.
0001
0002
0003 // ct visit chart
0004 #view_chartist_labels_status,
0005 #view_chartist_labels_files,
0006 #view_chartist_labels_bytes,
0007 #view_chartist_labels_type,
0008 #view_chartist_labels_files_type,
0009 #view_chartist_labels_bytes_type,
0010 #view_chartist {
0011 position: relative;
0012 }
0013
0014 /*
0015 #view_chartist_labels_status
0016 #view_chartist_labels_status
0017 #view_chartist_labels_files
0018 #view_chartist_labels_files
0019 #view_chartist_labels_bytes
0020 #view_chartist_labels_bytes
0021 #view_chartist_labels_type
0022 #view_chartist_labels_type
0023 #view_chartist_labels_files_type
0024 #view_chartist_labels_files_type
0025 #view_chartist_labels_bytes_type
0026 #view_chartist_labels_bytes_type
0027
0028 #view_chartist .ct-series-a .ct-line,
0029 #view_chartist .ct-series-a .ct-point {
0030 // stroke: #98a6ad;
0031 stroke: blue;
0032 }*/
0033
0034 .ct-series-a .ct-line,
0035 .ct-series-a .ct-point {
0036 // stroke: #98a6ad;
0037 stroke: blue;
0038 }
0039 .view_chartist_lable_0{color:blue!important}
0040
0041 .ct-series-b .ct-line,
0042 .ct-series-b .ct-point {
0043 // stroke: #41b3f9;
0044 stroke: blueviolet;
0045 }
0046 .view_chartist_lable_1{color:blueviolet!important}
0047
0048 .ct-series-c .ct-line,
0049 .ct-series-c .ct-point {
0050 // stroke: #41b3f9;
0051 stroke: cadetblue;
0052 }
0053 .view_chartist_lable_2{color:cadetblue!important}
0054
0055 .ct-series-d .ct-line,
0056 .ct-series-d .ct-point {
0057 // stroke: #41b3f9;
0058 stroke: chartreuse;
0059 }
0060 .view_chartist_lable_3{color:chartreuse!important}
0061
0062 .ct-series-e .ct-line,
0063 .ct-series-e .ct-point {
0064 // stroke: #41b3f9;
0065 stroke: crimson;
0066 }
0067 .view_chartist_lable_4{color:crimson!important}
0068
0069 .ct-series-f .ct-line,
0070 .ct-series-f .ct-point {
0071 // stroke: #41b3f9;
0072 stroke: darkgreen;
0073 }
0074 .view_chartist_lable_5{color:darkgreen!important}
0075
0076 .ct-series-g .ct-line,
0077 .ct-series-g .ct-point {
0078 // stroke: #41b3f9;
0079 stroke: deeppink;
0080 }
0081 .view_chartist_lable_6{color:deeppink!important}
0082
0083 .ct-series-h .ct-line,
0084 .ct-series-h .ct-point {
0085 // stroke: #41b3f9;
0086 stroke: navy;
0087 }
0088 .view_chartist_lable_7{color:navy!important}
0089
0090 .ct-series-i .ct-line,
0091 .ct-series-i .ct-point {
0092 // stroke: #41b3f9;
0093 stroke: red;
0094 }
0095 .view_chartist_lable_8{color:red!important}
0096
0097 #view_chartist .ct-series-j .ct-line,
0098 #view_chartist .ct-series-j .ct-point {
0099 // stroke: #41b3f9;
0100 stroke: yellow;
0101 }
0102 .view_chartist_lable_9{color:yellow!important}
0103
0104 .ct-series-k .ct-line,
0105 .ct-series-k .ct-point {
0106 // stroke: #41b3f9;
0107 stroke: orange;
0108 }
0109 .view_chartist_lable_10{color:orange!important}
0110
0111 .ct-series-a .ct-area {
0112 fill: #98a6ad;
0113 fill-opacity: 0.05;
0114 }
0115 .ct-series-b .ct-area {
0116 fill: #41b3f9;
0117 fill-opacity: 0.1;
0118 }
0119 .ct-line {
0120 stroke-width: 2px;
0121 }
0122
0123
0124
0125 // data table
0126 div.dataTables_wrapper {
0127 margin-bottom: 3em;
0128 }
0129
0130 .wait_message {
0131 color: red !important;
0132 }