Advertisement
strangebesidethepond

A World Torn Asunder

Jul 16th, 2015
8,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. theme #031 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. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head>
  15.  
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18.  
  19. <meta name="color:asktext" content="#2e2c27" />
  20. <meta name="color:background" content="#f0f0f0" />
  21. <meta name="color:bold" content="#272726" />
  22. <meta name="color:border" content="#dcdcdc" />
  23. <meta name="color:buttons" content="#f0f0f0" />
  24. <meta name="color:container" content="#CCCCCC" />
  25. <meta name="color:descriptiontext" content="#5d5d5d" />
  26. <meta name="color:infolink" content="#aaaaaa" />
  27. <meta name="color:infotext" content="#cecece" />
  28. <meta name="color:italics" content="#9a9a9a" />
  29. <meta name="color:link" content="#b01f1a" />
  30. <meta name="color:navilink" content="#929292" />
  31. <meta name="color:navilinkbg" content="#d7d7d7" />
  32. <meta name="color:posts" content="#e7e7e7" />
  33. <meta name="color:quotmark" content="#cccccc" />
  34. <meta name="color:scrollbar" content="#f0f0f0" />
  35. <meta name="color:tags" content="#7c7c7a" />
  36. <meta name="color:text" content="#44413f" />
  37. <meta name="color:title" content="#f8f8f8" />
  38.  
  39. <meta name="image:background" content="" />
  40. <meta name="image:sidebarbg" content="" />
  41.  
  42. <meta name="text:blogtitle" content="" />
  43. <meta name="text:bodyfontsize" content="11px" />
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2 Title" content="" />
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3 Title" content="" />
  50. <meta name="text:Link4" content="" />
  51. <meta name="text:Link4 Title" content="" />
  52. <meta name="text:Link5" content="" />
  53. <meta name="text:Link5 Title" content="" />
  54. <meta name="text:Link6" content="" />
  55. <meta name="text:Link6 Title" content="" />
  56. <meta name="text:Link7" content="" />
  57. <meta name="text:Link7 Title" content="" />
  58. <meta name="text:Link8" content="" />
  59. <meta name="text:Link8 Title" content="" />
  60. <meta name="text:Link9" content="" />
  61. <meta name="text:Link9 Title" content="" />
  62. <meta name="text:Link10" content="" />
  63. <meta name="text:Link10 Title" content="" />
  64.  
  65.  
  66. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}</title>
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69. {block:Description}
  70. <meta name="description" content="{MetaDescription}" />
  71. {/block:Description}
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  74.  
  75. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  76. <script>
  77. $().ready(function() {
  78. $("[title]").style_my_tooltips({
  79. tip_follows_cursor: "on", //on/off
  80. tip_delay_time: 200 //milliseconds
  81. });
  82. });
  83. </script>
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88. body {background-color:{color:background}; color:{color:text}; font-family: Arial; font-size: {text:bodyfontsize}; line-height:128%; text-align:justify; letter-spacing: 1px; margin:0px; width:100%; background-image: url('{image:background}'); background-attachment:fixed;}
  89.  
  90. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
  91. a:hover {color:{color:text}; text-decoration: none; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;}
  92.  
  93. img a {border:0px;}
  94. b, strong {font-weight: bold; color:{color:bold};letter-spacing: 0px;}
  95. i, em {font-style: italic; color:{color:italics};}
  96. s, strike, del {color: {color:italics};}
  97. u {font-style:underline; border-bottom: 1px dashed {color:border}; color: {color:text}; font-size: 102%;}
  98. p {margin-top: 8px;}
  99. blockquote {padding-left: 5px; margin: 5px 0 5px 5px; border-left: 1px solid {color:border}; word-wrap: break-word;}
  100. blockquote img {max-width:100%;}
  101. pre {width:95%; margin: 10px auto; font-family: Courier; font-size:11px; padding: 6px 7px 6px 7px; word-wrap: break-word; background-color:{color:background}; color: {color:info}; border: 1px solid {color:border}; max-height:170px!important; overflow-y:auto;}
  102.  
  103. h1 {
  104. width: 480px;
  105. height: auto;
  106. margin: 10px auto;
  107. font-family: 'Georgia', serif;
  108. padding: 5px 10px;
  109. font-weight:normal;
  110. font-style: italic;
  111. font-size: 23px;
  112. line-height: 22px;
  113. text-align:right;
  114. letter-spacing:-1px;
  115. color: {color:bold};
  116. }
  117.  
  118. #s-m-t-tooltip {
  119. position: absolute;
  120. max-width: 300px;
  121. padding: 1px 8px 1px 8px;
  122. z-index: 99999;
  123. display: inline-block;
  124. font-family: 'Calibri';
  125. font-size: 9px;
  126. text-transform: uppercase;
  127. color: {color:bold};
  128. background-color:{color:posts};
  129. border: 1px solid {color:border};
  130. box-shadow: 2px 2px 8px #222;
  131. }
  132.  
  133. /* CONTAINER */
  134.  
  135. #container {
  136. height: 100%;
  137. width: 980px;
  138. right:0;
  139. text-align:justify;
  140. background-color: {color:container};
  141. color: {color:info};
  142. position:absolute;
  143. }
  144.  
  145. /* SIDEBAR */
  146.  
  147. #sidebar {
  148. width: 300px;
  149. height: 100%;
  150. position:fixed;
  151. right: 0;
  152. color: {color:descriptiontext};
  153. overflow:hidden;
  154. background-image: url('{image:sidebarbg}');
  155. background-attachment:fixed;
  156. background-size: 300px auto;
  157. background-position: bottom right;
  158. background-repeat: no-repeat;
  159. background-color: {color:container};
  160. }
  161.  
  162. #about {
  163. width: 290px;
  164. height: auto;
  165. bottom: 50px;
  166. position:absolute;
  167. padding: 5px;
  168. background-color: {color:container};
  169. border-left: 1px solid {color:border};
  170. }
  171.  
  172. #blogtitle {
  173. width: 280px;
  174. margin: 10px auto 0 auto;
  175. font-family: Arial;
  176. font-size: 30px;
  177. line-height: 23px;
  178. color: {color:title};
  179. }
  180.  
  181. #blogtitle a {
  182. color: {color:title};
  183. }
  184.  
  185. #blogtitle a:hover {
  186. color: {color:descriptiontext};
  187. }
  188.  
  189. #desc {
  190. width: 270px;
  191. height: auto;
  192. font-family: Arial;
  193. font-size: 10px;
  194. line-height: 120%;
  195. text-align:justify;
  196. margin: 15px auto 0 auto;
  197. color: {color:descriptiontext};
  198. }
  199.  
  200. #linkbar {
  201. width: 60px;
  202. height: 100%;
  203. position:fixed;
  204. margin-left: 565px;
  205. padding: 0px 30px 30px 25px;
  206. text-align:center;
  207. background-color: {color:container};
  208. }
  209.  
  210. .linkbar {
  211. width: 60px;
  212. position:absolute;
  213. bottom: 150px;
  214. }
  215.  
  216. .linkbar a {
  217. display:block;
  218. font-family: Arial;
  219. font-size:8px;
  220. text-transform:uppercase;
  221. padding: 8px;
  222. margin: 5px auto;
  223. color: {color:navilink};
  224. background-color: {color:navilinkbg};
  225. }
  226.  
  227. .linkbar a:hover {
  228. color: {color:text};
  229. background-color: {color:posts};
  230. }
  231.  
  232. /* PAGINATION */
  233.  
  234. #pagination {
  235. width: 280px;
  236. margin: 15px auto 0 auto;
  237. font-family: Arial;
  238. font-size: 15px;
  239. color: {color:descriptiontext};
  240. }
  241.  
  242. #pagination a {
  243. font-style:italic;
  244. color: {color:title};
  245. }
  246.  
  247. #pagination a:hover {
  248. color: {color:descriptiontext};
  249. }
  250.  
  251. .current_page {
  252. font-size:12px;
  253. padding: 4px;
  254. }
  255.  
  256. /* ENTRIES */
  257.  
  258. #entries {
  259. width: 540px;
  260. height: auto;
  261. position:absolute;
  262. padding: 20px;
  263. margin-top: 20px;
  264. margin: 10px 0 0px 0px;
  265. background-color: {color:container};
  266. }
  267.  
  268. #entry {
  269. width: 500px;
  270. height: auto;
  271. padding: 20px;
  272. margin: 35px auto 0px auto;
  273. background-color: {color:posts};
  274. }
  275.  
  276. #posts {
  277. width: 500px;
  278. height: auto;
  279. margin: auto;
  280. color: {color:text};
  281. }
  282.  
  283. /* INFO */
  284.  
  285. #info {
  286. width: 75px;
  287. height: auto;
  288. margin: -10px auto auto -115px;
  289. position:absolute;
  290. text-align:center;
  291. padding: 5px 0;
  292. color: {color:infotext};
  293. background-color: {color:background};
  294. }
  295.  
  296. .day {
  297. font-family: 'Georgia', serif;
  298. font-size:32px;
  299. letter-spacing:-2px;
  300. }
  301.  
  302. .day small {
  303. font-size:18px;
  304. }
  305.  
  306. .day a {
  307. display:inline;
  308. color: {color:infolink};}
  309.  
  310. .day a:hover {
  311. color: {color:link};
  312. }
  313.  
  314. .month {
  315. font-family: 'Calibri', Tahoma;
  316. font-size:10px;
  317. text-transform:uppercase;
  318. margin-top:0px;
  319. background-color: {color:container};
  320. color: {color:descriptiontext};
  321. }
  322.  
  323. .reblogged {
  324. font-family: 'Calibri', Tahoma;
  325. font-size: 10px;
  326. margin: -2px auto 0 auto;
  327. }
  328.  
  329. .reblogged a {
  330. font-style: italic;
  331. color: {color:infolink};
  332. }
  333.  
  334. .note {
  335. font-family: 'Calibri', 'Trebuchet MS', Tahoma;
  336. font-size:10px;
  337. }
  338.  
  339. /* BUTTONS */
  340.  
  341. #buttons {
  342. width: 500px;
  343. height: auto;
  344. text-align:right;
  345. position:absolute;
  346. margin: 9px 0 0 0px;
  347. }
  348.  
  349. .buttoned {
  350. width:14px;
  351. height:14px;
  352. padding: 3px;
  353. margin: 0 auto 0px 4px;
  354. float:right;
  355. background-color: {color:buttons};
  356. -webkit-transition: all 0.6s ease-in-out;
  357. -moz-transition: all 0.6s ease-in-out;
  358. -o-transition: all 0.6s ease-in-out;
  359. transition: all 0.6s ease-in-out;
  360. }
  361.  
  362. .buttoned:hover {
  363. -moz-transform:rotate(360deg);
  364. -webkit-transform:rotate(360deg);
  365. -o-transform:rotate(360deg);
  366. -ms-transform:rotate(360deg);
  367. transform:rotate(360deg);
  368. -webkit-transition: all 0.6s ease-in-out;
  369. -moz-transition: all 0.6s ease-in-out;
  370. -o-transition: all 0.6s ease-in-out;
  371. transition: all 0.6s ease-in-out;
  372. }
  373.  
  374. /* TAGS */
  375.  
  376. #tagbox {
  377. width: 500px;
  378. height:auto;
  379. margin: 10px auto 20px auto;
  380. font-family: Calibri;
  381. font-size:8px;
  382. color: {color:navilinkbg};
  383. }
  384.  
  385. #tagbox a {
  386. font-size:10px;
  387. color: {color:tags};
  388. }
  389.  
  390. #tagbox a:hover {
  391. color: {color:bold};
  392. }
  393.  
  394. /* PERMALINK NAVIGATION */
  395.  
  396. #permalinkp {
  397. width: 500px;
  398. height: auto;
  399. margin: 10px auto 0 auto;
  400. text-align:center;
  401. font-family: Arial;
  402. font-size:10px;
  403. }
  404.  
  405. #permalinkp a {
  406. color: {color:navilink};
  407. font-style:italic;
  408. padding: 2px 5px;
  409. background-color: {color:navilinkbg};
  410. }
  411.  
  412. #permalinkp a:hover {
  413. color: {color:text};
  414. background-color: {color:posts};
  415. }
  416.  
  417.  
  418. /* CONTENT */
  419.  
  420. #titled {
  421. text-align:center;
  422. font-family: Arial, Georgia;
  423. font-size: 29px;
  424. line-height:29px;
  425. margin: 10px auto 20px auto;
  426. padding: 15px 0;
  427. letter-spacing: -1px;
  428. color: {color:italics};
  429. }
  430.  
  431. #titled a {
  432. font-family: Arial, Georgia;
  433. font-size: 31px;
  434. line-height:31px;
  435. font-style:italic;
  436. letter-spacing:-1px;
  437. overflow:hidden;
  438. }
  439.  
  440. #titled a:hover {
  441. color: {color:italics};
  442. }
  443.  
  444. .moar {
  445. font-family: 'Calibri';
  446. font-size: 10px;
  447. text-transform: uppercase;
  448. text-indent: 12px;
  449. color: {color:descriptiontext}!important;
  450. background-color: {color:container};
  451. padding: 1px 4px;
  452. }
  453.  
  454. .moar:hover {
  455. color: {color:posts}!important;
  456. background-color: {color:bold};
  457. }
  458.  
  459. #question {
  460. width: 480px;
  461. height: auto;
  462. padding: 10px;
  463. text-align:justify;
  464. text-indent: 46px;
  465. margin: 0 auto 27px auto;
  466. padding-bottom: 15px;
  467. color: {color:asktext};
  468. border-bottom: 1px solid {color:border};
  469. }
  470.  
  471. #question .asker {
  472. display:inline-block;
  473. padding: 3px 8px;
  474. font-family: Arial;
  475. font-size: 15px;
  476. text-transform:lowercase;
  477. letter-spacing:0px;
  478. font-style:italic;
  479. font-weight:bold;
  480. margin-top: 2px;
  481. right: 25px;
  482. text-indent:0;
  483. position:absolute;
  484. color: {color:asktext};
  485. background-color: {color:posts};
  486. }
  487.  
  488. .quotmark {
  489. position:absolute;
  490. font-size:80px;
  491. font-family:Georgia;
  492. font-weight:bold;
  493. margin: 15px 0 0 5px;
  494. color: {color:quotmark};
  495. opacity: 0.7;
  496. }
  497.  
  498. .image {
  499. opacity: 0.97;
  500. -webkit-transition: all 0.5s ease-in-out;
  501. -moz-transition: all 0.5s ease-in-out;
  502. -o-transition: all 0.5s ease-in-out;
  503. transition: all 0.5s ease-in-out;
  504. }
  505.  
  506. .image:hover {
  507. opacity:1;
  508. -webkit-transition: all 0.5s ease-in-out;
  509. -moz-transition: all 0.5s ease-in-out;
  510. -o-transition: all 0.5s ease-in-out;
  511. transition: all 0.5s ease-in-out;
  512. }
  513.  
  514. .qqmarkleft {
  515. font-size: 80px;
  516. font-family: 'Georgia';
  517. font-weight: bold;
  518. line-height: 100px;
  519. position: relative;
  520. margin: 0px 0 -70px 30px;
  521. color: {color:quotmark};
  522. opacity: 0.9;
  523. }
  524.  
  525. .qqmarkright {
  526. font-family: 'Georgia';
  527. font-size: 80px;
  528. font-weight: bold;
  529. padding-right: 0px;
  530. line-height: 30px;
  531. text-align: right;
  532. position: relative;
  533. margin:0 30px 0 -10px;
  534. color: {color:quotmark};
  535. opacity: 0.97;
  536. }
  537.  
  538. .qquote {
  539. width: 75%;
  540. font-family: Arial;
  541. font-size: 18px;
  542. text-align: justify;
  543. padding-top: 10px;
  544. letter-spacing: 1px;
  545. line-height: 25px;
  546. text-transform: none;
  547. text-indent: 10px;
  548. margin: 0px 10px;
  549. margin-bottom: 10px;
  550. position: relative;
  551. }
  552.  
  553. .qquote:first-letter {
  554. font-size: 170%;
  555. font-weight:bold;
  556. font-style:normal;
  557. font-family: 'Monotype Corsiva', Georgia, serif;
  558. color: {color:link};
  559. text-shadow: -1px -1px 0px {color:background};
  560. }
  561.  
  562. .qusource {
  563. width: 95%;
  564. text-align:right;
  565. font-size: 10px;
  566. font-family: Tahoma;
  567. color: {color:text};
  568. line-height: 10px;
  569. opacity: 0.7;
  570. margin-bottom:15px;
  571. padding: 2px;
  572. }
  573. .qusource a {
  574. text-align:right;
  575. font-size: 9px;
  576. line-height: 9px;
  577. padding: 1px 2px;
  578. text-transform:uppercase;
  579. color: {color:link};
  580. opacity: 0.9;
  581. }
  582. .qusource a:hover {
  583. opacity: 1;
  584. padding: 1px 3px;
  585. color: {color:text};
  586. background-color:transparent;
  587. }
  588.  
  589. #audio {
  590. margin-bottom: 0px;
  591. width: 490px;
  592. height:100px;
  593. padding: 5px;
  594. background-color: transparent;
  595. }
  596.  
  597. .cover {
  598. width: 100px;
  599. height: 100px;
  600. position: absolute;
  601. margin-left: 390px;
  602. }
  603.  
  604. .cover img {
  605. width: 100px;
  606. height: 100px;
  607. float: left;
  608. }
  609.  
  610. .playercontainer {
  611. width:80px;
  612. height:80px;
  613. position:absolute;
  614. display:block;
  615. background-color: #fff;
  616. z-index:6;
  617. opacity:0.6;
  618. -webkit-transition:all 0.7s ease-in-out;
  619. -moz-transition:all 0.7s ease-in-out;
  620. -o-transition:all 0.7s ease-in-out;
  621. -ms-transition:all 0.7s ease-in-out;
  622. transition:all 0.7s ease-in-out;
  623. margin-left: 400px;
  624. margin-top: 10px;
  625. }
  626.  
  627. .playercontainer:hover {
  628. opacity:0.8;
  629. -webkit-transition:all 0.7s ease-in-out;
  630. -moz-transition:all 0.7s ease-in-out;
  631. -o-transition:all 0.7s ease-in-out;
  632. -ms-transition:all 0.7s ease-in-out;
  633. transition:all 0.7s ease-in-out;
  634. }
  635.  
  636. .player {
  637. width: 25px;
  638. height: 25px;
  639. overflow: hidden;
  640. margin: 26px 27px;
  641. background-color:#fff;
  642. }
  643.  
  644. .sugarbabylove {
  645. margin-left:0px;
  646. float:left;
  647. width:373px;
  648. height: 90px;
  649. padding:5px;
  650. margin-bottom:5px;
  651. font-size:10px;
  652. line-height:13px;
  653. letter-spacing:0px;
  654. color: {color:bold};
  655. text-align:right;
  656. }
  657.  
  658. .sugarbabylove small {
  659. font-family: Helvetica;
  660. font-size:8px;
  661. color: {color:infotext};
  662. }
  663.  
  664. .trackname {
  665. text-align:right;
  666. font-family: Arial, Georgia, serif;
  667. font-size:25px;
  668. line-height:25px;
  669. font-style:italic;
  670. letter-spacing:-3px;
  671. color: {color:bold};
  672. padding: 13px 0px 11px 0px;
  673. }
  674.  
  675. .chat .line {
  676. margin: 1px 2px;
  677. padding: 2px;
  678. line-height:150%;
  679. color: {color:italics};
  680. }
  681.  
  682. .chat .line.odd {
  683. color: {color:text};
  684. }
  685.  
  686. .label {
  687. font-family:Arial;
  688. font-size:110%;
  689. font-weight:bold;
  690. color:{color:bold};
  691. }
  692.  
  693. .cap {
  694. margin: 15px auto 0 auto;
  695. padding: 0 7px;
  696. }
  697.  
  698. .cap img {
  699. max-width:100%;
  700. }
  701.  
  702. #notes {background-color: {color:posts}; width:510px; margin: 50px auto 10px auto; padding:15px; color: {color:italics};}
  703. #notestext {width: 500px; margin: 5px auto 5px auto; background-color: transparent; padding:5px 0; text-align: left; font-size:11px;}
  704. #notes blockquote a {color:{color:link}; font-weight:normal; background-color:transparent; padding: 5px; margin:0; font-style:italic;}
  705. #notes a {color:{color:text};}
  706.  
  707. ol.notes {list-style: none; padding:0px;}
  708. ol.notes li {background-color: {color:posts}; margin: 0 px; padding: 5px; color: {color:italics};}
  709. ol.notes .avatar {border: 2px solid {color:background}; height: 10px; padding: 0; margin: 5px; width: 10px;}
  710. ol.notes li .clear {height: 0px!important;}
  711. ol.notes li blockquote {border-color: {color:border}!important; background-color: {color:posts}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
  712.  
  713. ::-webkit-scrollbar-corner {
  714. background-color:{color:container};
  715. }
  716.  
  717. ::-webkit-scrollbar-thumb:vertical {
  718. background-color: {color:scrollbar};
  719. width:7px;
  720. height:auto;
  721. border: 1px solid {color:scrollbar};
  722. -webkit-border-radius: 1px;
  723. }
  724.  
  725. ::-webkit-scrollbar-thumb:horizontal {
  726. background-color: {color:scrollbar};
  727. width:auto;
  728. height:7px;
  729. border: 1px solid {color:scrollbar};
  730. -webkit-border-radius: 1px;
  731. }
  732.  
  733. ::-webkit-scrollbar {
  734. height:7px;
  735. width:7px;
  736. background-color:{color:container};
  737. }
  738.  
  739. ::-moz-selection {background-color:{color:bold}; color:{color:posts};}
  740. ::selection {background-color: {color:bold}; color: {color:posts};}
  741.  
  742.  
  743. .source {
  744. display:none;
  745. }
  746.  
  747.  
  748. {CustomCSS}
  749.  
  750.  
  751.  
  752.  
  753. </style>
  754. </head>
  755.  
  756. <body>
  757.  
  758.  
  759. <div id="container">
  760.  
  761. <div id="sidebar">
  762.  
  763. <div id="about">
  764.  
  765. <div id="blogtitle"><a href="/">{text:blogtitle}</a></div>
  766. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  767. {block:Pagination}
  768. <div id="pagination">
  769. {block:PreviousPage}
  770. <a href="{PreviousPage}" title="previous page">&laquo;</a>
  771. {/block:PreviousPage}
  772.  
  773. {block:JumpPagination length="10"}
  774. {block:CurrentPage}
  775. <span class="current_page">{PageNumber}</span>
  776. {/block:CurrentPage}
  777.  
  778. {block:JumpPage}
  779. <a class="jump_page" href="{URL}">{PageNumber}</a>
  780. {/block:JumpPage}
  781. {/block:JumpPagination}
  782.  
  783. {block:NextPage}
  784. <a href="{NextPage}" title="next page">&raquo;</a>
  785. {/block:NextPage}
  786. </div>
  787. {/block:Pagination}
  788.  
  789. </div> <!-- about //-->
  790.  
  791. </div> <!-- sidebar //-->
  792.  
  793. <div id="linkbar">
  794.  
  795. <div class="linkbar">
  796.  
  797. <a href="/">home</a>
  798. {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
  799. {block:SubmissionsEnabled}<a href="/submit">submit</a>{/block:SubmissionsEnabled}
  800. <a href="/archive">past</a>
  801. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  802. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  803. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  804. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  805. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  806. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  807. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  808. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  809. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  810. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}
  811. <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="theme by itsacrimetheme">theme</a>
  812. </div>
  813.  
  814. </div> <!-- linkbar //-->
  815.  
  816.  
  817. <div id="entries">
  818.  
  819. {block:TagPage}
  820. <h1>posts tagged #{Tag}</h1>
  821. {/block:TagPage}
  822.  
  823.  
  824. {block:Posts}
  825.  
  826. <div id="entry">
  827. <div id="posts">
  828.  
  829. {block:Date}
  830.  
  831. <div id="info">
  832.  
  833. <div class="day"><a href="{Permalink}" title="Permalink to this post">{DayOfMonthWithZero}<small>{DayOfMonthSuffix}</small></a></div>
  834. <div class="month">{ShortMonth} {Year}</div>
  835. {block:RebloggedFrom} <div class="reblogged"><a href="{ReblogParentURL}" title="via {ReblogParentName}" target="_blank">via</a>{block:ContentSource} | <a href="{ReblogRootURL}" title="originally {ReblogRootName}" target="_blank">src</a>{/block:ContentSource}</div>{/block:RebloggedFrom}
  836. {block:NoteCount}<div class="note">{NoteCount}</div>{/block:NoteCount}
  837.  
  838. </div> <!-- info //-->
  839.  
  840. {/block:Date}
  841.  
  842. {block:Quote}
  843. <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div></center><div class="qqmarkright">”</div>
  844. {block:Source}
  845. <div class="qusource"> {Source} &nbsp; &nbsp; </div>
  846. {/block:Source}
  847. {/block:Quote}
  848.  
  849. {block:Text}
  850. {block:Title}<div id="titled">{Title}</div>
  851. {/block:Title}
  852. {Body}
  853. {block:More}<a href="{Permalink}" class="moar">{lang:Read more}</a>{/block:More}
  854. {/block:Text}
  855.  
  856. {block:Link}
  857. <div id="titled"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  858. {/block:Link}
  859.  
  860. {block:Photo}
  861. <div class="image"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
  862. {/block:Photo}
  863.  
  864. {block:Photoset}
  865. <div class="image"><center>{Photoset-500}</center></div>
  866. {/block:Photoset}
  867.  
  868. {block:Chat}
  869. {block:Title}<div id="titled">{Title}</div>{/block:Title}
  870. <div class="chat">
  871. {block:Lines}<div class="chat"><div class="line {Alt}">
  872. <div class="{Alt} user_{UserNumber}">
  873. {block:Label}
  874. <span class="label">{Label}</span>
  875. {/block:Label}
  876. {Line}</div>
  877. </div></div>
  878. {/block:Lines}
  879. </div>
  880. {/block:Chat}
  881.  
  882. {block:Video}
  883. {Video-500}
  884. {/block:Video}
  885.  
  886. {block:Answer}<div class="quotmark">“</div>
  887. <div id="question">
  888.  
  889. {Question}<br>
  890. <span class="asker">{Asker}</span>
  891.  
  892. </div>
  893.  
  894. <div class="cap">{Answer}
  895. {block:More}<a href="{Permalink}" class="moar">{lang:Read more}</a>{/block:More}
  896. </div>
  897.  
  898. {/block:Answer}
  899.  
  900. {block:Audio}<div id="audio">
  901. <div class="cover"><img src="http://media.tumblr.com/04a00c57caf1f97079f52e568dd3d84f/tumblr_inline_n4qtm879Do1qevl9v.png"></div>
  902. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  903. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div>
  904. </div>{/block:AudioPlayer}
  905. <div class="sugarbabylove">
  906. {block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
  907. {block:Artist}{Artist}{/block:Artist}
  908. {block:Album} <small>&&</small> {Album}{/block:Album}
  909. </div>
  910. </div>
  911. {/block:Audio}
  912.  
  913.  
  914. {block:Photo}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  915. {block:Video}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Video}
  916. {block:Photoset}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  917. {block:Audio}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Audio}
  918.  
  919.  
  920. <div class="source">
  921. {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  922. </div>
  923.  
  924.  
  925. </div> <!-- posts //-->
  926.  
  927. {block:Date}
  928.  
  929. <div id="buttons">
  930. <div class="buttoned">{LikeButton size="14" color="grey"}</div>
  931. <div class="buttoned">{ReblogButton size="14" color="grey"}</div>
  932. </div>
  933.  
  934. {/block:Date}
  935.  
  936. </div> <!-- entry //-->
  937.  
  938. {block:HasTags}
  939. <div id="tagbox">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  940. {/block:HasTags}
  941.  
  942. {/block:Posts}
  943.  
  944. <div id="permalinkp">
  945.  
  946. {block:PermalinkPagination}
  947. {block:PreviousPost}
  948. <a href="{PreviousPost}">Previous Post</a>
  949. {/block:PreviousPost}
  950.  
  951. {block:NextPost}
  952. <a href="{NextPost}">Next Post</a>
  953. {/block:NextPost}
  954. {/block:PermalinkPagination}
  955.  
  956. </div>
  957.  
  958. {block:PostNotes}
  959. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  960. {/block:PostNotes}
  961.  
  962. </div> <!-- entries //-->
  963.  
  964.  
  965.  
  966. </div> <!-- container //-->
  967.  
  968.  
  969.  
  970. </body>
  971. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement