Modification log added
[mediadatabase.git] / php / styles.css
blobac2a731fd47640ac89d99f7512c9d60156e66396
1 * {
2 Font-family: sans-serif;
3 Font-size: 10pt;
6 BODY {
7 Background-color: White;
8 Color: Black;
11 TABLE {
12 Border: 1px solid black;
13 border-spacing: 0px;
16 .ObjectParametersTable
18 border-width: 0px;
21 TH {
22 Text-align: Left;
23 Padding-left: 4px;
24 Padding-right: 20px;
27 TD {
28 Padding-left: 4px;
29 Padding-right: 20px;
30 Text-align: Middle;
33 A, A:Visited {
34 Text-decoration: None;
35 Color: #000066;
38 A:Hover {
39 Text-decoration: Underline;
42 SMALL {
43 Font-size: 8pt;
45 A.small {
46 Font-size: 8pt;
49 .OddTableRow
51 background-color: #CCDDFF;
54 .EvenTableRow
56 background-color: #FFFFCC;
59 INPUT
61 background-color: #CCDDFF;
62 color: #000000;
65 .input-text
67 border-style: double;
68 border-width: 3px;
69 border-color: #606060;
72 .input-radio
76 .input-button
80 .input-select
82 background-color: #CCDDFF;
83 color: #000000;
86 OPTION
88 background-color: #CCDDFF;
89 color: #000000;
92 .input-checkbox
96 .input-group
98 background-color: #CCDDFF;
99 color: #000000;
100 border-color: #606060;
101 border-style: double;
102 border-width: 3px;
103 padding: 1px 1px 1px 1px;