X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=d1f203141ad90ef5d434a4b20d387021a02a9249;hb=0282ab8308ebd5afff2bf1542b6bb167dee0a434;hp=630185bba3fbe8518bf7e1f760346c6ed4981bf4;hpb=1375773602b4eb337d77682dd129d9f58a04a7df;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 630185b..d1f2031 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -186,7 +186,15 @@ #content figcaption { display: table-caption; - caption-side: bottom ; + caption-side: bottom; + font-style: italic; +} + +#content figcaption.center { + display: table-caption; + text-align: center; + caption-side: bottom; + font-style: italic; } #content figcaption.titleover { @@ -195,14 +203,19 @@ #content figure.right { margin: 0 0 1em 1em; - float:right; - clear:right; + float: right; + clear: right; } #content figure.left { margin: 0 1em 1em 0; - float:left; - clear:left; + float: left; + clear: left; +} + +#content figure.center { + margin: 1em auto 1em auto; + clear: both; } .multicol2 { @@ -480,6 +493,12 @@ samp:after { clear:left; } +#content img.center { + display: block; + margin:1em auto 1em auto; + clear: both; +} + #content p.center { text-align:center; } @@ -522,7 +541,7 @@ samp:after { } - +/* Keyboard modifiers */ .mod1:before { content: "Ctrl "; @@ -552,6 +571,36 @@ samp:after { content: "Keypad "; } +/* Variants *without* space after them (yes, these are needed!) */ + +.mod1n:before { + content: "Ctrl"; +} +.mod2n:before { + content: "Alt"; +} +.mod3n:before { + content: "Shift"; +} +.mod4n:before { + content: "Win"; +} +.mod12n:before { + content: "Ctrl Alt"; +} +.mod13n:before { + content: "Ctrl Shift"; +} +.mod14n:before { + content: "Ctrl Win"; +} +.mod23n:before { + content: "Alt Shift"; +} + + +/* Automagic translation for Mac based display */ + .mac .mod1:before { content: "Cmd "; } @@ -577,6 +626,34 @@ samp:after { content: "Ctrl Shift "; } +/* No space variants (Mac based) */ + +.mac .mod1n:before { + content: "Cmd"; +} +.mac .mod2n:before { + content: "Ctrl"; +} +.mac .mod3n:before { + content: "Shift"; +} +.mac .mod4n:before { + content: "Opt"; +} +.mac .mod12n:before { + content: "Cmd Ctrl"; +} +.mac .mod13n:before { + content: "Cmd Shift"; +} +.mac .mod14n:before { + content: "Cmd Opt"; +} +.mac .mod23n:before { + content: "Ctrl Shift"; +} + + #gs_tti0 { padding-top: 2px; @@ -598,5 +675,16 @@ samp:after { } #chapter { padding-top: 1em; padding-left: 1em; } - #subchapter { padding-left: 4em; } +#section { padding-left: 6em; } +#subsection { padding-left: 8em; } + +#content table.alternate{ border-collapse:collapse; } +.alternate td{ padding:7px; border:#4e95f4 1px solid; } +.alternate tr{ background: #b8d1f3; } +.alternate tr:nth-child(odd){ background: #b8d1f3; } +.alternate tr:nth-child(even){ background: #dae5f4; } + +.container { position:relative; border: none;} +.hoverimg { position: absolute; border: none; } +.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }