tmplIndexStyle
@safe immutable
auto tmplIndexStyle =
`
.mutant {display:none; background-color: yellow;}
.status_alive {background-color: lightpink;}
.status_killed {background-color: lightgreen;}
.status_killedByCompiler {background-color: #eeeeee;}
.status_timeout {background-color: limegreen;}
.status_unknown {background-color: mistyrose;}
.hover_alive {color: lightpink;}
.hover_killed {color: lightgreen;}
.hover_killedByCompiler {color: #eeeeee;}
.hover_timeout {color: limegreen;}
.hover_unknown {color: mistyrose;}
.literal {color: darkred;}
.keyword {color: blue;}
.comment {color: grey;}
.line_nr {color: grey;}
#mousehover {
background: grey;
border-radius: 8px;
-moz-border-radius: 8px;
padding: 5px;
display: none;
position: absolute;
background: #2e3639;
color: #fff;
}
span.xx_label {
font-weight: bold;
}
#info_wrapper {
position: absolute;
width: 99%;
}
#info {
position: absolute;
top: 0;
width: 400px;
background: grey;
border-radius: 10px;
-moz-border-radius: 10px;
padding: 5px;
border: 1px solid;
opacity:0.9;
background: #2e3639;
}
#info.fixed {
position: fixed;
}
#info span {
font-size: 80%;
color: #fff;
font-family: sans-serif;
}
#info select {
width: 250px;
}
`;