Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / simpletestlib / ui / css / webunit.css
blob49da468f5bcf490de3522b658916863c05e10527
1 html {
2 font-face: Verdana, Arial, Helvetica, sans-serif;
3 font-weight: bold;
4 color: black;
5 }
7 .pass { color: green; }
8 .fail { color: red; }
9 .activetab {
10 position: relative;
11 background: white;
12 border-color: black;
13 border-style: solid;
14 border-weight: 1;
15 border-top-color: white;
16 border-style: solid;
17 border-weight: 1;
19 .inactivetab{
20 position: relative;
21 background: silver;
22 border-color: black;
23 border-style: solid;
24 border-weight: 1;
26 span.inactivetab a:link ,
27 span.activetab a:link {
28 text-decoration: none;
29 color: black;
31 pre { background-color: lightgray; }
32 #wait {
33 background: #B7B8DD;
34 position: absolute;
35 visibility: hidden;
36 text-align: center;
37 border-color: blue;
38 border-style: solid;
39 border-weight: 2;
41 #webunit {
42 position: absolute;
43 visibility: hidden;
44 background: silver;
45 border-color: black;
46 border-style: solid;
47 border-weight: 2;
49 #visible_tab {
50 position: relative;
51 visibility: hidden;
52 overflow: auto;
53 background: white;
54 width: 100%;
55 height: 100%;
56 border-color: black;
57 border-style: solid;
58 border-weight: 1;
60 #visible_tab a:link {
61 text-decoration: none;
62 color: inherit;
64 #msg {
65 position: absolute;
66 visibility: hidden;
67 overflow: auto;
68 background: white;
69 border-color: black;
70 border-style: solid;
71 border-weight: 1;
73 #fail,
74 #tree {
75 position: absolute;
76 visibility: hidden;