Advertisement
Guest User

Tumblr

a guest
Apr 10th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.37 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <style type="text/css">
  8.  
  9. .title {
  10. font-style:italic;
  11. color:black;
  12. font-weight:bold;
  13. font-size:50px;
  14. }
  15.  
  16.  
  17. .description {
  18. font-style:italic;
  19. color:black;
  20. }
  21.  
  22.  
  23. .body {
  24. position:relative;
  25. margin:auto;
  26. width:600px;
  27. text-align:center;
  28. }
  29.  
  30.  
  31. .sidebar {
  32. position:fixed;
  33. left:50%;
  34. margin-left:-520px;
  35. top:100px;
  36. width:200px;
  37. text-align:center;
  38. padding-top:10px;
  39. }
  40.  
  41.  
  42. .sidebar a {
  43. color:black;
  44. text-decoration:none;
  45. }
  46.  
  47.  
  48. .sidebar a:hover {
  49. color:grey;
  50. text-decoration:none;
  51. }
  52.  
  53.  
  54. .sidebox {
  55. border:solid #1A1A1A 2px;
  56. background:white;
  57. margin-bottom:2px;
  58. }
  59.  
  60.  
  61. .posts {
  62. border:solid 1px #333333;
  63. border-radius:15px 15px 15px 15px;
  64. color:black;
  65. margin-bottom:20px;
  66. min-height:120px;
  67. padding-left:20px;
  68. text-align:left;
  69. }
  70.  
  71.  
  72. .date {
  73. background:white;
  74. border-radius:0px 50px 50px 0px;
  75. height:80px;
  76. width:80px;
  77. color:black;
  78. text-align:center;
  79. position:absolute;
  80. right:-80px;
  81. color:black;
  82. border:solid 1px #333333;
  83. border-left:solid 1px white;
  84. margin-top:20px;
  85. padding-top:10px;
  86. }
  87.  
  88.  
  89. .footer {
  90.  
  91. text-align:center;
  92. color:black;
  93.  
  94. }
  95.  
  96. </style>
  97.  
  98. <script type="text/javascript"
  99. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  100.  
  101.  
  102. </head>
  103.  
  104.  
  105. <body style="background:white;">
  106.  
  107. <div class="sidebar">
  108. <a href="{BlogURL}"><img src="{PortraitURL-96}" style="border-radius:60px;border:solid 5px white;"/></a>
  109. <br/>
  110. <br/>
  111. {block:SubmissionsEnabled}
  112. <div class="sidebox">
  113. <a href="/submit">{SubmitLabel}</a>
  114. </div>
  115. {/block:SubmissionsEnabled}
  116.  
  117. {block:AskEnabled}
  118. <div class="sidebox">
  119. <a href="/ask">{AskLabel}</a>
  120. </div>
  121. {/block:AskEnabled}
  122.  
  123. {block:HasPages}
  124. {block:Pages}
  125. <div class="sidebox">
  126. <a href="{URL}">{Label}</a><br/>
  127. </div>
  128. {/block:Pages}
  129. {/block:HasPages}
  130. <br/>
  131. </div>
  132.  
  133.  
  134.  
  135. <div class="body">
  136.  
  137. <div class="title">
  138. {title}
  139. </div>
  140.  
  141. <div class="description">
  142. {description}
  143. </div>
  144.  
  145. <br/>
  146.  
  147.  
  148. {block:Posts}
  149. {block:Date}
  150. <div class="date">
  151. <font style="font-weight:bold;font-size:30px">
  152. {DayOfMonth}
  153. </font>
  154. <br/>
  155. <font style="">
  156. {ShortMonth}
  157. </font>
  158. </div>
  159. {/block:Date}
  160. <div class="posts">
  161.  
  162. {block:Text}
  163. <br/>
  164. {block:Title}
  165. <strong>{title}</strong>
  166. {/block:Title}
  167. {Body}
  168. {/block:Text}
  169.  
  170.  
  171. {block:Photo}
  172. <br/>
  173. <center><a href="{Permalink}"><img src="{PhotoURL-500}"/></a><center>
  174. {block:Caption}
  175. {Caption}
  176. {/block:Caption}
  177. <br/>
  178. {/block:Photo}
  179.  
  180.  
  181. {block:Panorama}
  182. <br/>
  183. <center>
  184. {LinkOpenTag}
  185. <img src="{PhotoURL-Panorama}" width="500px"/>
  186. {LinkCloseTag}
  187. </center>
  188. {block:Caption}
  189. {Caption}
  190. {/block:Caption}
  191. {/block:Panorama}
  192.  
  193.  
  194. {block:Photoset}
  195. <br/>
  196. <center>
  197. {Photoset-500}
  198. </center>
  199. {block:Caption}
  200. {Caption}
  201. {/block:Caption}
  202. {/block:Photoset}
  203.  
  204.  
  205. {block:Quote}
  206. <br/>
  207. "{Quote}"
  208. <br/>
  209. -<strong>{Source}</strong>
  210. <br/>
  211. {/block:Quote}
  212.  
  213.  
  214. {block:Link}
  215. <br/>
  216. <a href="{URL}">{Name}</a>
  217. <br/>
  218. {Description}
  219. {/block:Link}
  220.  
  221.  
  222. {block:Chat}
  223. {block:Title}
  224. {Title}
  225. {/block:Title}
  226. <br/>
  227. {block:Lines}
  228. {block:Label}
  229. {Label} {Line}<br/>
  230. {/block:Label}
  231. {/block:Lines}
  232. {/block:Chat}
  233.  
  234.  
  235. {block:Audio}
  236. <br/>
  237. <center>
  238. {block:AudioEmbed}
  239. {AudioEmbed-500}
  240. {/block:AudioEmbed}
  241. <center>
  242.  
  243. {block:Caption}
  244. {Caption}
  245. {/block:Caption}
  246. {/block:Audio}
  247.  
  248.  
  249. {block:Video}
  250. <br/>
  251. <center>{Video-500}</center>
  252. {block:Caption}
  253. {Caption}
  254. {/block:Caption}
  255. {/block:Video}
  256.  
  257.  
  258. {block:Answer}
  259. <br/>
  260. <i>{Asker}: {Question}</i>
  261. <br/>
  262. {Answer}
  263. {/block:Answer}
  264. </div>
  265. {/block:Posts}
  266. </div>
  267.  
  268.  
  269.  
  270. <div class="footer">
  271. {block:Pagination}
  272. {block:PreviousPage}
  273. <a href="{PreviousPage}"><<</a>
  274. {/block:PreviousPage}
  275. Page {CurrentPage} of {TotalPages}
  276. {block:NextPage}
  277. <a href="{NextPage}">>></a>
  278. {/block:NextPage}
  279. {/block:Pagination}
  280.  
  281. </div>
  282.  
  283.  
  284.  
  285. </body>
  286.  
  287.  
  288. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement