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