source: nutchez-0.1/tomcat/webapps/ROOT/include/style.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 1.0 KB
Line 
1<style type="text/css">
2
3.menuTd {
4  background-color: #F9F7F4;
5  height: 25px;
6}
7
8.menuTdhover {
9  background-color: #ECE5DC;
10  height: 25px;
11}
12
13.menuEntry {
14  font-family: Arial, Helvetica, sans-serif;
15  font-size: 12px;
16  color: #000000;
17  text-decoration: none;
18}
19
20.body {
21  background-color: #F9F7F4;
22}
23
24.bodytext {
25  font-family: Arial, Helvetica, sans-serif;
26  font-size: 12px;
27  color: #000000;
28  text-decoration: none;
29}
30
31.title {
32  font-family: Arial, Helvetica, sans-serif;
33  font-size: 26px;
34  color: #FF9900;
35  text-decoration: none;
36}
37
38.intro {
39  font-family: Arial, Helvetica, sans-serif;
40  font-size: 12px;
41  color: #FF9900;
42  text-decoration: none;
43}
44
45.orangeTd {
46  background-color: #FF9900
47}
48
49ul {
50  list-style-image: url(../img/reiter/ul.gif)
51}
52
53h3 {
54  font-family: Arial, Helvetica, sans-serif;
55  font-size: 16px;
56  color: #000000;
57}
58
59h4 {
60  font-family: Arial, Helvetica, sans-serif;
61  font-size: 14px;
62  color: #000000;
63}
64
65.url {
66  color: #996600;
67}
68
69.highlight {
70  font-weight: bold;
71}
72
73.ellipsis {
74  font-weight: bold;
75}
76
77</style>
Note: See TracBrowser for help on using the repository browser.