composeur

Blogroll #2

Feb 2nd, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!-- Blogroll #2 by Synics; do not remove credit!-->
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  7.  
  8. <style type="text/css">
  9. body {background:#fff; padding:20px; font-family:georgia; font-size:13px; text-align:justify;background-image: url(http://24.media.tumblr.com/4b1c63f4c38c6b3730c1bd7c121ae6a8/tumblr_mhlxwhzBj21rvxio8o1_500.png);
  10. background-position: bottom left ;
  11. background-attachment: fixed;
  12. background-repeat: repeat;}
  13.  
  14. img {
  15. -webkit-border-radius: 16px;
  16. -moz-border-radius: 16px;
  17. border-radius: 16px;
  18. width:64px;
  19. height:64px;
  20. }
  21. img:hover {
  22. -webkit-border-radius: 32px;
  23. -moz-border-radius:32px;
  24. border-radius: 32px;
  25. width:50px;
  26. height:50px;
  27. text-decoration:none;
  28. color:#FFFFFF;-webkit-transform: rotate(360deg);
  29. -moz-transform: rotate(-90deg); }
  30.  
  31. img{
  32. opacity:.9;
  33. -webkit-transition-duration:.7s;}
  34.  
  35. img:hover{
  36. opacity:1;
  37. -webkit-transition: 0.2s ease-in;
  38. }
  39.  
  40. a {
  41. color: #D9E4B6;
  42. text-decoration: none;}
  43.  
  44. a:hover {
  45. color: #fafafa;
  46. -webkit-transition: 0.5s ease-in;}
  47.  
  48. #footer{
  49. position:fixed;
  50. bottom:40%;
  51. left:0px;
  52. width:100%;
  53. height:100px;
  54. background-color:#fff;
  55. z-index:9;
  56. position: fixed;
  57. z-index: 100;
  58. opacity: .6;
  59. -webkit-transition: all .2s linear;
  60. -moz-transition: all .2s linear;
  61. transition: all 0.2s linear;
  62. }
  63.  
  64. #footer:hover {
  65. opacity: .95;
  66. -webkit-transition: all .2s linear;
  67. -moz-transition: all .2s linear;
  68. transition: all 0.2s linear;
  69. {/block:iffixedtitle}
  70. }
  71.  
  72. .title {font-size:45px; font-family: 'Dawning of a New Day', cursive;}
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {
  75. background-color: #D9E4B6;
  76.  
  77. }
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background-color:#fff;
  80.  
  81. }
  82. ::-webkit-scrollbar {
  83. height:16px;
  84. width:16px;
  85. background-color: #fff;
  86. }
  87.  
  88. ::selection { background:#D9E4B6; color:#000;}
  89. </style>
  90.  
  91. </head>
  92. <body>
  93. <center>
  94. <div id="footer"><div class="title">blogroll</div>
  95. <a href="/">home</a> <a href="/ask">inbox</a> <a href="http://synics.tumblr.com">themes</a></div>
  96. <div class="img">
  97. {block:Following}{block:Followed}
  98. <a href="{FollowedURL}" title="{FollowedTitle}" target="_blank"><img src="{FollowedPortraitURL-48}"/></a>
  99. {/block:Followed}{/block:Following}
  100. </div>
  101.  
  102.  
  103. </center>
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment