Initial check-in
[dygraphs.git] / mochikit_v14 / examples / mochiregexp / mochiregexp.css
1 h1 {
2 font-size: 2em;
3 color: #4B4545;
4 text-align: center;
5 }
6
7 table.datagrid {
8 width: 100%;
9 border-collapse: collapse;
10 }
11
12 table.datagrid thead th {
13 text-align: left;
14 background-color: #4B4545;
15 background-repeat: no-repeat;
16 background-position: right center;
17 color: white;
18 font-weight: bold;
19 padding: .3em .7em;
20 font-size: .9em;
21 padding-right: 5px;
22 background-repeat: no-repeat;
23 background-position: 95% right;
24 }
25
26 table.datagrid thead th a {
27 color: white;
28 text-decoration: none;
29 font-size: 1.0em;
30 background-repeat: no-repeat;
31 background-position: center right;
32 padding-right: 15px;
33 }
34
35 table.datagrid tbody th {
36 font-weight: bold;
37 }
38
39 table.datagrid tbody td, table.datagrid tbody th {
40 text-align: left;
41 padding: .3em .7em;
42 border-bottom: 1px solid #eee;
43 }
44
45 table.datagrid tbody tr.alternate td, table.datagrid tbody tr.alternate th {
46 background-color: #f1f1f1;
47 }
48
49 table.datagrid tfoot td, table.datagrid tfoot th {
50 background-color: #FFFEE3;
51 color: #4B4545;
52 padding: .5em;
53 font-weight: bold;
54 border-top: 2px solid #4B4545;
55 }
56
57 table.datagrid tfoot th { text-align: left; }
58
59 table.datagrid tfoot td { }
60
61 .invisible { display: none; }
62
63 input.textbox, textarea { border: 1px solid #CCCCCC; font-size: .95em; padding: 2px 4px; margin-top: .3em; }
64 input.textbox:focus, textarea:focus { background-color: #FFFEE3; }
65
66 .highlight { font-weight: bold; };
67 form { margin: 0; padding: 0; }
68
69 fieldset { border: none; margin: 0; padding: 0; }
70 fieldset label { font-weight: bold; color: #4B4545; }
71 fieldset .field { margin-bottom: 1em; }
72
73 .error { color: red; }