--- pettastic/html/css/main.css 2013/03/12 13:14:22 1.1 +++ pettastic/html/css/main.css 2013/03/18 15:18:23 1.6 @@ -52,7 +52,7 @@ a { padding-top : 4px; padding-bottom : 5px; background-color : transparent; - background : url(transpurple.png); + background : url(/images/transpurple.png); color : #f0f0f0; border-top : 1px solid black; border-bottom : 1px solid black; @@ -61,7 +61,7 @@ a { height : 100%; width : 800px; font-family : Tahoma, Geneva, sans-serif; - font-size : 16px; + font-size : 15px; font-weight : bold; text-align : center; float : center; @@ -89,7 +89,7 @@ a { padding-top : 5px; padding-bottom : 5px; background-color : transparent; - background : url(transpurple.png); + background : url(/images/transpurple.png); color : #f0f0f0; border-top : 1px solid black; border-bottom : 1px solid black; @@ -120,7 +120,7 @@ a { width : 770px; margin-left : auto; margin-right : auto; - background : url(transwhite.png); + background : url(/images/transwhite.png); border : 1px solid #e0e0e0; margin-bottom : 30px; padding : 5px; @@ -134,7 +134,7 @@ a { margin-top : 30px; margin-bottom : 30px; border : 5px dotted #000000; - width : 400px; + width : 450px; } #coupons img.head { @@ -145,21 +145,32 @@ a { #coupons p.title { text-align : center; - font-size : 250%; - color : #E81B1B; + font-size : 200%; + color : #E21717; font-weight : bold; margin-top : 10px; margin-bottom : 10PX; } -#coupons p.expiration { - text-align : center; +#coupons p.fineprint { font-size : 80%; color : #000000; - margin-bottom : 10px; + margin-bottom : 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 { float : center; text-align : center; @@ -175,6 +186,45 @@ a { text-align : center; } +td.title { + text-align : center; + font-weight : bold; + font-size : medium; + color : #FFC7E8; + margin-bottom : 5px; + background : #763E7A; +} + +td.item_light { + font-weight : bold; + font-size : 12px; + margin-right : 15px; +} + +td.item_dark { + font-weight : bold;; + font-size : 12px; + background : #FFC7E8; + margin-right : 25px; +} + +p.description { + font-weight : normal; + font-size : 10px; + margin-left : 20px; + margin-right : 50px; + margin-bottom : 5px; +} + +p.price_note { + font-weight : bold; + font-size : 10px; + margin-left : 110px; +} + +td.description { +} + img.floatLeft { float : left; margin : 10px;