]> git.stg.codes - stg.git/blob - doc/xslt/slides/browser/slides-frames.css
Set output encoding to utf-8.
[stg.git] / doc / xslt / slides / browser / slides-frames.css
1 @import url('slides.css');
2
3 .toc-body             { margin-left: 2px;
4                         margin-right: 2px;
5                       }
6
7 .foil-body            { margin-left: 2px;
8                         margin-right: 2px;
9                       }
10
11 h1.title              { margin-top: 0px;
12                         padding-top: 0px;
13                       }
14
15 .navhead              { visibility: visible;
16                       }
17
18 .navfoot              { visibility: visible;
19                       }
20
21 /* ====================================================================== */
22
23 .navfoot              { border-top: 1px solid black;
24                         margin-top: 10px;
25                         padding-top: 4px;
26                       }
27 /* ====================================================================== */
28
29 .toc                  { font-weight: bold;
30                         font-size: 10pt;
31                       }
32
33 .toc a                { text-decoration: none; }
34 .toc a:link           { color: blue; }
35 .toc a:visited        { color: blue; }
36
37 .toc .toc-foilgroup a         { color: red; }
38 .toc .toc-foilgroup a:link    { color: red; }
39 .toc .toc-foilgroup a:visited { color: red; }
40
41 .toc .toc-titlefoil a         { color: black; }
42 .toc .toc-titlefoil a:link    { color: black; }
43 .toc .toc-titlefoil a:visited { color: black; }
44
45 .toc .toc-foil a         { color: blue; }
46 .toc .toc-foil a:link    { color: blue; }
47 .toc .toc-foil a:visited { color: blue; }
48
49 .toc-slidesinfo       { font-family: sans-serif;
50                         font-weight: bold;
51                         text-align: center;
52                       }
53
54 .toc-titlefoil        { font-family: sans-serif;
55                         font-weight: bold;
56                         text-align: center;
57                       }
58
59 .toc-foilgroup        { font-family: sans-serif;
60                         margin-left: 0.25in;
61                         text-indent: -0.25in;
62                         font-weight: bold;
63                         color: red;
64                       }
65
66 .toc-foil             { font-family: sans-serif;
67                         font-size: 10pt;
68                         margin-left: 0.25in;
69                         text-indent: -0.4in;
70                         font-weight: bold;
71                         color: blue;
72                       }
73