Advertisement
MasterFloat

Untitled

Feb 19th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. .div-bg {
  2. text-align:center;
  3. background:url("http://i.imgur.com/EmAaJIg.jpg?1") no-repeat;
  4. background-size: 820px;
  5. border: 1px solid #000;
  6. width:100%;
  7. }
  8.  
  9. .div-bg-txt {
  10. text-shadow: 1px 1px 5px #0080FF;
  11. font-family:helvetica,arial,sans-serif;
  12. }
  13.  
  14. .div-bg-btn-ptg {
  15. font-family:helvetica,arial,sans-serif;
  16. padding:6px 12px 6px 12px;
  17. background:rgba(0, 0, 0, 0.6);
  18. border: none;
  19. color: #FFF;
  20. }
  21.  
  22. .div-bg-btn-ptg:hover {
  23. background:rgba(0,0,0, 0.8);
  24. }
  25.  
  26. .div-bg-btn-alli {
  27. font-family:helvetica,arial,sans-serif;
  28. padding:6px 2px 6px 2px;
  29. background:rgba(0, 0, 0, 0.6);
  30. border: none;
  31. color: #FFF;
  32. }
  33.  
  34. .div-bg-btn-alli:hover {
  35. background:rgba(0,0,0, 0.8);
  36. }
  37.  
  38. .div-bg-btn-ark {
  39. font-family:helvetica,arial,sans-serif;
  40. padding:6px 6px 6px 6px;
  41. background:rgba(0, 0, 0, 0.6);
  42. border: none;
  43. color: #FFF;
  44. }
  45.  
  46. .div-bg-btn-ark:hover {
  47. background:rgba(0,0,0, 0.8);
  48. }
  49.  
  50. .intro-link {
  51. color: #000;
  52. text-decoration: none;
  53. }
  54.  
  55. .intro-link:hover {
  56. color: #000;
  57. text-decoration: none;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement