Skip to content

Commit 9a69269

Browse files
save file
1 parent 2a48976 commit 9a69269

File tree

1 file changed

+18
-44
lines changed

1 file changed

+18
-44
lines changed

blog/25-11-15/ffmpeg-in-the-browser/ffmpeg-in-the-browser.html

Lines changed: 18 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@
145145
<link rel=stylesheet href='/blog/css/blog.css'>
146146

147147
<style>
148+
149+
148150

149151
html
150152
{height:100%;font-family:arial}
@@ -167,50 +169,17 @@
167169
{margin:10px 0}
168170

169171

170-
.blog-text {
171-
margin: 1.5rem auto;
172-
padding: 1.25rem 1.75rem;
173-
background-color: #fcfcfc; /* slightly lighter than #f9f9f9 */
174-
font-family: system-ui, sans-serif;
175-
font-size: 1rem;
176-
line-height: 1.7;
177-
color: #333;
178-
text-align: justify;
179-
border-radius: 4px; /* softens the box */
180-
}
181-
182-
.blog-text p {
183-
margin: 0 0 1rem 0;
184-
}
185-
186-
.blog-text h2,
187-
.blog-text h3 {
188-
margin-top: 1.5rem;
189-
margin-bottom: 0.75rem;
190-
font-weight: 600;
191-
color: #222;
192-
}
172+
.blog-text
173+
{margin:1.5rem auto;padding:1.25rem 1.75rem;background-color:#fcfcfc;/*#f9f9f9*/font-family:system-ui, sans-serif;font-size:1rem;line-height:1.7;
174+
color:#333;text-align:justify;border-radius:4px}
175+
.blog-text h2,.blog-text h3
176+
{margin-top:1.5rem;margin-bottom:0.75rem;font-weight:600;color:#222;}
177+
.blog-text p
178+
{margin:0 0 1rem 0;}
193179

194180

195181

196-
.blog-text code {
197-
background-color: #f0f0f0;
198-
padding: 0.2em 0.4em;
199-
border-radius: 3px;
200-
font-family: ui-monospace, monospace;
201-
font-size: 0.95em;
202-
}
203182

204-
.blog-text pre {
205-
background-color: #f5f5f5;
206-
padding: 1rem;
207-
border-radius: 5px;
208-
overflow-x: auto;
209-
font-family: ui-monospace, monospace;
210-
font-size: 0.95em;
211-
line-height: 1.5;
212-
margin: 1.25rem 0;
213-
}
214183

215184

216185

@@ -220,6 +189,8 @@
220189
code.inline
221190
{display:inline;padding:5px 10px}
222191

192+
193+
223194
a
224195
{color:#4a90e2;text-decoration:none;font-weight:500}
225196
a:hover
@@ -237,6 +208,9 @@
237208
{font-size:16px;padding:5px 7px;box-sizing:border-box;}
238209
input[type=button]
239210
{cursor:pointer}
211+
212+
213+
240214

241215
</style>
242216

@@ -349,7 +323,7 @@ <h3>
349323

350324
<div class=hr></div>
351325

352-
<section>
326+
<section class=blog-text>
353327
<h3>
354328
ffmpeg.wasm
355329
</h3>
@@ -406,7 +380,7 @@ <h3>
406380
<hr>
407381

408382

409-
<section>
383+
<section class=blog-text>
410384
<h3>
411385
Kagami / ffmpeg.js
412386
</h3>
@@ -423,7 +397,7 @@ <h3>
423397

424398
<hr>
425399

426-
<section>
400+
<section class=blog-text>
427401
<h3>
428402
ffprobe in the browser
429403
</h3>
@@ -441,7 +415,7 @@ <h3>
441415

442416
<hr>
443417

444-
<section>
418+
<section class=blog-text>
445419
<h3>
446420
media mimetypes
447421
</h3>

0 commit comments

Comments
 (0)