Advertisement
Guest User

Untitled

a guest
Apr 10th, 2016
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. header div.subtitle {
  2. font-size: 14pt;
  3. }
  4.  
  5. .subtitle a {
  6. font-size: 16px;
  7. }
  8.  
  9. div.banner {
  10. background: rgba(130, 141, 205, 0.7);
  11. }
  12.  
  13. .quote {
  14. color: #007328;
  15. }
  16.  
  17. form table tr th {
  18. background-color: #8b89d7;
  19. color: black;
  20. }
  21.  
  22. body::after {
  23. position: fixed !important;
  24. content: url("https://i.imgur.com/ntwgxXH.gif");
  25. bottom: -3px;
  26. right: 0px !important;
  27. opacity: 1;
  28. z-index: -1;
  29. }
  30. .mobile-style body::after{display:none!important;}
  31.  
  32. /* CUSTOM BANNERS */
  33. img.banner, img.board_image {
  34. display: block;
  35. -moz-box-sizing: border-box;
  36. box-sizing: border-box;
  37. background: url(https://i.imgur.com/ntwgxXH.gif) no-repeat;
  38. width: 502px;
  39. height: 153px;
  40. border-radius: 0px;
  41. padding-left: 502px;
  42. max-width: 99%;
  43. max-height: 99%;
  44. }
  45.  
  46. .mobile-style img.banner, .mobile-style img.board_image {
  47. display: block;
  48. -moz-box-sizing: border-box;
  49. box-sizing: border-box;
  50. background: url(https://i.imgur.com/ntwgxXH) no-repeat;
  51. width: 300px;
  52. height: 92px;
  53. border-radius: 0px;
  54. padding-left: 300px;
  55. max-width: 99%;
  56. max-height: 99%;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement