Changeset 122ebf0 in clfs-embedded for BOOK/stylesheets


Ignore:
Timestamp:
Jul 15, 2007, 6:13:18 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
39a9ea5
Parents:
c2f4c89
Message:

Updated Makefile to use the new stylesheets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/top-index.xsl

    rc2f4c89 r122ebf0  
    1919        <style type="text/css">
    2020          <xsl:text>
     21/* Global settings */
    2122body {
    22   font-family: sans-serif;
     23  font-family: verdana, tahoma, helvetica, arial, sans-serif;
    2324  text-align: left;
    2425  background: #fff;
    25   color: #333;
     26  color: #222;
    2627  margin: 1em;
    2728  padding: 0;
     
    3132
    3233a:link { color: #22b; }
    33 a:visited { color: #7e4988; }
    34 a:hover, a:focus { color: #d30e08; }
    35 a:active { color: #6b77b1;}
     34a.ulink:link { font-weight: bold; color: #55f; }
     35a:visited { color: #7e4988 ! important; }
     36a:hover, a:focus { color: #d30e08 ! important; }
     37a:active { color: #6b77b1 ! important;}
    3638
    37 h1, h2 {
     39h1, h2 h3, h4 {
    3840  color: #000;
    3941  font-weight: bold;
    40 }
    41 
    42 h3, h4, h5, h6 {
    43   color: #222;
     42  line-height: 1em;
    4443}
    4544
    4645h1 { font-size: 173%; text-align: center; }
    47 h2 { font-size: 144%;  text-align: center; }
    48 h3 { font-size: 120%; padding-top: 0.2em; margin-top: 0.3em; }
    49 h4 { font-size: 110%;}
     46h2 { font-size: 144%; text-align: center; }
     47h3 { font-size: 120%; }
     48h4 { font-size: 110%; }
    5049
    51 div.toc {
     50.toc {
    5251  padding-left: 1em;
    53   margin-top: 1em;
    5452}
    5553
    56 div.toc ul li h3, div.toc ul li h4 {
     54.toc ul li h3, .toc ul li h4 {
    5755  margin: .4em;
    5856}
    5957
    60 div.book {
    61   padding-bottom: 0.5em;
    62 }
    63 
    64 div.book h1 {
     58.book h1 {
    6559  background: #f5f6f7;
    6660  margin: 0px auto;
     
    6862}
    6963
    70 div.book h2 {
     64.book h2 {
    7165  background: #dbddec;
    7266  margin: 0px auto;
    7367  padding: 0.2em;
    7468}
    75 div.authorgroup, div p.copyright {
     69.author, .copyright {
    7670  background: #f5f6f7;
    7771  margin: 0px auto;
    78   padding:  1em 0.5em;
     72  padding: 0.5em 1em;
    7973}
    8074
     
    9791  <xsl:template match="bookinfo">
    9892    <div class="book">
    99       <div class="titlepage">
    100         <xsl:apply-templates/>
    101         <hr/>
    102       </div>
     93      <xsl:apply-templates/>
     94      <hr/>
    10395      <div class="toc">
    10496        <h3>
     
    140132
    141133  <xsl:template match="title">
    142     <div>
    143       <h1 class="title">
    144         <xsl:value-of select="."/>
    145       </h1>
    146     </div>
    147     <div>
    148       <h2 class="subtitle">
    149         <xsl:text>Version &version;</xsl:text>
    150       </h2>
    151     </div>
     134    <h1 class="title">
     135      <xsl:value-of select="."/>
     136    </h1>
     137    <h2 class="subtitle">
     138      <xsl:text>Version &version;</xsl:text>
     139    </h2>
    152140  </xsl:template>
    153141
    154142  <xsl:template match="authorgroup">
    155     <div class="authorgroup">
    156       <h3 class="author">
    157         <xsl:value-of select="author[1]/firstname"/>
    158         <xsl:text> </xsl:text>
    159         <xsl:value-of select="author[1]/surname"/>
    160       </h3>
    161       <h3 class="author">
    162         <xsl:value-of select="author[2]/firstname"/>
    163         <xsl:text> </xsl:text>
    164         <xsl:value-of select="author[2]/surname"/>
    165       </h3>
    166       <h3 class="author">
    167         <xsl:value-of select="author[3]/firstname"/>
    168         <xsl:text> </xsl:text>
    169         <xsl:value-of select="author[3]/surname"/>
    170       </h3>
    171     </div>
     143    <h3 class="author">
     144      <xsl:value-of select="author[1]/firstname"/>
     145      <xsl:text> </xsl:text>
     146      <xsl:value-of select="author[1]/surname"/>
     147    </h3>
     148    <h3 class="author">
     149      <xsl:value-of select="author[2]/firstname"/>
     150      <xsl:text> </xsl:text>
     151      <xsl:value-of select="author[2]/surname"/>
     152    </h3>
     153    <h3 class="author">
     154      <xsl:value-of select="author[3]/firstname"/>
     155      <xsl:text> </xsl:text>
     156      <xsl:value-of select="author[3]/surname"/>
     157    </h3>
    172158  </xsl:template>
    173159
    174160  <xsl:template match="copyright">
    175     <div>
    176       <p class="copyright">
    177         <xsl:text>Copyright ©</xsl:text>
    178         <xsl:apply-templates/>
    179       </p>
    180     </div>
     161    <p class="copyright">
     162      <xsl:text>Copyright ©</xsl:text>
     163      <xsl:apply-templates/>
     164    </p>
    181165  </xsl:template>
    182166
     
    190174
    191175  <xsl:template match="bibliosource">
    192     <div>
    193       <p class="copyright">
    194         <em>
    195           <xsl:apply-templates/>
    196         </em>
    197       </p>
    198     </div>
     176    <p class="copyright">
     177      <em>
     178        <xsl:apply-templates/>
     179      </em>
     180    </p>
    199181  </xsl:template>
    200182
Note: See TracChangeset for help on using the changeset viewer.