From 0637f921f36910d7688f73e14b2d2ec79ca90989 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Wed, 18 May 2011 16:06:08 -0400 Subject: Massive cleanup of old files --- data/xslt/mal2html.xsl.in | 83 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 data/xslt/mal2html.xsl.in (limited to 'data/xslt/mal2html.xsl.in') diff --git a/data/xslt/mal2html.xsl.in b/data/xslt/mal2html.xsl.in new file mode 100644 index 00000000..0d45cba3 --- /dev/null +++ b/data/xslt/mal2html.xsl.in @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +div.linkdiv { border: none; } +div.linkdiv:hover { + border: none; + outline: solid 1px + ; + background: -webkit-gradient(linear, left top, left 80, from( + ), to( + )); +} + + + +div.version { + margin: -1em -12px 1em -12px; + padding: 0.5em 12px 0.5em 12px; + position: relative; + left: auto; right: auto; + opacity: 1.0; + max-width: none; + border: none; + border-bottom: solid 1px + ; + background-color: + ; +} +div.version:hover { opacity: 1.0; } + + + +body, div.body { + background-color: + ; +} + + + + + + -- cgit v1.2.1