2012-10-02 01:35:43 +02:00
|
|
|
html {
|
|
|
|
height: 100%;
|
2019-10-20 02:09:22 +02:00
|
|
|
}
|
2012-10-02 01:35:43 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
height: 100%;
|
2020-04-18 12:13:03 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
overflow: hidden;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
2012-10-28 14:16:41 +01:00
|
|
|
#console {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-02 01:35:43 +02:00
|
|
|
#iframe-container {
|
2020-05-30 23:35:11 +02:00
|
|
|
width: 80%;
|
2020-04-18 12:13:03 +02:00
|
|
|
min-width: 820px;
|
2012-10-02 01:35:43 +02:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#iframe-container iframe {
|
|
|
|
height: 100%;
|
2012-11-21 21:09:31 +01:00
|
|
|
width:100%;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#mocha {
|
|
|
|
font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
border-right: 2px solid #999;
|
2020-04-18 12:13:03 +02:00
|
|
|
flex: 1 auto;
|
2012-10-02 01:35:43 +02:00
|
|
|
height: 100%;
|
|
|
|
overflow: auto;
|
2020-05-30 23:35:11 +02:00
|
|
|
width:20%;
|
2020-06-04 18:03:25 +02:00
|
|
|
font-size:80%;
|
|
|
|
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#mocha #report {
|
2020-04-18 12:13:03 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 10px;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
2020-04-18 12:13:03 +02:00
|
|
|
#mocha li {
|
2012-10-02 01:35:43 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha h1, #mocha h2 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha h1 {
|
|
|
|
margin-top: 15px;
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
|
2012-10-27 19:37:33 +02:00
|
|
|
#mocha h1 a:visited
|
2019-10-20 02:09:22 +02:00
|
|
|
{
|
2012-10-27 19:37:33 +02:00
|
|
|
color: #00E;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .suite .suite h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha h2 {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .suite {
|
2020-06-04 18:03:25 +02:00
|
|
|
margin-left: 0px;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test {
|
2020-06-04 18:03:25 +02:00
|
|
|
margin-left: 5px;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test:hover h2::after {
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
right: -10px;
|
|
|
|
content: '(view source)';
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: arial;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pending:hover h2::after {
|
|
|
|
content: '(pending)';
|
|
|
|
font-family: arial;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pass.medium .duration {
|
|
|
|
background: #C09853;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pass.slow .duration {
|
|
|
|
background: #B94A48;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pass::before {
|
|
|
|
content: '✓';
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
color: #00d6b2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pass .duration {
|
|
|
|
font-size: 9px;
|
|
|
|
margin-left: 5px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
color: white;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-ms-border-radius: 5px;
|
|
|
|
-o-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pass.fast .duration {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pending {
|
|
|
|
color: #0b97c4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.pending::before {
|
|
|
|
content: '◦';
|
|
|
|
color: #0b97c4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.fail {
|
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.fail pre {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test.fail::before {
|
|
|
|
content: '✖';
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test pre.error {
|
|
|
|
color: #c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha .test pre {
|
|
|
|
display: inline-block;
|
|
|
|
font: 12px/1.5 monaco, monospace;
|
|
|
|
margin: 5px;
|
|
|
|
padding: 15px;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-bottom-color: #ddd;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-webkit-box-shadow: 0 1px 3px #eee;
|
|
|
|
}
|
|
|
|
|
2020-04-18 12:13:03 +02:00
|
|
|
#report ul {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2012-10-02 01:35:43 +02:00
|
|
|
#report.pass .test.fail {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#report.fail .test.pass {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#error {
|
|
|
|
color: #c00;
|
|
|
|
font-size: 1.5 em;
|
|
|
|
font-weight: 100;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stats {
|
2020-04-18 12:13:03 +02:00
|
|
|
padding: 10px;
|
2012-10-02 01:35:43 +02:00
|
|
|
font-size: 12px;
|
|
|
|
margin: 0;
|
|
|
|
color: #888;
|
2020-04-18 12:13:03 +02:00
|
|
|
text-align: right;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
2020-06-04 18:03:25 +02:00
|
|
|
#mocha-stats {
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mocha-stats .progress {
|
2012-10-02 01:35:43 +02:00
|
|
|
float: right;
|
|
|
|
padding-top: 0;
|
2020-06-04 18:03:25 +02:00
|
|
|
margin-right:5px;
|
2012-10-02 01:35:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#stats em {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stats a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stats a:hover {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stats li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 5px;
|
|
|
|
list-style: none;
|
|
|
|
padding-top: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
code .comment { color: #ddd }
|
|
|
|
code .init { color: #2F6FAD }
|
|
|
|
code .string { color: #5890AD }
|
|
|
|
code .keyword { color: #8A6343 }
|
|
|
|
code .number { color: #2F6FAD }
|
2020-06-04 18:03:25 +02:00
|
|
|
|
|
|
|
ul{
|
|
|
|
padding-left:5px;
|
|
|
|
}
|