summaryrefslogtreecommitdiff
path: root/doc/html/boostbook.css
blob: 5a32873a98991012faca75990d59e5afcdf2d8cd (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
th
{
   font-weight: bold;
   text-align:  center;
}

a img{ border: 0.1em solid black; }

.title, .refnamediv h2, .standalone-title
{
   font-weight:   bold;
   font-size:     2pc;
   font-family:   Times New Roman;
   margin-bottom: 1pc;
}

.toc
{
   margin-left:   15%;
   margin-right:  15%;
   margin-top:    1pc;
   margin-bottom: 0pc;
   padding:       0.5pc;
}

.boost-toc
{
   float:   right;
   padding: 0.5pc;
}

.spirit-nav
{
   text-align: right;
}

.spirit-nav a
{
   padding-left: 0.5em;
}

div pre.programlisting, .refsynopsisdiv
{
   margin-left:  3pc;
   margin-right: 3pc;
}

.computeroutput, .command
{
   font-family: Lucida Console;
   font-size:   80%;
}

.title, .refnamediv h2
{
   text-align: center;
}

.section .section .title, .chapter .section .title, .table .title
{
   text-align: left;
}

.informaltable table
{
   width: 100%;
}

i.firstterm
{
   font-style: normal;
   font-weight: bold;
}

@media screen
{
   a{ color: blue; }

   th, .title, .refnamediv h2
   {
      background-color: lightskyblue;
   }

   span.title 
   {
     background-color: white;
     font-size: 100%;
     font-weight: normal;
   }

   .section .section .title, .chapter .section .title, .table .title
   {
      background-color: white;
   }

   .table table, div.informaltable table, .section-title
   {
      background-color: #EEE;
   }

   .table table tr td, div.informaltable table tr td
   {
      background-color: #CCC;
   }

   .programlisting, .table-programlisting
   {
      background-color: #EED;
      border:           0.2em ridge #EED;
      padding:          1pc;
   }

   .refsynopsisdiv
   {
      background-color: lightskyblue;
      border:           0.2em ridge cyan;
      padding:          1pc;
      font-family:      Courier, Lucida Console;
   }

   .boost-head
   {
      background-color: #007F7F;
      border:           0.1em outset #007F7F;
   }

   .toc, .boost-toc
   {
      background-color: #DDD;
      border:           0.2em ridge lightcoral;
   }

   table.boost-head tr td
   {
      border: 0.1em inset #007F7F;
   }

   .boost-headelem
   {
      color:       white;
      font-family: Arial;
      font-weight: bold;
   }
}

@media print
{
   body{ text-align: justify; }
   a{ color: black; }
   table{ border: 0pc; }

   .boost-head, table.boost-head tr td
   {
      border: 0em;
   }

   .toc{ border: 0.2em solid black; }

   .table tr td, .table tr th
   {
      border: 0.1em solid black;
   }
}