source: other-projects/trunk/greenorg/images/style.css@ 18273

Last change on this file since 18273 was 9922, checked in by nzdl, 19 years ago

Minor adjustment to colours used to display hyperlinks.

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