source: other-projects/trunk/realistic-books/packages/AntInstaller/web/manual1.7.0/manual/stylesheets/antmanual.css@ 19253

Last change on this file since 19253 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

File size: 3.6 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}
23img{
24 border:0px;
25}
26p{
27 padding-left:5px;
28 padding-right:2px;
29 padding-top:1px;
30 padding-bottom:1px;
31}
32table{
33 border:1px;
34 border-color:ThreeDLightShadow;
35 border-style:solid;
36}
37td {
38 font-family:Verdana,Helvetica,Arial;
39 font-size:12px;
40 border:1px;
41 border-color:ThreeDLightShadow;
42 border-style:solid;
43}
44th {
45 font-family:Verdana,Helvetica,Arial;
46 font-size:14px;
47 color:HighlightText;
48 background-color:Highlight;
49 padding-left:5px;
50 padding-right:2px;
51 border:1px;
52 border-color:ThreeDLightShadow;
53 border-style:solid;
54 text-align:left;
55}
56a{
57 color:WindowText;
58 text-decoration: underline;
59 padding-left:5px;
60 padding-right:4px;
61 font-family:Verdana,Helvetica,Arial;
62}
63
64a:hover {
65 padding-left:4px;
66 padding-right:5px;
67 padding-top:1px;
68 padding-bottom:0px;
69 color:Highlight;
70 font-family:Verdana,Helvetica,Arial;
71 text-decoration: underline;
72}
73h1 a{
74 color:HighlightText;
75}
76h2 a{
77 color:HighlightText;
78}
79h3 a{
80 color:HighlightText;
81}
82h1 a:hover{
83 color:HighlightText;
84}
85h2 a:hover{
86 color:HighlightText;
87}
88h3 a:hover{
89 color:HighlightText;
90}
91h1{
92 font-size: 18px;
93 color:HighlightText;
94 background-color:Highlight;
95 padding-left:8px; padding-right:2px; padding-top:1px; padding-bottom:1px;
96 border-top:0px; border-bottom:2px; border-left:0px; border-right:0px;
97 border-style:solid;
98 border-color:Highlight;
99}
100h2{
101 font-size: 16px;
102 color:HighlightText;
103 background-color:Highlight;
104 padding-left:8px; padding-right:2px; padding-top:1px; padding-bottom:1px;
105 border-top:0px; border-bottom:2px; border-left:0px; border-right:0px;
106 border-style:solid;
107 border-color:Highlight;
108}
109h3{
110 font-size: 14px;
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}
145li {
146 list-style: url('../../../images/li.png') circle;
147}
Note: See TracBrowser for help on using the repository browser.