Advertisement
jercydee

TTTL #003 (minimal colour) by striveattemptfail

May 2nd, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.84 KB | None | 0 0
  1. <!--------------------------------------------------------------------------------
  2.  
  3. + - - - THEME 004: TTTL #003 (minimal colour)
  4.  
  5. + - - - THEME BY: Jercy @ striveattemptfail.tumblr.com
  6.  
  7. + - - - LAST UPDATED: MAY 2017
  8.  
  9. + - - - OTHER CREDITS: Colour scheme and default photos by _ewabakrached on Instagram, via Macaron Hues on design-seeds.
  10.  
  11. -------------------------------------------------------------------------------->
  12.  
  13. <!DOCTYPE html>
  14. <html>
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <link href="https://fonts.googleapis.com/css?family=Pacifico|Roboto+Mono|Slabo+27px|Sue+Ellen+Francisco|Unica+One" rel="stylesheet">
  22.  
  23. <meta name="image:Image 1" content="http://static.tumblr.com/qbji4py/2QZop92kp/my-perfect-macaron-3949_by_ewabakrac.jpg"/>
  24. <meta name="image:Image 2" content="http://static.tumblr.com/qbji4py/2QZop92kp/my-perfect-macaron-3949_by_ewabakrac.jpg"/>
  25. <meta name="image:Image 3" content="http://static.tumblr.com/qbji4py/2QZop92kp/my-perfect-macaron-3949_by_ewabakrac.jpg"/>
  26.  
  27. <meta name="if:Show Link 4" content="1"/>
  28.  
  29. <meta name="select:Titles Font" content="Helvetica" title="Helvetica">
  30. <meta name="select:Titles Font" content="'Sue Ellen Francisco', cursive" title="Sue Ellen Francisco">
  31. <meta name="select:Titles Font" content="'Roboto Mono', monospace" title="Roboto Mono">
  32. <meta name="select:Titles Font" content="'Unica One', cursive" title="Unica One">
  33. <meta name="select:Titles Font" content="'Slabo 27px', serif" title="Slabo">
  34. <meta name="select:Titles Font" content="'Pacifico', cursive" title="Pacifico">
  35.  
  36. <meta name="color:Background" content="#EEE"/>
  37. <meta name="color:Text" content="#4F484F"/>
  38. <meta name="color:Links" content="#9E617C"/>
  39. <meta name="color:Links Hover" content="#614152"/>
  40. <meta name="color:All Header Background" content="#614152"/>
  41. <meta name="color:All Header Text" content="#EEEEEE"/>
  42. <meta name="color:All Header Links" content="#E3A674"/>
  43. <meta name="color:Sidebar Container" content="#9E617C"/>
  44. <meta name="color:Sidebar Text" content="#222"/>
  45. <meta name="color:Sidebar Links" content="#E3A674"/>
  46. <meta name="color:Sidebar Circle Navigation" content="#614152"/>
  47. <meta name="color:Post" content="#C2C2BC"/>
  48. <meta name="color:Post Circles" content="#E3A674"/>
  49. <meta name="color:Chat Text" content="#222"/>
  50. <meta name="color:Chat Odd Background" content="#E3A674"/>
  51. <meta name="color:Chat Even Background" content="#9E617C"/>
  52. <meta name="color:Answer Background" content="#E3A674"/>
  53. <meta name="color:Answer Blog URL" content="#614152"/>
  54. <meta name="color:Answer Replies" content="#4F484F"/>
  55.  
  56. <meta name="text:Link 1 Title" content="Link 1" />
  57. <meta name="text:Link 1" content="" />
  58. <meta name="text:Link 2 Title" content="Link 2" />
  59. <meta name="text:Link 2" content="" />
  60. <meta name="text:Link 3 Title" content="Link 3" />
  61. <meta name="text:Link 3" content="" />
  62. <meta name="text:Link 4 Title" content="Link 4" />
  63. <meta name="text:Link 4" content="" />
  64.  
  65. <style type="text/css">
  66.  
  67. body {
  68. background: {color:Background};
  69. color: {color:Text};
  70. font-family: Helvetica;
  71. font-size: 13px;
  72. word-wrap: break-word;
  73. white-space: normal;
  74. margin: 0;
  75. padding: 0;
  76. }
  77.  
  78. a {
  79. color: {color:Links};
  80. text-decoration: none;
  81. transition: all 0.3s ease-in-out;
  82. -webkit-transition: all 0.3s ease-in-out;
  83. -moz-transition: all 0.3s ease-in-out;
  84. -o-transition: all 0.3s ease-in-out;
  85. -ms-transition: all 0.3s ease-in-out;
  86. }
  87.  
  88. a:hover { color: {color:Links Hover}; }
  89.  
  90. a[title]:hover:after {
  91. content: attr(title);
  92. background-color: {color:All Header Background};
  93. color: {color:All Header Text};
  94. font-size: 10px;
  95. position: absolute;
  96. padding: 4px 8px;
  97. white-space: nowrap;
  98. z-index: 1000;
  99. white-space: nowrap;
  100. border-radius: 5px;
  101. -moz-border-radius: 5px;
  102. -webkit-border-radius: 5px;
  103. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  104. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  105. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  106. }
  107.  
  108. h2 {
  109. background: {color:All Header Background};
  110. color: {color:All Header Text};
  111. text-align: center;
  112. font-family: {select:Titles Font};
  113. font-size: 20px;
  114. font-weight: none;
  115. letter-spacing: 1px;
  116. margin-left: -10px;
  117. padding: 5px 10px;
  118. width: 100%;
  119. }
  120.  
  121. h2 a { color: {color:All Header Links}; }
  122.  
  123. h2 a:hover { color: {color:All Header Text}; }
  124.  
  125. hr {
  126. border-bottom: 1px {color:All Header Background} solid;
  127. width: 50%;
  128. }
  129.  
  130. blockquote {
  131. border-left: 2px {color:All Header Background} solid;
  132. text-align: justify;
  133. padding-left: 10px;
  134. margin-left: 10px;
  135. width: 90%;
  136. }
  137.  
  138. blockquote img { max-width: 100%; }
  139.  
  140. img { max-width: 100%; }
  141.  
  142. .tooltip {
  143. background-color: {color:All Header Background};
  144. color: {color:All Header Text};
  145. font-size: 10px;
  146. position: absolute;
  147. margin: -5px;
  148. padding: 4px 8px;
  149. z-index: 1000;
  150. border-radius: 5px;
  151. -moz-border-radius: 5px;
  152. -webkit-border-radius: 5px;
  153. box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  154. -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  155. -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  156. }
  157.  
  158. /* SIDEBAR */
  159. #sb {
  160. height: 200%;
  161. width: 310px;
  162. position: fixed;
  163. z-index: 1;
  164. }
  165.  
  166. #sb .contain {
  167. position: fixed;
  168. bottom: 50px;
  169. left: 25px;
  170. }
  171.  
  172. #sb .imgg {
  173. margin-top: 5px;
  174. margin-left: 6px;
  175. }
  176.  
  177. #sb img {
  178. margin: 7px 4px;
  179. max-width: 90px;
  180. border-radius: 25px;
  181. -webkit-border-radius: 25px;
  182. -moz-border-radius: 25px;
  183. box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  184. -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  185. -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  186. }
  187.  
  188. #sb .container {
  189. background: {color:Sidebar Container};
  190. width: 280px;
  191. padding: 10px;
  192. border-radius: 15px;
  193. -webkit-border-radius: 15px;
  194. -moz-border-radius: 15px;
  195. }
  196.  
  197. #sb .tcontainer {
  198. background: {color:All Header Background};
  199. color: {color:All Header Text};
  200. font-size: 30px;
  201. font-family: {select:Titles Font};
  202. text-align: center;
  203. margin-top: 5px;
  204. margin-left: -10px;
  205. padding: 5px 0px 7px 0px;
  206. width: 300px;
  207. }
  208.  
  209. #sb .tcontainer a {
  210. color: {color:All Header Links};
  211. transition: all 0.3s ease-in-out;
  212. -webkit-transition: all 0.3s ease-in-out;
  213. -moz-transition: all 0.3s ease-in-out;
  214. -o-transition: all 0.3s ease-in-out;
  215. -ms-transition: all 0.3s ease-in-out;
  216. }
  217.  
  218. #sb .tcontainer a:hover { color: {color:Background}; }
  219.  
  220. #sb .desc {
  221. color: {color:Sidebar Text};
  222. text-align: justify;
  223. padding: 10px 5px 5px 5px;
  224. }
  225.  
  226. #sb .desc a {
  227. color: {color:Sidebar Links};
  228. transition: all 0.3s ease-in-out;
  229. -webkit-transition: all 0.3s ease-in-out;
  230. -moz-transition: all 0.3s ease-in-out;
  231. -o-transition: all 0.3s ease-in-out;
  232. -ms-transition: all 0.3s ease-in-out;
  233. }
  234.  
  235. #sb .desc a:hover { color: {color:Sidebar Text}; }
  236.  
  237. #sb #circle {
  238. width: 265px;
  239. margin: 3px auto;
  240. }
  241.  
  242. #sb #circle .circle {
  243. background: {color:Sidebar Circle Navigation};
  244. display: inline-block;
  245. width: 10px;
  246. height: 10px;
  247. border-radius: 5px;
  248. -moz-border-radius: 5px;
  249. -webkit-border-radius: 5px;
  250. margin: 15px 16px;
  251. }
  252.  
  253. #pag {
  254. text-align: center;
  255. margin: 15px auto 0px auto;
  256. }
  257.  
  258. #pag a {
  259. background: {color:Sidebar Container};
  260. color: {color:Sidebar Links};
  261. font-size: 15px;
  262. font-weight: bold;
  263. transition: all 0.3s ease-in-out;
  264. -webkit-transition: all 0.3s ease-in-out;
  265. -moz-transition: all 0.3s ease-in-out;
  266. -o-transition: all 0.3s ease-in-out;
  267. -ms-transition: all 0.3s ease-in-out;
  268. padding: 5px 10px;
  269. margin: 0px 15px;
  270. }
  271.  
  272. #pag a:hover {
  273. background: {color:Sidebar Links};
  274. color: {color:Sidebar Container};
  275. }
  276.  
  277. #pag a:hover {
  278. background: {color:Sidebar Links};
  279. color: {color:Sidebar Container};
  280. }
  281.  
  282. /* POSTS *//* CODE BY STRIVEATTEMPTFAIl */
  283. #post {
  284. margin-left: 450px;
  285. padding: 10px 20px;
  286. width: 500px;
  287. z-index: 9000;
  288. }
  289.  
  290. #post figure { background: {color:Post}; }
  291.  
  292. #post figure img { margin-bottom: -10px; }
  293.  
  294. #post figure a {
  295. background: {color:All Header Background};
  296. color: {color:All Header Links};
  297. font-size: 11px;
  298. border: 0px;
  299. padding: 5px 10px;
  300. margin-top: -15px;
  301. }
  302.  
  303. #post img {
  304. opacity: .85;
  305. transition: all 0.3s ease-in-out;
  306. -webkit-transition: all 0.3s ease-in-out;
  307. -moz-transition: all 0.3s ease-in-out;
  308. -o-transition: all 0.3s ease-in-out;
  309. -ms-transition: all 0.3s ease-in-out;
  310. }
  311.  
  312. #post img:hover { opacity: 1; }
  313.  
  314. #post .post {
  315. background: {color:Post};
  316. text-align: justify;
  317. padding: 10px;
  318. overflow-x: hidden;
  319. }
  320.  
  321. .titles {
  322. background: {color:All Header Background};
  323. color: {color:All Header Text};
  324. text-align: center;
  325. font-family: {select:Titles Font};
  326. font-size: 30px;
  327. margin-left: -10px;
  328. margin-top: -10px;
  329. padding: 5px 10px;
  330. width: 100%;
  331. }
  332.  
  333. #post .photo { background: {color:Post}; }
  334.  
  335. #post .photo img { max-width: 500px; }
  336.  
  337. #post .photoset {
  338. max-width: 500px;
  339. opacity: .85;
  340. margin-bottom: -2px;
  341. transition: all 0.3s ease-in-out;
  342. -webkit-transition: all 0.3s ease-in-out;
  343. -moz-transition: all 0.3s ease-in-out;
  344. -o-transition: all 0.3s ease-in-out;
  345. -ms-transition: all 0.3s ease-in-out;
  346. }
  347.  
  348. #post .photoset:hover { opacity: 1; }
  349.  
  350. #post .caption {
  351. background: {color:Post};
  352. text-align: justify;
  353. padding: 0px 10px 10px 10px;
  354. overflow-x: hidden;
  355. }
  356.  
  357. #post .photo .caption { padding: 0px 10px 10px 10px; }
  358.  
  359. #post .quote { background: {color:Post}; }
  360.  
  361. #post .quote h2 {
  362. color: {color:All Header Text};
  363. max-width: 480px;
  364. margin-left: 0px;
  365. padding-bottom: 10px;
  366. }
  367.  
  368. #post .quote_source {
  369. padding: 0px 10px 10px 10px;
  370. }
  371.  
  372. #post .post_link {
  373. background: {color:Post};
  374. padding: 0px 10px 10px 10px;
  375. }
  376.  
  377. #post .post_link .link {
  378. background: {color:All Header Background};
  379. color: {color:All Header Text};
  380. text-align: center;
  381. padding: 10px;
  382. width: 480px;
  383. margin-left: -10px;
  384. }
  385.  
  386. #post .post_link .link h2 {
  387. font-size: 25px;
  388. margin: 0px;
  389. padding: 0px;
  390. }
  391.  
  392. #post .post_link .link h2 a {
  393. color: {color:All Header Links};
  394. transition: all 0.3s ease-in-out;
  395. -webkit-transition: all 0.3s ease-in-out;
  396. -moz-transition: all 0.3s ease-in-out;
  397. -o-transition: all 0.3s ease-in-out;
  398. -ms-transition: all 0.3s ease-in-out;
  399. }
  400.  
  401. #post .post_link .link h2 a:hover { color: {color:All Header Text}; }
  402.  
  403. #post .chat {
  404. background: {color:Post};
  405. color: {color:Chat Text};
  406. padding: 0px 10px 5px 10px;
  407. }
  408.  
  409. #post .chat ul {
  410. list-style: none;
  411. }
  412.  
  413. #post .chat li {
  414. background: {color:Chat Odd Background};
  415. padding: 10px;
  416. width: 480px;
  417. margin-left: -20px;
  418. }
  419.  
  420. #post .chat li:nth-child(odd) {
  421. background: {color:Chat Even Background};
  422. padding: 10px;
  423. width: 480px;
  424. margin-left: -20px;
  425. }
  426.  
  427. #post .audvid {
  428. background: {color:Post};
  429. margin-left: -10px;
  430. }
  431.  
  432. /* ASK POSTS */
  433. #question {
  434. background-color: {color:All Header Background};
  435. padding: 10px;
  436. }
  437.  
  438. #question .asker {
  439. color: {color:All Header Links};
  440. font-size: 17px;
  441. margin-right: 20px;
  442. margin-bottom: 2px;
  443. display: inline-block;
  444. }
  445.  
  446. #question .asker a {
  447. color: {color:All Header Links};
  448. margin-right: 0px;
  449. font-weight: bold;
  450. }
  451.  
  452. #question .asker a:hover { color: {color:All Header Text}; }
  453.  
  454. #question .question { color: {color:All Header Text}; }
  455.  
  456. #answer {
  457. background: {color:Answer Background};
  458. padding: 10px;
  459. }
  460.  
  461. #answer .answers { display: inline-block; }
  462.  
  463. #answer .answerer {
  464. color: {color:Answer Blog URL};
  465. font-size: 17px;
  466. margin-right: 20px;
  467. }
  468.  
  469. #answer .answerer a {
  470. color: {color:Answer Blog URL};
  471. font-weight: bold;
  472. margin-right: 0px;
  473. }
  474.  
  475. #answer .answerer a:hover { color: {color:Answer Replies}; }
  476.  
  477. #replies {
  478. background: {color:Post};
  479. padding: 10px;
  480. }
  481.  
  482. /* POST FOOTER */
  483. #footer {
  484. background: {color:Post};
  485. padding: 10px;
  486. overflow-x: hidden;
  487. }
  488.  
  489. #footer a {
  490. font-style: normal;
  491. word-wrap: break-word;
  492. display: inline-block;
  493. margin-right: 10px;
  494. }
  495.  
  496. /* PERMALINKS ETC */
  497. #perma { display: block; }
  498.  
  499. #perma .circle {
  500. width: 10px;
  501. height: 10px;
  502. background: {color:Post Circles};
  503. border-radius: 5px;
  504. -moz-border-radius: 5px;
  505. -webkit-border-radius: 5px;
  506. margin: 10px;
  507. display: inline-block;
  508. }
  509.  
  510. /* POST FOOTER */
  511. #footer {
  512. padding: 0px 10px 10px 10px;
  513. word-wrap: break-word;
  514. }
  515.  
  516. a.footer {
  517. font-size: 11px;
  518. margin-right: 10px;
  519. }
  520.  
  521. /* POST NOTES */
  522. #postnotes {
  523. width: 550px;
  524. position: relative;
  525. margin-left: 450px;
  526. margin-bottom: 25px;
  527. }
  528.  
  529. .notecontainer {
  530. margin: 20px auto;
  531. width: 500px;
  532. padding: 15px;
  533. font-size: 11px;
  534. }
  535.  
  536. .notecontainer ol.notes {
  537. list-style-type: none;
  538. margin: 0;
  539. padding: 0;
  540. }
  541.  
  542. .notecontainer img.avatar {
  543. margin-right: 10px;
  544. width: 16px;
  545. height: 16px;
  546. }
  547.  
  548. /* SCROLLBAR */
  549. body::-webkit-scrollbar {
  550. width: 5px;
  551. height: 5px;
  552. }
  553.  
  554. body::-webkit-scrollbar-track {
  555. background-color: {color:Background};
  556. }
  557.  
  558. body::-webkit-scrollbar-thumb {
  559. background-color: {color:Sidebar Container};
  560. }
  561.  
  562. body::-webkit-scrollbar-corner {
  563. background-color: {color:Background};
  564. }
  565.  
  566. /* CREDIT *//* CODE BY STRIVEATTEMPTFAIl */
  567. #foo {
  568. position: fixed;
  569. bottom: 5px;
  570. right: 5px;
  571. transition: all 0.75s ease-in-out;
  572. -webkit-transition: all 0.75s ease-in-out;
  573. -moz-transition: all 0.75s ease-in-out;
  574. -o-transition: all 0.75s ease-in-out;
  575. }
  576.  
  577. #foo:hover {
  578. transform: translate(0,-10px);
  579. -webkit-transform: translate(0,-10px);
  580. -o-transform: translate(0,-10px);
  581. -moz-transform: translate(0,-10px);
  582. }
  583.  
  584. {CustomCSS}
  585.  
  586. </style>
  587.  
  588. <!--- TOOLTIP --->
  589. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  590.  
  591. <script type="text/javascript">
  592. $(document).ready(function() {
  593. // Tooltip only Text
  594. $('.masterTooltip').hover(function(){
  595. // Hover over code
  596. var title = $(this).attr('title');
  597. $(this).data('tipText', title).removeAttr('title');
  598. $('<p class="tooltip"></p>')
  599. .text(title)
  600. .appendTo('body')
  601. .fadeIn('slow');
  602. }, function() {
  603. // Hover out code
  604. $(this).attr('title', $(this).data('tipText'));
  605. $('.tooltip').remove();
  606. }).mousemove(function(e) {
  607. var mousex = e.pageX + 20; //Get X coordinates
  608. var mousey = e.pageY + 10; //Get Y coordinates
  609. $('.tooltip')
  610. .css({ top: mousey, left: mousex })
  611. });
  612. });
  613. </script>
  614.  
  615. </head>
  616.  
  617. <body>
  618.  
  619. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  620. <div id="sb"><div class="contain">
  621.  
  622. <div class="imgg">
  623. <img src="{image:Image 1}">
  624. <img src="{image:Image 2}">
  625. <img src="{image:Image 3}">
  626. </div>
  627.  
  628. <div class="container">
  629. <div class="tcontainer"><a href="/">{Title}</a></div>
  630. <div class="desc">
  631. {Description}
  632. </div>
  633. </div>
  634.  
  635. <div id="circle">
  636. <a href="/archive" class="masterTooltip" title= "archive" /><div class="circle"></div></a>
  637. {block:AskEnabled}<a href="/ask" class="masterTooltip" title= "ask" /><div class="circle"></div></a>{/block:AskEnabled}
  638. {block:SubmissionsEnabled}<a href="/submit" class="masterTooltip" title= "submit" /><div class="circle"></div></a>{/block:SubmissionsEnabled}
  639. <a href="{text:Link 1}" class="masterTooltip" title= "{text:Link 1 Title}" /><div class="circle"></div></a>
  640. <a href="{text:Link 2}" class="masterTooltip" title= "{text:Link 2 Title}" /><div class="circle"></div></a>
  641. <a href="{text:Link 3}" class="masterTooltip" title= "{text:Link 3 Title}" /><div class="circle"></div></a>
  642. {block:IfShowLink4}<a href="{text:Link 4}" class="masterTooltip" title= "{text:Link 4 Title}" /><div class="circle"></div></a>{/block:IfShowLink4}
  643. </div>
  644.  
  645. {block:Pagination}
  646. <div id="pag">
  647. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  648. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  649. </div>
  650. {/block:Pagination}
  651.  
  652. </div></div>
  653.  
  654. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  655.  
  656. {block:Posts}
  657. <div id="post">
  658.  
  659. {block:Text}
  660. <div class="post">
  661. {block:Title}
  662. <div class="titles">{Title}</div>
  663. {/block:Title}
  664. {Body}
  665. </div>
  666. {/block:Text}
  667.  
  668. {block:Photo}
  669. <div class="photo">
  670. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  671. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  672. </div>
  673. {/block:Photo}
  674.  
  675. {block:Photoset}
  676. <div class="photoset">
  677. {Photoset-500}
  678. </div>
  679. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  680. {/block:Photoset}
  681.  
  682. {block:Panorama}
  683. <div class="photo">
  684. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}
  685. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  686. </div>
  687. {/block:Panorama}
  688.  
  689. {block:Quote}
  690. <div class="quote">
  691. <h2>"{Quote}"</h2>
  692. {block:Source}<div class="quote_source">&mdash; {Source}</div>{/block:Source}
  693. </div>
  694. {/block:Quote}
  695.  
  696. {block:Link}
  697. <div class="post_link">
  698. <div class="link">
  699. <h2><a href="{URL}" {Target} target="_blank">{Name}</a></h2>
  700. {block:Excerpt} {Excerpt} {/block:Excerpt}{block:Author} &harr; (via {Author}) {/block:Author}
  701. </div>
  702. {block:Description}
  703. {Description}
  704. {/block:Description}
  705. </div>
  706. {/block:Link}
  707.  
  708. {block:Chat}
  709. <div class="chat">
  710. {block:Title}
  711. <h2>{Title}</h2>
  712. {/block:Title}
  713.  
  714. <ul class="chat">
  715. {block:Lines}
  716. <li>
  717. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  718. </li>
  719. {/block:Lines}
  720. </ul></div>
  721. {/block:Chat}
  722.  
  723. {block:Audio}
  724. <div class="post">
  725. <div class="audvid">{AudioEmbed}</div>
  726. {block:Caption}{Caption}{/block:Caption}
  727. </div>
  728. {/block:Audio}
  729.  
  730. {block:Video}
  731. <div class="post">
  732. <div class="audvid">{Video-500}</div>
  733. {block:Caption}{Caption}{/block:Caption}
  734. </div>
  735. {/block:Video}
  736.  
  737. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  738.  
  739. {block:Answer}
  740. <div id="question">
  741. <div class="asker">{Asker} said:</div><div class="question">{Question}</div>
  742. </div>
  743.  
  744. {block:Answerer}
  745. <div id="answer">
  746. <div class="answerer">{Answerer} answered:</div>
  747. <div class="answers">{Answer}</div>
  748. </div>
  749. {/block:Answerer}
  750.  
  751. <div id="replies">
  752. {Replies}
  753. </div>
  754. {/block:Answer}
  755.  
  756. {block:HasTags}
  757. <div id="footer">
  758.  
  759. {block:Tags}
  760. <a href="{TagURL}">#{Tag}</a>
  761. {/block:Tags}
  762.  
  763. </div>
  764. {/block:HasTags}
  765.  
  766. <div id="perma">
  767. <a href="{Permalink}" title="{block:Date} {DayOfMonthWithZero} / {ShortMonth} / {ShortYear} {/block:Date}" class="masterTooltip"><div class="circle"></div></a>
  768.  
  769. {block:NoteCount}<a href="{Permalink}#postnotes" title="{NoteCountWithLabel}" class="masterTooltip"><div class="circle"></div></a>{/block:NoteCount}
  770.  
  771. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentName}" class="masterTooltip"><div class="circle"></div></a>{/block:RebloggedFrom}
  772.  
  773. {block:ContentSource}<a href="{SourceURL}" title="from {SourceTitle}" class="masterTooltip"><div class="circle"></div></a>{/block:ContentSource}
  774. </div>
  775.  
  776. </div>
  777. {/block:Posts}
  778.  
  779. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  780.  
  781. {block:PostNotes}
  782. <div id="postnotes">
  783. <div class="notecontainer">{PostNotes-16}</div>
  784. </div>
  785. {/block:PostNotes}
  786.  
  787. <!-----------------THEME CREDIT, please don't remove!----------------->
  788. <div id="foo"><a href="http://striveattemptfail.tumblr.com" target="_blank">&#9903; theme</a></div>
  789. </div>
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement