/ -> phplabware.css
1 BODY
2 {
3 background-color : White;
4 font-family : Arial, Helvetica;
5 generic-family : sans-serif;
6 font-size : 10pt;
7 margin : 0;
8 }
9
10 A
11 {
12 color: #336699;
13 text-decoration : none;
14 font-weight : bold;
15 }
16
17 A:Hover
18 {
19 color : Navy;
20 text-decoration : none;
21 font-weight : bold;
22 }
23
24 A:Visited
25 {
26 text-decoration : none;
27 color: #336699;
28 font-weight : bold;
29 }
30
31 Table, P, DIV, H5, A, OL, TD, UL
32 {
33 font-family : Arial, Helvetica;
34 generic-family : sans-serif;
35 font-size : 10pt;
36 }
37
38 TR.header
39 {
40 background-color : #333388;
41 color: #ffffff;
42 width: 100%
43 }
44
45 TR.row_odd
46 {
47 background-color : #EEFFFF;
48 }
49
50 TR.row_even
51 {
52 background-color : #FFEEFF;
53 }
54
55 TH
56 {
57 font-family : Arial, Helvetica;
58 generic-family : sans-serif;
59 font-size : 10pt;
60 color: #FFFFFF;
61 background-color : #5555CC;
62 font-weight : bold;
63 }
64
65 H1
66 {
67 font-size : 16pt;
68 font-weight : bold;
69 line-height : 18pt;
70 }
71
72 H2
73 {
74 font-size : 14pt;
75 font-weight : bold;
76 line-height : 16pt;
77 }
78
79 H3
80 {
81 font-size : 12pt;
82 font-weight : bold;
83 line-height : 14pt;
84 }
85
86 SPAN.right
87 {
88 margin-right: 5%;
89 float : right;
90 }
91
92 Col.center
93 {
94 padding : 1em 2em;
95 }
96
97 TEXTAREA.read_only
98 {
99 background-color : White;
100 font-family : Arial, Helvetica;
101 generic-family : sans-serif;
102 font-size : 10pt;
103 }
104 .nav
105 {
106 background-color : #333388;
107 color : White;
108 font-color : White;
109 }
110 .nav:link
111 {
112 background-color : #333388;
113 color : White;
114 font-color : White;
115 }
116 .nav:active
117 {
118 background-color : #333388;
119 color : White;
120 font-color : White;
121 }
122 .nav:hover
123 {
124 background-color : #333388;
125 color : White;
126 font-color : White;
127 }
128 .nav:visited
129 {
130 background-color : #333388;
131 color : White;
132 font-color : White;
133 }
134 .navorange { background-color : White; }