diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-10 14:35:28 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-10 14:35:28 +0000 |
| commit | 1703c55bfc2ea3dc5b524331b056e2a24fe9ce60 (patch) | |
| tree | 8a721527a0986a7e6e5ba5502fe0d1ce3df20f0c /muggle-plugin/stylesheet.css | |
| parent | 9aeb32ed94568f242505bdbdaf364ac6a647bcf4 (diff) | |
| download | vdr-plugin-muggle-1703c55bfc2ea3dc5b524331b056e2a24fe9ce60.tar.gz vdr-plugin-muggle-1703c55bfc2ea3dc5b524331b056e2a24fe9ce60.tar.bz2 | |
Stylesheet changed so that all text is sans serif.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@153 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/stylesheet.css')
| -rw-r--r-- | muggle-plugin/stylesheet.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/muggle-plugin/stylesheet.css b/muggle-plugin/stylesheet.css index dde7de6..15ad718 100644 --- a/muggle-plugin/stylesheet.css +++ b/muggle-plugin/stylesheet.css @@ -1,5 +1,11 @@ -body { background-color: white
- }
+body { background-color: white ;
+ font-family: arial, sans-serif;
+ font-size: 10pt;
+ color: black;
+ text-align: justify;
+ vertical-align: top;
+ margin-right: 10pt
+ }
P { font-family: arial, sans-serif;
font-size: 10pt;
@@ -7,14 +13,14 @@ P { font-family: arial, sans-serif; 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;
|
