2019-01-24 13:27:04 +00:00
|
|
|
$status_width: 430px;
|
|
|
|
$status_width_open: 860px;
|
|
|
|
|
2019-01-23 14:26:44 +00:00
|
|
|
body{
|
2019-01-23 14:41:40 +00:00
|
|
|
font-family: "Noto Sans", sans-serif;
|
2019-01-23 14:26:44 +00:00
|
|
|
margin: 0;
|
2019-01-30 17:00:40 +00:00
|
|
|
font-size: 10pt;
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
|
2019-01-24 13:27:04 +00:00
|
|
|
.btn, input[type="submit"]{
|
2019-01-23 14:26:44 +00:00
|
|
|
display:inline-block;
|
|
|
|
cursor: pointer;
|
2019-01-25 16:09:18 +00:00
|
|
|
background: #345;
|
2019-01-23 14:26:44 +00:00
|
|
|
padding: 5px;
|
|
|
|
color: white;
|
2019-01-25 16:09:18 +00:00
|
|
|
border-radius: 3px;
|
2019-01-24 13:27:04 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
background: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-11 20:28:48 +00:00
|
|
|
input[type="number"] {
|
|
|
|
width: 80px;
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
2019-01-24 13:27:04 +00:00
|
|
|
@keyframes dash-animation {
|
|
|
|
to {
|
|
|
|
stroke-dashoffset: -1000;
|
|
|
|
}
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
|
2019-01-25 09:43:55 +00:00
|
|
|
img.icon{
|
|
|
|
height: .9em;
|
|
|
|
width: .9em;
|
|
|
|
}
|
|
|
|
|
2019-01-23 14:26:44 +00:00
|
|
|
#interface{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
2019-01-24 13:27:04 +00:00
|
|
|
|
|
|
|
&.showStatus{
|
|
|
|
}
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#status{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
2019-01-30 17:00:40 +00:00
|
|
|
width: 380px;
|
2019-01-23 14:26:44 +00:00
|
|
|
height: 100%;
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
|
|
|
& > div{
|
|
|
|
width: 33.3333333%;
|
2019-01-25 10:17:10 +00:00
|
|
|
height: 200px;
|
2019-01-23 14:26:44 +00:00
|
|
|
border: solid 1px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
2019-01-24 13:27:04 +00:00
|
|
|
|
|
|
|
&#overview{
|
|
|
|
width: 100% / 3 * 2;
|
|
|
|
}
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
|
2019-01-25 09:43:55 +00:00
|
|
|
.counts{
|
|
|
|
dd, dt{
|
|
|
|
display: inline-block;
|
|
|
|
width: 30px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margiN: 0;
|
|
|
|
&:hover{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-23 14:26:44 +00:00
|
|
|
.hugvey{
|
|
|
|
background-image: linear-gradient(to top, #587457, #35a589);
|
|
|
|
color:white;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
h1{
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
2019-01-23 14:41:40 +00:00
|
|
|
font-weight: normal;
|
2019-01-25 10:17:10 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status{
|
|
|
|
font-sytle: italic;
|
|
|
|
color: gray;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 5px;
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
|
2019-01-25 10:17:10 +00:00
|
|
|
.stats{
|
|
|
|
.count{
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
2019-01-25 10:17:10 +00:00
|
|
|
}
|
2019-01-23 14:26:44 +00:00
|
|
|
|
|
|
|
&.hugvey--off{
|
|
|
|
background-image: linear-gradient(to top, #575d74, #3572a5);
|
2019-01-25 10:17:10 +00:00
|
|
|
.status{
|
2019-01-25 09:43:55 +00:00
|
|
|
text-align:center;
|
|
|
|
}
|
2019-01-25 10:17:10 +00:00
|
|
|
// &::after{
|
|
|
|
// content: 'off';
|
|
|
|
// font-style: italic;
|
|
|
|
// color: gray;
|
|
|
|
// text-align:center;
|
|
|
|
// // font-size: 30pt;
|
|
|
|
// }
|
2019-01-25 09:43:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.hugvey--gone{
|
|
|
|
background-image: linear-gradient(to top, orange, rgb(206, 92, 0));
|
2019-01-25 10:17:10 +00:00
|
|
|
// &::after{
|
|
|
|
// content: 'disconnected';
|
|
|
|
// font-style: italic;
|
|
|
|
// color: gray;
|
|
|
|
// text-align:center;
|
|
|
|
// // font-size: 30pt;
|
|
|
|
// }
|
2019-01-25 09:43:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.hugvey--paused{
|
|
|
|
background-image: linear-gradient(to top, rgb(136, 138, 133), rgb(85, 87, 83));
|
2019-01-25 10:17:10 +00:00
|
|
|
// &::after{
|
|
|
|
// content: 'disconnected';
|
|
|
|
// font-style: italic;
|
|
|
|
// color: gray;
|
|
|
|
// text-align:center;
|
|
|
|
// // font-size: 30pt;
|
|
|
|
// }
|
2019-01-25 09:43:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.hugvey--finished{
|
|
|
|
background-image: linear-gradient(to top, rgb(136, 138, 133), #35a589);
|
2019-01-25 10:17:10 +00:00
|
|
|
.status{
|
|
|
|
color: darkgreen;
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
2019-01-25 10:17:10 +00:00
|
|
|
// &::after{
|
|
|
|
// content: 'disconnected';
|
|
|
|
// font-style: italic;
|
|
|
|
// color: gray;
|
|
|
|
// text-align:center;
|
|
|
|
// // font-size: 30pt;
|
|
|
|
// }
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#story{
|
|
|
|
position: relative;
|
2019-01-24 13:27:04 +00:00
|
|
|
width: calc(100% - #{$status_width});
|
2019-01-23 14:26:44 +00:00
|
|
|
|
|
|
|
#controls{
|
|
|
|
position:absolute;
|
|
|
|
top: 5px;
|
|
|
|
left: 5px;
|
2019-01-24 13:27:04 +00:00
|
|
|
white-space: nowrap;
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
|
|
|
svg#graph{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-01-23 14:41:40 +00:00
|
|
|
cursor: grab;
|
|
|
|
&:active{
|
|
|
|
cursor: grabbing;
|
|
|
|
}
|
2019-01-25 13:10:19 +00:00
|
|
|
|
|
|
|
.beenHit{
|
|
|
|
circle {
|
|
|
|
stroke: #0f0;
|
2019-02-28 17:58:03 +00:00
|
|
|
stroke-width: 25px;
|
2019-01-25 13:10:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
line.beenHit {
|
|
|
|
stroke: #0f0;
|
|
|
|
}
|
2019-01-23 14:26:44 +00:00
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
|
|
|
|
circle{
|
|
|
|
cursor: pointer;
|
|
|
|
fill: rgb(119, 97, 142);
|
|
|
|
}
|
|
|
|
.startMsg circle{
|
2019-02-28 17:58:03 +00:00
|
|
|
fill: lightseagreen !important;
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
.endMsg circle{
|
2019-02-28 17:58:03 +00:00
|
|
|
// fill: lightslategray !important;
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.orphanedMsg{
|
2019-02-28 17:58:03 +00:00
|
|
|
fill: lightcoral !important;
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
text{
|
|
|
|
text-anchor: middle;
|
|
|
|
font-size: 11pt;
|
|
|
|
font-family: sans-serif;
|
|
|
|
fill: white;
|
2019-01-24 13:27:04 +00:00
|
|
|
|
|
|
|
&.msg_id {
|
|
|
|
transform: translateY(-20px);
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
&.msg_txt{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
line{
|
|
|
|
marker-end: url('#arrowHead');
|
2019-02-28 17:58:03 +00:00
|
|
|
stroke-width: 5px;
|
2019-01-23 14:41:40 +00:00
|
|
|
stroke: black;
|
2019-01-24 13:27:04 +00:00
|
|
|
|
|
|
|
&.link--noconditions{
|
|
|
|
stroke-dasharray: 5 4;
|
|
|
|
stroke: red;
|
|
|
|
}
|
|
|
|
&.dir-highlight{
|
|
|
|
stroke-dasharray: 5;
|
|
|
|
animation: dash-animation 20s infinite linear;
|
|
|
|
stroke-width: 3px;
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
label::after {
|
|
|
|
content: '';
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
label{
|
|
|
|
width:100%;
|
|
|
|
font-weight:bold;
|
|
|
|
display: block;
|
|
|
|
margin: 0 -10px;
|
|
|
|
padding: 5px 10px;
|
2019-02-11 20:28:48 +00:00
|
|
|
input,select, .label-value, .label-unit{
|
|
|
|
float: right;
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
label:nth-child(odd){
|
|
|
|
background-color: rgba(255,255,255,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
#msg{
|
|
|
|
position: absolute;
|
|
|
|
top:0;
|
|
|
|
right:0;
|
2019-01-30 17:00:40 +00:00
|
|
|
width: 385px;
|
2019-01-23 14:41:40 +00:00
|
|
|
max-height:100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
2019-02-18 21:33:31 +00:00
|
|
|
.directions{
|
|
|
|
h3{
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-right: 5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-23 14:41:40 +00:00
|
|
|
.msg__info, .directions > div{
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background:lightgray;
|
2019-02-28 17:58:03 +00:00
|
|
|
|
|
|
|
&.btn{
|
|
|
|
background: darkblue;
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
2019-01-24 13:27:04 +00:00
|
|
|
|
2019-01-25 14:45:46 +00:00
|
|
|
h1{
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
2019-01-25 16:09:18 +00:00
|
|
|
.msg__info {
|
2019-02-24 20:38:08 +00:00
|
|
|
.btn--delete-mss{
|
2019-01-25 16:09:18 +00:00
|
|
|
position:absolute;
|
|
|
|
top: 15px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.play{
|
|
|
|
// background: #ccc;
|
|
|
|
// padding: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-01-25 14:45:46 +00:00
|
|
|
|
2019-01-24 13:27:04 +00:00
|
|
|
.direction{
|
|
|
|
position: relative;
|
|
|
|
h3{
|
|
|
|
margin-top:0;
|
|
|
|
}
|
|
|
|
.btn--delete{
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2019-03-07 19:19:43 +00:00
|
|
|
|
|
|
|
#diversions{
|
|
|
|
.diversion{
|
|
|
|
background: pink;
|
|
|
|
}
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#nodes g:hover circle,
|
|
|
|
.selectedMsg circle {
|
|
|
|
stroke: lightgreen;
|
2019-02-28 17:58:03 +00:00
|
|
|
stroke-width: 27;
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
2019-03-07 19:19:43 +00:00
|
|
|
|
|
|
|
.diversion{
|
|
|
|
circle{
|
|
|
|
fill: pink !important;
|
|
|
|
}
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
|
|
|
|
.controlDown #nodes g:hover circle,
|
|
|
|
.secondaryMsg circle {
|
|
|
|
stroke: lightgreen;
|
|
|
|
stroke-width: 5;
|
|
|
|
stroke-dasharray: 10 3;
|
|
|
|
}
|
2019-01-25 16:09:18 +00:00
|
|
|
|
|
|
|
.condition{
|
|
|
|
position: relative;
|
|
|
|
h4{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.condition--add{
|
|
|
|
h4{
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
h4 +div {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.condition + .condition {
|
|
|
|
|
|
|
|
&::before{
|
|
|
|
content: "OR";
|
|
|
|
display: block;
|
|
|
|
border-bottom: solid 2px;
|
|
|
|
height: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 2px 2px 2px lightgray,-2px 2px 2px lightgray,2px -2px 2px lightgray,-2px -2px 2px lightgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn--delete{
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2019-01-23 14:41:40 +00:00
|
|
|
}
|
2019-01-25 16:09:18 +00:00
|
|
|
|
2019-01-24 13:27:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.flag-icon {
|
|
|
|
background-size: contain;
|
|
|
|
background-position: 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
width: (4 / 3) * 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
&:before {
|
|
|
|
content: '\00a0';
|
|
|
|
}
|
|
|
|
&.flag-icon-squared {
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.en-GB {
|
|
|
|
background-image: url('/images/gb.svg');
|
|
|
|
}
|
|
|
|
|
|
|
|
&.de-DE {
|
|
|
|
background-image: url('/images/de.svg');
|
|
|
|
}
|
|
|
|
|
|
|
|
&.fr-FR {
|
|
|
|
background-image: url('/images/fr.svg');
|
|
|
|
}
|
|
|
|
&.nl-NL {
|
|
|
|
background-image: url('/images/nl.svg');
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.divToggle{
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
&.opened {
|
|
|
|
+ div{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
+ div{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-27 12:36:09 +00:00
|
|
|
#toggleTimeline {
|
|
|
|
body.showTimeline & {
|
|
|
|
background-color:pink;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#timeline{
|
|
|
|
position: absolute;
|
|
|
|
left: 380px;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background: #eee;
|
|
|
|
// display:none;
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
body.showTimeline &{
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vis-item.message {
|
|
|
|
background: lightgray;
|
|
|
|
&.vis-range{
|
|
|
|
background-color: darkgray;
|
|
|
|
border-color: green;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.vis-item.speech {
|
|
|
|
background-color: greenyellow;
|
|
|
|
border-color: green;
|
|
|
|
}
|
2019-01-24 13:27:04 +00:00
|
|
|
|
2019-03-27 12:36:09 +00:00
|
|
|
}
|