add a function to append a cloned element, return actual element from appending JS
[php-utility-classes.git] / tests / test.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 /* general styles */
6
7 body {
8 /*  font-family: Arial,Helvetica,sans-serif; */
9   color: black;
10   font-size: medium;
11   margin: 3px;
12   padding: 0px;
13   border: 0px;
14   background-color: white;
15 }
16
17 h1 {
18   font-size: xx-large;
19   font-weight: bold;
20   text-align: center;
21 }
22
23 a:link { color: #0000EE; }
24 a:visited { color: #551A8B; }
25 a:active { color: #FF0000; }
26
27 img {
28   border: 0px;
29 }
30
31 table {
32   color: black;
33   margin: 0px;
34   padding: 0px;
35   border: 0px;
36 }
37
38 td, th {
39   font-family: Arial,Helvetica,sans-serif;
40   color: black;
41   margin: 0px;
42   padding: 2px;
43   border: 0px;
44 }
45
46 th {
47   font-weight: bold;
48 }
49
50 table.border {
51   border: 1px solid #c0c0c0;
52 }
53
54 table.border td,
55 table.border th {
56   border: 1px solid #c0c0c0;
57 }
58
59 #ualist th { font-size: 0.75em; }
60 #ualist td.comment {
61   font-size: 0.75em;
62   text-align: center;
63   font-weight: bold;
64 }
65 #ualist td.ua { font-size: 0.75em; }
66
67 ul.flat {
68  list-style-type: none;
69  margin: 0em;
70  padding: 0px;
71 }
72 ul.flat li {
73  margin: 0 0 0.2em 0;
74  padding: 0px;
75 }
76 p.flat { border: 0px; margin: 0px; padding: 0px; }
77
78 ul.flat li.summary {
79  margin-top: 1em;
80 }
81
82 /* other general elements */
83
84 #valid {
85   display: none;
86 }
87
88 #copyright {
89   display: none;
90 }