~ubuntu-branches/ubuntu/trusty/yelp/trusty

« back to all changes in this revision

Viewing changes to data/xslt/yelp-common.xsl

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-16 15:11:05 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120216151105-bjszac6qy4q76hax
Tags: 3.3.3-0ubuntu1
* New upstream release
* debian/patches/06_setup_error_on_missing_dbus.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
<xsl:param name="html.extension" select="''"/>
13
13
 
14
14
<xsl:param name="html.syntax.highlight" select="true()"/>
15
 
<xsl:param name="html.js.root" select="'file:///usr/share/yelp-xsl/js/'"/>
 
15
<xsl:param name="html.js.root" select="'file:///opt/gnome/share/yelp-xsl/js/'"/>
16
16
 
17
17
<!-- == html.output == -->
18
18
<xsl:template name="html.output">
55
55
  background-color: </xsl:text><xsl:value-of select="$color.background"/><xsl:text>;
56
56
  max-width: 100%;
57
57
}
58
 
div.all { border: none; }
 
58
div.page {
 
59
  border: none;
 
60
  margin: 0;
 
61
  width: 100%;
 
62
  max-width: 100%;
 
63
}
59
64
div.header {
60
65
  max-width: 100%;
61
66
  width: 100%;
62
67
  padding: 0;
63
 
  margin: 0 0 1em 0;
 
68
  margin: 0 auto 1em auto;
 
69
}
 
70
div.body, div.footer {
 
71
  margin: 0;
 
72
  max-width: 60em;
64
73
}
65
74
div.code {
66
75
  -webkit-box-shadow: 0px 0px 4px </xsl:text><xsl:value-of select="$color.gray_border"/><xsl:text>;
85
94
  <xsl:value-of select="$color.text_light"/><xsl:text>; }
86
95
a.trail:hover { text-decoration: none; color:  </xsl:text>
87
96
  <xsl:value-of select="$color.link"/><xsl:text>; }
88
 
div.body {
89
 
  margin: 0 12px 0 12px;
90
 
  padding: 0 0 12px 0;
91
 
  border: none;
92
 
}
93
97
.current-location-hash div.hgroup {
94
98
  background-color: </xsl:text><xsl:value-of select="$color.gray_background"/><xsl:text>
95
99
}