~ubuntu-branches/ubuntu/quantal/yelp-xsl/quantal

« back to all changes in this revision

Viewing changes to xslt/docbook/html/db2html-css.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-02-23 14:38:43 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120223143843-ioauehuq58pgtpfs
Tags: 3.3.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
-->
18
18
 
19
19
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
20
 
                xmlns:exsl="http://exslt.org/common"
21
20
                xmlns="http://www.w3.org/1999/xhtml"
22
 
                exclude-result-prefixes="exsl"
23
21
                version="1.0">
24
22
 
25
23
<!--!!==========================================================================
26
24
DocBook to HTML - CSS
27
 
:Requires: db2html-footnote db2html-callout db2html-qanda theme-colors theme-html
 
25
:Requires: color html l10n
28
26
 
29
27
REMARK: Describe this module
30
28
-->
45
43
    </xsl:call-template>
46
44
  </xsl:param>
47
45
  <xsl:text>
 
46
div.hgroup.bridgehead { margin-top: 1em; }
 
47
 
48
48
<!-- == common == -->
49
49
sub { font-size: 0.83em; }
50
50
sub sub { font-size: 1em; }
176
176
}
177
177
dl.qandaset ol, dl.qandaset ul, dl.qandaset table { clear: both; }
178
178
 
 
179
div.synopfragment { padding-top: 0.5em; }
179
180
span.co {
180
 
  font-size: 0.83em;
181
 
  margin: 0 0.2em 0 0.2em;
182
 
  padding: 0 0.5em 0 0.5em;
183
 
  -moz-border-radius: 1em;
184
 
  -webkit-border-radius: 1em;
185
 
  border-radius: 1em;
 
181
  -moz-border-radius: 4px;
 
182
  -webkit-border-radius: 4px;
 
183
  border-radius: 4px;
186
184
  background-color: </xsl:text>
187
185
  <xsl:value-of select="$color.yellow_background"/><xsl:text>;
188
 
  border: solid 1px </xsl:text>
 
186
  outline: solid 1px </xsl:text>
189
187
  <xsl:value-of select="$color.yellow_border"/><xsl:text>;
190
188
}
191
189
span.co a { text-decoration: none; }