mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
doc/default.css: use ffmpeg.org website CSS
The attribute container of the top-level div is changed from "class" to "id" to match the website CSS. Improve consistency between website docs and local documentation style.
This commit is contained in:
parent
042c2a1af8
commit
e64a7f2c78
227
doc/default.css
227
doc/default.css
@ -1,114 +1,149 @@
|
|||||||
.container {
|
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
width: 1070px;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px;
|
|
||||||
color: #666666;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
a {
|
a {
|
||||||
color: #0088cc;
|
color: #2D6198;
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #005580;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4 {
|
|
||||||
margin: 10px 0;
|
|
||||||
font-family: inherit;
|
|
||||||
font-weight: bold;
|
|
||||||
line-height: 1;
|
|
||||||
border-color: #D6E9C6;
|
|
||||||
color: #468847;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 0 0 1px;
|
|
||||||
padding-left: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a,
|
a:visited {
|
||||||
h2 a,
|
color: #884488;
|
||||||
h3 a,
|
|
||||||
h4 a {
|
|
||||||
color: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#banner {
|
||||||
|
background-color: white;
|
||||||
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner img {
|
||||||
|
padding-bottom: 1px;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#body {
|
||||||
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #313131;
|
||||||
|
margin: 0;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
background-color: white;
|
||||||
|
color: #202020;
|
||||||
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
padding-left: 0.4em;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding-bottom: 0.2em;
|
||||||
|
padding-top: 0.2em;
|
||||||
|
border: 1px solid #6A996A;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 30px;
|
background-color: #7BB37B;
|
||||||
line-height: 40px;
|
color: #151515;
|
||||||
|
font-size: 1.2em;
|
||||||
|
padding-bottom: 0.3em;
|
||||||
|
padding-top: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 20px;
|
color: #313131;
|
||||||
line-height: 40px;
|
font-size: 0.9em;
|
||||||
|
background-color: #ABE3AB;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 18px;
|
color: #313131;
|
||||||
line-height: 40px;
|
font-size: 0.8em;
|
||||||
|
margin-bottom: -8px;
|
||||||
|
background-color: #BBF3BB;
|
||||||
}
|
}
|
||||||
code,
|
|
||||||
|
img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navbar {
|
||||||
|
background-color: #738073;
|
||||||
|
border-bottom: 1px solid #5C665C;
|
||||||
|
border-top: 1px solid #5C665C;
|
||||||
|
margin-top: 12px;
|
||||||
|
padding: 0.3em;
|
||||||
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navbar a, #navbar_secondary a {
|
||||||
|
color: white;
|
||||||
|
padding: 0.3em;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navbar a:hover, #navbar_secondary a:hover {
|
||||||
|
background-color: #313131;
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navbar_secondary {
|
||||||
|
background-color: #738073;
|
||||||
|
border-bottom: 1px solid #5C665C;
|
||||||
|
border-left: 1px solid #5C665C;
|
||||||
|
border-right: 1px solid #5C665C;
|
||||||
|
padding: 0.3em;
|
||||||
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 0 3px 2px;
|
margin-left: 3em;
|
||||||
font-family: monospace;
|
margin-right: 3em;
|
||||||
font-size: 12px;
|
padding: 0.3em;
|
||||||
color: #333333;
|
border: 1px solid #bbb;
|
||||||
border-radius: 3px;
|
background-color: #f7f7f7;
|
||||||
}
|
|
||||||
pre {
|
|
||||||
display: block;
|
|
||||||
padding: 9.5px;
|
|
||||||
margin: 0 0 10px;
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 20px;
|
|
||||||
word-break: break-all;
|
|
||||||
word-wrap: break-word;
|
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
dl dt {
|
||||||
padding: 2px 4px;
|
font-weight: bold;
|
||||||
color: #d14;
|
|
||||||
background-color: #f7f7f9;
|
|
||||||
border: 1px solid #e1e1e8;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
color: inherit;
|
|
||||||
background-color: transparent;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.alert {
|
|
||||||
padding: 8px 35px 8px 14px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
||||||
background-color: #fcf8e3;
|
|
||||||
border: 1px solid #fbeed5;
|
|
||||||
border-radius: 4px;
|
|
||||||
color: #c09853;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-danger,
|
#proj_desc {
|
||||||
.alert-error {
|
font-size: 1.2em;
|
||||||
background-color: #f2dede;
|
|
||||||
border-color: #eed3d7;
|
|
||||||
color: #b94a48;
|
|
||||||
}
|
|
||||||
.alert-info {
|
|
||||||
background-color: #d9edf7;
|
|
||||||
border-color: #bce8f1;
|
|
||||||
color: #3a87ad;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.toc {
|
#repos {
|
||||||
list-style-type: none;
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border: solid 1px #6A996A;
|
||||||
|
}
|
||||||
|
|
||||||
|
#repos th {
|
||||||
|
background-color: #7BB37B;
|
||||||
|
border: solid 1px #6A996A;
|
||||||
|
}
|
||||||
|
|
||||||
|
#repos td {
|
||||||
|
padding: 0.2em;
|
||||||
|
border: solid 1px #6A996A;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ my $TEMPLATE_HEADER = $ENV{"FFMPEG_HEADER"} || <<EOT;
|
|||||||
<link rel="icon" href="favicon.png" type="image/png" />
|
<link rel="icon" href="favicon.png" type="image/png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div id="container">
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
$PRE_BODY_CLOSE = '</div></div>';
|
$PRE_BODY_CLOSE = '</div></div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user