Advertisement
sofiiayala

Theme 37 for Tumblr

Apr 3rd, 2016
5,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.19 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----Theme 37 by castiiel. DON'T STEAL NOR COVER THE CREDIT, CUSTOMIZE IT AS MUCH AS YOU WANT BUT DON'T STEAL IT, IT'S ILLEGAL --->
  9.  
  10. <meta name="image:background" content=""/>
  11. <meta name="image:sidebar picture 1" content=""/>
  12. <meta name="image:sidebar picture 2" content=""/>
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:posts Background" content="#ffffff"/>
  16. <meta name="color:sidebar Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="color:sidebar Text" content="#838282"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Link hover" content="#b8b8b8"/>
  21. <meta name="color:border" content="#ddd"/>
  22. <meta name="color:shadow" content="#888"/>
  23. <meta name="color:scrollbar" content="#999"/>
  24.  
  25. <meta name="if:credit on the left" content="0"/>
  26. <meta name="if:credit under posts" content="1"/>
  27. <meta name="if:repeat background" content="0"/>
  28. <meta name="if:posts with background" content="1"/>
  29. <meta name="if:sidebar with background" content="1"/>
  30. <meta name="if:hide sidebar title" content="0"/>
  31. <meta name="if:hide sidebar picture" content="0"/>
  32. <meta name="if:two sidebar pictures" content="1"/>
  33. <meta name="if:hide sidebar description" content="0"/>
  34. <meta name="if:hide sidebar links" content="0"/>
  35. <meta name="if:info on hover" content="0"/>
  36. <meta name="if:tags on hover" content="1"/>
  37. <meta name="if:tags on permalink" content="0"/>
  38. <meta name="if:show notes on click" content="1"/>
  39.  
  40. <meta name="text:title" content=""/>
  41. <meta name="text:link 1 url" content="/"/>
  42. <meta name="text:link 1 tooltip" content=""/>
  43. <meta name="text:link 2 url" content="/ask"/>
  44. <meta name="text:link 2 tooltip" content=""/>
  45. <meta name="text:link 3 url" content="/"/>
  46. <meta name="text:link 3 tooltip" content=""/>
  47. <meta name="text:link 4 url" content="/"/>
  48. <meta name="text:link 4 tooltip" content=""/>
  49. <meta name="text:link 5 url" content="/"/>
  50. <meta name="text:link 5 tooltip" content=""/>
  51.  
  52. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  53.  
  54. {block:ifShownotesonclick}
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  56.  
  57. <script src="jquery.js"></script>
  58. <script>
  59. $(document).ready(function(){
  60. $("#notes").click(function(){
  61. $("ol.notes").slideToggle("slow");
  62. });
  63. });
  64. </script>
  65. {/block:ifShownotesonclick}
  66.  
  67. <script type="text/javascript">
  68. WebFontConfig = {
  69. google: { families: [ 'Lato:300,400:latin', 'Open+Sans:600:latin', 'Montserrat:700,400:latin' ] }
  70. };
  71. (function() {
  72. var wf = document.createElement('script');
  73. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  74. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  75. wf.type = 'text/javascript';
  76. wf.async = 'true';
  77. var s = document.getElementsByTagName('script')[0];
  78. s.parentNode.insertBefore(wf, s);
  79. })(); </script>
  80.  
  81. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  82. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  83.  
  84. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  85.  
  86. <style type="text/css">
  87.  
  88. #s-m-t-tooltip {
  89. max-width:300px;
  90. padding:2px 4px 2px 5px;
  91. margin:20px 0px 0px 20px;
  92. background: {color:sidebar background};
  93. border:1px solid #000;
  94. font-family: 'Lato', sans-serif;
  95. letter-spacing:1.5px;
  96. font-weight:bolder;
  97. font-size:7px;
  98. text-transform:uppercase;
  99. color:{color:sidebar text};
  100. z-index:999999999999999999999999999999999999;
  101. border:1px solid {color:border};
  102. border-radius:3px;
  103. -moz-border-radius:3px;
  104. -webkit-border-radius:3px;
  105. }
  106.  
  107. ::-webkit-scrollbar {width: 2px; height: 2px; background: transparent; }
  108. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 0ex; }
  109.  
  110. body {
  111. background:{color:background};
  112. margin:0px;
  113. color:{color:text};
  114. font-family:'Lato', sans-serif;
  115. font-weight:400;
  116. letter-spacing: 0.8px;
  117. line-height: 130%;
  118. font-size:10px;
  119. background-image:url("{image:background}");
  120. background-size:cover;
  121. {block:ifRepeatbackground}
  122. background-size:auto;
  123. background-repeat: repeat;
  124. {block:ifRepeatbackground}
  125. background-attachment:fixed;
  126. background-position:center;
  127. overflow-y:scroll;
  128. }
  129.  
  130. a {
  131. text-decoration:none;
  132. outline:none;
  133. -moz-outline-style:none;
  134. color:{color:link};
  135. }
  136.  
  137. a:hover {
  138. color:{color:link hover};
  139. text-decoration:none;
  140. }
  141.  
  142. img {
  143. border:none;
  144. }
  145.  
  146. p {
  147. margin-left: 0px;
  148. margin-right: 0px;
  149. word-wrap: break-word;
  150. }
  151.  
  152. pre {
  153. white-space: pre-wrap;
  154. white-space: -moz-pre-wrap;
  155. white-space: -pre-wrap;
  156. white-space: -o-pre-wrap;
  157. word-wrap: break-word;
  158. }
  159.  
  160. blockquote {
  161. padding-left:5px;
  162. border-left:1px solid;
  163. margin-left: 0px;
  164. margin-right: 0px;
  165. }
  166.  
  167. h1 {
  168. font-size:17px;
  169. font-family:'Lato', sans-serif;
  170. font-weight: 300;
  171. letter-spacing: 1.5px;
  172. line-height:130%;
  173. text-align: left;
  174. margin-top:-3px;
  175. }
  176.  
  177. h2 {
  178. font-size:15px;
  179. font-family:'Lato', sans-serif;
  180. font-weight: 300;
  181. letter-spacing: 1.5px;
  182. line-height:130%;
  183. text-align: left;
  184. }
  185.  
  186. .text {
  187. position:relative;
  188. margin:0px;
  189. word-wrap: break-word;
  190. }
  191.  
  192. .text img {
  193. height: auto!important;
  194. max-width:100%!important;
  195. }
  196.  
  197. #entries {
  198. width:300px;
  199. {block:ifPostswithbackground}
  200. width:330px;
  201. margin-top:70px;
  202. margin-bottom:30px;
  203. {/block:ifPostswithbackground}
  204. margin:auto;
  205. }
  206.  
  207. #post {
  208. width:300px;
  209. margin-top: 70px;
  210. padding:0px;
  211. {block:ifPostswithbackground}
  212. padding:15px;
  213. background:{color:posts background};
  214. -webkit-border-radius: 2px;
  215. -moz-border-radius: 2px;
  216. border-radius: 2px;
  217. {/block:ifPostswithbackground}
  218. }
  219.  
  220. #post img {
  221. max-width:300px;
  222. }
  223.  
  224. .post:hover #tags {
  225. opacity:1;
  226. -webkit-transition: opacity 0.3s linear;
  227. -webkit-transition: all 0.3s linear;
  228. -moz-transition: all 0.3s linear;
  229. transition: all 0.3s linear;
  230. }
  231.  
  232. .post:hover .info {
  233. opacity:1;
  234. -webkit-transition: opacity 0.3s linear;
  235. -webkit-transition: all 0.3s linear;
  236. -moz-transition: all 0.3s linear;
  237. transition: all 0.3s linear;
  238. }
  239.  
  240. .tumblr_video_container {
  241. width:auto!important;
  242. height:auto!important;
  243. }
  244.  
  245. #sidebar {
  246. width:186px;
  247. position:fixed;
  248. left:50%;
  249. margin-left:-401px;
  250. }
  251.  
  252. #title {
  253. padding:10px;
  254. color:{color:sidebar text};
  255. {block:ifsidebarwithbackground}
  256. background:{color:sidebar background};
  257. {/block:ifsidebarwithbackground}
  258. text-align:center;
  259. font-family:'Montserrat', sans-serif;
  260. font-weight:700;
  261. font-size:12px;
  262. line-height:160%;
  263. text-transform:uppercase;
  264. letter-spacing:1px;
  265. color:{color:sidebar text};
  266. margin:0px 5px 10px 5px;
  267. -webkit-border-radius: 2px;
  268. -moz-border-radius: 2px;
  269. border-radius: 2px;
  270. }
  271.  
  272. #pics img {
  273. display:inline;
  274. {block:ifTwosidebarpictures}
  275. width:81.65px;
  276. {/block:ifTwosidebarpictures}
  277. {block:ifnotTwosidebarpictures}
  278. width:176px;
  279. {/block:ifnotTwosidebarpictures}
  280. -webkit-border-radius: 2px;
  281. -moz-border-radius: 2px;
  282. border-radius: 2px;
  283. margin:0px 5px 10px 5px;
  284. }
  285.  
  286. #description {
  287. padding:10px;
  288. {block:ifsidebarwithbackground}
  289. background:{color:sidebar background};
  290. {/block:ifsidebarwithbackground}
  291. color:{color:sidebar text};
  292. text-align:center;
  293. font-family:'Montserrat', sans-serif;
  294. font-weight:400;
  295. font-size:8px;
  296. line-height:180%;
  297. text-transform:uppercase;
  298. margin:0px 5px 10px 5px;
  299. -webkit-border-radius: 2px;
  300. -moz-border-radius: 2px;
  301. border-radius: 2px;
  302. }
  303.  
  304. #links {
  305. padding:10px 0px;
  306. {block:ifsidebarwithbackground}
  307. background:{color:sidebar background};
  308. {/block:ifsidebarwithbackground}
  309. text-align:center;
  310. margin:0px 5px 10px 5px;
  311. -webkit-border-radius: 2px;
  312. -moz-border-radius: 2px;
  313. border-radius: 2px;
  314. }
  315.  
  316. #links a {
  317. font-family:'Montserrat', sans-serif;
  318. font-weight:700;
  319. font-size:11px;
  320. line-height:160%;
  321. text-transform:uppercase;
  322. letter-spacing:1px;
  323. color:{color:sidebar text};
  324. margin:0px 4.5px;
  325. }
  326.  
  327. #pagination {
  328. width:300px;
  329. {block:ifPostswithbackground}
  330. width:330px;
  331. {/block:ifPostswithbackground}
  332. margin:auto;
  333. text-align:center;
  334. margin-top:60px;
  335. {block:ifnotCreditunderposts}
  336. padding-bottom:60px;
  337. {/block:ifnotCreditunderposts}
  338. }
  339.  
  340. #pagination a {
  341. color:{color:sidebar text};
  342. font-weight:bolder;
  343. font-family: 'Lato', sans-serif;
  344. letter-spacing:1.5px;
  345. text-transform:uppercase;
  346. font-size:7px;
  347. }
  348.  
  349. #info {
  350. text-align:right;
  351. letter-spacing:1px;
  352. font-family:'Montserrat', sans-serif;
  353. font-weight:400;
  354. margin-right:0px;
  355. font-size:8px;
  356. margin-top:10px;
  357. text-transform:uppercase;
  358. }
  359.  
  360. #info i {
  361. font-size:7px;
  362. color:{color:text};
  363. opacity:.9;
  364. }
  365.  
  366. .info {
  367. {block:ifPostswithbackground}
  368. padding:4px 5px 5px 7px;
  369. background:{color:posts background};
  370. -webkit-border-radius: 2px;
  371. -moz-border-radius: 2px;
  372. border-radius: 2px;
  373. margin-left:-3px;
  374. {/block:ifPostswithbackground}
  375. {block:ifnotPostswithbackground}
  376. margin-top:20px;
  377. {/block:ifnotPostswithbackground}
  378. position:relative;
  379. {block:ifInfoonhover}
  380. {block:indexpage}
  381. opacity:0;
  382. {/block:indexpage}
  383. {/block:ifInfoonhover}
  384. }
  385.  
  386. #tags {
  387. margin-top:13px;
  388. width:330px;
  389. {block:ifnotPostswithbackground}
  390. margin-top:4px;
  391. width:300px;
  392. {/block:ifnotPostswithbackground}
  393. {block:ifTagsonhover}
  394. {block:indexpage}
  395. opacity:0;
  396. {/block:indexpage}
  397. {/block:ifTagsonhover}
  398. -webkit-transition: opacity 0.3s linear;
  399. -webkit-transition: all 0.3s linear;
  400. -moz-transition: all 0.3s linear;
  401. transition: all 0.3s linear;
  402. }
  403.  
  404. #tags a {
  405. font-size:7px;
  406. margin-left:7px;
  407. margin-bottom:7px;
  408. {block:ifPostswithbackground}
  409. padding:2px 5px 2px 7px;
  410. background:{color:posts background};
  411. -webkit-border-radius: 2px;
  412. -moz-border-radius: 2px;
  413. border-radius: 2px;
  414. {/block:ifPostswithbackground}
  415. -webkit-transition: opacity 0.3s linear;
  416. -webkit-transition: all 0.3s linear;
  417. -moz-transition: all 0.3s linear;
  418. transition: all 0.3s linear;
  419. color:{color:text};
  420. letter-spacing:1px;
  421. display:inline-block;
  422. }
  423.  
  424. #tags a:hover {
  425. -webkit-transition: opacity 0.3s linear;
  426. -webkit-transition: all 0.3s linear;
  427. -moz-transition: all 0.3s linear;
  428. transition: all 0.3s linear;
  429. color:{color:link};
  430. }
  431.  
  432. .chat {
  433. display:block;
  434. margin-top:10px;
  435. padding-top:10px;
  436. border-top:1px solid {color:border};
  437. }
  438.  
  439. .chat:first-child {
  440. margin-top:0px;
  441. padding-top:0px;
  442. border-top:0px;
  443. }
  444.  
  445. .link {
  446. padding:8px 5px 9px 7px;
  447. background:{color:link};
  448. -webkit-border-radius: 2px;
  449. -moz-border-radius: 2px;
  450. border-radius: 2px;
  451. text-align: center;
  452. }
  453.  
  454. .link a {
  455. color: {color:posts background};
  456. font-size:14px;
  457. font-family:'Montserrat', sans-serif;
  458. font-weight: 700;
  459. text-transform:uppercase;
  460. letter-spacing: 1.5px;
  461. line-height:150%;
  462. }
  463.  
  464. .question{
  465. text-align: center;
  466. margin-bottom:10px;
  467. padding: 8px 0px;
  468. border-bottom: 1px solid {color:border};
  469. word-wrap: break-word;
  470. }
  471.  
  472. .answer{
  473. text-align: left;
  474. word-wrap: break-word;
  475. }
  476.  
  477. .asker a {
  478. color: {color:text};
  479. }
  480.  
  481. .sources
  482. {
  483. filter:alpha(opacity=0);
  484. opacity:0;
  485. font-size: 0px;
  486. }
  487.  
  488. #quote {
  489. font-size:17px;
  490. font-family:'Lato', sans-serif;
  491. font-weight: 300;
  492. letter-spacing: 1.5px;
  493. line-height:130%;
  494. text-align: center;
  495. }
  496.  
  497. #cover {
  498. position: relative;
  499. z-index: 1;
  500. height: 80px;
  501. float:left;
  502. margin:4px;
  503. box-shadow:0px 0px 5px {color:shadow};
  504. }
  505.  
  506. #button {
  507. width:20px;
  508. height:30px;
  509. overflow: hidden;
  510. position: relative;
  511. z-index: 99;
  512. margin: 15px 24px 13px 16px;
  513. }
  514.  
  515. #buttons {
  516. background-color: #fff;
  517. position: absolute;
  518. z-index: 99;
  519. margin-top: 15px;
  520. margin-left: 15px;
  521. opacity: 0;
  522. -webkit-transition: opacity 0.5s linear;
  523. -webkit-transition: all 0.5s linear;
  524. -moz-transition: all 0.5s linear;
  525. -o-transition: all 0.5s linear;
  526. }
  527.  
  528. #post:hover #buttons {
  529. opacity:0.5;
  530. }
  531.  
  532. #musicinfo {
  533. margin-left: 110px;
  534. font-size:10px;
  535. min-height:70px;
  536. text-align:left;
  537. position: relative;
  538. }
  539.  
  540. .notes {
  541. width:300px;
  542. margin-top:15px;
  543. {block:ifPostswithbackground}
  544. padding:15px;
  545. background:{color:posts background};
  546. -webkit-border-radius: 2px;
  547. -moz-border-radius: 2px;
  548. border-radius: 2px;
  549. {/block:ifPostswithbackground}
  550. }
  551.  
  552. #notes {
  553. text-transform: uppercase;
  554. font-size:10px;
  555. font-family:'Montserrat', sans-serif;
  556. letter-spacing:1.6px;
  557. font-weight:700;
  558. {block:ifnotPostswithbackground}
  559. border-bottom: solid 1px {color:border};
  560. {/block:ifnotPostswithbackground}
  561. text-align:center;
  562. position:relative;
  563. padding-bottom:7px;
  564. {block:ifShownotesonclick}
  565. cursor:help!Important;
  566. border-bottom:0px;
  567. padding-bottom:0px;
  568. {/block:ifShownotesonclick}
  569. }
  570.  
  571. ol.notes {
  572. padding: 0px;
  573. margin: 15px 0px;
  574. list-style-type: none;
  575. width:300px;
  576. {block:ifShownotesonclick}
  577. display:none;
  578. {/block:ifShownotesonclick}
  579. }
  580.  
  581. ol.notes li.note {
  582. padding: 5px 0px;
  583. }
  584.  
  585. ol.notes li.note img.avatar {
  586. vertical-align: -8px;
  587. margin-right: 10px;
  588. width: 16px;
  589. height: 16px;
  590. padding:2px;
  591. border:1px solid {color:border};
  592. border-radius: 100%;
  593. }
  594.  
  595. ol.notes li.note .answer_content {
  596. font-weight: normal;
  597. padding: 2px 8px;
  598. margin: 10px 0px 0px 25px;
  599. display:block;
  600. border-left:1px solid;
  601. }
  602.  
  603. ol.notes li.note blockquote {
  604. padding: 2px 8px;
  605. margin: 10px 0px 0px 25px;
  606. }
  607.  
  608. ol.notes li.note blockquote a {
  609. text-decoration: none;
  610. }
  611.  
  612. {block:ifCreditunderposts}
  613. #credit {
  614. width:300px;
  615. {block:ifPostswithbackground}
  616. width:330px;
  617. {/block:ifPostswithbackground}
  618. margin:auto;
  619. text-align:center;
  620. padding-bottom: 80px;
  621. margin-top:25px;
  622. }
  623.  
  624. #credit a {
  625. color:{color:sidebar text};
  626. font-weight:bolder;
  627. font-family: 'Lato', sans-serif;
  628. letter-spacing:1.5px;
  629. text-transform:uppercase;
  630. font-size:8px;
  631. }
  632. {/block:ifCreditunderposts}
  633.  
  634. {block:ifnotCreditunderposts}
  635. #credit {
  636. position:fixed;
  637. {block:ifnotCreditontheleft}
  638. right:10px;
  639. {/block:ifnotCreditontheleft}
  640. {block:ifCreditontheleft}
  641. left:10px;
  642. {/block:ifCreditontheleft}
  643. bottom:15px;
  644. }
  645.  
  646. #credit a {
  647. padding:3px 5px;
  648. {block:ifsidebarwithbackground}
  649. background:{color:sidebar background};
  650. {/block:ifsidebarwithbackground}
  651. -webkit-border-radius: 2px;
  652. -moz-border-radius: 2px;
  653. border-radius: 2px;
  654. color:{color:sidebar text};
  655. font-weight:bolder;
  656. font-family: 'Lato', sans-serif;
  657. letter-spacing:1.5px;
  658. text-transform:uppercase;
  659. font-size:14px;
  660. }
  661. {/block:ifnotCreditunderposts}
  662.  
  663. {CustomCSS}</style></head><body>
  664.  
  665. <div id="sidebar">
  666. {block:ifnotHidesidebartitle}
  667. <div id="title">{text:title}</div>
  668. {/block:ifnotHidesidebartitle}
  669. {block:ifnotHidesidebarpicture}
  670. <div id="pics">
  671. <img src="{image:sidebar picture 1}">
  672. {block:ifTwosidebarpictures}
  673. <img src="{image:sidebar picture 2}">
  674. {/block:ifTwosidebarpictures}
  675. </div>
  676. {/block:ifnotHidesidebarpicture}
  677. {block:ifnotHidesidebardescription}
  678. <div id="description">{Description}</div>
  679. {/block:ifnotHidesidebardescription}
  680. {block:ifnotHidesidebarlinks}
  681. <div id="links">
  682. <a href="{text:link 1 url}" title="{text:link 1 tooltip}">01.</a>
  683. <a href="{text:link 2 url}" title="{text:link 2 tooltip}">02.</a>
  684. <a href="{text:link 3 url}" title="{text:link 3 tooltip}">03.</a>
  685. <a href="{text:link 4 url}" title="{text:link 4 tooltip}">04.</a>
  686. <a href="{text:link 5 url}" title="{text:link 5 tooltip}">05.</a>
  687. </div>
  688. {/block:ifnotHidesidebarlinks}
  689. </div>
  690.  
  691. <div id="entries">
  692. <div class="autopagerize_page_element">
  693. {block:Posts}
  694.  
  695. {block:ContentSource}
  696.  
  697. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  698.  
  699. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  700.  
  701. {/block:SourceLogo}
  702.  
  703. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  704.  
  705. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  706.  
  707. <div class="post">
  708. <div id="post">
  709.  
  710. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div class="text">{Body}</div>{/block:Text}
  711.  
  712. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Photo}
  713.  
  714. {block:Photoset}{Photoset}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Photoset}
  715.  
  716. {block:Quote}{block:Source}{/block:Source}<div id="quote">{Quote}</div><br><div style="font-family: consolas; font-size: 11px; text-align: right;">-{Source}</div>{/block:Quote}
  717.  
  718. {block:Link}<div class="link"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
  719.  
  720. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<span class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}</span>{/block:Lines}{/block:Chat}
  721.  
  722. {block:Audio}
  723. <div id="buttons"><div id="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  724. {block:AlbumArt}<img src="{AlbumArtURL}" id="cover">{/block:AlbumArt}
  725. <div id="musicinfo">
  726. {block:TrackName}<div style="padding-top: 12px; text-transform: uppercase; font-size:12px; font-family:'Lato', sans-serif; letter-spacing:1.6px;"><b>{TrackName}</b></div>{/block:Trackname}<br>
  727. {block:Artist}by {Artist}{/block:Artist}<br><br>
  728. {block:PlayCount}►played {PlayCount} times{/block:PlayCount}
  729. </div>
  730. <div style="margin-top:23px;">{block:caption}<div class="text">{Caption}</div>{/block:caption}</div>
  731. {/block:Audio}
  732.  
  733. {block:Video}<div class="video">{Video-500}</div>{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Video}
  734.  
  735. {block:Answer}
  736. <div class="question" style="margin-bottom:-3px;"><span class="asker"><b>{Asker}</b></span>: {Question}</div><div class="answer" class="text">{Answer}</div>{/block:Answer}
  737.  
  738. </div><!--id post-->
  739.  
  740. <div id="info">
  741. <span class="info">{block:Date}{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}{/block:Date} (<span style="color:#e17e66;">♥</span><a href="{Permalink}" style="letter-spacing:0.5px;">{NoteCount}</a>) <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a></span>
  742.  
  743. {block:ifTagsonpermalink}
  744. {block:permalink}
  745. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  746. {/block:permalink}
  747. {/block:ifTagsonpermalink}
  748.  
  749. {block:ifnotTagsonpermalink}
  750. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  751. {/block:ifnotTagsonpermalink}
  752. </div>
  753.  
  754. </div><!--class post-->
  755.  
  756. {block:PostNotes}
  757. <div class="notes">
  758. <div id="notes">notes</div>
  759. {PostNotes}
  760. </div>
  761. {/block:PostNotes}
  762.  
  763. {/block:Posts}</div></div>
  764.  
  765. <div id="pagination">
  766. {block:Pagination}<span style="padding:6px 9px 7px 9px; {block:ifsidebarwithbackground}background:{color:sidebar background};{/block:ifsidebarwithbackground} -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;">
  767. {block:PreviousPage}<a href="{PreviousPage}">previous page</a><span style="margin:0px 10px;">/</span>{/block:PreviousPage}
  768. {block:NextPage}<a href="{NextPage}">following page</a>{/block:NextPage}
  769. </span>{/block:Pagination}
  770. </div>
  771.  
  772. {block:ifCreditunderposts}
  773. <div id="credit">
  774. <span style="padding:6px 9px 7px 9px; {block:ifsidebarwithbackground}background:{color:sidebar background};{/block:ifsidebarwithbackground} -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;"><a href="http://castiiel.tumblr.com">theme by castiiel</a>
  775. </span>
  776. </div>
  777. {/block:ifCreditunderposts}
  778.  
  779. {block:ifnotCreditunderposts}
  780. <div id="credit"><a href="http://castiiel.tumblr.com" title="theme by castiiel">©</a></div>
  781. {/block:ifnotCreditunderposts}
  782.  
  783. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement