Advertisement
4lison

Cha-Ching Blog Roll Theme

Mar 12th, 2013
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{title}</title>
  6. <style>
  7.  
  8. .skin{
  9. position: fixed;
  10. top: 65%;
  11. left: 0px;
  12. width: 100%;
  13. background-color: #000;
  14. height: 110px;
  15. }
  16.  
  17. .criminal{
  18. position: fixed;
  19. margin-left: 50px;
  20. top: 25%;
  21. }
  22.  
  23. .criminal img{
  24. height: 500px;
  25. width: 350px;
  26. }
  27.  
  28. .youreyes{
  29. margin-left: 50%;
  30. margin-top: 10px;
  31. font-size: 40px;
  32. font-family: 'Always';
  33. color: #fff;
  34. }
  35.  
  36.  
  37. @font-face {
  38. font-family: 'Always';
  39. src: url('http://static.tumblr.com/blpgwiz/X8zmijeml/brothertattoo_demo.ttf') format('truetype');
  40. font-weight: normal;
  41. font-style: normal;
  42.  
  43. }
  44.  
  45. .wastemytime{
  46. margin-top: -10px;
  47. margin-left: 45%;
  48. font-family: 'Always';
  49. font-size: 30px;
  50. color: #fff !important;
  51.  
  52. }
  53.  
  54. .wastemytime a{
  55. color: #fff;
  56. text-decoration: none;
  57. padding-right: 20px;
  58. }
  59.  
  60. .thatgirl{
  61. position: fixed;
  62. top: 50px;
  63. left: 500px;
  64. width: 600px;
  65. height: 40%;
  66. border: 3px solid #000;
  67. overflow: scroll;
  68. }
  69.  
  70. .thatgirl::-webkit-scrollbar {
  71. width: 10px;
  72. background-color: #fff;
  73. }
  74.  
  75. .thatgirl::-webkit-scrollbar-track {
  76. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  77. border-radius: 10px;
  78. background-color: #fff;
  79. }
  80.  
  81. .thatgirl::-webkit-scrollbar-thumb {
  82. border-radius: 10px;
  83. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  84. background-color: #000 !imporant;
  85. }
  86.  
  87. .thatgirl::-webkit-scrollbar-corner {
  88.  
  89. background: #transparent;
  90.  
  91. }
  92.  
  93. ul {
  94. list-style: none;
  95. margin-left: 2%;
  96. margin-top: 2%;
  97. }
  98. li {
  99. float: left;
  100. position: relative;
  101. margin: 1px;
  102.  
  103. }
  104.  
  105. li{
  106. padding: 5px;
  107.  
  108. }
  109.  
  110. li img
  111. {
  112. width: 120px !important;
  113. height: 120px !important;
  114. z-index: 99999999;
  115. -webkit-filter: grayscale(100%);
  116. }
  117.  
  118. li img:hover
  119. {
  120. z-index: 99999999;
  121. -webkit-filter: grayscale(0%);
  122. -webkit-transition: 0.8s;
  123. -moz-transition: 0.8s;
  124. -o-transition: 0.8s;
  125. -ms-transition: 0.8s;
  126. transition: 0.8s;
  127.  
  128. }
  129.  
  130.  
  131.  
  132.  
  133. </style>
  134. </head>
  135.  
  136. <body>
  137.  
  138.  
  139. <div class="skin">
  140. <div class="youreyes"> {title} </div>
  141. <div class="wastemytime"><a href="/">Home</a> <a href="http://www.tumblr.com/dashboard">Dash</a> <a href="/ask">Ask</a> <a href="http://everythingtumblr.4lison.com/">Credit</a>
  142. </div>
  143. </div>
  144. <div class="criminal"><img src="http://static.tumblr.com/blpgwiz/BMtmijegx/247908_1894142206813_7671375_n_large.png"/></div>
  145.  
  146. <div class="thatgirl">
  147.  
  148. {block:Following}
  149. <ul>
  150.  
  151. {block:Followed}
  152. <li>
  153.  
  154. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-128}"/></a>
  155. </li>
  156. {/block:Followed}
  157. </ul>
  158.  
  159. {/block:Following}
  160.  
  161. </div>
  162.  
  163.  
  164.  
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement