2010-01-12 21:59:54 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
/** Structure */
|
|
|
|
|
body {
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 14px;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
#header {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#specs {
|
|
|
|
|
padding-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header .angular {
|
|
|
|
|
font-family: Courier New, monospace;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header h1 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#frame h2,
|
|
|
|
|
#specs h2 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#status-legend {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header,
|
|
|
|
|
#frame,
|
|
|
|
|
.test-info,
|
|
|
|
|
.test-actions li {
|
|
|
|
|
overflow: hidden;
|
2010-05-20 22:55:41 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
#frame {
|
|
|
|
|
margin: 10px;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
#frame iframe {
|
2010-01-12 21:59:54 +00:00
|
|
|
width: 100%;
|
2010-10-08 23:43:40 +00:00
|
|
|
height: 758px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#frame .popout {
|
|
|
|
|
float: right;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
#frame iframe {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tests li,
|
|
|
|
|
.test-actions li,
|
|
|
|
|
.test-it li,
|
|
|
|
|
.test-it ol,
|
|
|
|
|
.status-display {
|
|
|
|
|
list-style-type: none;
|
2010-05-20 23:55:47 +00:00
|
|
|
}
|
2010-05-20 22:55:41 +00:00
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.tests,
|
|
|
|
|
.test-it ol,
|
|
|
|
|
.status-display {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2010-05-20 23:55:47 +00:00
|
|
|
}
|
2010-01-12 21:59:54 +00:00
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.test-info {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
border-radius: 8px 0 0 8px;
|
|
|
|
|
-webkit-border-radius: 8px 0 0 8px;
|
|
|
|
|
-moz-border-radius: 8px 0 0 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.test-it ol {
|
|
|
|
|
margin-left: 2.5em;
|
2010-05-20 23:55:47 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.status-display,
|
|
|
|
|
.status-display li {
|
|
|
|
|
float: right;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.status-display li {
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
}
|
2010-05-20 23:55:47 +00:00
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.timer-result,
|
|
|
|
|
.test-title {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timer-result {
|
|
|
|
|
width: 4em;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
text-align: right;
|
2010-01-12 21:59:54 +00:00
|
|
|
font-family: monospace;
|
|
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.test-it pre,
|
|
|
|
|
.test-actions pre {
|
|
|
|
|
clear: left;
|
|
|
|
|
margin-left: 6em;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.test-describe .test-describe {
|
|
|
|
|
margin: 5px 5px 10px 2em;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
.test-actions .status-pending .test-title:before {
|
|
|
|
|
content: '» ';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Colors */
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
|
|
background-color: #F2C200;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
#specs h2 {
|
|
|
|
|
border-top: 2px solid #BABAD1;
|
2010-01-12 21:59:54 +00:00
|
|
|
}
|
|
|
|
|
|
2010-10-08 23:43:40 +00:00
|
|
|
#specs h2,
|
|
|
|
|
#frame h2 {
|
|
|
|
|
background-color: #efefef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#frame {
|
|
|
|
|
border: 1px solid #BABAD1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.test-describe .test-describe {
|
|
|
|
|
border-left: 1px solid #BABAD1;
|
|
|
|
|
border-right: 1px solid #BABAD1;
|
|
|
|
|
border-bottom: 1px solid #BABAD1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status-display {
|
|
|
|
|
border: 1px solid #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status-display .status-pending,
|
|
|
|
|
.status-pending .test-info {
|
|
|
|
|
background-color: #F9EEBC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status-display .status-success,
|
|
|
|
|
.status-success .test-info {
|
|
|
|
|
background-color: #B1D7A1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status-display .status-failure,
|
|
|
|
|
.status-failure .test-info {
|
|
|
|
|
background-color: #FF8286;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status-display .status-error,
|
|
|
|
|
.status-error .test-info {
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.test-actions .status-success .test-title {
|
|
|
|
|
color: #30B30A;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.test-actions .status-failure .test-title {
|
|
|
|
|
color: #DF0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.test-actions .status-error .test-title {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.test-actions .timer-result {
|
|
|
|
|
color: #888;
|
|
|
|
|
}
|