root / ToolkitAutomatedTesting / templates / template-head.html

Revision 4938, 1.8 kB (checked in by magi@…, 7 months ago)

More working formatting for test results.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html>
4<head><title>IT Mill Toolkit 5 Nightly Builds Downloads and Tests</title>
5<style type="text/css">
6
7body {
8        background: #fff;
9        margin: 0;
10        padding: 30px;
11        font-family: "Helvetica Neue", helvetica, arial, sans-serif;
12        font-size: 62.5%; /* 10px */
13        color: #272727;
14}
15
16h1 {
17        font-weight: normal;
18        font-size: 1.8em;
19        margin: 0;
20}
21
22h4 {
23        font-weight: normal;
24        font-size: 1.3em;
25        color: #808080;
26        margin: 0;
27}
28
29a {
30        text-decoration: none;
31}
32
33.tests-table {
34        width: 100%;
35        min-width: 600px;
36        border: 1px solid #dcdcdc;
37        margin-top: 1em;
38        table-layout: fixed;
39}
40
41th {
42        font-size: 1.2em;
43        color: #272727;
44        background: #e3effa;
45        text-align: left;
46        padding: 0.4em 0.5em;
47        white-space: nowrap;
48        overflow: hidden;
49}
50
51th span {
52        display: block;
53        font-size: 0.92em;
54        color: #6c7985;
55        font-weight: normal;
56}
57
58.started {
59        width: 230px;
60}
61
62.version {
63        width: 200px;
64}
65
66tr {
67        vertical-align: top;
68}
69
70td {
71        border-top: 1px solid #dcdcdc;
72        height: 23px;
73}
74
75td {
76        font-size: 1.2em;
77        line-height: 1;
78        padding: 3px 0.5em;
79}
80
81.total-incomplete {
82        font-weight: bold;
83        color: #ea5800;
84}
85
86.tests {
87        padding: 0;
88        width: 100%;
89        vertical-align: top;
90        border-top: none;
91}
92
93.tests-container {
94        width: 100%;
95        overflow: auto;
96}
97
98.tests-container table {
99        width: 100%;
100}
101
102.tests-container td {
103        white-space: nowrap;
104        font-size: 1em;
105        height: 23px;
106        padding: 3px 0.5em;
107}
108
109.download-build {
110        color: #004ba8;
111}
112
113.passed {
114        color: #1b8d00;
115}
116
117.failed {
118        color: #ea5800;
119}
120
121.error {
122        color: #df0000;
123}
124
125.spaceholder-row {
126        height: 18px; /* just enough to fit a scrollbar */
127}
128
129.spaceholder-row td {
130        border-top: none;
131        font-size: 1px;
132        padding: 0;
133        height: 18px;
134}
135
136</style>
137<!--[if lte IE 7]>
138<style type="text/css">
139.tests-container table {
140        margin-bottom: 20px;
141}
142</style>
143<![endif]-->
144</head>
Note: See TracBrowser for help on using the browser.