source: other-projects/trunk/realistic-books/packages/AntInstaller/web/java2html/ext/stylesheet.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: 5.1 KB
Line 
1/* Stylesheet for java2html pages */
2/* background-color: #294563; */
3/* light : #4c6c8f */
4
5/* Core HTML - start */
6body {
7 color: #000000;
8 background-color: #FFFFFF;
9 margin: 0px;
10 margin-top: 0px;
11 padding-left: 0px;
12 padding-top: 0px;
13 padding-bottom: 20px;
14 border: none;
15 font-size: 12px;
16 font-family: Helvetica,Arial,sans;
17}
18
19img {
20 border: 0px;
21}
22/* Windose fixes */
23img#logo {
24 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/ant-install-small.png',sizingMethod='scale');
25 border: 0px;
26 position: absolute;
27 top: 3px;
28 left: 10px;
29}
30
31#FrontPage{
32 padding-top: 0px;
33 margin-top: 0px;
34 font-size: 12px;
35}
36#FrontPageContent{
37 padding: 10px;
38}
39#HeaderTitle h2{
40 color: #FFFFFF;
41 background: url("../../images/antcolor.png") repeat-x;
42 font-family: Verdana,Helvetica,Arial,sans-serif;
43 font-size: 36px;
44 font-weight: bold;
45 margin: 0px;
46 padding: 0px;
47 padding-left: 100px;
48 height: 64px;
49}
50#PreIndexTitle {
51 background-color: #294563;
52 margin-left: 0px;
53}
54#PreIndexTitle a {
55
56}
57
58/* Header/Footer Colours */
59#Header {
60 color: #FFFFFF;
61 background-color: #294563;
62 padding: 4px;
63 margin: 0px;
64 border: solid 1px ButtonShadow;
65 border-top-width: 0px;
66 border-left-width: 0px;
67 border-right-width: 0px;
68 font-size: 18px;
69 font-family: Helvetica,Arial,sans;
70}
71.FrameHeadingFont{
72 color: #FFFFFF;
73 background-color: #294563;
74 padding-right: 0px;
75 display: block;
76 padding-left: 6px;
77}
78
79.FrameHeadingFont a:visited{
80 color: #FFFFFF;
81 background-color: #294563;
82}
83.FrameItemFont a{
84 padding-left: 6px;
85 font-size: 14px;
86
87}
88table.Header td font{
89 font-weight: bold;
90}
91
92a {
93 text-decoration: none;
94 color: #294563;
95}
96a:link {
97 color: #294563;
98}
99a:visited {
100 color: #294563;
101}
102a:hover {
103 text-decoration: underline;
104 color: #294563;
105}
106a:active {
107 color: #294563;
108}
109
110
111/* Line Number */
112.LN {
113 color: #BBBBBB;
114 background-color:#FFFFFF;
115 padding-right:4px;
116}
117
118/* Link Colours */
119.Classes A:link { color: #000000; text-decoration:underline;}
120.Classes A:visited { color: #000000; text-decoration:underline;}
121.Classes PRE { background-color:#FFFFFF; color: #000000; }
122PRE.Classes {
123 background-color:#FFFFFF;
124 color: #000000;
125 border-top: solid 1px ButtonShadow;
126 border-bottom: solid 1px ButtonShadow;
127 padding-bottom: 20px;
128}
129
130/* Token Colours */
131.CharacerLiteral { color: #FF00FF; }
132.StringLiteral { color: #FF00FF; }
133.SingleLineComment { color: #008000; }
134.FormalComment { color: #008000; }
135.MultiLineComment { color: #008000; }
136.Abstract { color: #0000FF ; font-weight: bold }
137.Boolean { color: #0000FF ; font-weight: bold }
138.Break { color: #0000FF ; font-weight: bold }
139.Byte { color: #0000FF ; font-weight: bold }
140.Case { color: #0000FF ; font-weight: bold }
141.Catch { color: #0000FF ; font-weight: bold }
142.Char { color: #0000FF ; font-weight: bold }
143.Class { color: #0000FF ; font-weight: bold }
144.Const { color: #0000FF ; font-weight: bold }
145.Continue { color: #0000FF ; font-weight: bold }
146.Default { color: #0000FF ; font-weight: bold }
147.Do { color: #0000FF ; font-weight: bold }
148.Double { color: #0000FF ; font-weight: bold }
149.Else { color: #0000FF ; font-weight: bold }
150.Extends { color: #0000FF ; font-weight: bold }
151.False { color: #0000FF ; font-weight: bold }
152.Final { color: #0000FF ; font-weight: bold }
153.Finally { color: #0000FF ; font-weight: bold }
154.Float { color: #0000FF ; font-weight: bold }
155.For { color: #0000FF ; font-weight: bold }
156.Goto { color: #0000FF ; font-weight: bold }
157.If { color: #0000FF ; font-weight: bold }
158.Implements { color: #0000FF ; font-weight: bold }
159.Import { color: #0000FF ; font-weight: bold }
160.InstanceOf { color: #0000FF ; font-weight: bold }
161.Int { color: #0000FF ; font-weight: bold }
162.Interface { color: #0000FF ; font-weight: bold }
163.Long { color: #0000FF ; font-weight: bold }
164.Native { color: #0000FF ; font-weight: bold }
165.New { color: #0000FF ; font-weight: bold }
166.Package { color: #0000FF ; font-weight: bold }
167.Private { color: #0000FF ; font-weight: bold }
168.Protected { color: #0000FF ; font-weight: bold }
169.Public { color: #0000FF ; font-weight: bold }
170.Return { color: #0000FF ; font-weight: bold }
171.Short { color: #0000FF ; font-weight: bold }
172.Static { color: #0000FF ; font-weight: bold }
173.Super { color: #0000FF ; font-weight: bold }
174.Switch { color: #0000FF ; font-weight: bold }
175.Synchronized { color: #0000FF ; font-weight: bold }
176.This { color: #0000FF ; font-weight: bold }
177.Throw { color: #0000FF ; font-weight: bold }
178.Throws { color: #0000FF ; font-weight: bold }
179.Transient { color: #0000FF ; font-weight: bold }
180.True { color: #0000FF ; font-weight: bold }
181.Try { color: #0000FF ; font-weight: bold }
182.Void { color: #0000FF ; font-weight: bold }
183.Volatile { color: #0000FF ; font-weight: bold }
184.While { color: #0000FF ; font-weight: bold }
185.StrictFP { color: #0000FF ; font-weight: bold }
186.IntegerLiteral { color: #000000 }
187.DecimalLiteral { color: #000000 }
188.HexLiteral { color: #000000 }
189.OctalLiteral { color: #000000 }
190.FloatPointLiteral { color: #000000 }
Note: See TracBrowser for help on using the repository browser.