]> Shamusworld >> Repos - ardour-manual/blob - source/css/luadoc.css
09eca60dec10fca97a9eb3000876eed6414f471e
[ardour-manual] / source / css / luadoc.css
1 div.luafooter              { text-align:center; font-size:80%; color: #888; margin: 2em 0; }
2 #luaref h2                 { margin:2em 0 0 0; padding:0em; border-bottom: 1px solid black; }
3 #luaref h3.cls             { margin:2em 0 0 0; padding: 0 0 0 1em; border: 1px dashed #6666ee; }
4 #luaref h3.cls abbr        { text-decoration:none; cursor:default; }
5 #luaref h4.cls             { margin:1em 0 0 0; }
6 #luaref h3.class           { background-color: #aaee66; }
7 #luaref h3.enum            { background-color: #aaaaaa; }
8 #luaref h3.pointerclass    { background-color: #eeaa66; }
9 #luaref h3.array           { background-color: #66aaee; }
10 #luaref h3.opaque          { background-color: #6666aa; }
11 #luaref p                  { text-align: justify; }
12 #luaref p.cdecl            { text-align: right; float:right; font-size:90%; margin:0; padding: 0 0 0 1em; }
13 #luaref ul.classindex      { columns: 2; -webkit-columns: 2; -moz-columns: 2; }
14 #luaref div.clear          { clear:both; }
15 #luaref p.classinfo        { margin: .25em 0; }
16 #luaref div.code           { width:80%; margin:.5em auto; }
17 #luaref div.code div       { width:45%; }
18 #luaref div.code pre       { line-height: 1.2em; margin: .25em 0; }
19 #luaref div.code samp      { color: green; font-weight: bold; background-color: #eee; }
20 #luaref div.classdox       { padding: .1em 1em; }
21 #luaref div.classdox p     { margin: .5em 0 .5em .6em; }
22 #luaref div.classdox p     { margin: .5em 0 .5em .6em; }
23 #luaref div.classdox       { padding: .1em 1em; }
24 #luaref div.classdox p     { margin: .5em 0 .5em .6em; }
25 #luaref table.classmembers { width: 100%; }
26 #luaref table.classmembers th      { text-align:left; border-bottom:1px solid black; padding-top:1em; }
27 #luaref table.classmembers td.def  { text-align:right; padding-right:.5em;  white-space: nowrap; }
28 #luaref table.classmembers td.decl { text-align:left; padding-left:.5em; white-space: nowrap; }
29 #luaref table.classmembers td.doc  { text-align:left; padding-left:.6em; line-height: 1.2em; font-size:80%; }
30 #luaref table.classmembers td.doc div.dox {background-color:#eee; padding: .1em 1em; }
31 #luaref table.classmembers td.doc p { margin: .5em 0; }
32 #luaref table.classmembers td.doc p.para-brief { font-size:120%; }
33 #luaref table.classmembers td.doc p.para-returns { font-size:120%; }
34 #luaref table.classmembers td.doc dl { font-size:120%; line-height: 1.3em; }
35 #luaref table.classmembers td.doc dt { font-style: italic; }
36 #luaref table.classmembers td.fill { width: 99%; }
37 #luaref table.classmembers span.em { font-style: italic; }
38 #luaref span.functionname abbr     { text-decoration:none; cursor:default; }