Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1019)

Unified Diff: third_party/opus/src/doc/opus_in_isobmff.css

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)
Patch Set: Pre-increment instead of post-increment Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/opus/src/doc/opus_in_isobmff.css
diff --git a/third_party/opus/src/doc/opus_in_isobmff.css b/third_party/opus/src/doc/opus_in_isobmff.css
new file mode 100644
index 0000000000000000000000000000000000000000..bffe8f45ae9959bbd9c84f96ec832a9a0ae5e0dc
--- /dev/null
+++ b/third_party/opus/src/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;
+}
« no previous file with comments | « third_party/opus/src/doc/draft-ietf-payload-rtp-opus.xml ('k') | third_party/opus/src/doc/opus_in_isobmff.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698