Advertisement
strangebesidethepond

One wedding and a funeral

Apr 17th, 2012
15,410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.75 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.  
  4. <!-----
  5. theme #001 by Rose @ itsacrimescene.tumblr.com
  6. Please do not copy or claim as your own
  7. Do not remove the credit or move it to a secondary page
  8. Thank you
  9. ------>
  10.  
  11. <head>
  12.  
  13.  
  14. <meta name="color:title" content="#EEE3C6" />
  15. <meta name="color:background" content="#776656" />
  16. <meta name="color:links" content="#f0d990" />
  17. <meta name="color:linkshover" content="#9E8365" />
  18. <meta name="color:sidebar" content="#ccbb9a" />
  19. <meta name="color:sidebartext" content="#8B7660" />
  20. <meta name="color:posts" content="#ccbb9a" />
  21. <meta name="color:tags" content="#B8A57F" />
  22. <meta name="color:info" content="#8c7762" />
  23. <meta name="color:askbackground" content="#ebddbb" />
  24. <meta name="color:asktext" content="#74604C" />
  25. <meta name="color:line" content="#8c7762" />
  26. <meta name="color:text" content="#8B7660" />
  27.  
  28. <meta name="image:background" content="" />
  29. <meta name="image:sidebarimg" content="" />
  30.  
  31. <meta name="text:bodyfontsize" content="11px" />
  32. <meta name="text:blogtitle" content="" />
  33. <meta name="text:subtitle" content="" />
  34. <meta name="text:lastwords" content="" />
  35.  
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="" />
  39. <meta name="text:Link2 Title" content="" />
  40. <meta name="text:Link3" content="" />
  41. <meta name="text:Link3 Title" content="" />
  42. <meta name="text:Link4" content="" />
  43. <meta name="text:Link4 Title" content="" />
  44. <meta name="text:Link5" content="" />
  45. <meta name="text:Link5 Title" content="" />
  46. <meta name="text:Link6" content="" />
  47. <meta name="text:Link6 Title" content="" />
  48.  
  49.  
  50. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  51. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <link rel="shortcut icon" href="{Favicon}" />
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. body{
  60. font-size: {text:bodyfontsize}; background-image: url('{image:background}'); font-family: Georgia, Palatino, Times, serif; background-color: {color:background}; padding: 0px; color: {color:text}; background-attachment: fixed; background-repeat: repeat; text-align:left; line-height:14px;
  61. }
  62.  
  63. p{
  64. margin:0 10px 10px
  65. }
  66.  
  67. b, strong, i, s, strike, em, del {
  68. color: {color:tags};
  69. font-size:120%;
  70. }
  71.  
  72. blockquote {
  73. padding:5px 0px 5px 5px;
  74. margin: 0px 2px 2px 10px;
  75. border-left:3px solid {color:info};
  76. }
  77.  
  78. blockquote img, blockquote a img {
  79. max-width: 400px;
  80. }
  81.  
  82. pre {
  83. width:95%;
  84. margin-left:auto;
  85. margin-right:auto;
  86. font-family: Courier;
  87. font-size:11px;
  88. padding: 5px 6px 5px 6px;
  89. word-wrap: break-word;
  90. background-color:{color:askbackground};
  91. color: {color:asktext};
  92. border: 1px solid {color:line};
  93. max-height:100px!important;
  94. overflow-y:auto;
  95. }
  96.  
  97. li {
  98. padding-right: 10px;
  99. }
  100.  
  101. a img {
  102. border: none;
  103. }
  104.  
  105. a:link, a:active, a:visited {
  106. color: {color:links};
  107. background-color: transparent;
  108. text-decoration:none;
  109. letter-spacing: 1.5px;
  110. -webkit-transition: all 0.6s ease-in-out;
  111. -moz-transition: all 0.6s ease-in-out;
  112. -o-transition: all 0.6s ease-in-out;
  113. -ms-transition: all 0.6s ease-in-out;
  114. transition: all 0.6s ease-in-out;
  115. }
  116.  
  117. a:hover{
  118. color:{color:linkshover};
  119. -webkit-transition: all 0.6s ease-in-out;
  120. -moz-transition: all 0.6s ease-in-out;
  121. -o-transition: all 0.6s ease-in-out;
  122. -ms-transition: all 0.6s ease-in-out;
  123. transition: all 0.6s ease-in-out;
  124. }
  125.  
  126. /*SIDEBAR*/
  127.  
  128. #wholebar {
  129. width: 250px;
  130. height: auto;
  131. margin: 60px 0 0 50px;
  132. position:fixed;
  133. }
  134.  
  135. #sidebar {
  136. width: 225px;
  137. height: auto;
  138. margin: 10px 0 0 100px;
  139. padding: 10px;
  140. font-family: Verdana;
  141. font-size:11px;
  142. line-height: 12px;
  143. text-align:justify;
  144. position:fixed;
  145. background-color: {color:sidebar};
  146. color:{color:sidebartext};
  147. border-bottom-right-radius: 25px;
  148. }
  149.  
  150. .blogtitle {
  151. width: 225px;
  152. height: auto;
  153. margin: 0px auto 0 auto;
  154. font-family:Georgia;
  155. font-size:20px;
  156. line-height:21px;
  157. text-align:center;
  158. letter-spacing: -1px;
  159. }
  160.  
  161. .blogtitle a {
  162. color:{color:title};
  163. }
  164.  
  165. .blogtitle a:hover {
  166. color:{color:text};
  167. }
  168.  
  169. .subtitle {
  170. font-family:Calibri;
  171. font-size:10px;
  172. text-transform:uppercase;
  173. text-align:center;
  174. line-height: 11px;
  175. margin: -2px auto 5px auto;
  176. color: {color:text};
  177. letter-spacing: 4px;
  178. }
  179.  
  180. #pagination {
  181. width: 225px;
  182. height: auto;
  183. padding: 1px 0px;
  184. text-align:center;
  185. font-size: 10px;
  186. font-family: Georgia;
  187. background-color: {color:background};
  188. color: {color:tags};
  189. background-color: {color:background};
  190. }
  191.  
  192. #sidebarimg {
  193. width: 225px;
  194. height: auto;
  195. margin: 10px auto 0 auto;
  196. }
  197.  
  198. #sidebarimg img {
  199. width: 225px;
  200. height: auto;
  201. }
  202.  
  203. #navibar {
  204. width: 225px;
  205. height: auto;
  206. margin: 10px auto;
  207. text-align:center;
  208. background-color: {color:background};
  209. }
  210.  
  211. #navibar a {
  212. display:inline-block;
  213. font-family:Calibri;
  214. font-size: 11px;
  215. padding: 2px 5px;
  216. color: {color: title};
  217. }
  218.  
  219. #navibar a:hover {
  220. color:{color:linkshover};
  221. }
  222.  
  223. #icon {
  224. margin: 5px 0 0 -90px;
  225. position: absolute;
  226. -webkit-border-radius: 100px;
  227. -moz-border-radius: 100px;
  228. border-radius: 100px;
  229. z-index: 999;
  230. }
  231.  
  232. #icon img {
  233. width: 96px;
  234. height: 96px;
  235. -webkit-border-radius: 100px;
  236. -moz-border-radius: 100px;
  237. border-radius: 100px;
  238. }
  239.  
  240. #sidebarlinks {
  241. position:absolute;
  242. width: 95px;
  243. font-family: Georgia;
  244. font-size: 9px;
  245. line-height: 10px;
  246. text-transform: lowercase;
  247. text-align:center;
  248. margin: 120px 0 0 -113px;
  249. }
  250.  
  251. #sidebarlinks a {
  252. display:block;
  253. width: 95px;
  254. padding: 4px;
  255. margin-bottom: 2px;
  256. color: {color:text};
  257. letter-spacing:1px;
  258. background-color: {color:sidebar};
  259. }
  260.  
  261. #sidebarlinks a:hover {
  262. background-color: {color:info};
  263. color: {color:linkshover};
  264. font-style: italic;
  265. letter-spacing: 1px;
  266. }
  267.  
  268. .credit a {
  269. display:block;
  270. height: 10px;
  271. font-size: 9px;
  272. font-family: Calibri;
  273. line-height: 10px;
  274. text-transform:uppercase;
  275. color:{color:tags};
  276. padding: 2px;
  277. background-color: {color:sidebar};
  278. text-align:center;
  279. letter-spacing: 2px;
  280. border-bottom-left-radius: 25px;
  281. border-bottom: 2px solid {color:line};
  282. }
  283.  
  284. .credit a:hover {
  285. background-color: {color:info};
  286. color: {color:linkshover};
  287. border-bottom: 0px solid {color:text};
  288. font-style: italic;
  289. letter-spacing: 1px;
  290. opacity:0.9;
  291. border-bottom: 2px solid {color:line};
  292. }
  293.  
  294. #lastwords {
  295. width:225px;
  296. font-size: 9px;
  297. line-height: 8px;
  298. border-bottom: 2px solid {color:line};
  299. text-align: right;
  300. background-color: {color:background};
  301. color: {color:tags};
  302. opacity: 0.6;
  303. margin: 10px auto 0 auto;
  304. }
  305.  
  306. /* CONTAINER */
  307.  
  308. #entries {
  309. width: 520px;
  310. height: auto;
  311. margin: 70px 0 0 430px;
  312. position:absolute;
  313. background-color:transparent;
  314. }
  315.  
  316. #entry {
  317. width: 520px;
  318. height: auto;
  319. margin: 0 auto 40px auto;
  320. background-color:{color:posts};
  321. border-bottom-left-radius: 25px;
  322. }
  323.  
  324. #posts {
  325. width: 500px;
  326. text-align: justify;
  327. font-family: Georgia, Palatino, Times, serif;
  328. font-size: {text:bodyfontsize};
  329. letter-spacing: 1px;
  330. background-color: {color:posts};
  331. padding: 10px;
  332. border-bottom-left-radius: 25px;
  333. }
  334.  
  335. /* INFO */
  336.  
  337. #date {
  338. height: 10px;
  339. text-align: right;
  340. font-size: 11px;
  341. line-height:9px;
  342. font-family: Calibri;
  343. text-transform: lowercase;
  344. padding: 1px 2px;
  345. margin-bottom:10px;
  346. color: {color:tags};
  347. background: {color:info};
  348. }
  349.  
  350. #date a {
  351. color:{color:title};
  352. background-color: transparent;
  353. font-style: italic;
  354. }
  355.  
  356. #date a:hover {
  357. color:{color:tags};
  358. }
  359.  
  360. #info {
  361. height: 50px;
  362. width: 50px;
  363. margin-left: 495px;
  364. margin-top: -10px;
  365. position: absolute;
  366. text-align: center;
  367. text-transform: uppercase;
  368. z-index: 999;
  369. font-family:Calibri;
  370. font-size:8px;
  371. line-height:9px;
  372. -moz-border-radius: 50px;
  373. border-radius: 50px;
  374. background-color: {color:info};
  375. color: {color:tags};
  376. }
  377.  
  378. #info a{
  379. font-size: 22px;
  380. font-family: Georgia;
  381. color:{color:title};
  382. background-color: transparent;
  383. letter-spacing: 0px;
  384. }
  385.  
  386. #info a:hover {
  387. color:{color:links};
  388. }
  389.  
  390. .day {
  391. font-size: 22px;
  392. margin-top: 10px;
  393. color: {color:title};
  394. font-family:Georgia;
  395. text-shadow: -1px -1px 0px {color:posts};
  396. }
  397.  
  398. .month {
  399. font-size: 10px;
  400. line-height: 6px;
  401. margin: 5px auto 5px auto;
  402. text-transform: uppercase;
  403. color: {color:tags};
  404. }
  405.  
  406. #sourcelinks {
  407. position:absolute;
  408. width: 50px;
  409. height: auto;
  410. background-color:transparent;
  411. margin-top:55px;
  412. margin-left:510px;
  413. }
  414.  
  415. #sourcelinks a {
  416. display:block;
  417. color: {color:text};
  418. background-color: {color:posts};
  419. text-align:center;
  420. width: 31px;
  421. height: 10px;
  422. font-size:8px;
  423. line-height:8px;
  424. font-family:Calibri;
  425. letter-spacing:0px;
  426. text-transform:lowercase;
  427. padding: 1px 2px;
  428. margin-bottom:2px;
  429. }
  430.  
  431. #sourcelinks a:hover {
  432. color:{color:linkshover};
  433. font-style: italic;
  434. background-color: {color:info};
  435. }
  436.  
  437. /* TAGS */
  438.  
  439. #tagbox {
  440. font-size: 10px;
  441. font-family: Calibri;
  442. padding: 2px 3px;
  443. line-height: 10px;
  444. margin: 10px auto 5px auto;
  445. border-bottom: 2px solid {color:line};
  446. color: {color:tags};
  447. background-color: {color:background};
  448. }
  449.  
  450. #tagbox a {
  451. color: {color:tags};
  452. display: inline;
  453. list-style: none;
  454. opacity: 0.8;
  455. }
  456.  
  457. #tagbox a:hover {
  458. color: {color:tags};
  459. list-style: none;
  460. opacity: 1;
  461. }
  462.  
  463. /* CONTENT */
  464.  
  465. h1{
  466. color:{color:title};
  467. font-family: georgia;
  468. font-size:20px;
  469. line-height:22px;
  470. background-color: transparent;
  471. letter-spacing:1px;
  472. font-weight:normal;
  473. text-align:left;
  474. }
  475.  
  476. h2{
  477. color:{color:title};
  478. font-family: Georgia, cursive;
  479. font-size:20px;
  480. line-height:22px;
  481. letter-spacing:1px;
  482. font-weight:normal;
  483. text-align:right;
  484. border-bottom: 1px dashed {color:line};
  485. background-color: transparent;
  486. }
  487.  
  488. h3, h4, h5 {
  489. font-weight: normal;
  490. margin: 3px;}
  491.  
  492. .qqmarks {
  493. font-size: 80px;
  494. font-weight: bold;
  495. line-height: 80px;
  496. color: {color:background};
  497. }
  498. .qquote {
  499. font-size: 20px;
  500. letter-spacing: -1px;
  501. line-height: 15px;
  502. text-transform: lowercase;
  503. margin-top: -70px;
  504. text-indent: 40px;
  505. }
  506.  
  507. .qusource {
  508. width: 500px;
  509. margin-left:0px;
  510. background-color: transparent;
  511. text-align:right;
  512. font-size: 10px;
  513. color: {color:text};
  514. line-height: 9px;
  515. opacity: 0.6;
  516. }
  517. .qusource a {
  518. text-align:right;
  519. font-size: 10px;
  520. color: {color:links};
  521. line-height: 9px;
  522. opacity: 0.8;
  523. background-color: transparent;
  524. }
  525. .qusource a:hover {
  526. color: {color:linkshover};
  527. line-height: 9px;
  528. opacity: 1;
  529. }
  530.  
  531. .question {
  532. color:{color:asktext}; text-align: right; font-size: 11.5px; font-weight: normal; font-family: Georgia; line-height:95%; background: {color:askbackground}; margin: 0 0 10px 0; padding: 10px 15px; position: relative; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}
  533.  
  534. .questionbubble {
  535. width: 13px; height: 7px; font-size:30px; font-family:'trebuchet ms'; position: absolute; color:{color:askbackground}; bottom: -3.5px; left: 120px;}
  536.  
  537. .asker {
  538. text-align:left; text-transform: lowercase; color:{color:text}; line-height: 10px;}
  539. .asker a {color:{color:links}; text-transform: lowercase; letter-spacing: 1px; background-color: trans;}
  540. .asker a:hover {color:{color:linkshover}; text-transform: lowercase; letter-spacing: 1px;}
  541. .asker img {float:left; margin-left:140px; margin-top: -5px; vertical-align:top; margin-right:3px; max-height:15px; -moz-border-radius:100px; -webkit-border-radius:100px;}
  542.  
  543. .answer {
  544. margin-top:15px;
  545. }
  546.  
  547. #audio {
  548. margin-bottom: 0px;
  549. width: 490px;
  550. height:100px;
  551. padding: 5px;
  552. background-color: {color:background}
  553. }
  554.  
  555. .cover {
  556. width: 100px;
  557. height: 100px;
  558. position: absolute;
  559. }
  560.  
  561. .cover img {
  562. width: 100px;
  563. height: 100px;
  564. float: left;
  565. }
  566.  
  567. .playercontainer {
  568. width:100px;
  569. height:100px;
  570. position:absolute;
  571. display:block;
  572. background-color: {color:posts};
  573. z-index:6;
  574. opacity:0.6;
  575. -webkit-transition:all 0.7s ease-in-out;
  576. -moz-transition:all 0.7s ease-in-out;
  577. -o-transition:all 0.7s ease-in-out;
  578. -ms-transition:all 0.7s ease-in-out;
  579. transition:all 0.7s ease-in-out;
  580. }
  581.  
  582. .playercontainer:hover {
  583. opacity:0.8;
  584. -webkit-transition:all 0.7s ease-in-out;
  585. -moz-transition:all 0.7s ease-in-out;
  586. -o-transition:all 0.7s ease-in-out;
  587. -ms-transition:all 0.7s ease-in-out;
  588. transition:all 0.7s ease-in-out;
  589. }
  590.  
  591. .player {
  592. width: 25px;
  593. height: 25px;
  594. overflow: hidden;
  595. margin: 36px;
  596. background-color:{color:posts};
  597. }
  598.  
  599. .sugarbabylove {
  600. margin-left:105px;
  601. float:left;
  602. width:373px;
  603. padding:5px;
  604. margin-bottom:5px;
  605. font-size:10px;
  606. line-height:13px;
  607. letter-spacing:0px;
  608. color: {color:tags};
  609. background-color:transparent;
  610. text-align:center;
  611. }
  612.  
  613. .sugarbabylove small {
  614. color: {color:text};
  615. font-style:italic;}
  616.  
  617. .trackname {
  618. text-align:center;
  619. font-family: Georgia;
  620. font-size:17px;
  621. line-height:18px;
  622. color: {color:title};
  623. padding: 15px 0px 13px 0px;
  624. }
  625.  
  626. .photo {
  627. border-bottom-right-radius: 30px;
  628. }
  629.  
  630. .user_1 .label {
  631. color:{color:text};
  632. font-weight:bold;
  633. }
  634.  
  635. .user_2 .label {
  636. color:{color:text};
  637. font-weight:bold;
  638. }
  639.  
  640. ul.chat, .chat ol, .chat li {
  641. list-style:none;
  642. margin:0px;
  643. padding:0px;
  644. }
  645.  
  646. .source {
  647. display:none;
  648. }
  649.  
  650. .cap {
  651. margin: 5px auto 0 auto;}
  652.  
  653. #notes {background-color: {color:posts}; width:500px; margin: 0px auto 10px auto; padding:10px; border-top-right-radius: 25px;}
  654. #notestext {width: 500px; margin-left: auto; margin-right: auto; background-color: {color:posts}; padding:5px; text-align: left;
  655. border-top-right-radius: 25px;}
  656. #notes blockquote a {color:{color:title}; font-weight:normal; background-color: transparent; padding: 5px; margin:0;}
  657.  
  658. ol.notes {list-style: none; padding:0px;}
  659. ol.notes li {background-color: {color:posts}; margin: 0 px; padding: 5px;}
  660. ol.notes .avatar {border: 1px solid {color:background}; height: 10px; padding: 0px; width: 10px;}
  661. ol.notes li .clear {height: 0px!important;}
  662. ol.notes li blockquote {border-color: {color:info}!important; background-color: {color:info}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
  663.  
  664. ::-webkit-scrollbar-corner {
  665. background:{color:background};
  666. }
  667.  
  668. ::-webkit-scrollbar-thumb:vertical {
  669. background-color: {color:text};
  670. width:7px;
  671. height:auto;
  672. border: 1px solid {color:info};
  673. -webkit-border-radius: 1px;
  674. }
  675.  
  676. ::-webkit-scrollbar-thumb:horizontal {
  677. background-color: {color:text};
  678. width:auto;
  679. height:7px;
  680. border: 1px solid {color:info};
  681. -webkit-border-radius: 1px;
  682. }
  683.  
  684. ::-webkit-scrollbar {
  685. height:7px;
  686. width:7px;
  687. background-color: {color:background};
  688. }
  689.  
  690. ::-moz-selection {background-color: {color:background}; color: {color:title};}
  691. ::selection {background-color: {color:background}; color: {color:title};}
  692.  
  693. {CustomCSS}
  694.  
  695.  
  696. </style>
  697. </head>
  698.  
  699. <body>
  700.  
  701. <div id="wholebar">
  702.  
  703. <div id="sidebar">
  704.  
  705. <div id="icon"><img src="{PortraitURL-96}" /></div>
  706.  
  707. <div id="sidebarlinks">
  708. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  709. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  710. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  711. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  712. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  713. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  714. <div class="credit"><a href="http://itsacrimetheme.tumblr.com" target="_blank">theme</a></div>
  715. </div>
  716.  
  717. <div class="blogtitle"><a href="/">{text:blogtitle}</a></div>
  718. <div class="subtitle">{text:subtitle}</div>
  719.  
  720. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} <b>{CurrentPage}</b>/{TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage} {/block:Pagination}</div>
  721.  
  722. <div id="sidebarimg"><img src="{image:sidebarimg}" /></div>
  723.  
  724. <div id="navibar">
  725. <a href="/">home</a> <a href="/ask">ask</a> <a href="/random" title="random post">random</a> <a href="/archive">past</a></div>
  726.  
  727. {block:Description}{Description}{/block:Description}
  728.  
  729. <div id="lastwords">{text:lastwords}</div>
  730.  
  731. </div>
  732. </div>
  733.  
  734.  
  735. <div id="entries">
  736.  
  737. {block:Posts}
  738.  
  739. <div id="entry">
  740.  
  741. <div id="posts">
  742.  
  743. <div id="date">{block:Date}{block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:text}
  744. {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photo}
  745. {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photoset}
  746. {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:quote}
  747. {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:audio}
  748. {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:video}
  749. {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:chat}
  750. {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:link}
  751. {block:answer} answered {/block:answer}{TimeAgo}{/block:Date} / <a href="{ReblogURL}" target="_blank" title="reblog this post!">reblog</a>*&nbsp;</div>
  752.  
  753. <div id="info">
  754. <div class="day"><a href="{Permalink}" title="Permalink">{DayOfMonthWithZero}</a></div>
  755. <div class="month">{ShortMonth}</div>
  756. <small>&hearts;</small> {NoteCount}
  757. </div>
  758.  
  759. <div id="sourcelinks">
  760. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" alt="{SourceTitle}" title="{SourceTitle}">source</a>{/block:ContentSource}
  761. </div>
  762.  
  763. {block:Quote}
  764. <b class="qqmarks">“</b><div class="qquote"><p>{Quote}</p></div>
  765. {block:Source}
  766. <div class="qusource">~{Source} &nbsp;</div>
  767. {/block:Source}
  768. {/block:Quote}
  769.  
  770. {block:Title}
  771. <h1>*{Title}&nbsp;</h1>
  772. {/block:Title}
  773.  
  774. {block:Text}
  775. <p>{Body}</p>{/block:Text}
  776.  
  777. {block:Link}
  778. <a style="background-color: transparent;" href="{URL}" class="link" {Target}><h2>{Name}* &nbsp;</h2></a>
  779. {block:Description}<P>{Description}</p>{/block:Description}
  780. {/block:Link}
  781.  
  782. {block:Photo}
  783. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo" />{LinkCloseTag}</center>
  784. {/block:Photo}
  785.  
  786. {block:Photoset}
  787. <center>{Photoset-500}</center>
  788. {/block:Photoset}
  789.  
  790. {block:Chat}
  791. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  792. {/block:Chat}
  793.  
  794. {block:Video}
  795. {Video-500}
  796. {/block:Video}
  797.  
  798. {block:Answer}
  799. <div class="question">
  800. <div class="questionbubble">▼</div>
  801. {Question}
  802. </div>
  803. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}</div><br />
  804. {Answer}
  805. {/block:Answer}
  806.  
  807. {block:Audio}<div id="audio">
  808. <div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
  809. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  810. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerBlack}</div>
  811. </div>{/block:AudioPlayer}
  812. <div class="sugarbabylove">
  813. {block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
  814. {block:Artist}{Artist}{/block:Artist}
  815. {block:Album} <small>&&</small> {Album}{/block:Album}
  816. {block:PlayCount}<small><br>{PlayCountWithLabel}</small>{/block:PlayCount}
  817. </div>
  818. </div>
  819. {/block:Audio}
  820.  
  821. <div class="cap">
  822. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  823. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  824. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  825. {block:Audio}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  826. </div>
  827.  
  828.  
  829. {block:HasTags}<div id="tagbox">{block:Tags}&nbsp; #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  830.  
  831.  
  832.  
  833. </div>
  834. </div>
  835.  
  836. {/block:Posts}
  837.  
  838. {block:PostNotes}
  839. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  840. {/block:PostNotes}
  841.  
  842. </div>
  843.  
  844.  
  845.  
  846. </body>
  847. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement