source: LMDZ5/branches/Cold_pool_death/tools/fcm/doc/etc/style.html2ps.css @ 4999

Last change on this file since 4999 was 1665, checked in by Laurent Fairhead, 12 years ago

Version testing basée sur la r1628

http://lmdz.lmd.jussieu.fr/utilisateurs/distribution-du-modele/versions-intermediaires


Testing release based on r1628

File size: 300 bytes
Line 
1/* Configuration file for html2ps on the FCM user guide */
2
3h1 {
4  color: navy;
5  text-align: center;
6}
7
8h2 {
9  color: navy;
10}
11
12h3 {
13  color: #40668c;
14}
15
16h4 {
17  font-size: 12pt;
18}
19
20a:link {
21  color: blue;
22}
23
24@page {
25  margin-left: 2cm;
26  margin-right: 2cm;
27  margin-top: 2cm;
28  margin-bottom: 2cm;
29}
Note: See TracBrowser for help on using the repository browser.