]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/boostdep/examples/report.css
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / boostdep / examples / report.css
1 /* Copyright 2017 Peter Dimov
2 Distributed under the Boost Software License, Version 1.0. */
3
4 A { color: #06C; text-decoration: none; }
5 A:hover { text-decoration: underline; }
6
7 body { max-width: 60em; margin-left: auto; margin-right: auto; color: #4A6484; font-family: sans-serif; }
8
9 .logo { font-family: sans-serif; font-style: italic; }
10 .logo .upper { font-size: 48pt; font-weight: 800; }
11 .logo .lower { font-size: 17pt; }
12 .logo .description { font-size: small; margin-top: 2em; }
13
14 .primary-list { font-size: small; }
15 .secondary-list { font-size: small; }
16
17 #module-overview .primary-list { margin-left: 1em; }
18
19 #module-levels h3 { margin-left: 1em; }
20 #module-levels .primary-list { margin-left: 2em; }
21
22 #module-weights h3 { margin-left: 1em; }
23 #module-weights .primary-list { margin-left: 2em; }
24 #module-weights .secondary-list { margin-left: 2em; padding-left: 1em; border-left: 1px dotted; }