Advertisement
vincecudz

artbyaprilmae

Oct 18th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. #cid_234, #cid_236, #cid_266 {
  2. margin: 0 auto;
  3. padding: 10px 10px 10px 10px;
  4. text-decoration: none;
  5. width: 250px;
  6. font-weight: bold;
  7. text-transform: uppercase;
  8. text-align: center;
  9. text-shadow: #ffffff 0px 1px 0px;
  10. border-top-left-radius: 2px;
  11. border-top-right-radius: 2px;
  12. border-bottom-right-radius: 2px;
  13. border-bottom-left-radius: 2px;
  14. box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  15. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f0f0f0));
  16. border: 1px solid #ababab;
  17. color: #ababab !important;
  18. }
  19. body {
  20. text-align:top;
  21. background-image:url('http://www.jotform.com/uploads/artbyaprilmae/form_files/top_bg_bar.png');
  22. background-repeat:repeat-x;
  23. body {
  24. margin:50px;
  25. padding:0px;
  26. text-align:left;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement