Advertisement
gavin19

/r/ConnectedCareers

Jan 1st, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.44 KB | None | 0 0
  1. a[href="//#49ers"], a[href="//#Bears"], a[href="//#Bengals"], a[href="//#Bills"], a[href="//#Broncos"], a[href="//#Browns"], a[href="//#Buccaneers"], a[href="//#Cardinals"], a[href="//#Chargers"], a[href="//#Chiefs"], a[href="//#Colts"], a[href="//#Cowboys"], a[href="//#Dolphins"], a[href="//#Eagles"], a[href="//#Falcons"], a[href="//#Giants"], a[href="//#Jaguars"], a[href="//#Jets"], a[href="//#Lions"], a[href="//#Packers"], a[href="//#Panthers"], a[href="//#Patriots"], a[href="//#Raiders"], a[href="//#Rams"], a[href="//#Ravens"], a[href="//#Redskins"], a[href="//#Saints"], a[href="//#Seahawks"], a[href="//#Steelers"], a[href="//#Texans"], a[href="//#Titans"], a[href="//#Vikings"] {
  2.     width: 38px;
  3.     height: 25px;
  4.     display: inline-block;
  5.     background: url(%%Logos%%) no-repeat -9999px -9999px;
  6.     vertical-align: middle;
  7.     margin-right: 3px;
  8.     }
  9.  
  10. a[href="//#49ers"] {
  11.     background-position: 0 0 !important
  12.     }
  13.  
  14. a[href="//#Bears"] {
  15.     background-position: 0 -75px !important
  16.     }
  17.  
  18. a[href="//#Bengals"] {
  19.     background-position: 0 -150px !important
  20.     }
  21.  
  22. a[href="//#Bills"] {
  23.     background-position: 0 -225px !important
  24.     }
  25.  
  26. a[href="//#Broncos"] {
  27.     background-position: 0 -300px !important
  28.     }
  29.  
  30. a[href="//#Browns"] {
  31.     background-position: 0 -375px !important
  32.     }
  33.  
  34. a[href="//#Buccaneers"] {
  35.     background-position: 0 -450px !important
  36.     }
  37.  
  38. a[href="//#Cardinals"] {
  39.     background-position: 0 -525px !important
  40.     }
  41.  
  42. a[href="//#Chargers"] {
  43.     background-position: 0 -600px !important
  44.     }
  45.  
  46. a[href="//#Chiefs"] {
  47.     background-position: 0 -675px !important
  48.     }
  49.  
  50. a[href="//#Colts"] {
  51.     background-position: 0 -750px !important
  52.     }
  53.  
  54. a[href="//#Cowboys"] {
  55.     background-position: 0 -825px !important
  56.     }
  57.  
  58. a[href="//#Dolphins"] {
  59.     background-position: 0 -900px !important
  60.     }
  61.  
  62. a[href="//#Eagles"] {
  63.     background-position: 0 -975px !important
  64.     }
  65.  
  66. a[href="//#Falcons"] {
  67.     background-position: 0 -1050px !important
  68.     }
  69.  
  70. a[href="//#Giants"] {
  71.     background-position: 0 -1125px !important
  72.     }
  73.  
  74. a[href="//#Jaguars"] {
  75.     background-position: 0 -1200px !important
  76.     }
  77.  
  78. a[href="//#Jets"] {
  79.     background-position: 0 -1275px !important
  80.     }
  81.  
  82. a[href="//#Lions"] {
  83.     background-position: 0 -1350px !important
  84.     }
  85.  
  86. a[href="//#Packers"] {
  87.     background-position: 0 -1425px !important
  88.     }
  89.  
  90. a[href="//#Panthers"] {
  91.     background-position: 0 -1500px !important
  92.     }
  93.  
  94. a[href="//#Patriots"] {
  95.     background-position: 0 -1575px !important
  96.     }
  97.  
  98. a[href="//#Raiders"] {
  99.     background-position: 0 -1650px !important
  100.     }
  101.  
  102. a[href="//#Rams"] {
  103.     background-position: 0 -1725px !important
  104.     }
  105.  
  106. a[href="//#Ravens"] {
  107.     background-position: 0 -1800px !important
  108.     }
  109.  
  110. a[href="//#Redskins"] {
  111.     background-position: 0 -1875px !important
  112.     }
  113.  
  114. a[href="//#Saints"] {
  115.     background-position: -88px 0 !important
  116.     }
  117.  
  118. a[href="//#Seahawks"] {
  119.     background-position: -88px -75px !important
  120.     }
  121.  
  122. a[href="//#Steelers"] {
  123.     background-position: -88px -150px !important
  124.     }
  125.  
  126. a[href="//#Texans"] {
  127.     background-position: -88px -225px !important
  128.     }
  129.  
  130. a[href="//#Titans"] {
  131.     background-position: -88px -300px !important
  132.     }
  133.  
  134. a[href="//#Vikings"] {
  135.     background-position: -88px -375px !important
  136.     }
  137.  
  138. /* Kill :before in the  link content*/
  139. .link .md a[href^="//#"]:before { content: normal !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement