From f72284b1ffb8320cca135e152dfa8184495a5e12 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 16 Oct 2017 11:40:56 -0400 Subject: Some CSS updates --- data/xslt/yelp-common.xsl.in | 81 ++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 45 deletions(-) diff --git a/data/xslt/yelp-common.xsl.in b/data/xslt/yelp-common.xsl.in index 73b75aba..0c1ec9bb 100644 --- a/data/xslt/yelp-common.xsl.in +++ b/data/xslt/yelp-common.xsl.in @@ -59,30 +59,47 @@ -html { - height: 100%; +h1 { + font-weight: normal; + font-size: 2.4em; } -body { - padding: 0; - background-color: ; - max-width: 100%; +div.title-heading h2, h2 { + font-weight: normal; + font-size: 2em; } -div.page { - border: none; - margin: 0; - width: 100%; - max-width: 100%; +div.links-heading a { + font-weight: normal; + font-size: 2em; } -div.header { - max-width: 100%; - width: 100%; - padding: 0; - margin: 0 auto 1em auto; +a.linkdiv span.title { + font-weight: normal; + font-size: 1.2em; } -div.body, div.footer { - margin: 0; - max-width: 60em; +header { + background-color: + ; + border-bottom: solid 1px + ; +} +footer { + background-color: + ; + border-top: solid 1px + ; } +footer footer { border-top: none; } +a.trail { color: + ; } +a.trail:hover { text-decoration: none; color: + ; } + + + + + + + + div.code { -webkit-box-shadow: 0px 0px 4px ; } @@ -90,32 +107,6 @@ div.code:hover { -webkit-box-shadow: 0px 0px 4px ; } div.synopsis div.code, div.synopsis div.code:hover { -webkit-box-shadow: none; } -div.trails { - margin: 0; - padding: 0.2em 12px 0 12px; - background-color: - ; - border-bottom: solid 1px - ; -} -div.trail { - font-size: 1em; - margin: 0 1em 0.2em 1em; - padding: 0; -} -@media only screen and (max-width: 400px) { - div.trails { - padding-left: 6px; - padding-right: 6px; - } -} -a.trail { color: - ; } -a.trail:hover { text-decoration: none; color: - ; } -.current-location-hash div.hgroup { - background-color: -} -- cgit v1.2.1