Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
8fd7c3fc
Commit
8fd7c3fc
authored
10 years ago
by
Ralph Giles
Browse files
Options
Downloads
Patches
Plain Diff
Add stylesheet for opus_in_isobmff draft.
Based on
http://vfrmaniac.fushizen.eu/style.css
parent
ecd91051
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/opus_in_isobmff.css
+60
-0
60 additions, 0 deletions
doc/opus_in_isobmff.css
doc/opus_in_isobmff.html
+1
-1
1 addition, 1 deletion
doc/opus_in_isobmff.html
with
61 additions
and
1 deletion
doc/opus_in_isobmff.css
0 → 100644
+
60
−
0
View file @
8fd7c3fc
/* 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
;
}
This diff is collapsed.
Click to expand it.
doc/opus_in_isobmff.html
+
1
−
1
View file @
8fd7c3fc
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
../style
.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
opus_in_isobmff
.css"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Encapsulation of Opus in ISO Base Media File Format
</title>
</head>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment