diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-09 06:25:57 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-09 06:25:57 +0000 |
| commit | 9aeb32ed94568f242505bdbdaf364ac6a647bcf4 (patch) | |
| tree | 26755c44e634adc8514d5f4503ba100a2a010643 /muggle-plugin/stylesheet.css | |
| parent | 253498aa8a7981aee3adc577afd6a5a613963064 (diff) | |
| download | vdr-plugin-muggle-9aeb32ed94568f242505bdbdaf364ac6a647bcf4.tar.gz vdr-plugin-muggle-9aeb32ed94568f242505bdbdaf364ac6a647bcf4.tar.bz2 | |
Enhanced documentation for Doxygen
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@150 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/stylesheet.css')
| -rw-r--r-- | muggle-plugin/stylesheet.css | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/muggle-plugin/stylesheet.css b/muggle-plugin/stylesheet.css new file mode 100644 index 0000000..dde7de6 --- /dev/null +++ b/muggle-plugin/stylesheet.css @@ -0,0 +1,109 @@ +body { background-color: white
+ }
+
+P { font-family: arial, sans-serif;
+ font-size: 10pt;
+ color: black;
+ text-align: justify;
+ vertical-align: top;
+ margin-right: 10pt
+ }
+
+P.header { font-family: arial,sans-serif;
+ font-size: 10pt;
+ color: black;
+ text-align: right;
+ margin-right: 10pt
+ }
+
+P.klein { font-family: arial,sans-serif;
+ font-size: 8pt;
+ color: black;
+ text-align: justify;
+ margin-right: 10pt
+ }
+
+P.kleinmitte { font-family: arial,sans-serif;
+ font-size: 8pt;
+ color: black;
+ text-align: center;
+ margin-right: 10pt
+ }
+
+P.kleinrechts { font-family: arial,sans-serif;
+ font-size: 8pt;
+ color: black;
+ text-align: right;
+ margin-right: 10pt
+ }
+
+P.kleinlinks { font-family: arial,sans-serif;
+ font-size: 8pt;
+ color: black;
+ text-align: left;
+ margin-right: 10pt
+ }
+
+P.bildtitel { font-family: arial,sans-serif;
+ font-size: 8pt;
+ font-weight: 900;
+ color: black;
+ text-align: left;
+ vertikal-align: top;
+ margin-left: 10pt
+ }
+
+P.bild { font-family: arial,sans-serif;
+ font-size: 8pt;
+ font-weight: 900;
+ color: black;
+ text-align: left;
+ vertikal-align: top;
+ margin-right: 10pt
+ }
+
+H1 { font-family: arial,sans-serif;
+ font-size: 20pt;
+ color: black;
+ text-align: left;
+ text-transform: uppercase;
+ letter-spacing: 10pt;
+ margin-right: 10pt
+ }
+
+H2 { font-family: arial,sans-serif;
+ font-size: 12pt;
+ color:black;
+ text-align: left;
+ margin-right: 10pt
+ }
+
+H3 { font-family: arial,sans-serif;
+ font-size: 10pt;
+ color:black;
+ text-align:left;
+ margin-right: 10pt;
+ }
+
+UL { font-family: arial,sans-serif;
+ font-size: 10pt;
+ color:black;
+ text-align: justify;
+ margin-right: 10pt
+ }
+DT { font-family: arial,sans-serif;
+ font-size: 10pt;
+ font-weight: bold;
+ color:black;
+ text-align: left;
+ }
+
+DD { font-family: arial,sans-serif;
+ font-size: 10pt;
+ color:black;
+ text-align: justify;
+ margin-right: 10pt;
+ }
+TD { vertical-align: top
+ }
+
|
