12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355 |
- .vis .overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 10
- }
- .vis-active {
- box-shadow: 0 0 10px #86d5f8
- }
- .vis [class*=span] {
- min-height: 0;
- width: auto
- }
- div.vis-configuration {
- position: relative;
- display: block;
- float: left;
- font-size: 12px
- }
- div.vis-configuration-wrapper {
- display: block;
- width: 700px
- }
- div.vis-configuration-wrapper::after {
- clear: both;
- content: "";
- display: block
- }
- div.vis-configuration.vis-config-option-container {
- display: block;
- width: 495px;
- background-color: #fff;
- border: 2px solid #f7f8fa;
- border-radius: 4px;
- margin-top: 20px;
- left: 10px;
- padding-left: 5px
- }
- div.vis-configuration.vis-config-button {
- display: block;
- width: 495px;
- height: 25px;
- vertical-align: middle;
- line-height: 25px;
- background-color: #f7f8fa;
- border: 2px solid #ceced0;
- border-radius: 4px;
- margin-top: 20px;
- left: 10px;
- padding-left: 5px;
- cursor: pointer;
- margin-bottom: 30px
- }
- div.vis-configuration.vis-config-button.hover {
- background-color: #4588e6;
- border: 2px solid #214373;
- color: #fff
- }
- div.vis-configuration.vis-config-item {
- display: block;
- float: left;
- width: 495px;
- height: 25px;
- vertical-align: middle;
- line-height: 25px
- }
- div.vis-configuration.vis-config-item.vis-config-s2 {
- left: 10px;
- background-color: #f7f8fa;
- padding-left: 5px;
- border-radius: 3px
- }
- div.vis-configuration.vis-config-item.vis-config-s3 {
- left: 20px;
- background-color: #e4e9f0;
- padding-left: 5px;
- border-radius: 3px
- }
- div.vis-configuration.vis-config-item.vis-config-s4 {
- left: 30px;
- background-color: #cfd8e6;
- padding-left: 5px;
- border-radius: 3px
- }
- div.vis-configuration.vis-config-header {
- font-size: 18px;
- font-weight: 700
- }
- div.vis-configuration.vis-config-label {
- width: 120px;
- height: 25px;
- line-height: 25px
- }
- div.vis-configuration.vis-config-label.vis-config-s3 {
- width: 110px
- }
- div.vis-configuration.vis-config-label.vis-config-s4 {
- width: 100px
- }
- div.vis-configuration.vis-config-colorBlock {
- top: 1px;
- width: 30px;
- height: 19px;
- border: 1px solid #444;
- border-radius: 2px;
- padding: 0;
- margin: 0;
- cursor: pointer
- }
- input.vis-configuration.vis-config-checkbox {
- left: -5px
- }
- input.vis-configuration.vis-config-rangeinput {
- position: relative;
- top: -5px;
- width: 60px;
- padding: 1px;
- margin: 0;
- pointer-events: none
- }
- input.vis-configuration.vis-config-range {
- -webkit-appearance: none;
- border: 0 solid #fff;
- background-color: rgba(0, 0, 0, 0);
- width: 300px;
- height: 20px
- }
- input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
- width: 300px;
- height: 5px;
- background: #dedede;
- background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
- background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
- border: 1px solid #999;
- box-shadow: #aaa 0 0 3px 0;
- border-radius: 3px
- }
- input.vis-configuration.vis-config-range::-webkit-slider-thumb {
- -webkit-appearance: none;
- border: 1px solid #14334b;
- height: 17px;
- width: 17px;
- border-radius: 50%;
- background: #3876c2;
- background: -moz-linear-gradient(top, #3876c2 0, #385380 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3876c2), color-stop(100%, #385380));
- background: -webkit-linear-gradient(top, #3876c2 0, #385380 100%);
- background: -o-linear-gradient(top, #3876c2 0, #385380 100%);
- background: -ms-linear-gradient(top, #3876c2 0, #385380 100%);
- background: linear-gradient(to bottom, #3876c2 0, #385380 100%);
- box-shadow: #111927 0 0 1px 0;
- margin-top: -7px
- }
- input.vis-configuration.vis-config-range:focus {
- outline: 0
- }
- input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
- background: #9d9d9d;
- background: -moz-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9d9d9d), color-stop(99%, #c8c8c8));
- background: -webkit-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
- background: -o-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
- background: -ms-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
- background: linear-gradient(to bottom, #9d9d9d 0, #c8c8c8 99%)
- }
- input.vis-configuration.vis-config-range::-moz-range-track {
- width: 300px;
- height: 10px;
- background: #dedede;
- background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
- background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
- background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
- border: 1px solid #999;
- box-shadow: #aaa 0 0 3px 0;
- border-radius: 3px
- }
- input.vis-configuration.vis-config-range::-moz-range-thumb {
- border: none;
- height: 16px;
- width: 16px;
- border-radius: 50%;
- background: #385380
- }
- input.vis-configuration.vis-config-range:-moz-focusring {
- outline: 1px solid #fff;
- outline-offset: -1px
- }
- input.vis-configuration.vis-config-range::-ms-track {
- width: 300px;
- height: 5px;
- background: 0 0;
- border-color: transparent;
- border-width: 6px 0;
- color: transparent
- }
- input.vis-configuration.vis-config-range::-ms-fill-lower {
- background: #777;
- border-radius: 10px
- }
- input.vis-configuration.vis-config-range::-ms-fill-upper {
- background: #ddd;
- border-radius: 10px
- }
- input.vis-configuration.vis-config-range::-ms-thumb {
- border: none;
- height: 16px;
- width: 16px;
- border-radius: 50%;
- background: #385380
- }
- input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
- background: #888
- }
- input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
- background: #ccc
- }
- .vis-configuration-popup {
- position: absolute;
- background: rgba(57, 76, 89, .85);
- border: 2px solid #f2faff;
- line-height: 30px;
- height: 30px;
- width: 150px;
- text-align: center;
- color: #fff;
- font-size: 14px;
- border-radius: 4px;
- -webkit-transition: opacity .3s ease-in-out;
- -moz-transition: opacity .3s ease-in-out;
- transition: opacity .3s ease-in-out
- }
- .vis-configuration-popup:after,
- .vis-configuration-popup:before {
- left: 100%;
- top: 50%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none
- }
- .vis-configuration-popup:after {
- border-color: rgba(136, 183, 213, 0);
- border-left-color: rgba(57, 76, 89, .85);
- border-width: 8px;
- margin-top: -8px
- }
- .vis-configuration-popup:before {
- border-color: rgba(194, 225, 245, 0);
- border-left-color: #f2faff;
- border-width: 12px;
- margin-top: -12px
- }
- div.vis-tooltip {
- position: absolute;
- visibility: hidden;
- padding: 5px;
- white-space: nowrap;
- font-family: verdana;
- font-size: 14px;
- color: #000;
- background-color: #f5f4ed;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #808074;
- box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
- pointer-events: none;
- z-index: 5
- }
- div.vis-color-picker {
- position: absolute;
- top: 0;
- left: 30px;
- margin-top: -140px;
- margin-left: 30px;
- width: 310px;
- height: 444px;
- z-index: 1;
- padding: 10px;
- border-radius: 15px;
- background-color: #fff;
- display: none;
- box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0
- }
- div.vis-color-picker div.vis-arrow {
- position: absolute;
- top: 147px;
- left: 5px
- }
- div.vis-color-picker div.vis-arrow::after,
- div.vis-color-picker div.vis-arrow::before {
- right: 100%;
- top: 50%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none
- }
- div.vis-color-picker div.vis-arrow:after {
- border-color: rgba(255, 255, 255, 0);
- border-right-color: #fff;
- border-width: 30px;
- margin-top: -30px
- }
- div.vis-color-picker div.vis-color {
- position: absolute;
- width: 289px;
- height: 289px;
- cursor: pointer
- }
- div.vis-color-picker div.vis-brightness {
- position: absolute;
- top: 313px
- }
- div.vis-color-picker div.vis-opacity {
- position: absolute;
- top: 350px
- }
- div.vis-color-picker div.vis-selector {
- position: absolute;
- top: 137px;
- left: 137px;
- width: 15px;
- height: 15px;
- border-radius: 15px;
- border: 1px solid #fff;
- background: #4c4c4c;
- background: -moz-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000), color-stop(60%, #111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
- background: -webkit-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
- background: -o-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
- background: -ms-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
- background: linear-gradient(to bottom, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%)
- }
- div.vis-color-picker div.vis-new-color {
- position: absolute;
- width: 140px;
- height: 20px;
- border: 1px solid rgba(0, 0, 0, .1);
- border-radius: 5px;
- top: 380px;
- left: 159px;
- text-align: right;
- padding-right: 2px;
- font-size: 10px;
- color: rgba(0, 0, 0, .4);
- vertical-align: middle;
- line-height: 20px
- }
- div.vis-color-picker div.vis-initial-color {
- position: absolute;
- width: 140px;
- height: 20px;
- border: 1px solid rgba(0, 0, 0, .1);
- border-radius: 5px;
- top: 380px;
- left: 10px;
- text-align: left;
- padding-left: 2px;
- font-size: 10px;
- color: rgba(0, 0, 0, .4);
- vertical-align: middle;
- line-height: 20px
- }
- div.vis-color-picker div.vis-label {
- position: absolute;
- width: 300px;
- left: 10px
- }
- div.vis-color-picker div.vis-label.vis-brightness {
- top: 300px
- }
- div.vis-color-picker div.vis-label.vis-opacity {
- top: 338px
- }
- div.vis-color-picker div.vis-button {
- position: absolute;
- width: 68px;
- height: 25px;
- border-radius: 10px;
- vertical-align: middle;
- text-align: center;
- line-height: 25px;
- top: 410px;
- border: 2px solid #d9d9d9;
- background-color: #f7f7f7;
- cursor: pointer
- }
- div.vis-color-picker div.vis-button.vis-cancel {
- left: 5px
- }
- div.vis-color-picker div.vis-button.vis-load {
- left: 82px
- }
- div.vis-color-picker div.vis-button.vis-apply {
- left: 159px
- }
- div.vis-color-picker div.vis-button.vis-save {
- left: 236px
- }
- div.vis-color-picker input.vis-range {
- width: 290px;
- height: 20px
- }
- div.vis-network div.vis-manipulation {
- box-sizing: content-box;
- border-width: 0;
- border-bottom: 1px;
- border-style: solid;
- border-color: #d6d9d8;
- background: #fff;
- background: -moz-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(48%, #fcfcfc), color-stop(50%, #fafafa), color-stop(100%, #fcfcfc));
- background: -webkit-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
- background: -o-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
- background: -ms-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
- background: linear-gradient(to bottom, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
- padding-top: 4px;
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 28px
- }
- div.vis-network div.vis-edit-mode {
- position: absolute;
- left: 0;
- top: 5px;
- height: 30px
- }
- div.vis-network div.vis-close {
- position: absolute;
- right: 0;
- top: 0;
- width: 30px;
- height: 30px;
- background-position: 20px 3px;
- background-repeat: no-repeat;
- background-image: url(img/network/cross.png);
- cursor: pointer;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none
- }
- div.vis-network div.vis-close:hover {
- opacity: .6
- }
- div.vis-network div.vis-edit-mode div.vis-button,
- div.vis-network div.vis-manipulation div.vis-button {
- float: left;
- font-family: verdana;
- font-size: 12px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- display: inline-block;
- background-position: 0 0;
- background-repeat: no-repeat;
- height: 24px;
- margin-left: 10px;
- cursor: pointer;
- padding: 0 8px 0 8px;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none
- }
- div.vis-network div.vis-manipulation div.vis-button:hover {
- box-shadow: 1px 1px 8px rgba(0, 0, 0, .2)
- }
- div.vis-network div.vis-manipulation div.vis-button:active {
- box-shadow: 1px 1px 8px rgba(0, 0, 0, .5)
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-back {
- background-image: url(img/network/backIcon.png)
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-none:hover {
- box-shadow: 1px 1px 8px transparent;
- cursor: default
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-none:active {
- box-shadow: 1px 1px 8px transparent
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-none {
- padding: 0
- }
- div.vis-network div.vis-manipulation div.notification {
- margin: 2px;
- font-weight: 700
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-add {
- background-image: url(img/network/addNodeIcon.png)
- }
- div.vis-network div.vis-edit-mode div.vis-button.vis-edit,
- div.vis-network div.vis-manipulation div.vis-button.vis-edit {
- background-image: url(img/network/editIcon.png)
- }
- div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode {
- background-color: #fcfcfc;
- border: 1px solid #ccc
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-connect {
- background-image: url(img/network/connectIcon.png)
- }
- div.vis-network div.vis-manipulation div.vis-button.vis-delete {
- background-image: url(img/network/deleteIcon.png)
- }
- div.vis-network div.vis-edit-mode div.vis-label,
- div.vis-network div.vis-manipulation div.vis-label {
- margin: 0 0 0 23px;
- line-height: 25px
- }
- div.vis-network div.vis-manipulation div.vis-separator-line {
- float: left;
- display: inline-block;
- width: 1px;
- height: 21px;
- background-color: #bdbdbd;
- margin: 0 7px 0 15px
- }
- div.vis-network div.vis-navigation div.vis-button {
- width: 34px;
- height: 34px;
- -moz-border-radius: 17px;
- border-radius: 17px;
- position: absolute;
- display: inline-block;
- background-position: 2px 2px;
- background-repeat: no-repeat;
- cursor: pointer;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none
- }
- div.vis-network div.vis-navigation div.vis-button:hover {
- box-shadow: 0 0 3px 3px rgba(56, 207, 21, .3)
- }
- div.vis-network div.vis-navigation div.vis-button:active {
- box-shadow: 0 0 1px 3px rgba(56, 207, 21, .95)
- }
- div.vis-network div.vis-navigation div.vis-button.vis-up {
- background-image: url(img/network/upArrow.png);
- bottom: 50px;
- left: 55px
- }
- div.vis-network div.vis-navigation div.vis-button.vis-down {
- background-image: url(img/network/downArrow.png);
- bottom: 10px;
- left: 55px
- }
- div.vis-network div.vis-navigation div.vis-button.vis-left {
- background-image: url(img/network/leftArrow.png);
- bottom: 10px;
- left: 15px
- }
- div.vis-network div.vis-navigation div.vis-button.vis-right {
- background-image: url(img/network/rightArrow.png);
- bottom: 10px;
- left: 95px
- }
- div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
- background-image: url(img/network/plus.png);
- bottom: 10px;
- right: 15px
- }
- div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
- background-image: url(img/network/minus.png);
- bottom: 10px;
- right: 55px
- }
- div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
- background-image: url(img/network/zoomExtends.png);
- bottom: 50px;
- right: 15px
- }
- .vis-current-time {
- background-color: #ff7f6e;
- width: 2px;
- z-index: 1;
- pointer-events: none
- }
- .vis-rolling-mode-btn {
- height: 40px;
- width: 40px;
- position: absolute;
- top: 7px;
- right: 20px;
- border-radius: 50%;
- font-size: 28px;
- cursor: pointer;
- opacity: .8;
- color: #fff;
- font-weight: 700;
- text-align: center;
- background: #3876c2
- }
- .vis-rolling-mode-btn:before {
- content: "\26F6"
- }
- .vis-rolling-mode-btn:hover {
- opacity: 1
- }
- .vis-custom-time {
- background-color: #6e94ff;
- width: 2px;
- cursor: move;
- z-index: 1
- }
- .vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
- position: absolute;
- width: 100%;
- height: 0;
- border-bottom: 1px solid
- }
- .vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
- border-color: #e5e5e5
- }
- .vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
- border-color: #bfbfbf
- }
- .vis-data-axis .vis-y-axis.vis-major {
- width: 100%;
- position: absolute;
- color: #4d4d4d;
- white-space: nowrap
- }
- .vis-data-axis .vis-y-axis.vis-major.vis-measure {
- padding: 0;
- margin: 0;
- border: 0;
- visibility: hidden;
- width: auto
- }
- .vis-data-axis .vis-y-axis.vis-minor {
- position: absolute;
- width: 100%;
- color: #bebebe;
- white-space: nowrap
- }
- .vis-data-axis .vis-y-axis.vis-minor.vis-measure {
- padding: 0;
- margin: 0;
- border: 0;
- visibility: hidden;
- width: auto
- }
- .vis-data-axis .vis-y-axis.vis-title {
- position: absolute;
- color: #4d4d4d;
- white-space: nowrap;
- bottom: 20px;
- text-align: center
- }
- .vis-data-axis .vis-y-axis.vis-title.vis-measure {
- padding: 0;
- margin: 0;
- visibility: hidden;
- width: auto
- }
- .vis-data-axis .vis-y-axis.vis-title.vis-left {
- bottom: 0;
- -webkit-transform-origin: left top;
- -moz-transform-origin: left top;
- -ms-transform-origin: left top;
- -o-transform-origin: left top;
- transform-origin: left bottom;
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- transform: rotate(-90deg)
- }
- .vis-data-axis .vis-y-axis.vis-title.vis-right {
- bottom: 0;
- -webkit-transform-origin: right bottom;
- -moz-transform-origin: right bottom;
- -ms-transform-origin: right bottom;
- -o-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- transform: rotate(90deg)
- }
- .vis-legend {
- background-color: rgba(247, 252, 255, .65);
- padding: 5px;
- border: 1px solid #b3b3b3;
- box-shadow: 2px 2px 10px rgba(154, 154, 154, .55)
- }
- .vis-legend-text {
- white-space: nowrap;
- display: inline-block
- }
- .vis-item {
- position: absolute;
- color: #1a1a1a;
- border-color: #97b0f8;
- border-width: 1px;
- background-color: #d5ddf6;
- display: inline-block;
- z-index: 1
- }
- .vis-item.vis-selected {
- border-color: #ffc200;
- background-color: #fff785;
- z-index: 2
- }
- .vis-editable.vis-selected {
- cursor: move
- }
- .vis-item.vis-point.vis-selected {
- background-color: #fff785
- }
- .vis-item.vis-box {
- text-align: center;
- border-style: solid;
- border-radius: 2px
- }
- .vis-item.vis-point {
- background: 0 0
- }
- .vis-item.vis-dot {
- position: absolute;
- padding: 0;
- border-width: 4px;
- border-style: solid;
- border-radius: 4px
- }
- .vis-item.vis-range {
- border-style: solid;
- border-radius: 2px;
- box-sizing: border-box
- }
- .vis-item.vis-background {
- border: none;
- background-color: rgba(213, 221, 246, .4);
- box-sizing: border-box;
- padding: 0;
- margin: 0
- }
- .vis-item .vis-item-overflow {
- position: relative;
- width: 100%;
- height: 100%;
- padding: 0;
- margin: 0;
- overflow: hidden
- }
- .vis-item-visible-frame {
- white-space: nowrap
- }
- .vis-item.vis-range .vis-item-content {
- position: relative;
- display: inline-block
- }
- .vis-item.vis-background .vis-item-content {
- position: absolute;
- display: inline-block
- }
- .vis-item.vis-line {
- padding: 0;
- position: absolute;
- width: 0;
- border-left-width: 1px;
- border-left-style: solid
- }
- .vis-item .vis-item-content {
- white-space: nowrap;
- box-sizing: border-box;
- padding: 5px
- }
- .vis-item .vis-onUpdateTime-tooltip {
- position: absolute;
- background: #4f81bd;
- color: #fff;
- width: 200px;
- text-align: center;
- white-space: nowrap;
- padding: 5px;
- border-radius: 1px;
- transition: .4s;
- -o-transition: .4s;
- -moz-transition: .4s;
- -webkit-transition: .4s
- }
- .vis-item .vis-delete,
- .vis-item .vis-delete-rtl {
- position: absolute;
- top: 0;
- width: 24px;
- height: 24px;
- box-sizing: border-box;
- padding: 0 5px;
- cursor: pointer;
- -webkit-transition: background .2s linear;
- -moz-transition: background .2s linear;
- -ms-transition: background .2s linear;
- -o-transition: background .2s linear;
- transition: background .2s linear
- }
- .vis-item .vis-delete {
- right: -24px
- }
- .vis-item .vis-delete-rtl {
- left: -24px
- }
- .vis-item .vis-delete-rtl:after,
- .vis-item .vis-delete:after {
- content: "\00D7";
- color: red;
- font-family: arial, sans-serif;
- font-size: 22px;
- font-weight: 700;
- -webkit-transition: color .2s linear;
- -moz-transition: color .2s linear;
- -ms-transition: color .2s linear;
- -o-transition: color .2s linear;
- transition: color .2s linear
- }
- .vis-item .vis-delete-rtl:hover,
- .vis-item .vis-delete:hover {
- background: red
- }
- .vis-item .vis-delete-rtl:hover:after,
- .vis-item .vis-delete:hover:after {
- color: #fff
- }
- .vis-item .vis-drag-center {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- cursor: move
- }
- .vis-item.vis-range .vis-drag-left {
- position: absolute;
- width: 24px;
- max-width: 20%;
- min-width: 2px;
- height: 100%;
- top: 0;
- left: -4px;
- cursor: w-resize
- }
- .vis-item.vis-range .vis-drag-right {
- position: absolute;
- width: 24px;
- max-width: 20%;
- min-width: 2px;
- height: 100%;
- top: 0;
- right: -4px;
- cursor: e-resize
- }
- .vis-range.vis-item.vis-readonly .vis-drag-left,
- .vis-range.vis-item.vis-readonly .vis-drag-right {
- cursor: auto
- }
- .vis-itemset {
- position: relative;
- padding: 0;
- margin: 0;
- box-sizing: border-box
- }
- .vis-itemset .vis-background,
- .vis-itemset .vis-foreground {
- position: absolute;
- width: 100%;
- height: 100%;
- overflow: visible
- }
- .vis-axis {
- position: absolute;
- width: 100%;
- height: 0;
- left: 0;
- z-index: 1
- }
- .vis-foreground .vis-group {
- position: relative;
- box-sizing: border-box;
- border-bottom: 1px solid #bfbfbf
- }
- .vis-foreground .vis-group:last-child {
- border-bottom: none
- }
- .vis-nesting-group {
- cursor: pointer
- }
- .vis-nested-group {
- background: #f5f5f5
- }
- .vis-label.vis-nesting-group.expanded:before {
- content: "\25BC"
- }
- .vis-label.vis-nesting-group.collapsed-rtl:before {
- content: "\25C0"
- }
- .vis-label.vis-nesting-group.collapsed:before {
- content: "\25B6"
- }
- .vis-overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 10
- }
- .vis-labelset {
- position: relative;
- overflow: hidden;
- box-sizing: border-box
- }
- .vis-labelset .vis-label {
- position: relative;
- left: 0;
- top: 0;
- width: 100%;
- color: #4d4d4d;
- box-sizing: border-box
- }
- .vis-labelset .vis-label {
- border-bottom: 1px solid #bfbfbf
- }
- .vis-labelset .vis-label.draggable {
- cursor: pointer
- }
- .vis-labelset .vis-label:last-child {
- border-bottom: none
- }
- .vis-labelset .vis-label .vis-inner {
- display: inline-block;
- padding: 5px
- }
- .vis-labelset .vis-label .vis-inner.vis-hidden {
- padding: 0
- }
- .vis-panel {
- position: absolute;
- padding: 0;
- margin: 0;
- box-sizing: border-box
- }
- .vis-panel.vis-bottom,
- .vis-panel.vis-center,
- .vis-panel.vis-left,
- .vis-panel.vis-right,
- .vis-panel.vis-top {
- border: 1px #bfbfbf
- }
- .vis-panel.vis-center,
- .vis-panel.vis-left,
- .vis-panel.vis-right {
- border-top-style: solid;
- border-bottom-style: solid;
- overflow: hidden
- }
- .vis-left.vis-panel.vis-vertical-scroll,
- .vis-right.vis-panel.vis-vertical-scroll {
- height: 100%;
- overflow-x: hidden;
- overflow-y: scroll
- }
- .vis-left.vis-panel.vis-vertical-scroll {
- direction: rtl
- }
- .vis-left.vis-panel.vis-vertical-scroll .vis-content {
- direction: ltr
- }
- .vis-right.vis-panel.vis-vertical-scroll {
- direction: ltr
- }
- .vis-right.vis-panel.vis-vertical-scroll .vis-content {
- direction: rtl
- }
- .vis-panel.vis-bottom,
- .vis-panel.vis-center,
- .vis-panel.vis-top {
- border-left-style: solid;
- border-right-style: solid
- }
- .vis-background {
- overflow: hidden
- }
- .vis-panel>.vis-content {
- position: relative
- }
- .vis-panel .vis-shadow {
- position: absolute;
- width: 100%;
- height: 1px;
- box-shadow: 0 0 10px rgba(0, 0, 0, .8)
- }
- .vis-panel .vis-shadow.vis-top {
- top: -1px;
- left: 0
- }
- .vis-panel .vis-shadow.vis-bottom {
- bottom: -1px;
- left: 0
- }
- .vis-graph-group0 {
- fill: #4f81bd;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #4f81bd
- }
- .vis-graph-group1 {
- fill: #f79646;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #f79646
- }
- .vis-graph-group2 {
- fill: #8c51cf;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #8c51cf
- }
- .vis-graph-group3 {
- fill: #75c841;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #75c841
- }
- .vis-graph-group4 {
- fill: #ff0100;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #ff0100
- }
- .vis-graph-group5 {
- fill: #37d8e6;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #37d8e6
- }
- .vis-graph-group6 {
- fill: #042662;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #042662
- }
- .vis-graph-group7 {
- fill: #00ff26;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #00ff26
- }
- .vis-graph-group8 {
- fill: #f0f;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #f0f
- }
- .vis-graph-group9 {
- fill: #8f3938;
- fill-opacity: 0;
- stroke-width: 2px;
- stroke: #8f3938
- }
- .vis-timeline .vis-fill {
- fill-opacity: .1;
- stroke: none
- }
- .vis-timeline .vis-bar {
- fill-opacity: .5;
- stroke-width: 1px
- }
- .vis-timeline .vis-point {
- stroke-width: 2px;
- fill-opacity: 1
- }
- .vis-timeline .vis-legend-background {
- stroke-width: 1px;
- fill-opacity: .9;
- fill: #fff;
- stroke: #c2c2c2
- }
- .vis-timeline .vis-outline {
- stroke-width: 1px;
- fill-opacity: 1;
- fill: #fff;
- stroke: #e5e5e5
- }
- .vis-timeline .vis-icon-fill {
- fill-opacity: .3;
- stroke: none
- }
- .vis-time-axis {
- position: relative;
- overflow: hidden
- }
- .vis-time-axis.vis-foreground {
- top: 0;
- left: 0;
- width: 100%
- }
- .vis-time-axis.vis-background {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%
- }
- .vis-time-axis .vis-text {
- position: absolute;
- color: #4d4d4d;
- padding: 3px;
- overflow: hidden;
- box-sizing: border-box;
- white-space: nowrap
- }
- .vis-time-axis .vis-text.vis-measure {
- position: absolute;
- padding-left: 0;
- padding-right: 0;
- margin-left: 0;
- margin-right: 0;
- visibility: hidden
- }
- .vis-time-axis .vis-grid.vis-vertical {
- position: absolute;
- border-left: 1px solid
- }
- .vis-time-axis .vis-grid.vis-vertical-rtl {
- position: absolute;
- border-right: 1px solid
- }
- .vis-time-axis .vis-grid.vis-minor {
- border-color: #e5e5e5
- }
- .vis-time-axis .vis-grid.vis-major {
- border-color: #bfbfbf
- }
- .vis-timeline {
- position: relative;
- border: 1px solid #bfbfbf;
- overflow: hidden;
- padding: 0;
- margin: 0;
- box-sizing: border-box
- }
|