source: codes/icosagcm/trunk/tools/FCM/doc/user_guide/style.css @ 10

Last change on this file since 10 was 10, checked in by ymipsl, 12 years ago

dynamico tree creation

YM

File size: 1.7 KB
Line 
1/* New stylesheet for FCM - created by Jim Bolton, 18 April 2005
2   Needs to be reviewed. */
3
4@media screen {
5  body {
6    background-color: #ffffcc;
7    color: black;
8    font-family: Arial, Helvetica, sans-serif;
9    font-size: 12pt;
10  }
11}
12@media print {
13  body {
14    color: black;
15    font-family: Arial, Helvetica, sans-serif;
16    font-size: 12pt;
17  }
18}
19h1 {
20  background-color: #ccccff;
21  color: navy;
22  font-size: 200%;
23  font-weight: bold;
24  text-align: center;
25  padding: 20px;
26}
27h2 {
28  background-color: #ccccff;
29  color: navy;
30  font-size: 175%;
31  font-weight: bold;
32  padding: 15px;
33}
34h3 {
35  background-color: #ccccff;
36  color: #40668c;
37  font-size: 150%;
38  font-weight: bold;
39  padding: 10px;
40}
41h4 {
42  color: #40668c;
43  font-size: medium;
44  font-weight: bold;
45}
46h5 {
47  background-color: #ccccff;
48  color: #40668c;
49  font-size: medium;
50  font-weight: bold;
51}
52table {
53  margin-top: 5px;
54  margin-bottom: 10px;
55}
56
57th {
58  background-color: #ccccff;
59}
60
61td {
62  background-color: transparent;
63}
64
65li {
66  padding: 5px;
67}
68
69img {
70  margin: 5px;
71}
72
73:link {
74  color: blue;
75  text-decoration: underline;
76}
77
78:visited {
79  color: purple;
80  text-decoration: none;
81}
82
83:active, :hover {
84  color: blue;
85  text-decoration: underline;
86}
87
88address {
89  text-align: right;
90  font-size: small;
91  font-style: normal;
92}
93
94code {
95  font-family: "Courier New", Courier, monospace;
96}
97
98pre {
99  background-color: #ffffcc;
100  font-family: "Courier New", Courier, monospace;
101  padding: 10px;
102}
103
104.yell {
105  background-color: #ffffcc;
106  padding: 5px;
107}
108
109.yell td {
110  background-color: transparent;
111}
112
113.image {
114  text-align: center;
115  font-weight: bold;
116}
117
118.gray {
119  color: gray;
120}
121
122.mono {
123  font-family: "Courier New", Courier, monospace;
124}
125
126.pad th, .pad td {
127  padding: 5px;
128}
Note: See TracBrowser for help on using the repository browser.