summaryrefslogtreecommitdiff
path: root/doc/opus_in_isobmff.css
diff options
context:
space:
mode:
authorclaude-bot <[email protected]>2026-07-13 12:40:01 +0000
committerclaude-bot <[email protected]>2026-07-13 12:40:01 +0000
commit7d5c8eb943f92a94b420568778d61e0bd6f7df43 (patch)
treec78215ea1d7b79b038c977b78a816af77057c6df /doc/opus_in_isobmff.css
downloadopus-7d5c8eb943f92a94b420568778d61e0bd6f7df43.tar.gz
opus-7d5c8eb943f92a94b420568778d61e0bd6f7df43.zip
Import xiph/opus @ 034c1b61a250457649d788bbf983b3f0fb63f02eHEADmaster
Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/xiph/opus (034c1b61a250457649d788bbf983b3f0fb63f02e).
Diffstat (limited to 'doc/opus_in_isobmff.css')
-rw-r--r--doc/opus_in_isobmff.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/opus_in_isobmff.css b/doc/opus_in_isobmff.css
new file mode 100644
index 0000000..bffe8f4
--- /dev/null
+++ b/doc/opus_in_isobmff.css
@@ -0,0 +1,60 @@
+/* Normal links */
+.normal_link a:link
+{
+ color : yellow;
+}
+.normal_link a:visited
+{
+ color : green;
+}
+
+/* Boxes */
+.pre
+{
+ white-space: pre; /* CSS 2.0 */
+ white-space: pre-wrap; /* CSS 2.1 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: -moz-pre-wrap; /* Mozilla */
+ white-space: -hp-pre-wrap; /* HP Printers */
+ word-wrap : break-word; /* IE 5+ */
+}
+
+.title_box
+{
+ width : 470px;
+ height : 70px;
+ margin : 2px 50px 2px 2px;
+ padding : 10px;
+ border : 1px solid black;
+ background-color : #666666;
+ white-space : pre;
+ float : left;
+ text-align : center;
+ color : #C0C0C0;
+ font-size : 50pt;
+ font-style : italic;
+}
+
+.subindex_box
+{
+ margin : 5px;
+ padding : 14px 22px;
+ border : 1px solid black;
+ background-color : #778877;
+ float : left;
+ text-align : center;
+ color : #115555;
+ font-size : 32pt;
+}
+
+.frame_box
+{
+ margin : 10px;
+ padding : 10px;
+ border : 0px;
+ background-color : #084040;
+ text-align : left;
+ color : #C0C0C0;
+ font-family : monospace;
+}