source: release-kits/lirk3/bin/ant-installer/web/manual1.6.2/manual/stylesheets/antmanual.css@ 14982

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

initial import of LiRK3

File size: 3.5 KB
Line 
1/*
2 * Copyright 2003-2004 Apache Software Foundation
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 */
17body {
18 font-family:Verdana,Helvetica,Arial;
19 font-size:12px;
20 color:WindowText;
21 background-color:ButtonHighlight;
22 margin:0px;
23 padding:4px;
24 border:0px;
25}
26img{
27 border:0px;
28}
29p{
30 padding-left:5px;
31 padding-right:2px;
32 padding-top:1px;
33 padding-bottom:1px;
34}
35table{
36 border:1px;
37 border-color:ThreeDLightShadow;
38 border-style:solid;
39}
40td {
41 font-family:Verdana,Helvetica,Arial;
42 font-size:12px;
43 border:1px;
44 border-color:ThreeDLightShadow;
45 border-style:solid;
46}
47th {
48 font-family:Verdana,Helvetica,Arial;
49 font-size:14px;
50 color:HighlightText;
51 background-color:Highlight;
52 padding-left:5px;
53 padding-right:2px;
54 border:1px;
55 border-color:ThreeDLightShadow;
56 border-style:solid;
57 text-align:left;
58}
59a{
60 color:WindowText;
61 text-decoration: underline;
62 padding-left:5px;
63 padding-right:4px;
64 font-family:Verdana,Helvetica,Arial;
65}
66
67a:hover {
68 padding-left:4px;
69 padding-right:5px;
70 padding-top:1px;
71 padding-bottom:0px;
72 color:Highlight;
73 font-family:Verdana,Helvetica,Arial;
74 text-decoration: underline;
75}
76h1 a{
77 color:HighlightText;
78}
79h2 a{
80 color:HighlightText;
81}
82h3 a{
83 color:HighlightText;
84}
85h1 a:hover{
86 color:HighlightText;
87}
88h2 a:hover{
89 color:HighlightText;
90}
91h3 a:hover{
92 color:HighlightText;
93}
94h1{
95 color:HighlightText;
96 background-color:Highlight;
97 padding-left:8px; padding-right:2px; padding-top:1px; padding-bottom:1px;
98 border-top:0px; border-bottom:2px; border-left:0px; border-right:0px;
99 border-style:solid;
100 border-color:Highlight;
101}
102h2{
103 color:HighlightText;
104 background-color:Highlight;
105 padding-left:8px; padding-right:2px; padding-top:1px; padding-bottom:1px;
106 border-top:0px; border-bottom:2px; border-left:0px; border-right:0px;
107 border-style:solid;
108 border-color:Highlight;
109}
110h3{
111 color:HighlightText;
112 background-color:Highlight;
113 padding-left:8px; padding-right:2px; padding-top:1px; padding-bottom:1px;
114 border-top:0px; border-bottom:2px; border-left:0px; border-right:0px;
115 border-style:solid;
116 border-color:Highlight;
117}
118
119img.but{
120 border:0px;
121 border-style:solid;
122 padding-top:3px; padding-bottom:3px; padding-left:3px; padding-right:3px;
123 margin-top:3px; margin-bottom:3px; margin-left:8px; margin-right:3px;
124}
125a:hover img.but{
126 border-top:1px; border-bottom:1px; border-left:1px; border-right:1px;
127 border-style:solid;
128 border-top-color:ThreeDHighlight;
129 border-bottom-color:ButtonShadow;
130 border-left-color:ThreeDHighlight;
131 border-right-color:ButtonShadow;
132 padding-top:3px; padding-bottom:3px; padding-left:3px; padding-right:3px;
133 margin-top:1px; margin-bottom:3px; margin-left:6px; margin-right:3px;
134}
135a:active img.but{
136 border-top:1px; border-bottom:1px; border-left:1px; border-right:1px;
137 border-style:inset;
138 border-top-color:ThreeDHighlight;
139 border-bottom-color:ButtonShadow;
140 border-left-color:ThreeDHighlight;
141 border-right-color:ButtonShadow;
142 padding-top:3px; padding-bottom:3px; padding-left:3px; padding-right:3px;
143 margin-top:0px; margin-bottom:3px; margin-left:5px; margin-right:3px;
144}
145
Note: See TracBrowser for help on using the repository browser.