Advertisement
iclemyer

mpage #03

Jan 23rd, 2013
3,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. PAGE MADE BY MORGANE (kilmorecove@tumblr / teen-wolf@tumblr)
  5.  
  6. Made for personal use only.
  7.  
  8. RULES:
  9. - Do not remove the credits
  10. - Do not move the credits to a secondary page
  11. - Do not take snippets from this code
  12. - Do not redistribute and/or claim the code as your own
  13.  
  14. You're allowed to edit the code as you want as long as you respect the rules.
  15. For help message me @ kilmorecove.tumblr.com
  16.  
  17. Enjoy! :)
  18.  
  19. -->
  20. <html>
  21. <head>
  22.  
  23. <!--Title shown on tab-->
  24. <title>Blogroll</title><link rel="shortcut icon" href="{Favicon}" />
  25. <!--STEP 2: CSS styling-->
  26. <style type="text/css">
  27.  
  28. @font-face {
  29. font-family: 'orator';
  30. src: url('http://static.tumblr.com/3k4zrsq/xjHmh16d0/oratorstd.otf') format('truetype');
  31. font-weight: normal;
  32. font-style: normal;
  33.  
  34. }
  35.  
  36. ::-webkit-scrollbar {width: 15px; height: 4px; background: #f0f0f0;}
  37. ::-webkit-scrollbar-thumb {background-color:#dadada;}
  38.  
  39. body {
  40. background-image: url(http://static.tumblr.com/3k4zrsq/RM0mh33z6/straws.png);
  41. background-attachment: fixed; }
  42.  
  43. ul {width: 430px;
  44. margin-left:-30px; list-style: none;
  45. margin-right: 5px;
  46. margin-top: 10px;
  47.  
  48.  
  49.  
  50. }
  51. li { list-style: none;
  52. float: left;
  53. }
  54.  
  55.  
  56. li img {border: 5px solid #f0f0f0; margin: 5px;}
  57. li img {border: 5px solid #dfdfdf;}
  58. img
  59. {
  60. opacity:0.6;
  61. filter:alpha(opacity=60); /* For IE8 and earlier */
  62. }
  63. img:hover
  64. {-webkit-transition: all 0.6s ;
  65. -moz-transition: all 0.6s ;
  66. -ms-transition: all 0.6s ;
  67. -o-transition: all 0.6s ;
  68. transition: all 0.6s ;
  69. opacity:1.0;
  70. filter:alpha(opacity=100); /* For IE8 and earlier */
  71. }
  72.  
  73. a {-webkit-transition: all 0.6s ;
  74. -moz-transition: all 0.6s ;
  75. -ms-transition: all 0.6s ;
  76. -o-transition: all 0.6s ;
  77. transition: all 0.6s ;
  78. text-decoration: none;}
  79.  
  80. #contenuto {
  81. padding: 0px;
  82. margin-top: 10px;
  83. margin-left: 30%;
  84. width: 455px;
  85. height: 455px;
  86. overflow: auto;
  87. border-top: 15px solid #f0f0f0;
  88. border-bottom: 15px solid #f0f0f0;
  89. border-left: 15px solid #f0f0f0;
  90. background-color: #f7f7f7;
  91. }
  92.  
  93. #info { width: 470px; background-color: #f0f0f0; margin-left:30%; font-family:'orator'; font-size:24px; text-align:center; text-transform: lowercase; color: #70839b; margin-top: 5%;}
  94. #crd {margin-left:30%; font-size:14px; font-family:'cambria'; width:470px; text-align:center; font-style: italic; margin-top: 10px; color: #fff;}
  95. #crd a {color:#cacccf; background-color: #fff; padding: 0px 10px;}
  96. #crd a:hover {color: #fff; background-color: #dadbdc;}
  97. </style>
  98.  
  99. </head>
  100.  
  101. <body>
  102. <div id="info"><div class="title">nice people</div></div>
  103. <div id="crd"><a href="/">back</a> . <a href="/ask">message</a> . <a href="http://tumblr.com">dashboard</a> . <a href="http://piippin.tumblr.com">credits</a></div>
  104. <div class="main"></div>
  105. </div>
  106. {block:Following}
  107. <div id="contenuto">
  108.  
  109. <ul>
  110. {block:Followed}
  111.  
  112. <li>
  113.  
  114. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}"/></a>
  115.  
  116. </li>
  117. {/block:Followed}
  118. </ul>
  119. {/block:Following}
  120. </div>
  121.  
  122. </body>
  123. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement