summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/morehype/use/blogdot.css
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/morehype/use/blogdot.css')
-rw-r--r--macros/latex/contrib/morehype/use/blogdot.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/macros/latex/contrib/morehype/use/blogdot.css b/macros/latex/contrib/morehype/use/blogdot.css
new file mode 100644
index 0000000000..31f8e9ddee
--- /dev/null
+++ b/macros/latex/contrib/morehype/use/blogdot.css
@@ -0,0 +1,41 @@
+/* blogdot.css for blogdot.sty (morehype bundle) 2011/10/05 */
+/* (C) 2011 Uwe Lueck www.contact.uwe.lueck.de.vu */
+/* 2011/09/21 aus blog/plain.css, 2011/09/26 gekürzt, Versuche, Umbau */
+/*
+b, h1, h2, h3, h4, div, p, td, th, body, span, table, ol, li, a, ul {
+font-family:Arial,Verdana,"Lucinda Sans",sans-serif;
+color:#000000;
+font-size:21px;
+}
+*/
+
+h1 { font-size: 42px; margin-bottom: 21px }
+h2 { font-size: 30px; margin-bottom: 21px }
+h3 { font-size: 24px; }
+h4 { font-size: 21px; }
+
+/* body, td, th, div, p, ul, li, em, strong */
+td {
+font-family:Arial,Verdana,"Lucinda Sans",sans-serif;
+color:#000000;
+font-size: 21px
+}
+
+p { margin-bottom:0px }
+dl, ol, ul {
+/* padding-left: 18px; */
+padding-left: 1em;
+margin-left: 1em; margin-top: 18px; margin-bottom: 18px;
+vertical-align: middle;
+}
+dt { margin: 0px; margin-top: 18px; margin-bottom: 9px; padding: 0px }
+li { margin: 0px; margin-top: 9px; margin-bottom: 9px; padding: 0px }
+blockquote { margin-left: 2em }
+pre { margin-left:2em; margin-top:0px }
+
+/* table { margin: 0px; margin-top: 9px; margin-bottom: 18px; padding: 0px} */
+
+a:link { color:#0000d0; text-decoration:none; }
+a:visited { color:purple; text-decoration:none; }
+a:hover { color:blue; text-decoration:underline; }
+a:active { color:blue; text-decoration:underline; }