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

Last change on this file since 8328 was 8328, checked in by kjdon, 20 years ago

added a new style item for faq tables

  • Property svn:keywords set to Author Date Id Revision
File size: 707 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}
41
42table.faq-table tr td, table.faq-table tr th {
43 font-size: 14px;
44 vertical-align: top;
45 text-align: left;
46}
Note: See TracBrowser for help on using the repository browser.