source: PATCHED/FCM_V1.2/doc/etc/style.css @ 1

Last change on this file since 1 was 1, checked in by fcm, 15 years ago

creation de larborescence

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