OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-meta                     Date:   09-Mar-2006 22:30:46
  Branch: HEAD                             Handle: 2006030921304500

  Modified files:
    openpkg-meta            canvas-style.php

  Log:
    style cleanup

  Summary:
    Revision    Changes     Path
    1.8         +72 -52     openpkg-meta/canvas-style.php
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-meta/canvas-style.php
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 canvas-style.php
  --- openpkg-meta/canvas-style.php     9 Mar 2006 19:48:53 -0000       1.7
  +++ openpkg-meta/canvas-style.php     9 Mar 2006 21:30:45 -0000       1.8
  @@ -36,101 +36,121 @@
   FORM,INPUT,
   TEXTAREA,
   BLOCKQUOTE,A,I,B,EM {
  -    font-family: helvetica,lucida,arial,sans-serif;
  +    font-family:             helvetica,lucida,arial,sans-serif;
   }
   
   /* use teletype font for code */
   TT,CODE,SAMP,PRE {
  -    font-family: courier,courier-new,terminal,fixed,monospace;
  +    font-family:             courier,courier-new,terminal,fixed,monospace;
   }
   
   /* hyper-links */
  -A                    { text-decoration: none;      font-weight: bold; }
  -A:link               { text-decoration: none;      font-weight: bold; color: 
#909090; }
  -A:visited            { text-decoration: none;      font-weight: bold; color: 
#909090; }
  -A:hover              { text-decoration: underline; font-weight: bold; color: 
#909090; }
  +A { 
  +    text-decoration:         none;
  +    font-weight:             bold; 
  +}                            
  +A:link {                     
  +    text-decoration:         none;
  +    font-weight:             bold; 
  +    color:                   #909090;
  +}                            
  +A:visited {                  
  +    text-decoration:         none;
  +    font-weight:             bold;
  +    color:                   #909090;
  +}                            
  +A:hover {                    
  +    text-decoration:         underline;
  +    font-weight:             bold;
  +    color:                   #909090; 
  +}
   
   /* lists */
   UL {
  -    list-style-type:   square;
  -    list-style-image:  url('<?php echo $rooturl ?>canvas/canvas-box.png');
  -    padding-left:      40px;
  +    list-style-type:         square;
  +    list-style-image:        url('<?php echo $rooturl 
?>canvas/canvas-box.png');
  +    margin-left:             0px;
  +    padding-left:            32px;
  +    margin-top:              4px;
   }
  -UL LI {
  -    margin-top:        4px;
  +UL LI + LI {
  +    margin-top:              2px;
   }
   UL.compact LI {
  -    margin-top:        1px;
  +    margin-top:              1px;
   }
   
   /* pull-quotes */
   SPAN.pullquote-left {
  -    text-indent:           0px;
  -    float:                 left;
  -    width:                 12em;
  -    margin:                1em 1em 1em 0em;
  -    text-align:            left;
  -    font-size:             80%; 
  -    font-weight:           bold;
  -    color:                 #000000;
  +    text-indent:             0px;
  +    float:                   left;
  +    width:                   12em;
  +    margin:                  1em 1em 1em 0em;
  +    text-align:              left;
  +    font-size:               80%; 
  +    font-weight:             bold;
  +    color:                   #000000;
   }
   SPAN.pullquote-right {
  -    text-indent:           0px;
  -    float:                 right;
  -    width:                 12em;
  -    margin:                1em 0em 1em 1em;
  -    text-align:            left;
  -    font-size:             80%; 
  -    font-weight:           bold;
  -    color:                 #000000;
  +    text-indent:             0px;
  +    float:                   right;
  +    width:                   12em;
  +    margin:                  1em 0em 1em 1em;
  +    text-align:              left;
  +    font-size:               80%; 
  +    font-weight:             bold;
  +    color:                   #000000;
   }
   
  -/* indented paragraph */
  +/* paragraph */
  +P {
  +    margin-top:              6px;
  +}
   P.indent {
  -    text-indent:           2em;
  +    text-indent:             2em;
   }
   
   /* headlines */
   H1, H2, H3 {
  -    font-family:           tahoma,arial,helvetica,lucida,sans-serif;
  -    font-weight:           bold;
  -    color:                 #807060;
  +    font-family:             tahoma,arial,helvetica,lucida,sans-serif;
  +    font-weight:             bold;
  +    color:                   #807060;
   }
   H1 {
  -    font-size:             200% !important;
  +    font-size:               200% !important;
   }
   H2 {
  -    font-size:             140%;
  -    margin-top:            0.50em;
  -    margin-bottom:         0.25em;
  +    font-size:               140%;
  +    margin-top:              0.50em;
  +    margin-bottom:           0.25em;
   }
   H3 {
  -    font-size:             100%;
  -    margin-top:            0.50em;
  -    margin-bottom:         0.25em;
  +    font-size:               100%;
  +    margin-top:              0.50em;
  +    margin-bottom:           0.25em;
   }
   
   /* images */
   A IMG {
  -    border:                0px;
  +    border:                  0px;
   }
   IMG.float-right {
  -    float:                 right;
  -    margin-top:            10px;
  -    margin-bottom:         10px;
  +    float:                   right;
  +    margin-top:              10px;
  +    margin-bottom:           10px;
   }
   IMG.portrait-right {
  -    margin-left:           10px;
  -    border:                1px solid #999999;
  -    float:                 right;
  +    margin-left:             10px;
  +    border:                  1px solid #999999;
  +    float:                   right;
   }
   
   /* boxes */
   div.boxed {
  -    display:               block;
  -    padding:               10px;
  -    background-attachment: scroll;
  -    background-position:   left top;
  -    background-image:      url('<?php echo $rooturl 
?>canvas/canvas-crop-glass-dark-T.png');
  +    display:                 block;
  +    padding:                 10px;
  +    background-attachment:   scroll;
  +    background-position:     left top;
  +    background-image:        url('<?php echo $rooturl 
?>canvas/canvas-crop-glass-dark-T.png');
   }
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to