Advertisement
strangebesidethepond

Prepared to burn

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