Advertisement
csloani

PAGE 05 | KINDRED 2.0

Feb 5th, 2015
2,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. <html>
  2. <!------
  3.  
  4.  
  5. ---
  6. --
  7. ---- K I N D R E D Type 02
  8. ---
  9. ---- iliyon
  10. --
  11. ---
  12.  
  13.  
  14. -------->
  15. <head><link rel="shortcut icon" href="{Favicon}"><link href='http://static.tumblr.com/wb7siqo/Omqnia97g/cssnormalize.css' rel='stylesheet' type='text/css'><link href='https://fonts.googleapis.com/css?family=Karla:400italic,400,700,700italic' rel='stylesheet' type='text/css'>
  16. <title>Kindred 2.0</title> <!-- CHANGE TITLE HERE -->
  17. <style type="text/css">
  18. body{
  19. font-family:Karla;
  20. color:#333; /* - Global text color - */
  21. background:#fff; /* - Background color - */
  22. font-size:1em;
  23. }
  24. b, strong{font-weight:700;}
  25. i, em{font-style:italic;}
  26. small{font-size:80%;}big{font-size:120%;}
  27. ::-webkit-scrollbar{
  28. width:14px;
  29. height:18px;
  30. }
  31. ::-webkit-scrollbar-thumb {
  32. height:6px;
  33. border:4px solid rgba(0, 0, 0, 0);
  34. background-clip: padding-box;
  35. -webkit-border-radius: 14px;
  36. -webkit-box-shadow: inset 0px 0px 3px #000;
  37. background-color: rgba(255,255,255, 0.5);
  38. }
  39. ::-webkit-scrollbar-button {
  40. width: 0; height: 0; display: none;
  41. }
  42. ::-webkit-scrollbar-corner{
  43. background-color: transparent;
  44. }
  45. a{
  46. text-decoration:none;
  47. color:#aaa;
  48. /*- Remove this comment marker if you want a transition -
  49. -webkit-transition:0.4s;
  50. -moz-transition:0.4s;
  51. -ms-transition:0.4s;
  52. -o-transition:0.4s;
  53. transition:0.4s;
  54. */
  55. }
  56. a:hover{
  57. color:#333;
  58. /*- Remove this comment marker if you want a transition -
  59. -webkit-transition:0.4s;
  60. -moz-transition:0.4s;
  61. -ms-transition:0.4s;
  62. -o-transition:0.4s;
  63. transition:0.4s;
  64. color:#aaa;
  65. */
  66. }
  67. .desc a{
  68. padding-bottom:2px;
  69. color:#aaa; /* - Links next to the title - */
  70. border-bottom:1px solid transparent;
  71. margin-right:11px;
  72. }
  73. .desc a:hover{
  74. color:#333;
  75. border-bottom:1px #aaa solid;
  76. }
  77. .holder{
  78. width:500px; /* - Container width - */
  79. position:absolute;
  80. left:0px;
  81. right:0px;
  82. margin:auto;
  83. top:120px;
  84. margin-bottom:100px;
  85. }
  86. .bloghead{
  87. font-size:2em; /* - Title font size - */
  88. font-weight:700;
  89. border-bottom:3px #333 solid; /* - Adjust border properties - */
  90. padding-bottom:2px;
  91. max-width:190px; /* - Adjust width if necessary. Mind the .desc too - */
  92. display:inline-block;
  93. vertical-align:middle;
  94. }
  95. .desc{
  96. display:inline-block;
  97. vertical-align:middle;
  98. max-width:310px; /* - Adjust width if necessary. Mind the .bloghead too - */
  99. font-size:.7em;
  100. line-height:1.2em;
  101. box-sizing:border-box;
  102. padding-left:30px; /* - Adjust if necessary - */
  103. }
  104. .quote{ /* - Quote styling - */
  105. margin:1.5rem 0rem;
  106. font-size:.75em;
  107. color:#aaa;
  108. font-style:italic;
  109. }
  110. /* - FILL-IN-THE-BLANKS - */
  111. .spacer{
  112. margin-top:40px;
  113. }
  114. .list{ /* - Your following list - */
  115. background:;
  116. padding:15px;
  117. width:100px;
  118. word-wrap:break-word;
  119. text-align:center;
  120. height:auto;
  121. -webkit-transition:0.2s;
  122. -moz-transition:0.2s;
  123. -ms-transition:0.2s;
  124. -o-transition:0.2s;
  125. transition:0.2s;
  126. display:block;
  127. }
  128. .list:hover{
  129. background:#333;
  130. color:#fff;
  131. }
  132. .list img{
  133. width:40px;
  134. border-radius:40px;
  135. margin:auto;
  136. margin-bottom:15px;
  137. }
  138. .list h1{ /* - Blog name - */
  139. font-size:.8em;
  140. letter-spacing:2px;
  141. font-weight:700;
  142. text-transform:uppercase;
  143. line-height:1.35em;
  144. }
  145. .list h2{ /* - Blog title - */
  146. color:#aaa;
  147. font-size:.65em;
  148. text-transform:uppercase;
  149. margin-top:1em;
  150. display:block;
  151. line-height:1.3em;
  152. letter-spacing:1px;
  153. }
  154. a.follow{
  155. color:#333;
  156. margin:15px;
  157. }
  158. .cont{
  159. width:500px;
  160. }
  161. </style>
  162. </head>
  163. <body>
  164. <section class="holder">
  165. <section class="bloghead">Kindred 2.0</section> <!-- YOUR TITLE HERE -->
  166. <section class="desc">
  167. <!-- LINKS HERE --><a href="/">Return</a>
  168. <a href="/ask">Message</a>
  169. <a href="http://tumblr.com/">Dashboard</a>
  170. <a href="/">Some</a>
  171. <a href="/">More</a>
  172. <a href="http://iliyon.tumblr.com" target="_blank">&copy;</a>
  173. </section>
  174. <!-- QUOTE, REMOVE IF UNNECESSARY -->
  175. <section class="quote">Quote here. Obliterate if unused.</section>
  176.  
  177. <section class="spacer"></section> <!-- NO YOU CAN'T TOUCH THIS -->
  178.  
  179. <!-- BEGIN CONTENT -->
  180. {block:Following}
  181. <section class="cont">
  182. {block:Followed}
  183. <a href="{FollowedURL}" target="_blank" class="follow">
  184. <section class="list">
  185. <img src="{FollowedPortraitURL-40}">
  186. <h1>{FollowedName}</h1>
  187. <h2>{FollowedTitle}</h2>
  188. </section>
  189. </a>
  190. {/block:Followed}
  191. </section>
  192. {/block:Following}
  193.  
  194. </section>
  195. </section>
  196. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="http://static.tumblr.com/wb7siqo/0Zsncryeo/masonry2108.js"></script><script src="http://static.tumblr.com/wb7siqo/UlHnculzn/imagesloaded.js"></script>
  197. <script type="text/javascript">
  198. $(window).load(function () {
  199. var $container = $('.cont');
  200. $container.imagesLoaded( function(){
  201. $container.masonry({
  202. itemSelector: '.follow',
  203. isFitWidth: 'true'
  204. });
  205. });
  206. });
  207. </script>
  208. </body>
  209. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement