From 1703c55bfc2ea3dc5b524331b056e2a24fe9ce60 Mon Sep 17 00:00:00 2001 From: lvw Date: Fri, 10 Sep 2004 14:35:28 +0000 Subject: 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 --- muggle-plugin/stylesheet.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'muggle-plugin/stylesheet.css') 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; -- cgit v1.2.3