]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/doc/stylesheets/styles.css
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / yasnippet / doc / stylesheets / styles.css
1 @media all
2 {
3 body {
4 margin: 1em auto;
5 /*margin: 10px 18% 10px 18%;*/
6 font-family: Arial;
7 /*text-align: justify;*/
8 font-size: 14pt;
9 padding: 10px;
10 line-height: 1.2em;
11 max-width: 600pt;
12 }
13
14 div#table-of-contents {
15 position: fixed;
16 left: 0%;
17 right: 0%;
18 top: 0px;
19 z-index: 100;
20 background: black;
21 }
22
23 div#table-of-contents h2 {
24 display: none;
25 }
26
27 div#table-of-contents a {
28 text-decoration: none;
29 color: white;
30 }
31
32 div#table-of-contents a:visited {
33 color: white;
34 }
35
36 div#table-of-contents a:hover {
37 color: orange;
38 }
39
40 div.outline-2 h2{
41 padding-top: 50px;
42 }
43
44 div#text-table-of-contents {
45 text-color: white;
46 text-align: center;
47 margin-left: 30%;
48 margin-right: 30%;
49 }
50
51 div#text-table-of-contents ul {
52 height: 2em;
53 width: 500px;
54 list-style: none;
55 margin: auto;
56 }
57
58 div#text-table-of-contents ul li {
59 float: left;
60 margin-left:auto;
61 margin-right: auto;
62 padding-left: 10px;
63 }
64
65 div#postamble{
66 position: fixed;
67 width: 800px;
68 height: 250px;
69 left: 50%;
70 right: 50%;
71 margin:-75px 0 0 -400px;
72 bottom: -20px;
73 font-size: 10pt;
74 color: grey;
75 background: url('siscog-bottom-logo.png') no-repeat;
76 /* background-size: 100% 100%; */
77 }
78
79 div#postamble *{
80 display: none;
81 }
82
83 div#postamble p.date{
84 position: relative;
85 bottom: -200px;
86 text-align: center;
87 display: block;
88 }
89
90
91
92
93 }