From 0edf468feae65872a854be3cc3949d8d0a11587f Mon Sep 17 00:00:00 2001 From: lvw Date: Thu, 9 Sep 2004 06:25:57 +0000 Subject: Enhanced documentation for Doxygen git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@150 e10066b5-e1e2-0310-b819-94efdf66514b --- stylesheet.css | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 stylesheet.css (limited to 'stylesheet.css') diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..dde7de6 --- /dev/null +++ b/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 + } + -- cgit v1.2.3 From c69242aac5f4d5b3f5c9cf2dae4f519ec3787cae 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/muggle-plugin@153 e10066b5-e1e2-0310-b819-94efdf66514b --- stylesheet.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'stylesheet.css') diff --git a/stylesheet.css b/stylesheet.css index dde7de6..15ad718 100644 --- a/stylesheet.css +++ b/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