comparison deck.js/test/lib/jasmine.css @ 0:dd1c78c6398f

add having slides
author taiki <taiki@cr.ie.u-ryukyu.ac.jp>
date Mon, 25 Mar 2013 05:14:03 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dd1c78c6398f
1 body {
2 font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
3 }
4
5
6 .jasmine_reporter a:visited, .jasmine_reporter a {
7 color: #303;
8 }
9
10 .jasmine_reporter a:hover, .jasmine_reporter a:active {
11 color: blue;
12 }
13
14 .run_spec {
15 float:right;
16 padding-right: 5px;
17 font-size: .8em;
18 text-decoration: none;
19 }
20
21 .jasmine_reporter {
22 margin: 0 5px;
23 }
24
25 .banner {
26 color: #303;
27 background-color: #fef;
28 padding: 5px;
29 }
30
31 .logo {
32 float: left;
33 font-size: 1.1em;
34 padding-left: 5px;
35 }
36
37 .logo .version {
38 font-size: .6em;
39 padding-left: 1em;
40 }
41
42 .runner.running {
43 background-color: yellow;
44 }
45
46
47 .options {
48 text-align: right;
49 font-size: .8em;
50 }
51
52
53
54
55 .suite {
56 border: 1px outset gray;
57 margin: 5px 0;
58 padding-left: 1em;
59 }
60
61 .suite .suite {
62 margin: 5px;
63 }
64
65 .suite.passed {
66 background-color: #dfd;
67 }
68
69 .suite.failed {
70 background-color: #fdd;
71 }
72
73 .spec {
74 margin: 5px;
75 padding-left: 1em;
76 clear: both;
77 }
78
79 .spec.failed, .spec.passed, .spec.skipped {
80 padding-bottom: 5px;
81 border: 1px solid gray;
82 }
83
84 .spec.failed {
85 background-color: #fbb;
86 border-color: red;
87 }
88
89 .spec.passed {
90 background-color: #bfb;
91 border-color: green;
92 }
93
94 .spec.skipped {
95 background-color: #bbb;
96 }
97
98 .messages {
99 border-left: 1px dashed gray;
100 padding-left: 1em;
101 padding-right: 1em;
102 }
103
104 .passed {
105 background-color: #cfc;
106 display: none;
107 }
108
109 .failed {
110 background-color: #fbb;
111 }
112
113 .skipped {
114 color: #777;
115 background-color: #eee;
116 display: none;
117 }
118
119
120 /*.resultMessage {*/
121 /*white-space: pre;*/
122 /*}*/
123
124 .resultMessage span.result {
125 display: block;
126 line-height: 2em;
127 color: black;
128 }
129
130 .resultMessage .mismatch {
131 color: black;
132 }
133
134 .stackTrace {
135 white-space: pre;
136 font-size: .8em;
137 margin-left: 10px;
138 max-height: 5em;
139 overflow: auto;
140 border: 1px inset red;
141 padding: 1em;
142 background: #eef;
143 }
144
145 .finished-at {
146 padding-left: 1em;
147 font-size: .6em;
148 }
149
150 .show-passed .passed,
151 .show-skipped .skipped {
152 display: block;
153 }
154
155
156 #jasmine_content {
157 position:fixed;
158 right: 100%;
159 }
160
161 .runner {
162 border: 1px solid gray;
163 display: block;
164 margin: 5px 0;
165 padding: 2px 0 2px 10px;
166 }