diff options
Diffstat (limited to 'lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css')
| -rwxr-xr-x | lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css b/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css new file mode 100755 index 00000000..f5c10c86 --- /dev/null +++ b/lib/libsamplerate/libsamplerate-0.2.2/docs/SRC.css @@ -0,0 +1,56 @@ +a:link { + color: #FB1465; +} + +a:active, a:visited { + color: #FB1465; +} + +body { + background: black; + color: white; + font-family: arial, helvetica, sans-serif; +} + +h1, h2, h3, h4, h5, h6 { + color: #FB1465; +} + +code, kbd, samp, var { + font-family: courier, monospace; + font-size: 1em; +} + +main { + padding-left: 3%; + padding-right: 3%; +} + +pre { + font-family: courier, monospace; + font-size: 1em; +} + +.image-logo { + display: block; + margin-left: auto; + margin-right: auto; + margin-bottom: 1em; +} + +.indent_block { + margin-left: 10%; + margin-right: 10%; +} + +.nf { + font-weight: bold; +} + +.container { + display: flex; +} + +.content { + flex: 1; +} |
