source: trunk/greenorg/images/style.css@ 5505

Last change on this file since 5505 was 5505, checked in by sjboddie, 21 years ago

* empty log message *

  • Property svn:keywords set to Author Date Id Revision
File size: 588 bytes
Line 
1A:link {color: darkgreen}
2A:active {color: darkgreen}
3A:visited {color: darkgreen}
4
5.default {
6 font-family: Arial,Helvetica,sans-serif;
7 font-size: 14px;
8 padding: 0 0 0 0;
9 margin: 0 0 0 0;
10}
11
12.title {
13 font-weight: bold;
14 font-size: 18px;
15}
16
17.subheading {
18 font-weight: bold;
19 font-size: 16px;
20}
21
22.faq-title {
23 font-weight: bold;
24}
25
26.ex_t:link {
27 font-weight: bold;
28 font-size: 14px;
29 color: #96c19b;
30}
31
32.ex_t:visited {
33 font-weight: bold;
34 font-size: 14px;
35 color: #96c19b;
36}
37
38.ex_d {
39 font-size: 12px;
40}
Note: See TracBrowser for help on using the repository browser.