Advertisement
timelordheist

blogroll code #2

Nov 26th, 2011
6,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <title>the blogroll</title>
  2.  
  3. <style type="text/css">
  4.  
  5. #heading {
  6. font-family: arial;
  7. font-size: 15px;
  8. text-transform: uppercase;
  9. letter-spacing: 3px;
  10. font-style: italic;
  11. text-align: center; }
  12.  
  13. #heading a {
  14. font-family: arial;
  15. font-size: 7px;
  16. text-transform: lowercase;
  17. letter-spacing: 3px;
  18. font-style: italic;
  19. text-align: center; }
  20.  
  21. #heading a:link, a:active, a:visited, a:hover {
  22. color: #000000;
  23. text-decoration: none; }
  24.  
  25. #blog {
  26. display: inline-block;
  27. width: 96px;
  28. overflow: hidden;
  29. text-align: center;
  30. font-size: 7px;
  31. letter-spacing: 2px;
  32. font-style: italic;
  33. font-family: arial;
  34. text-transform: lowercase;
  35. color: #000000;
  36. border-bottom: 1px dashed #000000;
  37. padding-bottom: 2px;
  38. margin: 10px;
  39. }
  40.  
  41. #blog:hover
  42. {
  43. text-overflow:inherit;
  44. overflow:visible;
  45. }
  46.  
  47. #blog a {
  48. text-decoration: none;
  49. }
  50.  
  51. #blog a:hover {
  52. color: #333333;
  53. -webkit-transition: all .7s ease-in-out;
  54. -moz-transition: all .7s ease-in-out;
  55. -o-transition: all .7s ease-in-out;
  56. -ms-transition: all .7s ease-in-out;
  57. transition: all .7s ease-in-out;
  58. }
  59.  
  60. #blog a:link, a:active, a:visited {
  61. color: #000000;
  62. text-decoration: none; }
  63.  
  64. </style>
  65.  
  66.  
  67. <style type="text/css">{CustomCSS}</style>
  68. <br />
  69. <div id="heading">follow these blogs - <a href="/">back</a></div><br />
  70.  
  71. <center>{block:Following}{block:Followed}
  72. <div id="blog">
  73. <a target="blank" href="{FollowedURL}">
  74. {FollowedName}
  75. <img style="height: 70px; width: 70px; -moz-border-radius: 35px; border-radius: 35px; margin: 5px;" border="0" src="{FollowedPortraitURL-96}" /></a>
  76. </div>
  77. {/block:Followed}{/block:Following}</center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement