Advertisement
csloani

PAGE 05 | KINDRED

Feb 5th, 2015
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. <html>
  2. <!------
  3.  
  4.  
  5. ---
  6. --
  7. ---- K I N D R E D Type 01
  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</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. a{
  28. text-decoration:none;
  29. color:#aaa;
  30. /*- Remove this comment marker if you want a transition -
  31. -webkit-transition:0.4s;
  32. -moz-transition:0.4s;
  33. -ms-transition:0.4s;
  34. -o-transition:0.4s;
  35. transition:0.4s;
  36. */
  37. }
  38. a:hover{
  39. color:#333;
  40. /*- Remove this comment marker if you want a transition -
  41. -webkit-transition:0.4s;
  42. -moz-transition:0.4s;
  43. -ms-transition:0.4s;
  44. -o-transition:0.4s;
  45. transition:0.4s;
  46. color:#aaa;
  47. */
  48. }
  49. .desc a{
  50. padding-bottom:2px;
  51. color:#aaa; /* - Links next to the title - */
  52. border-bottom:1px solid transparent;
  53. margin-right:11px;
  54. }
  55. .desc a:hover{
  56. color:#333;
  57. border-bottom:1px #aaa solid;
  58. }
  59. .holder{
  60. width:500px; /* - Container width - */
  61. position:absolute;
  62. left:0px;
  63. right:0px;
  64. margin:auto;
  65. top:120px;
  66. margin-bottom:100px;
  67. }
  68. .bloghead{
  69. font-size:2em; /* - Title font size - */
  70. font-weight:700;
  71. border-bottom:3px #333 solid; /* - Adjust border properties - */
  72. padding-bottom:2px;
  73. max-width:150px; /* - Adjust width if necessary. Mind the .desc too - */
  74. display:inline-block;
  75. vertical-align:middle;
  76. }
  77. .desc{
  78. display:inline-block;
  79. vertical-align:middle;
  80. max-width:350px; /* - Adjust width if necessary. Mind the .bloghead too - */
  81. font-size:.7em;
  82. line-height:1.2em;
  83. box-sizing:border-box;
  84. padding-left:30px; /* - Adjust if necessary - */
  85. }
  86. .quote{ /* - Quote styling - */
  87. margin:1.5rem 0rem;
  88. font-size:.75em;
  89. color:#aaa;
  90. font-style:italic;
  91. }
  92. /* - FILL-IN-THE-BLANKS - */
  93. .spacer{
  94. margin-top:40px;
  95. }
  96. .list li{ /* - Your following list - */
  97. list-style-type:none;
  98. background:;
  99. padding:15px;
  100. margin:1em 0em;
  101. position:relative;
  102. -webkit-transition:0.2s;
  103. -moz-transition:0.2s;
  104. -ms-transition:0.2s;
  105. -o-transition:0.2s;
  106. transition:0.2s;
  107. }
  108. .list li:hover{
  109. background:#222;
  110. color:#fff;
  111. -webkit-transition:0.2s;
  112. -moz-transition:0.2s;
  113. -ms-transition:0.2s;
  114. -o-transition:0.2s;
  115. transition:0.2s;
  116. }
  117. .list li h1{ /* - Blog name - */
  118. font-size:1.1em;
  119. letter-spacing:2px;
  120. font-weight:700;
  121. font-style:italic;
  122. }
  123. .list li h2{ /* - Blog URL - */
  124. font-size:.7em;
  125. letter-spacing:1px;
  126. margin:.5em 0em;
  127. color:#aaa;
  128. }
  129. .list li .name{
  130. display:inline-block;
  131. vertical-align:middle;
  132. width:420px;
  133. position:relative;
  134. }
  135. .list li img{
  136. width:30px;
  137. border-radius:30px;
  138. display:inline-block;
  139. margin-right:10px;
  140. vertical-align:middle;
  141. }
  142. .list li .title{ /* - Blog title - */
  143. color:#aaa;
  144. float:right;
  145. font-size:.75em;
  146. text-transform:uppercase;
  147. position:absolute;
  148. top:15px;
  149. right:0px;
  150. opacity:0;
  151. -webkit-transition:0.2s;
  152. -moz-transition:0.2s;
  153. -ms-transition:0.2s;
  154. -o-transition:0.2s;
  155. transition:0.2s;
  156. -webkit-transition-delay:0.1s;
  157. -moz-transition-delay:0.1s;
  158. -ms-transition-delay:0.1s;
  159. -o-transition-delay:0.1s;
  160. transition-delay:0.1s;
  161. }
  162. .list li:hover .title{
  163. opacity:1;
  164. -webkit-transition:0.2s;
  165. -moz-transition:0.2s;
  166. -ms-transition:0.2s;
  167. -o-transition:0.2s;
  168. transition:0.2s;
  169. }
  170. .list a{color:#333;}
  171. </style>
  172. </head>
  173. <body>
  174. <section class="holder">
  175. <section class="bloghead">Kindred</section> <!-- YOUR TITLE HERE -->
  176. <section class="desc">
  177. <!-- LINKS HERE --><a href="/">Return</a>
  178. <a href="/ask">Message</a>
  179. <a href="http://tumblr.com/">Dashboard</a>
  180. <a href="/">Some</a>
  181. <a href="/">More</a>
  182. <a href="http://iliyon.tumblr.com" target="_blank">&copy;</a>
  183. </section>
  184. <!-- QUOTE, REMOVE IF UNNECESSARY -->
  185. <section class="quote">Quote here. Obliterate if unused.</section>
  186.  
  187. <section class="spacer"></section> <!-- NO YOU CAN'T TOUCH THIS -->
  188.  
  189. <!-- BEGIN CONTENT -->
  190. {block:Following}
  191. <section class="list">
  192. {block:Followed}
  193. <a href="{FollowedURL}" target="_blank">
  194. <li>
  195. <img src="{FollowedPortraitURL-40}">
  196. <section class="name">
  197. <h1>{FollowedName}</h1>
  198. <h2>{FollowedURL}</h2>
  199. <section class="title">{FollowedTitle}</section>
  200. </section>
  201. </li>
  202. </a>
  203. {/block:Followed}
  204. </section>
  205. {/block:Following}
  206.  
  207. </section>
  208. </body>
  209. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement