New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
style.html2ps.css in vendors/fcm/current/doc/collaboration – NEMO

source: vendors/fcm/current/doc/collaboration/style.html2ps.css @ 1980

Last change on this file since 1980 was 1980, checked in by flavoni, 14 years ago

importing fcm vendor

File size: 2.0 KB
Line 
1/**********************************************************************
2 * CSS for html2ps for FCM documents.
3 *
4 **********************************************************************/
5
6/**********************************************************************
7 * FOREGROUND COLOUR
8 *
9 **********************************************************************/
10a:link
11{
12    color: blue;
13}
14
15
16/**********************************************************************
17 * FONT
18 *
19 **********************************************************************/
20body
21{
22    font-family: Helvetica;
23}
24
25code,
26kbd,
27samp,
28var
29{
30    font-family: monospace;
31}
32
33h1,
34h2,
35h3,
36h4,
37h5,
38dt
39{
40    font-weight: bold;
41}
42
43
44/**********************************************************************
45 * CLASSIFICATION
46 *
47 **********************************************************************/
48code,
49kbd,
50samp
51{
52    white-space: nowrap;
53}
54
55
56/**********************************************************************
57 * TEXT ALIGNMENT
58 *
59 **********************************************************************/
60address,
61h1
62{
63    text-align: center;
64}
65
66
67/**********************************************************************
68 * DISPLAY
69 *
70 **********************************************************************/
71
72/**********************************************************************
73 * BORDER-RADIUS
74 *
75 **********************************************************************/
76
77
78/**********************************************************************
79 * MARGIN
80 *
81 **********************************************************************/
82address
83{
84    margin: 1em;
85}
86
87img
88{
89    margin: 0.25em;
90}
91
92dl,
93dd
94{
95    margin-bottom: 0.5em;
96}
97
98dl
99{
100    margin-top: 0.5em;
101}
102
103@page
104{
105    margin: 2cm;
106}
107
108
109/**********************************************************************
110 * PADDING
111 *
112 **********************************************************************/
113h1,
114h2,
115h3,
116h4,
117h5
118{
119    padding: 0.4em;
120}
121
122dl,
123li,
124pre,
125.image
126{
127    padding: 0.2em;
128}
129
130code,
131kbd,
132samp,
133var
134{
135    padding-left: 0.2em;
136    padding-right: 0.2em;
137}
Note: See TracBrowser for help on using the repository browser.