stas        02/02/05 08:18:38

  Modified:    src      style.css
  Log:
  - use 4 space chars indent to be consistent with the rest
  
  Revision  Changes    Path
  1.27      +79 -79    modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- style.css 5 Feb 2002 10:12:15 -0000       1.26
  +++ style.css 5 Feb 2002 16:18:38 -0000       1.27
  @@ -1,25 +1,25 @@
   body {
  -        font-family: helvetica, arial, verdana, sans-serif; 
  -        font-size: 0.8em;
  -        color: #000000; 
  +    font-family: helvetica, arial, verdana, sans-serif; 
  +    font-size: 0.8em;
  +    color: #000000; 
   }
   
   .headline {
  -        padding: 5px;
  -        /* width:100%;  works in NS4, but not in Moz/Opera */
  -        margin-top:2px;
  -        background-color: #525D76;
  -        color: #ffffff;
  -        border-style:none;
  -        border:1px;
  -        font-size:1.4em;
  -        margin-right:0px;  /* 100% width span for NS4 */
  -        font-weight: bold; /* fixup for NS4, because of margin-right */
  +    padding: 5px;
  +    /* width:100%;  works in NS4, but not in Moz/Opera */
  +    margin-top:2px;
  +    background-color: #525D76;
  +    color: #ffffff;
  +    border-style:none;
  +    border:1px;
  +    font-size:1.4em;
  +    margin-right:0px;  /* 100% width span for NS4 */
  +    font-weight: bold; /* fixup for NS4, because of margin-right */
   }
     
   h1, h2, h3, h4 {
  -        color: #525D76;
  -        font-size:1.2em;
  +    color: #525D76;
  +    font-size:1.2em;
   }  
   
   
  @@ -30,54 +30,54 @@
   
   
   code { 
  -        font-family: courier new, courier, monospace;
  +    font-family: courier new, courier, monospace;
   }
   
   
   /* main boxes */
   div.leftbox {
  -        position: absolute;
  -        top: 5px;
  -        left: 5px;
  -        width: 170px;
  -        padding: 0px;
  +    position: absolute;
  +    top: 5px;
  +    left: 5px;
  +    width: 170px;
  +    padding: 0px;
   }
   
   div.rightbox {
  -        position: absolute;
  -        top: 5px;
  -        left: 190px;
  -        padding: px;
  -        padding-right:10px; 
  +    position: absolute;
  +    top: 5px;
  +    left: 190px;
  +    padding: px;
  +    padding-right:10px; 
   }
   
   /* boxes in the left box */
   div.logo {
  -        width: 150px;
  -        padding: 5px;  /* 0px works in NS4 */
  -        border: 1px;
  -        border-style: none;
  +    width: 150px;
  +    padding: 5px;  /* 0px works in NS4 */
  +    border: 1px;
  +    border-style: none;
          /* background-color: #ffffff; */
   }
   
   div.menumain {
  -        border: 1px;
  -        padding: 5px;
  -        border-style: none;
  +    border: 1px;
  +    padding: 5px;
  +    border-style: none;
          /* background-color: #ffffff; */
   }
   
   div.menulinks {
  -        border: 1px;
  -        padding: 5px;
  -        border-style: none;
  -        /* background-color: #ffffff; */
  +    border: 1px;
  +    padding: 5px;
  +    border-style: none;
  +    /* background-color: #ffffff; */
   }
   
   div.ad {
  -        border: 1px;
  -        padding: 5px;
  -        border-style: none;
  +    border: 1px;
  +    padding: 5px;
  +    border-style: none;
          /* background-color: #ffffff;*/
   }
   
  @@ -87,31 +87,31 @@
   div.ad a:hover   {text-decoration: none; color: #525d76;}
   
   div.adtext {
  -        font-size: x-small;
  -        text-align:center;
  +    font-size: x-small;
  +    text-align:center;
   }
   
   .table-head {}
   .table-top {
  -        background-color: #cccccc;
  -        color: #525d76;
  +    background-color: #cccccc;
  +    color: #525d76;
   }
   .table-cell { 
  -        background-color: #eeeeee;
  -        vertical-align:top;
  +    background-color: #eeeeee;
  +    vertical-align:top;
   }
   .table-surround { 
  -        background-color: black; 
  +    background-color: black; 
   }
   .table-light { 
  -        background-color: #00cc99; 
  +    background-color: #00cc99; 
   }
   
   div.selectedmenuitem {
  -        font-weight: bold;
  -        font-size:12px;
  -        margin-bottom:5px;
  -        margin-top:5px;
  +    font-weight: bold;
  +    font-size:12px;
  +    margin-bottom:5px;
  +    margin-top:5px;
   }
   
   div.selectedmenuitem a:link    {text-decoration: none; color: #525D76;}
  @@ -120,9 +120,9 @@
   div.selectedmenuitem a:hover   {text-decoration: none; color: #525D76;}
   
   div.nonselectedmenuitem {
  -        font-size:12px;
  -        margin-bottom:5px;
  -        margin-top:5px;
  +    font-size:12px;
  +    margin-bottom:5px;
  +    margin-top:5px;
   }
   
   div.nonselectedmenuitem a:link    {text-decoration: none; color: #525D76;}
  @@ -132,48 +132,48 @@
   
   /* boxes in the right box */
   div.content {
  -        border: 1px;
  -        border-style: none;
  -        border-color: #000000;
  -        background-color: #ffffff;
  -        padding: 5px;
  -        padding-left: 8px;
  -        padding-right: 8px;
  +    border: 1px;
  +    border-style: none;
  +    border-color: #000000;
  +    background-color: #ffffff;
  +    padding: 5px;
  +    padding-left: 8px;
  +    padding-right: 8px;
   }
   
   div.navbarglobal {
  -        padding:5px;
  -        padding-left: 8px;
  -        border: 1px;
  -        border-style: none;
  -        border-color: #000000;
  -        background-color: #ffffff;
  -        color: #000000;
  +    padding:5px;
  +    padding-left: 8px;
  +    border: 1px;
  +    border-style: none;
  +    border-color: #000000;
  +    background-color: #ffffff;
  +    color: #000000;
   }
   
   div.navbarglobal a {text-decoration: none; color: #828DA6;}
   
   div.navbarlocal {
  -        text-align: right;
  +    text-align: right;
   }
   
   div.tail {
  -        padding:5px;
  -        font-size: 0.6em;
  -        font-family: helvetica, arial, verdana, sans-serif;
  -        border: 1px;
  -        border-style: none;
  -        border-color: #000000;
  -        background-color: #ffffff;
  +    padding:5px;
  +    font-size: 0.6em;
  +    font-family: helvetica, arial, verdana, sans-serif;
  +    border: 1px;
  +    border-style: none;
  +    border-color: #000000;
  +    background-color: #ffffff;
   }
   
   div.toc {
  -        font-size: small;
  +    font-size: small;
   }
   
   div.toc a {text-decoration: none; color: #0000ff;}
   
   
   div.download {
  -        font-size: x-small;
  +    font-size: x-small;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to