summaryrefslogtreecommitdiff
path: root/ffms2/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'ffms2/doc/style.css')
-rw-r--r--ffms2/doc/style.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/ffms2/doc/style.css b/ffms2/doc/style.css
new file mode 100644
index 0000000..7b925d6
--- /dev/null
+++ b/ffms2/doc/style.css
@@ -0,0 +1,60 @@
+body {
+ background-color: #fffffb;
+ font-family: sans-serif;
+ font-size: 9pt;
+ text-align: center;
+}
+table {
+ border-collapse: collapse;
+ margin: 3pt;
+ font-family: sans-serif;
+ font-size: 9pt;
+}
+td {
+ padding: 1pt;
+ padding-left: 3pt;
+ padding-right: 3pt;
+}
+td.minpadding {
+ padding: 1pt;
+}
+th {
+ padding: 1pt;
+ padding-left: 3pt;
+ padding-right: 3pt;
+}
+a:link {
+ color: #40b070;
+}
+a:visited {
+ color: #103020;
+}
+h1, h2, h3 {
+ margin: 1.2em 0em -0.2em;
+}
+h4 {
+ margin: 0em 0em -0.5em;
+ text-decoration: underline;
+}
+.deprecated {
+ color: red;
+}
+img {
+ border-width: 0px;
+}
+img.w3cicon {
+ width: 88px;
+ height: 31px;
+}
+body div.maincontent {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: left;
+ width: 90%;
+}
+
+.avisynth-functionref dt {
+ font-family: monospace;
+ padding: 5px 3px 3px 3px;
+}
+