source: trunk/documents/UserDoc/DocBookUsersGuides/FAQ/xml/XSLCustomizationLayer/G4HTMLStylesheet.css@ 1345

Last change on this file since 1345 was 904, checked in by garnier, 17 years ago

ajout de la doc

File size: 1.1 KB
Line 
1div.navheader th {
2 font-size: 80%;
3 color: #238E23
4}
5
6
7h1.title {
8 text-align: center;
9 font-size: 180%;
10 color: #238E23
11}
12
13h2.title {
14 text-align: center;
15 font-size: 150%;
16 color: #238E23
17}
18
19h2.subtitle {
20 text-align: center;
21 font-size: 120%;
22 color: #238E23
23}
24
25h3.author {
26 text-align: center;
27 font-size: 100%;
28 color: #238E23
29}
30
31p.releaseinfo {
32 text-align: center;
33 font-size: 80%;
34 color: #238E23
35}
36
37p.pubdate {
38 text-align: center;
39 font-size: 80%;
40 color: #238E23
41}
42
43
44div.example {
45 background-color: #DDDDDD ;
46 border: 1px solid #FFFFFF ;
47}
48
49div.informalexample {
50 background-color: #DDDDDD ;
51 border: 1px solid #FFFFFF ;
52}
53
54div.itemizedlist li {
55 margin-top: 0.5em;
56}
57
58div.orderedlist li {
59 margin-top: 0.5em;
60}
61
62span.color_black {
63 color:black;
64}
65
66span.color_blue {
67 color: blue;
68}
69
70span.color_cyan {
71 color: cyan;
72}
73
74span.color_green {
75 color: green;
76}
77
78span.color_gray {
79 color: gray;
80}
81
82span.color_magenta {
83 color: magenta;
84}
85
86span.color_red {
87 color: red;
88}
89
90span.color_white {
91 color: white;
92}
93
94span.color_yellow {
95 color: yellow;
96}
97
Note: See TracBrowser for help on using the repository browser.