File: slides-table.css

package info (click to toggle)
docbook-slides 3.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,624 kB
  • ctags: 598
  • sloc: xml: 1,404; sh: 656; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@import url('slides.css');

.toc-body             { margin-left: 2px;
                        margin-right: 2px;
                      }

.foil-body            { margin-left: 2px;
                        margin-right: 2px;
                      }

.foilgroup-body       { margin-left: 2px;
                        margin-right: 2px;
                      }

h1.title              { 
                        margin-top: 0px;
                        padding-top: 0px;
                      }

/* ToC Stuff */

.ttoc                 {
                        font-size: 10pt;
			color: white;
                      }

.ttoc a               { text-decoration: none; }
.ttoc a:link          { color: white }
.ttoc a:visited       { color: white }

.ttoc-title           {
                        font-size: 10pt;
                      }

.ttoc-foilset         {
                        font-size: 10pt;
                      }

.ttoc-foil            {
                        font-size: 10pt;
                      }