source: release-kits/lirk3/bin/ant-installer/web/style-print.css@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 2.4 KB
Line 
1body {
2 margin: 0px;
3 padding: 0px;
4 border: 0px;
5 font-family: Georgia, "Times New Roman", serif;
6 font-size: 14px;
7 color: #000000;
8 background-color: #FFFFFF;
9
10}
11table {
12 margin: 0px;
13 margin-left: 0px;
14 padding: 0px;
15 border: 0px;
16}
17img {
18 border: 0px;
19}
20img#fixwidth {
21 display: none;
22}
23img.but {
24 display: none;
25}
26
27tr.tpheader {
28 color: #000000;
29 background-color: #FFFFFF;
30}
31
32.tpsmall {
33 font-size: 10px;
34 text-indent: 23px;
35 font-weight: normal;
36}
37
38.tpheadertitle {
39 color: #000000;
40 background-color: #eeeeee;
41 font-family: Verdana,Helvetica,Arial;
42 width: 100%;
43 font-size: 36px;
44 font-weight: bold;
45 text-align: center;
46}
47
48.tpcontent {
49 border: 0px;
50 margin: 0px;
51 padding: 0px;
52}
53
54.tpnoprint {
55 display: none;
56}
57
58.notready {
59 color: InactiveCaptionText;
60}
61
62a span.notready {
63 color: InactiveCaptionText;
64 text-decoration: none;
65}
66
67table.manual {
68 color: #000000;
69 padding: 0px;
70 margin: 0px;
71 border-top: 1px;
72 border-bottom: 0px;
73 border-right: 1px;
74 border-left: 1px;
75 border-style: solid;
76 border-color: #000000;
77}
78table.manual td {
79 margin: 2px;
80 padding: 2px;
81 border-top: 0px;
82 border-bottom: 1px;
83 border-right: 0px;
84 border-left: 1px;
85 border-style: solid;
86 border-color: #000000;
87 font-size: 12px;
88 vertical-align: top;
89 text-align: left;
90}
91th.manual {
92 font-family: monospace;
93 margin: 2px;
94 padding: 4px;
95 border-top: 1px;
96 border-bottom: 1px;
97 border-left: 1px;
98 border-right: 0px;
99 border-style: solid;
100 border-color: #000000;
101 color: #000000;
102 background-color: #FFFFFF;
103 font-size: 14px;
104 vertical-align: top;
105 text-align: left;
106}
107th.manual2 {
108 font-family: Verdana,Helvetica,Arial;
109 margin: 1px;
110 padding: 1px;
111 border-top: 1px;
112 border-bottom: 1px;
113 border-left: 1px;
114 border-right: 0px;
115 border-style: solid;
116 border-color: #000000;
117 color: #000000;
118 background-color: #FFFFFF;
119 font-size: 12px;
120 vertical-align: top;
121 text-align: left;
122}
123
124ul {
125 text-indent: 0px;
126 margin-left: 0px;
127 padding-left: 0px;
128
129}
130li {
131 list-style-type: square;
132 text-indent: 0px;
133 margin: 0px;
134 padding: 0px;
135 border: 0px;
136 list-style-position: inside;
137}
138
139h2 {
140 font-family: Verdana,Helvetica,Arial;
141 color: #000000;
142 background-color: #eeeeee;
143 border: 0px;
144 margin-top: 20px;
145 padding-left: 40px;
146}
147h3 {
148 font-family: Verdana,Helvetica,Arial;
149 color: #000000;
150 background-color: #eeeeee;
151 border: 0px;
152 margin-top: 40px;
153 padding-left: 40px;
154}
155
156a {
157 text-decoration: none;
158 color: #000000;
159 font-weight: bold;
160}
Note: See TracBrowser for help on using the repository browser.