add citation information
[LbmBenchmarkKernelsPublic.git] / doc / main.css
1
2 h1, h2, h3, h4, h5, h6 {
3   font-family: sans-serif;
4   font-size: 100%;
5   background-color: #dcdcdc;
6 }
7
8 h1.title {
9   background-color: gray;
10   color: white
11 }
12
13 table.footnote {
14   padding-left: 0.5ex;
15 }
16
17 table.citation {
18   padding-left: 0.5ex
19 }
20
21 td.label {
22   width: 10%;
23 }
24
25 table, table.docutils, td, th {
26   border: 0;
27 }
28
29 table.citation, table.footnote {
30   width: 100%;
31 }
32
33 th {
34     background-color: lavender ;
35 }
36
37 tr:nth-child(even) {
38     xxbackground-color: aliceblue;
39     background-color: white; 
40 }
41 tr:nth-child(odd) {
42     xxbackground-color: lavender;
43     background-color: whitesmoke;
44 }
45
46
This page took 0.037336 seconds and 4 git commands to generate.