2010-06-25 00:37:13 +00:00
|
|
|
body {
|
|
|
|
font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
|
2011-05-25 15:14:18 +00:00
|
|
|
margin: 0;
|
|
|
|
background-color: #f0f0f0;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
2011-05-25 15:14:18 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #777;
|
|
|
|
}
|
2010-06-25 00:37:13 +00:00
|
|
|
|
2011-05-25 15:14:18 +00:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
2011-05-25 15:14:18 +00:00
|
|
|
.description {
|
|
|
|
display: block;
|
|
|
|
padding: .4em 0 .4em 1.5em;
|
|
|
|
font-size: .8em;
|
|
|
|
min-height: 1.2em;
|
|
|
|
line-height: 1.2em;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.run_spec {
|
|
|
|
float:right;
|
|
|
|
padding-right: 5px;
|
|
|
|
font-size: .8em;
|
|
|
|
text-decoration: none;
|
2011-05-25 15:14:18 +00:00
|
|
|
display: none;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.jasmine_reporter {
|
2011-05-25 15:14:18 +00:00
|
|
|
margin: 0;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
color: #303;
|
2011-05-25 15:14:18 +00:00
|
|
|
padding: 0 1.5em;
|
|
|
|
height: 1.2em;
|
|
|
|
line-height: 1.2em;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
float: left;
|
2011-05-25 15:14:18 +00:00
|
|
|
font-size: .8em;
|
2010-06-25 00:37:13 +00:00
|
|
|
padding-left: 5px;
|
2011-05-25 15:14:18 +00:00
|
|
|
font-weight: 700;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo .version {
|
2011-05-25 15:14:18 +00:00
|
|
|
font-size: .8em;
|
|
|
|
padding-left: .5em;
|
|
|
|
color: gray;
|
|
|
|
font-weight: 400;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.options {
|
|
|
|
text-align: right;
|
2011-05-25 15:14:18 +00:00
|
|
|
font-size: .6em;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.suite {
|
2011-05-25 15:14:18 +00:00
|
|
|
position: relative;
|
|
|
|
margin: 10px 1.5em;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-moz-box-shadow: 0px 1px 4px #200;
|
|
|
|
-webkit-box-shadow: 0px 1px 4px #200;
|
|
|
|
box-shadow: 0px 1px 4px #200;
|
|
|
|
background-color: #ddd;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.suite .suite {
|
2011-05-25 15:14:18 +00:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.suite > .description {
|
|
|
|
padding-left: 1.2em;
|
|
|
|
|
|
|
|
border-bottom: 1px solid gray;
|
|
|
|
-moz-border-radius-topleft: 6px;
|
|
|
|
-moz-border-radius-topright: 6px;
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.1, rgb(186,186,186)),
|
|
|
|
color-stop(0.9, rgb(240,240,240))
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
rgb(186,186,186) 10%,
|
|
|
|
rgb(240,240,240) 90%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.suite .suite>.description {
|
|
|
|
-moz-border-radius-topleft: 3px;
|
|
|
|
-moz-border-radius-topright: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.suite.passed {
|
2011-05-25 15:14:18 +00:00
|
|
|
border-color: #bbb;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.suite.failed {
|
2011-05-25 15:14:18 +00:00
|
|
|
border-color: #fcc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suite > .description {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1em;
|
|
|
|
text-shadow: 0px 1px 0px #eee;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suite.passed > .description {
|
|
|
|
color: rgb(94,125,0);
|
|
|
|
text-shadow: 0px 1px 0px #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suite.failed > .description {
|
|
|
|
color: rgb(176,57,17);
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spec {
|
2011-05-25 15:14:18 +00:00
|
|
|
margin: 0;
|
2010-06-25 00:37:13 +00:00
|
|
|
clear: both;
|
2011-05-25 15:14:18 +00:00
|
|
|
position: relative;
|
|
|
|
padding-bottom: 0;
|
|
|
|
border-bottom: 1px solid gray;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spec.failed, .spec.passed, .spec.skipped {
|
2011-05-25 15:14:18 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.spec.failed:first-child, .spec.passed:first-child, .spec.skipped:first-child {
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spec.failed {
|
2011-05-25 15:14:18 +00:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spec > .description {
|
|
|
|
color: #666;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spec.failed > .description {
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.1, rgb(176,57,17)),
|
|
|
|
color-stop(0.94, rgb(237,87,0))
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
rgb(176,57,17) 10%,
|
|
|
|
rgb(237,87,0) 94%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.spec.failed > .description:before {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
|
|
|
top: 8px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
content: ".";
|
|
|
|
color: transparent;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.1, rgb(176,57,17)),
|
|
|
|
color-stop(0.94, rgb(237,87,0))
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
rgb(176,57,17) 10%,
|
|
|
|
rgb(237,87,0) 94%
|
|
|
|
);
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spec.passed {
|
2011-05-25 15:14:18 +00:00
|
|
|
background-color: white;
|
|
|
|
border-color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spec.passed>.description {
|
|
|
|
background-color: #ddd;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
2011-05-25 15:14:18 +00:00
|
|
|
.spec.passed>.description:before {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 6px;
|
|
|
|
top: 9px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
content: ".";
|
|
|
|
color: transparent;
|
|
|
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.1, rgb(94,125,0)),
|
|
|
|
color-stop(0.9, rgb(167,212,21))
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
rgb(94,125,0) 10%,
|
|
|
|
rgb(167,212,21) 90%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-06-25 00:37:13 +00:00
|
|
|
.spec.skipped {
|
|
|
|
background-color: #bbb;
|
|
|
|
}
|
|
|
|
|
2011-05-25 15:14:18 +00:00
|
|
|
|
2010-06-25 00:37:13 +00:00
|
|
|
.messages {
|
2011-05-25 15:14:18 +00:00
|
|
|
font-size: .8em;
|
|
|
|
padding: 5px 1.5em 0 1.5em;
|
|
|
|
line-height: 1.2em;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.passed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.failed {
|
|
|
|
}
|
|
|
|
|
|
|
|
.skipped {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resultMessage span.result {
|
|
|
|
display: block;
|
|
|
|
line-height: 2em;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resultMessage .mismatch {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stackTrace {
|
2011-05-25 15:14:18 +00:00
|
|
|
padding: 5px 1em;
|
|
|
|
margin: 5px 0;
|
2010-06-25 00:37:13 +00:00
|
|
|
max-height: 5em;
|
2011-05-25 15:14:18 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
border: 1px solid #baa;
|
2010-06-25 00:37:13 +00:00
|
|
|
background: #eef;
|
2011-05-25 15:14:18 +00:00
|
|
|
|
|
|
|
white-space: pre;
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stackTrace:hover {
|
|
|
|
overflow: auto;
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.finished-at {
|
|
|
|
padding-left: 1em;
|
|
|
|
font-size: .6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-passed .passed,
|
|
|
|
.show-skipped .skipped {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#jasmine_content {
|
2011-05-25 15:14:18 +00:00
|
|
|
position: fixed;
|
2010-06-25 00:37:13 +00:00
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.runner {
|
|
|
|
display: block;
|
2011-05-25 15:14:18 +00:00
|
|
|
margin: 5px 0 10px 0;
|
|
|
|
padding: 2px 0 2px 1.5em;
|
|
|
|
|
|
|
|
border-top: 1px solid gray;
|
|
|
|
-moz-box-shadow: 0px 1px 4px #000;
|
|
|
|
-webkit-box-shadow: 0px 1px 4px #000;
|
|
|
|
box-shadow: 0px 1px 4px #000;
|
|
|
|
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.runner.failed {
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.1, rgb(176,57,17)),
|
|
|
|
color-stop(0.94, rgb(237,87,0))
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
rgb(176,57,17) 10%,
|
|
|
|
rgb(237,87,0) 94%
|
|
|
|
);
|
2010-06-25 00:37:13 +00:00
|
|
|
}
|
2011-05-25 15:14:18 +00:00
|
|
|
|
|
|
|
.runner.passed {
|
|
|
|
|
|
|
|
background-image: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
color-stop(0.1, rgb(94,125,0)),
|
|
|
|
color-stop(0.9, rgb(167,212,21))
|
|
|
|
);
|
|
|
|
background-image: -moz-linear-gradient(
|
|
|
|
center bottom,
|
|
|
|
rgb(94,125,0) 10%,
|
|
|
|
rgb(167,212,21) 90%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.runner .description {
|
|
|
|
padding-left: .8em;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.runner.running {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.runner>.description {
|
|
|
|
height: 1em;
|
|
|
|
}
|