X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=LbmBenchmarkKernelsPublic.git;a=blobdiff_plain;f=doc%2Fmain.css;fp=doc%2Fmain.css;h=27d3f266a4759c4018f898082c2fd36384d16988;hp=0000000000000000000000000000000000000000;hb=e3f82424829ebb623343ce0092238f83b4a1b8c2;hpb=ecf590ae9bb13ba2b2f01c3bf7a53056a8b1467b diff --git a/doc/main.css b/doc/main.css new file mode 100644 index 0000000..27d3f26 --- /dev/null +++ b/doc/main.css @@ -0,0 +1,46 @@ + +h1, h2, h3, h4, h5, h6 { + font-family: sans-serif; + font-size: 100%; + background-color: #dcdcdc; +} + +h1.title { + background-color: gray; + color: white +} + +table.footnote { + padding-left: 0.5ex; +} + +table.citation { + padding-left: 0.5ex +} + +td.label { + width: 10%; +} + +table, table.docutils, td, th { + border: 0; +} + +table.citation, table.footnote { + width: 100%; +} + +th { + background-color: lavender ; +} + +tr:nth-child(even) { + xxbackground-color: aliceblue; + background-color: white; +} +tr:nth-child(odd) { + xxbackground-color: lavender; + background-color: whitesmoke; +} + +