]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/doc/html/math.css
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / math / doc / html / math.css
1 @import url('../../../../doc/src/boostbook.css');
2
3 /*=============================================================================
4 Copyright (c) 2004 Joel de Guzman
5 Copyright (c) 2014 John Maddock
6 http://spirit.sourceforge.net/
7
8 Copyright 2013 Niall Douglas additions for colors and alignment.
9 Copyright 2013 Paul A. Bristow additions for more colors and alignments.
10
11 Distributed under the Boost Software License, Version 1.0. (See accompany-
12 ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
13 =============================================================================*/
14
15 /*=============================================================================
16 Program listings
17 =============================================================================*/
18
19 /* Code on paragraphs */
20 p tt.computeroutput
21 {
22 font-size: 10pt;
23 }
24
25 pre.synopsis
26 {
27 font-size: 10pt;
28 margin: 1pc 4% 0pc 4%;
29 padding: 0.5pc 0.5pc 0.5pc 0.5pc;
30 }
31
32 .programlisting,
33 .screen
34 {
35 font-size: 10pt;
36 display: block;
37 margin: 1pc 4% 0pc 4%;
38 padding: 0.5pc 0.5pc 0.5pc 0.5pc;
39
40 }
41 @media screen
42 {
43 /* Syntax Highlighting */
44 .comment { color: green; }
45 /* .comment { color: #008000; } */
46 }
47 /* Program listings in tables don't get borders */
48 td .programlisting,
49 td .screen
50 {
51 margin: 0pc 0pc 0pc 0pc;
52 padding: 0pc 0pc 0pc 0pc;
53 }
54
55 /*=============================================================================
56 Table of contents
57 =============================================================================*/
58
59 div.toc
60 {
61 margin: 1pc 4% 0pc 4%;
62 padding: 0.1pc 1pc 0.1pc 1pc;
63 font-size: 100%;
64 line-height: 1.15;
65 }
66
67 .boost-toc
68 {
69 float: right;
70 padding: 0.5pc;
71 }
72
73 /* Code on toc */
74 .toc .computeroutput { font-size: 120% }
75
76 /* No margin on nested menus */
77
78 .toc dl dl { margin: 0; }
79
80