summaryrefslogtreecommitdiff
path: root/libfrontend-elements/documentation/default.css
blob: 7242a945e8234b8dc8de46edb3f08df47e69f8a7 (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
body {
  font-family      : sans-serif;
  font-weight      : normal;

  color            : black;
  background       : white;

  max-width        : 42em;
  padding          : 2em 2em 2em 3em;
  margin           : 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family      : sans-serif;
  font-weight      : 500;
}

h1 { font-size     : 170%; }
h2 { font-size     : 145%; }
h3 { font-size     : 125%; }
h4 { font-size     : 110%; }
h5 { font-size     : 106%; }
h6 { font-size     : 100%; }


p.indent {
  margin-left      : 1.5em;
}


/* table of content */
ul.toc li {
    padding        : .4em 0em 0em 0em;
}



/* list of links */
ul.menu {
  list-style-type  : none;
}

ul.menu li {
  padding-top      : 0.3em;
  padding-bottom   : 0.3em;
}



/* @@ I should probably use child selector here */
/* list with multiline list-elements */
ul.multiline li {
  padding-top      : 0.4em;
  padding-bottom   : 0.4em;
}

ol.multiline li {
  padding-top      : 0.4em;
  padding-bottom   : 0.4em;
}

dl.multiline dd {
  padding-top      : 0.4em;
  padding-bottom   : 0.4em;
}

/* code */

code {
  font-size     : 114%;
  font-family   : monospace;
}


/* C++ code snippet */
pre.cxx {

  margin-top       : 0em;
  margin-bottom    : 2em;

  margin-left      : 1em;
}



/* make code snippet */
pre.make {

  margin-top       : 0em;
  margin-bottom    : 2em;

  margin-left      : 1em;
}



/* terminal output */
pre.term {

  margin-top       : 0em;
  margin-bottom    : 2em;

  margin-left      : 1em;
}


/* Images */
div.center {
  text-align: center;
}

/* Navigation. */
#navigation {
  margin-top: 1em;
  border-bottom: 1px dashed #000000;
}

#content {
  margin-top: 2.5em;
}


/* Document info. */
#docinfo {
  margin-top: 4em;
  border-top: 1px dashed #000000;
  font-size: 70%;
}

/* distribution terms */
div.terms {
  font-size     : 114%;
  font-family      : monospace;
}



/* Footnote */

#footnote {
  margin-top: 2em;
}

#footnote hr {
  margin-left: 0;
  margin-bottom: 1.5em;
  width: 8em;
  border-top: 1px solid #000000;
  border-right: none;
  border-bottom: none;
  border-left: none;

}

#footnote p {
  font-size: .91em;
  text-indent: -0.8em;
  padding-left: 0.8em;
}