Ignore:
Timestamp:
05/08/2004 02:19:53 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0868461
Parents:
e4bf4c7
Message:

Updated the stylesheets to their current version.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3529 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    re4bf4c7 rded6ddd  
    11body {
    22  font-weight: normal;
    3   font-size: normal;
     3  font-size: medium;
    44  font-family: verdana, tahoma, helvetica, arial, sans-serif;
    55  text-align: left;
    66}
    77
    8 div.navheader table {
    9     font-size: smaller;
     8.toc ul, .index ul {
     9        list-style: none;
    1010}
    1111
    12 div.navfooter table {
    13     font-size: smaller;
     12.navheader, .navfooter {
     13  font-size: smaller;
     14  text-align: center;
    1415}
    1516
    16 div.navheader img {
    17     border: medium none;
     17.headerlinks {
     18  border-bottom : solid 2px green;
     19  padding-bottom: 0.5em;
    1820}
    1921
    20 div.navfooter img {
    21     border: medium none;
     22.navfooter {
     23  border-top : solid 2px green;
     24  padding-top: 0.5em;
     25  margin-top: 0.5em;
     26}
     27
     28.prev {
     29   float     : left;
     30   text-align: left;
     31   /* border    : solid 1px #ddd; */
     32   padding-left: 2em;
     33}
     34
     35.next {
     36   float     : right;
     37   text-align: right;
     38   /* border    : solid 1px #0dd; */
     39   padding-right: 2em;
     40}
     41
     42.up {
     43   /* border : solid 1px #ff0; */
     44   width  : 10em;
     45   /* background-color: #bbb; */
     46   margin: 0px auto;
     47}
     48
     49li.preface {
     50        margin-left: 2.5em;
    2251}
    2352
     
    6998}
    7099
    71 div.warning {
    72     border: 1px solid;
     100div.admonition {
     101  border: medium solid;
     102  width: 90%;
     103  margin: .5em auto;
    73104}
    74105
    75 div.note {
    76     border: 1px solid;
     106div.admonhead h3 {
     107        display: inline;
     108        margin-left: 1.5em;
    77109}
    78110
    79 div.important {
    80     border: 1px solid;
    81 }
    82 
    83 div.caution {
    84     border: 1px solid;
    85 }
    86 
    87 div.warning h3.title {
    88     text-align: center
    89 }
    90 
    91 div.warning p {
    92     padding-left: 0.2in
    93 }
    94 
    95 div.note {
    96     padding-left: 0.2in
    97 }
    98 
    99 div.important {
    100     padding-left: 0.2in
    101 }
    102 
    103 div.caution {
    104     padding-left: 0.2in
     111div.admonbody {
     112        margin: .5em;
    105113}
    106114
     
    119127    float: left;
    120128}
    121 
    122 .toc ul, .index ul, .navheader ul, .navfooter ul {
    123         list-style: none;
    124 }
Note: See TracChangeset for help on using the changeset viewer.