Advertisement
ttimewarp

blogroll #1

Aug 7th, 2012
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <title>blogroll</title>
  6.  
  7.  
  8. <style>
  9.  
  10. body {
  11. font-family: georgia;
  12. font-size: 12px;
  13. color: #c4c4c4;
  14. background-color: #ffffff;
  15. text-align: justify;
  16. margin-top: 15px;}
  17.  
  18.  
  19.  
  20. strong,b {color:#FF52B7; text-decoration:none; font-weight:bold;}
  21. i,em {color:#D6B6E1;}
  22. u {color:#D6B6E1; text-decoration:none; border-bottom:2px solid #7E6C5E;}
  23. strike,s {color: #D6B6E1; cursor: help;}
  24.  
  25. a{cursor:hand; color:#a68e8e;text-decoration: none;}
  26. a:hover{color:#937777;}
  27.  
  28.  
  29. .box {
  30. background-color: #ffffff;
  31. padding: 10px;
  32. font-family: verdana;
  33. }
  34.  
  35. img{
  36. margin: 3px;
  37. -webkit-transition: all 0.1s linear;
  38. -moz-transition: all 0.1s linear;
  39. transition: all 0.1s linear;
  40. padding: 5px;
  41. background-color:#f9f9f9;
  42. -moz-box-shadow: 5px 5px 0 1px #eeeeee;
  43. -webkit-box-shadow: 5px 5px 0 1px#eeeeee;
  44. box-shadow: 1px 1px 0 0px #eeeeee;
  45. filter:alpha(opacity=100);
  46. -moz-opacity:0.70;
  47. opacity:0.70;
  48. }
  49.  
  50. img:hover{
  51. filter:alpha(opacity=100);
  52. -moz-opacity:0.95;
  53. opacity:0.95;
  54. }
  55.  
  56. </STYLE>
  57.  
  58. </HEAD>
  59.  
  60. <BODY>
  61.  
  62.  
  63.  
  64. <center>
  65. <div style="top: 40px; width: 885px;">
  66. <div class="box">
  67. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-64}' />{/block:Followed}{/block:Following}
  68. </div>
  69. </div>
  70. <div style="top: 300px; width: 300px;">
  71. </center>
  72.  
  73. </BODY></HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement