Guest User

Untitled

a guest
May 21st, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.17 KB | None | 0 0
  1. /* BANNER
  2. ================================================== */
  3. #banner {
  4.     width: 1052px;
  5.     height: 510px;
  6.     background: #002143;
  7. }
  8.  
  9. #wine {
  10.     width: 255px;
  11.     height: 510px;
  12.     float: left;
  13.     background: transparent url('../images/banner-wine.png') no-repeat 38px 55px;
  14. }
  15.  
  16. #ban {
  17.     width: 797px;
  18.     float: left;
  19.     height: 510px;
  20. }
  21.  
  22. #ban h1 {
  23.     font: 28px/32px 'MuseoSlab100', sans-serif;
  24.     color: #fff;
  25.     margin: 55px 45px 20px 0;
  26. }
  27.  
  28. #ban p {
  29.     font: 19px/25px 'MuseoSlab100', sans-serif;
  30.     color: #fff;
  31.     padding: 0 45px 0 0;
  32. }
  33.  
  34. #ban p a {
  35.     color: #0084CF;
  36.     text-decoration: none;
  37. }
  38.  
  39. #ban p.one {
  40.     padding-top: 2px;
  41. }
  42.  
  43. #ban p.two {
  44.     padding-top: 22px;
  45.     margin-bottom: 30px;
  46. }
  47.  
  48. #ban #links {
  49.     width: 700px;
  50.     height: 52px;
  51.     background: transparent url('../images/banner-links.png') no-repeat 0 0;
  52. }
  53.  
  54. #ban #links a {
  55.     display: block;
  56.     width: 232px;
  57.     height: 52px;
  58.     float: left;
  59.     text-decoration: none;
  60. }
  61.  
  62. #ban #links a:hover {
  63.     background-repeat: no-repeat;
  64.     background-image: url('../images/banner-links.png');
  65. }
  66.  
  67. .tu:hover {background-position: 0 100%;}
  68. .tw:hover {background-position: -232px 100%;}
  69. .th:hover {background-position: -464px 100%;}
Add Comment
Please, Sign In to add comment