source: rtems-source-builder/source-builder/sb/asciidoc/stylesheets/toc2.css @ dac9502

4.104.114.95
Last change on this file since dac9502 was dac9502, checked in by Chris Johns <chrisj@…>, on 03/03/13 at 04:18:07

Import more of asciidoc.

  • Property mode set to 100644
File size: 537 bytes
Line 
1@media screen {
2  body {
3    max-width: 50em; /* approximately 80 characters wide */
4    margin-left: 16em;
5  }
6
7  #toc {
8    position: fixed;
9    top: 0;
10    left: 0;
11    bottom: 0;
12    width: 13em;
13    padding: 0.5em;
14    padding-bottom: 1.5em;
15    margin: 0;
16    overflow: auto;
17    border-right: 3px solid #f8f8f8;
18    background-color: white;
19  }
20
21  #toc .toclevel1 {
22    margin-top: 0.5em;
23  }
24
25  #toc .toclevel2 {
26    margin-top: 0.25em;
27    display: list-item;
28    color: #aaaaaa;
29  }
30
31  #toctitle {
32    margin-top: 0.5em;
33  }
34}
Note: See TracBrowser for help on using the repository browser.