Advertisement
Guest User

css

a guest
Jul 31st, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. .color-l { color: #bbb; }
  2. .color-n { color: #888; }
  3. .color-d { color: #555; }
  4. .border-bottom-l { border-color: #bbb; }
  5. .border-bottom-n { border-color: #888; }
  6. .border-bottom-d { border-color: #666; }
  7. .border-top-l { border-color: #bbb; }
  8. .border-top-n { border-color: #888; }
  9. .border-top-d { border-color: #555; }
  10. .background-l { background-color: #eee; }
  11. .company-name,
  12. .invoice-to { padding-top:10px; }
  13. .invoice-logo { float: left; padding-top:-145px; width: 400px; height: 152px;}
  14. .quote-id { color: #333 !important; text-align: right; font-size:21px;}
  15. .footer {background-color: #FFF; position:fixed; bottom: 0px; width: 700px; text-align: center; margin-bottom:-55px;}
  16. .top-footer {margin-bottom: -5px;}
  17. .rcorners { border-radius: 10px 10px 10px 10px; border: 2px dotted #e7a61a;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement