summaryrefslogtreecommitdiff
path: root/lib/opus/doc/opus_in_isobmff.css
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-08-01 10:14:23 +1000
committerjacqueline <me@jacqueline.id.au>2023-08-01 10:14:23 +1000
commit23393312b7183fa61d4a6ba9e97af21f2337a8af (patch)
tree16e8c632a30fffb470156cd33519aa0607e72d8a /lib/opus/doc/opus_in_isobmff.css
parentd41de537a0e31e1c5ad18b5024c781f6e4a07bbb (diff)
downloadtangara-fw-23393312b7183fa61d4a6ba9e97af21f2337a8af.tar.gz
checkin in opus reference decoder
Diffstat (limited to 'lib/opus/doc/opus_in_isobmff.css')
-rw-r--r--lib/opus/doc/opus_in_isobmff.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/lib/opus/doc/opus_in_isobmff.css b/lib/opus/doc/opus_in_isobmff.css
new file mode 100644
index 00000000..bffe8f45
--- /dev/null
+++ b/lib/opus/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;
+}