Advertisement
damadellago

Rainy 2 columns V1.5

Mar 31st, 2012
10,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <!--
  4. +++++++++++++++++++++++++++
  5. Theme by:Lady of the Lake
  6. damadellago.tumblr.com
  7. +++++++++++++++++++++++++++
  8. -->
  9.  
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey|Berkshire+Swash|Josefin+Slab' rel='stylesheet' type='text/css'>
  17. {text:Meta tags}
  18. {block:Hidden}
  19.  
  20. <meta name="if:Show portrait photo" content="1" />
  21. <meta name="if:Enable endless scrolling" content="0" />
  22. <meta name="if:Caption on Index" content="0" />
  23. <meta name="if:Static Menu" content="1" />
  24. <meta name="if:Show People I Follow" content="0" />
  25. <meta name="text:Text size" content="9" />
  26. <meta name="if:Static background" content="0" />
  27. <meta name="if:Like on posts" content="0" />
  28. <meta name="font:Type" content="arial, sans-serif"/>
  29. <meta name="if:Resize image" content="0" />
  30. <meta name="text:Image Width" content="200" />
  31. <meta name="text:Image Height" content="250" />
  32. <meta name="text:Link1" content="Archive" />
  33. <meta name="text:Link1 Url" content="/archive" />
  34. <meta name="text:Link2" content="Random" />
  35. <meta name="text:Link2 Url" content="/random" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Url" content="" />
  38. <meta name="text:Link4" content="" />
  39. <meta name="text:Link4 Url" content="" />
  40. <meta name="text:Link5" content="" />
  41. <meta name="text:Link5 Url" content="" />
  42. <meta name="text:Link6" content="" />
  43. <meta name="text:Link6 Url" content="" />
  44. <meta name="text:Link7" content="" />
  45. <meta name="text:Link7 Url" content="" />
  46. <meta name="text:Link8" content="" />
  47. <meta name="text:Link8 Url" content="" />
  48. <meta name="text:Link9" content="" />
  49. <meta name="text:Link9 Url" content="" />
  50. <meta name="text:Link10" content="" />
  51. <meta name="text:Link10 Url" content="" />
  52. <meta name="color:Background" content="#a3d4db">
  53. <meta name="color:Shadow" content="#CCCCCC">
  54. <meta name="color:Font" content="#080b15">
  55. <meta name="color:Post Background" content="#2d889d">
  56. <meta name="color:Post Background2" content="#62bbc9">
  57. <meta name="color:Sidebar" content="#84c17b">
  58. <meta name="color:Sidebar Menu" content="#0281ae">
  59. <meta name="color:Links Font" content="#d5e2e8">
  60. <meta name="color:Links Font Hover" content="#FFFFFF">
  61. <meta name="color:Sidebar Menu Hover" content="#029cd2">
  62. <meta name="color:Menu" content="#202020">
  63. <meta name="color:Color1" content="#FFFFFF">
  64. <meta name="color:Color2" content="#13cddf">
  65. <meta name="color:Color3" content="#91cd8f">
  66. <meta name="color:Color4" content="#34abb1">
  67. <meta name="color:Color5" content="#72e3e9">
  68. <meta name="color:Color6" content="#77bc79">
  69. <meta name="color:Color7" content="#60aeb5">
  70. <meta name="color:Color8" content="#bafaff">
  71. <meta name="image:Background" content="http://static.tumblr.com/xeob1hy/CkIm1q4qu/rain-bg.png">
  72. <meta name="image:Portrait" content="http://static.tumblr.com/xeob1hy/Rmfm1q4qd/linkmak.png">
  73. <meta name="image:Top" content="http://static.tumblr.com/ikkgisy/Vnom6p4c2/rain.png">
  74. <meta name="color:Top" content="">
  75. {/block:Hidden}
  76. <style type="text/css">
  77.  
  78. /* - - - - - - Main - - - - - - */
  79. body {
  80. background-image:url({image:Background});
  81. background-color:{color:Background};
  82. {block:IfStaticBackground}background-position: fixed;background-attachment:fixed;{/block:IfStaticBackground}
  83. margin:0px;
  84. color:{color:Font};
  85. font-family: {font:Type};
  86. font-size: {text:Text size}px;
  87. font-size: 7pt;
  88. line-height: 15px;
  89. letter-spacing: 0px;
  90. }
  91.  
  92. #wrapper{
  93. width:100%;
  94. margin-left:0px;
  95. position:absolute;
  96. margin-top:0px;
  97. }
  98.  
  99. #content {
  100. margin-left:550px;
  101. margin-top:0px;
  102. padding:5px;
  103. position:absolute;
  104. width:550px;
  105. }
  106.  
  107. /* - - - - - - Top&Menu&Sidebar - - - - - - */
  108. #top{
  109. width:100%;
  110. height:20px;
  111. margin-left:0px;
  112. position:absolute;
  113. margin-top:0px;
  114. z-index:888;
  115. background-image:url({image:Top});
  116. background-color:{color:Top};
  117. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  118. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  119. }
  120.  
  121. #menu{
  122. margin-left:454px;
  123. opacity: .9;
  124. margin-top:0px;
  125. width:80px;
  126. padding:5px;
  127. padding-top:30px;
  128. padding-bottom:20px;
  129. background-color: {color:Menu};
  130. -moz-border-radius: 0px 0px 70px 70px;
  131. -webkit-border-radius: 0px 0px 70px 70px;
  132. -o-border-radius: 0px 0px 70px 70px;
  133. border-radius: 0px 0px 70px 70px;
  134. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  135. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  136. }
  137.  
  138. a.block {
  139. display:inline;
  140. text-align: center;
  141. padding:3px;
  142. margin:3px;
  143. position:relative;
  144. background-color:{color:Color4};
  145. display: inline-block;
  146. font-family : century Gothic, arial;
  147. color: {color:Links Font};
  148. font-weight: bold;
  149. line-height: 40px;
  150. width: 40px;
  151. height: 40px;
  152. border-radius: 50px 0px 50px 50px;
  153. -webkit-border-radius: 50px 0px 50px 50px;
  154. -moz-border-radius: 50px 0px 50px 50px;
  155. -o-border-radius:50px 0px 50px 50px;
  156. -webkit-transition: all .9s ease;
  157. -moz-transition: all .9s ease;
  158. -o-transition: all .9s ease;
  159. }
  160.  
  161. a.block:hover {
  162. color: {color:Links Font Hover};
  163. background-color:{color:Color5};
  164. line-height:25px;
  165. -webkit-transition: all .9s ease;
  166. -moz-transition: all .9s ease;
  167. -o-transition: all .9s ease;
  168. text-shadow:0px 0px 5px {color:Shadow};
  169. }
  170.  
  171. #sidebar{
  172. background-color:{color:Sidebar};
  173. margin-left:240px;
  174. margin-top:0px;
  175. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  176. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  177. width:200px;
  178. padding:7px;
  179. padding-bottom:70px;
  180. padding-top:30px;
  181. text-align:justify;
  182. -moz-border-radius: 0px 0px 100px 100px;
  183. -webkit-border-radius:0px 0px 100px 100px;
  184. -o-border-radius:0px 0px 100px 100px;
  185. border-radius:0px 0px 100px 100px;
  186. z-index:777;
  187. }
  188.  
  189. .side {
  190. width:85px;
  191. display:inline;
  192. font-weight: bold;
  193. text-align: left;
  194. padding:4px;
  195. margin:2px;
  196. float:left;
  197. display: inline-block;
  198. background-color:{color:Sidebar Menu};
  199. color: {color:Links Font};
  200. text-transform: uppercase;
  201. -webkit-transition: all .7s ease-in;
  202. -moz-transition: all .7s ease-in;
  203. -o-transition: all .7s ease-in;
  204. }
  205.  
  206. .side:hover {
  207. background-color: {color:Sidebar Menu Hover};
  208. -webkit-transition: all .7s ease-in;
  209. -moz-transition: all .7s ease-in;
  210. -o-transition: all .7s ease-in;
  211. }
  212.  
  213. .portrait{
  214. border: 10px solid {color:color7};
  215. -moz-border-radius: 0px 0px 250px 250px;
  216. -webkit-border-radius: 0px 0px 250px 250px;
  217. -o-border-radius: 0px 0px 250px 250px;
  218. border-radius: 0px 0px 250px 250px;
  219. width: {text:Image Width}px;
  220. height: {text:Image Height}px;
  221. {block:IfResizeImage}background-size:{text:Image Width}px {text:Image Height}px;{/block:IfResizeImage}
  222. margin: 0px;
  223. background-image: url({image:Portrait});
  224. -webkit-transition: all 1s ease;
  225. -moz-transition: all 1s ease;
  226. -o-transition: all 1s ease;
  227. }
  228.  
  229. .portrait:hover{
  230. -moz-border-radius: 0px 0px 0px 0px;
  231. -webkit-border-radius: 0px 0px 0px 0px;
  232. -o-border-radius: 0px 0px 0px 0px;
  233. border-radius: 0px 0px 0px 0px;
  234. -webkit-transition: all 1s ease;
  235. -moz-transition: all 1s ease;
  236. -o-transition: all 1s ease;
  237. }
  238.  
  239. .portrait2{
  240. margin-left:20px;
  241. margin-top:0px;
  242. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  243. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  244. -moz-border-radius: 0px 0px 250px 250px;
  245. -webkit-border-radius: 0px 0px 250px 250px;
  246. -o-border-radius: 0px 0px 250px 250px;
  247. border-radius: 0px 0px 250px 250px;
  248. width: {text:Image Width}px;
  249. height: {text:Image Height}px;
  250. }
  251.  
  252. .following {margin:3px;-moz-border-radius: 16px;
  253. -webkit-border-radius: 16px;
  254. -o-border-radius: 16px;
  255. border-radius: 16px;}
  256.  
  257. #pagi {
  258. margin:10px; width:200px;
  259. float:left;
  260. }
  261.  
  262. .pagina{
  263. position:relative;margin:3px;
  264. background-color: {color:Color4};
  265. display: inline-block;
  266. padding: 3px;
  267. color: {color:Color5};
  268. -moz-border-radius: 5px;
  269. -webkit-border-radius: 5px;-o-border-radius: 5px;
  270. border-radius: 5px;
  271. }
  272.  
  273. /* - - - - - - Posts - - - - - - */
  274. .container{
  275. background-color: {color:Post Background};
  276. text-align: justify;
  277. margin:auto;
  278. margin-top:20px;
  279. padding:10px;
  280. {block:IndexPage}overflow:hidden;{/block:IndexPage}
  281. width:500px;
  282. -moz-border-radius: 3px;
  283. -webkit-border-radius: 3px;
  284. -o-border-radius: 3px;
  285. border-radius: 3px;
  286. }
  287.  
  288. #notes {
  289. background-color: {color:Post Background};
  290. width:505px;
  291. margin:auto;
  292. margin-top: 10px;
  293. margin-bottom: 10px;
  294. padding:10px;
  295. -moz-border-radius: 5px;
  296. -webkit-border-radius: 5px;
  297. -o-border-radius: 5px;
  298. border-radius: 5px;
  299. position:relative;
  300. }
  301.  
  302. ol.notes {
  303. list-style:none;
  304. padding:10px;
  305. }
  306.  
  307. h1 {
  308. color: {color:color2};
  309. font-family: 'Berkshire Swash', cursive;
  310. font-size: 20px;
  311. font-weight: normal;
  312. font-style:italic;
  313. letter-spacing: 3px;
  314. text-align: center;
  315. margin-top: 10;
  316. margin-bottom: 10;
  317. padding-right: 0px;
  318. border-bottom: 5px solid {color:Menu};
  319. }
  320.  
  321. h2 {
  322. color: {color:Color1};
  323. font-size: 15pt;
  324. font-family: 'Josefin Slab', serif;
  325. font-style: italic;
  326. text-align: center;
  327. margin: 0;
  328. letter-spacing: 3px;
  329. line-height: 4pt;
  330. padding-right: 0px;
  331. border-bottom: 5px solid {color:Menu};
  332. text-shadow:0px 0px 0px;
  333. }
  334.  
  335. h2:first-letter {
  336. color: {color:Color3};
  337. font-family: 'Happy Monkey', cursive;
  338. font-size: 18pt;
  339. font-weight: normal;
  340. text-transform: uppercase;
  341. font-style: italic;
  342. }
  343.  
  344. .notescount {
  345. background-color:{color:Color6};
  346. float:left;
  347. text-align:center;
  348. font-size:10px;
  349. width:500px;
  350. height:0px;
  351. margin-top:20px;
  352. overflow:hidden;
  353. z-index:999;
  354. position:absolute;
  355. -moz-border-radius: 0px 0px 10px 10px;
  356. -webkit-border-radius: 0px 0px 10px 10px;
  357. -o-border-radius: 0px 0px 10px 10px;
  358. border-radius: 0px 0px 10px 10px;
  359. -webkit-transition: all .5s ease-in;
  360. -moz-transition: all .5s ease-in;
  361. -o-transition: all .5s ease-in;
  362. }
  363.  
  364. .notescount a{
  365. color:{color:Color1}
  366. }
  367.  
  368. #post:hover .notescount {
  369. margin-top:-10px;
  370. height:15px;
  371. -webkit-transition: all .9s ease;
  372. -moz-transition: all .9s ease;
  373. -o-transition: all .9s ease;
  374. }
  375.  
  376. {block:IfLikeonposts}.my-like { background-image: url(http://static.tumblr.com/ikkgisy/Bxmm6ic7e/heart2.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;}
  377. .my-liked, .my-like:hover { background-image: url(http://static.tumblr.com/ikkgisy/Pnom6ic7v/heart1.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;} {/block:IfLikeonposts}
  378.  
  379. /* - - - - - - Content - - - - - - */
  380. .quo {
  381. font-size:18pt;
  382. font-family: 'Berkshire Swash', cursive;
  383. line-height:20px;
  384. color:{color:Color8};
  385. text-align: center;
  386. }
  387.  
  388. .answer {
  389. margin:0px;
  390. padding:10px;
  391. background:{color:Post Background2};
  392. }
  393.  
  394. .album img {
  395. max-width: 70px;
  396. float: left;
  397. margin-right: 5px;
  398. box-shadow: 0px 0px 6px {color:Shadow};
  399. -webkit-box-shadow: 0px 0px 6px {color:Shadow};
  400. -moz-box-shadow: 0px 0px 6px {color:Shadow};
  401. -moz-border-radius: 6px;
  402. -webkit-border-radius: 6px;
  403. -o-border-radius: 6px;
  404. border-radius: 6px;
  405. -webkit-transition: all 1s ease;
  406. -moz-transition: all 1s ease;
  407. -o-transition: all 1s ease;
  408. }
  409.  
  410. .album img:hover {
  411. opacity:0.5;
  412. -webkit-transition: all 1s ease;
  413. -moz-transition: all 1s ease;
  414. -o-transition: all 1s ease;
  415. }
  416.  
  417. #chat ul {
  418. list-style:none;
  419. padding:5px;
  420. }
  421.  
  422. #chat ul li.odd {
  423. background:{color:Post Background2};
  424. }
  425.  
  426. #chat li {
  427. padding: 2px;
  428. list-style-type: none;
  429. }
  430.  
  431. .source {
  432. margin:0px 10px 0px 0px;
  433. text-align:left;
  434. letter-spacing:0px;
  435. }
  436.  
  437. blockquote {
  438. margin:auto;
  439. padding:1px;
  440. border-left: 3px {color:Color4} solid;
  441. }
  442.  
  443. /* - - - - - - General - - - - - - */
  444. b,u,i,s {
  445. color: {color:color2};
  446. font-weight: bold;
  447. }
  448.  
  449. a {
  450. text-decoration: none;
  451. color: {color:Links Font};
  452. }
  453.  
  454. a:hover {
  455. color:{color:Links Font Hover};
  456. text-shadow:0px 0px 5px {color:Shadow};
  457. }
  458.  
  459. ::-webkit-scrollbar {
  460. width: 7px;
  461. background-color: {color:Color4};
  462. }
  463.  
  464. ::-webkit-scrollbar-thumb:vertical {
  465. background-color: {color:Color5};
  466. }
  467.  
  468. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}
  469.  
  470. a.install {
  471. width: 96px;
  472. height: 20px;
  473. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  474. display: block;
  475. position: absolute;
  476. top: 26px;
  477. right: 3px;
  478. z-index:999;
  479. -webkit-transition: all 1s ease;
  480. -moz-transition: all 1s ease;
  481. -o-transition: all 1s ease;
  482. opacity: 0.4;
  483. }
  484.  
  485. a.install:hover {
  486. -webkit-transition: all 1s ease;
  487. -moz-transition: all 1s ease;
  488. -o-transition: all 1s ease;
  489. opacity: 1;
  490. }
  491.  
  492. iframe#tumblr_controls {
  493. top: 0px !important;
  494. right:0px !important;
  495. -webkit-transition: all 1s ease;
  496. -moz-transition: all 1s ease;
  497. -o-transition: all 1s ease;
  498. opacity: 0.4;
  499. }
  500.  
  501. iframe#tumblr_controls:hover {
  502. -webkit-transition: all 1s ease;
  503. -moz-transition: all 1s ease;
  504. -o-transition: all 1s ease;
  505. opacity: 1;
  506. }
  507. {CustomCSS}
  508. </style>
  509. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  510. <script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
  511. {block:IfEnableEndlessScrolling}
  512. <script type="text/javascript" src="http://proto.jp/js/tumblrAutoPager.js"></script>
  513. {/block:IfEnableEndlessScrolling}
  514. {block:IfLikeonposts}<script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>{/block:IfLikeonposts}
  515. </head>
  516. <body>
  517. <div id="wrapper"><a href="http://damadellago.tumblr.com" class="install"></a>
  518. <div id="top"></div>
  519. <div id="sidebar">
  520. {block:Description}<div id="description">{Description}</div>{/block:Description}
  521.  
  522.  
  523. {block:IfLink3}<a class="side" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
  524. {block:IfLink4}<a class="side" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
  525. {block:IfLink5}<a class="side" href="{text:Link5 Url}">{text:Link5}</a>{/block:IfLink5}
  526. {block:IfLink6}<a class="side" href="{text:Link6 Url}">{text:Link6}</a>{/block:IfLink6}
  527. {block:IfLink7}<a class="side" href="{text:Link7 Url}">{text:Link7}</a>{/block:IfLink7}
  528. {block:IfLink8}<a class="side" href="{text:Link8 Url}">{text:Link8}</a>{/block:IfLink8}
  529. {block:IfLink9}<a class="side" href="{text:Link9 Url}">{text:Link9}</a>{/block:IfLink9}
  530. {block:IfLink10}<a class="side" href="{text:Link10 Url}">{text:Link10}</a>{/block:IfLink10}
  531.  
  532.  
  533.  
  534. {block:IfShowPeopleIFollow}
  535. {block:Following}
  536. <div id="following">
  537. {block:Followed}<a href="{FollowedURL}"><img class="following" alt="{FollowedName}" src="{FollowedPortraitURL-16}" /></a>{/block:Followed}
  538. </div>
  539. {/block:Following}
  540. {/block:IfShowPeopleIFollow}
  541.  
  542. {block:IfNotEnableEndlessScrolling}{block:Pagination}<div id="pagi">
  543. {block:PreviousPage}
  544. <a class="pagina" href="{PreviousPage}">«Previous</a>
  545. {/block:PreviousPage}
  546. {block:JumpPagination length="5"}
  547. {block:CurrentPage}
  548. <span class="pagina">{PageNumber}</span>
  549. {/block:CurrentPage}
  550. {block:JumpPage}
  551. <a class="pagina" href="{URL}">{PageNumber}</a>
  552. {/block:JumpPage}
  553. {/block:JumpPagination}
  554. {block:NextPage}
  555. <a class="pagina" href="{NextPage}">Next»</a>
  556. {/block:NextPage}</div>
  557. {/block:Pagination}{/block:IfNotEnableEndlessScrolling}
  558. </div>
  559. <div id="menu">
  560.  
  561. <!-- Navigation -->
  562. <center> <a class="block" href="/">Home</a>
  563. {block:IfLink1}<a class="block" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
  564. {block:IfLink2}<a class="block" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
  565. {block:AskEnabled}<a class="block" href="/ask">Ask</a>{/block:AskEnabled}
  566. {block:SubmissionsEnabled} <a class="block" href="/submit">Submit</a>{/block:SubmissionsEnabled}
  567. <a target="_blank" class="block" href="http://damadellago.tumblr.com">Theme</a></center>
  568. <!-- End navigation --></div>
  569.  
  570. {block:IfShowPortraitPhoto}<center><div class="portrait2"><div class="portrait"></div></div><br></center>{/block:IfShowPortraitPhoto}
  571. <div id="content">
  572.  
  573. {block:Posts}
  574. <div class="container"><div id="post">
  575. {block:IndexPage}<a href="{Permalink}"><h2> {Month} {DayOfMonth} {Year}, {12Hour}{AmPm}</h2></a><br>{/block:IndexPage}
  576.  
  577. {block:Text}
  578. {block:Title}<h1>{Title}</h1><br>{block:Title}
  579. {block:IndexPage}{Body}{/block:IndexPage}
  580. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  581. {/block:Text}
  582.  
  583. {block:Photo}
  584. {block:IndexPage}<center><a href="{permalink}"><img class="pic" src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  585. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic" alt="{PhotoAlt}"/>{LinkCloseTag}<br></center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  586. {/block:Photo}
  587.  
  588. {block:Photoset}
  589. {block:IndexPage}<center>{Photoset-500}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  590. {block:PermalinkPage}<center>{Photoset-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  591. {/block:Photoset}
  592.  
  593. {block:Quote}
  594. <p class="quo">"{Quote}"</p>
  595. {block:Source}<p class="source">&nbsp; &nbsp;— {Source}</p>{/block:Source}
  596. {/block:Quote}
  597.  
  598. {block:Link}
  599. {block:IndexPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1>{block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>{/block:Description}<br>
  600. {block:source}<p>{Source}</p>{/block:Source}{block:IfCaptionOnIndex}{/block:IndexPage}
  601. {block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1><br>{block:Description}<p>{Description}</p>{/block:Description}<br>
  602. {block:source}<p>{Source}</p>{/block:Source}{block:PermalinkPage}
  603. {/block:Link}
  604.  
  605. {block:Chat}
  606. {block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
  607. {block:Lines}
  608. <li class="{Alt} user_{UserNumber}">
  609. {block:Label}
  610. <span class="label">{Label}</span>
  611. {/block:Label}
  612. {Line}
  613. </li>
  614. {/block:Lines}
  615. </ul></div>
  616. {/block:Chat}
  617.  
  618. {block:Video}
  619. {block:IndexPage}<center>{Video-500}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  620. {block:PermalinkPage}<center>{Video-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  621. {/block:Video}
  622.  
  623. {block:Audio}
  624. {block:AudioEmbed}
  625. {AudioEmbed-500}
  626. {/block:AudioEmbed}
  627. {block:AudioPlayer}
  628. {block:AlbumArt}<div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  629. <div class="player">{AudioPlayerWhite}</div>
  630. <br> {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist} || Times played:{FormattedPlayCount}<br> [[<a title="External source only" href="{ExternalAudioURL}">{lang:Download}</a>]]</span>{/block:ExternalAudio}
  631. {/block:AudioPlayer}
  632. {block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex} {block:IndexPage}{block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}
  633. {/block:Audio}
  634.  
  635. {block:Answer}<div class="answer">
  636. <center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>
  637. {Question}<br></center></div>
  638. <center><br><img class="pic" src="{PortraitURL-48}"><br>
  639. {Answer}</center>{/block:Answer}
  640.  
  641. {block:IndexPage} <div class="notescount">
  642. <a href="{reblogurl}">Reblog</a> {block:IfLikeonposts} / <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div> {/block:IfLikeonposts} {block:NoteCount} / <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount} / <a href="{Permalink}">{timeago}</a></div>
  643. <br>{/block:IndexPage}
  644. </div></div>
  645.  
  646. {block:PermalinkPage}
  647. {block:PostNotes}<div id="notes"><center><br>
  648. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date} {block:RebloggedFrom} <br> Via <a href="{ReblogParentURL}">{ReblogParentName}</a> || Source <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br> <b>Tagged:</b>{block:Tags}
  649. &#9679; <a href="{TagURL}">{Tag}</a>
  650. {/block:Tags}<br>{/block:HasTags}
  651. </center>
  652. <br>{PostNotes}
  653. </div>{/block:PostNotes}{/block:PermalinkPage}
  654. {/block:Posts}
  655. </div>
  656. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement