Changeset e5d19ba


Ignore:
Timestamp:
08/20/2005 11:13:02 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
76b19ad
Parents:
b74eff5a
Message:

Updated the CSS code in blfs-nochunks.xsl to match the current XHTML output.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4967 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/blfs-nochunks.xsl

    rb74eff5a re5d19ba  
    111111}
    112112
    113 h1 { font-size: 173%; text-align: center; }
    114 h2 { font-size: 144%; }
    115 h2.subtitle { text-align: center; }
    116 h3 { font-size: 120%; padding-top: 0.2em; margin-top: 0.3em; }
     113h1 { font-size: 173%; text-align: center; line-height: 1.2em; }
     114h1.title sup { font-size: small; }
     115h2 { font-size: 144%; line-height: 1.2em; }
     116h2.subtitle { text-align: center; line-height: 1.2em; }
     117h3 { font-size: 120%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; }
    117118h4 { font-size: 110%;}
    118 h5, h6 { font-size: 110%; font-style: italic; }
     119div.package h4, h5, h6 { font-size: 110%; font-style: italic; }
    119120
    120121/* TOC and Index*/
     
    137138
    138139.item {
    139     width: 15em;
     140    width: 18.5em;
    140141    float: left;
     142}
     143
     144.indexref {
     145    margin-left: 18.5em;
    141146}
    142147
    143148.secitem {
    144149    font-weight: normal;
    145     width: 14em;
     150    width: 16em;
    146151    float: left;
    147152}
     
    186191}
    187192
     193table {
     194  width: auto;
     195  margin-left: 1em;
     196}
     197
     198td {
     199  vertical-align: top;
     200}
     201
     202td span, td p {
     203  margin: 0.3em;
     204}
     205
     206div.table table {
     207  border-collapse: collapse;
     208  }
     209
     210div.table td, div.table th {
     211  padding: 0.3em;
     212  text-align: right;
     213  vertical-align: baseline;
     214}
     215
     216div.table tr > td:first-child, div.table tr > th:first-child {
     217  text-align: left;
     218}
     219
     220span.term {
     221  display: block;
     222}
     223
    188224/* variablelist and segmentedlist */
    189225dl {
    190226  margin: 0;
    191227  padding: 0;
     228  list-style-type: none;
    192229}
    193230
     
    197234  margin: .33em 0 0 1em;
    198235  padding: 0;
     236}
     237
     238span.seg {
     239  display: block;
     240  padding-left: 12em;
    199241}
    200242
     
    228270}
    229271
     272span.segtitle {
     273  display: block;
     274  float: left;
     275  width: 12em;
     276}
     277
     278div.seg {
     279  clear: left;
     280}
     281
    230282/* itemizedlist */
    231283
     
    234286}
    235287
    236 div.sect3 li p {
     288ul[compact="compact"] li p {
    237289  padding: 0.3em;
    238290  margin: 0em;
     
    259311}
    260312
     313pre.root {
     314  color: #101310;
     315  background-color: #e5e5e5;
     316  border: 1px solid #050505;
     317  padding: .5em 1em;
     318  margin: 0 2em;
     319  font-weight: bold;
     320}
     321
     322.literal, .prompt {
     323  font-weight: normal;
     324}
     325
    261326pre.screen {
    262327  background-color: #e9e9e9;
     
    267332
    268333/* Sections */
     334div h2 {
     335  padding: 1em 0 0.5em 0;
     336  margin: 0px auto;
     337}
     338
     339div.glossary h2 {
     340  text-align: center;
     341   font-size: 173%;
     342   padding-top: 0.4em;
     343   border-bottom: .1em solid #dbddec;
     344}
     345
    269346div.package {
    270   background: #f5f6f7;
    271   border-bottom: 0.2em solid #dbddec;
    272   padding: 0.5em 0.5em 0.3em 0.5em;
    273   margin: 0px auto;
     347  padding: 0 0.5em 0.3em 0.5em;
     348  margin: 0.5em 0 0.5em 0;
     349}
     350
     351div.kernel {
     352  padding: 0 0.5em 0.3em 0.5em;
     353  margin: 0.5em 0 0.5em 0;
    274354}
    275355
     
    279359}
    280360
     361div.commands {
     362  padding: 0 0.5em 0.3em 0.5em;
     363  margin: 0.5em 0 0.5em 0;
     364}
     365
     366div.testing {
     367  padding: 0 0.5em 0.3em 0.5em;
     368  margin: 0.5em 0 0.5em 0;
     369}
     370
    281371div.configuration {
    282   background:   #fefefe;
    283   border-top: 0.2em solid #dbddec;
    284   padding: 0.5em;
    285   margin: 0.5em 0 .5em 0;
     372  padding: 0 0.5em 0.3em 0.5em;
     373  margin: 0.5em 0 0.5em 0;
    286374}
    287375
    288376div.content {
    289   background: #f5f6f7;
    290   border-top: 0.2em solid #dbddec;
    291   border-bottom: 0.2em solid #dbddec;
    292   padding: 0.5em 0.5em 1em 0.5em;
    293   margin: 0.5em 0 .5em 0;
    294 }
    295 
    296 div.installation h3.title, div.content h3.title {
    297   padding-top: 0.3em;
    298   margin: 0;
     377  padding: 0 0.5em 0.3em 0.5em;
     378  margin: 0.5em 0 0.5em 0;
    299379}
    300380
     
    305385div.preface h2, div.part h1, div.chapter h2.title, div.sect1 h2.title, div.appendix h1, div.index h1 {
    306386  background: #f5f6f7;
    307   border-bottom: .2em solid #dbddec;
    308   border-top: .2em solid #dbddec;
     387  border-bottom: .1em solid #dbddec;
     388  border-top: .1em solid #dbddec;
    309389  margin-top 1em;
    310390  padding: .5em;
     
    323403  padding: 0.2em;
    324404}
    325 div.authorgroup, div p.copyright, div.abstract div p.pubdate, div.revhistory {
     405div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory {
    326406  background: #f5f6f7;
    327407  margin: 0px auto;
     
    336416  padding: 0;
    337417}
     418
     419/* Last edited info */
     420p.updated {
     421  font-size: small;
     422  font-weight: bold;
     423  font-style: italic;
     424}
     425
     426/* Inline tags */
     427
     428tt.systemitem {
     429  font-style: italic;
     430}
    338431      </xsl:text>
    339432    </style>
Note: See TracChangeset for help on using the changeset viewer.