Wazanator

Untitled

Nov 2nd, 2013
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. .side a[href="https://twitter.com/Contagion_Game"] {
  2.    position: absolute;
  3.     top:75px; /*distance from the top*/
  4.     height:42px; /*adjust to the height of your image*/
  5.     width:42px; /*always try and keep this at 300px*/
  6.     background:url(%%twitter%%) no-repeat 0 0;
  7. }
  8. .side a[href="http://www.indiedb.com/games/contagion"] {
  9.    position: absolute;
  10.     top:75px; /*distance from the top*/
  11.     right:180px;
  12.     height:45px; /*adjust to the height of your image*/
  13.     width:60px; /*always try and keep this at 300px*/
  14.     background:url(%%indiedb%%) no-repeat 0 0;
  15. }
  16. .side a[href="http://www.youtube.com/user/MonochromeLLC"] {
  17.    position: absolute;
  18.     top:75px; /*distance from the top*/
  19.     right:100px;
  20.     height:40px; /*adjust to the height of your image*/
  21.     width:40px;
  22.     background:url(%%youtube%%) no-repeat 0 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment