Diff for /pettastic/html/css/main.css between versions 1.1 and 1.5

version 1.1, 2013/03/12 13:14:22 version 1.5, 2013/03/15 14:04:50
Line 52  a { Line 52  a {
         padding-top             : 4px;          padding-top             : 4px;
         padding-bottom          : 5px;          padding-bottom          : 5px;
         background-color        : transparent;          background-color        : transparent;
         background              : url(transpurple.png);          background              : url(/images/transpurple.png);
         color                   : #f0f0f0;          color                   : #f0f0f0;
         border-top              : 1px solid black;          border-top              : 1px solid black;
         border-bottom           : 1px solid black;          border-bottom           : 1px solid black;
Line 61  a { Line 61  a {
         height                  : 100%;          height                  : 100%;
         width                   : 800px;          width                   : 800px;
         font-family             : Tahoma, Geneva, sans-serif;          font-family             : Tahoma, Geneva, sans-serif;
         font-size               : 16px;          font-size               : 15px;
         font-weight             : bold;          font-weight             : bold;
         text-align              : center;          text-align              : center;
         float                   : center;          float                   : center;
Line 89  a { Line 89  a {
         padding-top             : 5px;          padding-top             : 5px;
         padding-bottom          : 5px;          padding-bottom          : 5px;
         background-color        : transparent;          background-color        : transparent;
         background              : url(transpurple.png);          background              : url(/images/transpurple.png);
         color                   : #f0f0f0;          color                   : #f0f0f0;
         border-top              : 1px solid black;          border-top              : 1px solid black;
         border-bottom           : 1px solid black;          border-bottom           : 1px solid black;
Line 120  a { Line 120  a {
         width                   : 770px;           width                   : 770px; 
         margin-left             : auto;          margin-left             : auto;
         margin-right            : auto;          margin-right            : auto;
         background              : url(transwhite.png);          background              : url(/images/transwhite.png);
         border                  : 1px solid #e0e0e0;          border                  : 1px solid #e0e0e0;
         margin-bottom           : 30px;          margin-bottom           : 30px;
         padding                 : 5px;          padding                 : 5px;
Line 134  a { Line 134  a {
         margin-top              : 30px;          margin-top              : 30px;
         margin-bottom           : 30px;          margin-bottom           : 30px;
         border                  : 5px dotted #000000;          border                  : 5px dotted #000000;
         width                   : 400px;          width                   : 450px;
 }  }
   
 #coupons img.head {  #coupons img.head {
Line 145  a { Line 145  a {
   
 #coupons p.title {  #coupons p.title {
         text-align              : center;          text-align              : center;
         font-size               : 250%;          font-size               : 200%;
         color                   : #E81B1B;          color                   : #E21717;
         font-weight             : bold;          font-weight             : bold;
         margin-top              : 10px;          margin-top              : 10px;
         margin-bottom           : 10PX;          margin-bottom           : 10PX;
 }  }
   
 #coupons p.expiration {  #coupons p.fineprint {
         text-align              : center;  
         font-size               : 80%;          font-size               : 80%;
         color                   : #000000;          color                   : #000000;
         margin-bottom           : 10px;          margin-bottom           : 10px;
         margin-top              : 10px;          margin-top              : 10px;
 }  }
   
   #coupons p.expiration {
           text-align              : right;
           font-size               : 60%;
           color                   : #000000;
           margin-bottom           : 10px;
           margin-top              : 15px;
   }
   
   #pring-button {
           display                 : none;
   }
   
 #hours {  #hours {
         float                   : center;          float                   : center;
         text-align              : center;          text-align              : center;

Removed from v.1.1  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>