Advertisement
lojsan7

kyaratheme

Nov 9th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.99 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="http://i3.s.7.hjfile.cn/entry/201507/15d75549-53be-41cd-804a-39cd6365b411.gif">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. <!---- this is theme 44 by Hollywhood
  10. please don't remove the credit
  11. thank you
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#9B9B9B"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:scrollbar" content="#999999">
  18. <meta name="color:title" content="#999999">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:sidebartitle" content="">
  23. <meta name="image:background image" content="">
  24. <meta name="image:info image" content="">
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="text:sidebartitle" content="">
  27.  
  28. <meta name="text:link1" content="" />
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="" />
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="" />
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="" />
  35. <meta name="text:link4 url" content="/">
  36. <meta name="text:link5" content="" />
  37. <meta name="text:link5 url" content="/">
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. #tab1 {
  43. width: 13px;
  44. height: 13px;
  45. border: solid 1px #b2b2b1; /*Here change the border color*/
  46. background-color: #dbd9d7; /*Here change the background color*/
  47. margin-left:-670px;
  48. margin-top: 10px;
  49. position: fixed;
  50. overflow:hidden;
  51. -webkit-transition: opacity 0.4s linear;
  52. -webkit-transition: all 0.4s linear;
  53. -moz-transition: all 0.4s linear;
  54. -o-transition: all 0.4s linear;
  55. }
  56.  
  57. #tab1:hover {
  58. width: 130px;
  59. height: 168px;
  60. background-color: #dbd9d7;
  61. z-index: 99999;
  62. -webkit-transition: opacity 0.4s linear;
  63. -webkit-transition: all 0.4s linear;
  64. -moz-transition: all 0.4s linear;
  65. -o-transition: all 0.4s linear;
  66. }
  67.  
  68. #tab2 {
  69. width: 13px;
  70. height: 13px;
  71. border: solid 1px #b2b2b1; /*Here change the border color*/
  72. background-color: #dbd9d7; /*Here change the background color*/
  73. margin-left: -670px;
  74. margin-top: 35px;
  75. position: fixed;
  76. overflow:hidden;
  77. z-index:999;
  78. -webkit-transition: opacity 0.4s linear;
  79. -webkit-transition: all 0.4s linear;
  80. -moz-transition: all 0.4s linear;
  81. -o-transition: all 0.4s linear;
  82. }
  83.  
  84. #tab2:hover {
  85. width: 130px;
  86. height: 168px;
  87. background-color: #dbd9d7;
  88. -webkit-transition: opacity 0.4s linear;
  89. -webkit-transition: all 0.4s linear;
  90. -moz-transition: all 0.4s linear;
  91. -o-transition: all 0.4s linear;
  92. }
  93.  
  94. #tab3 {
  95. width: 13px;
  96. height: 13px;
  97. border: solid 1px #b2b2b1; /*Here change the border color*/
  98. background-color: #dbd9d7; /*Here change the background color*/
  99. margin-left: -670px;
  100. margin-top: 60px;
  101. position: fixed;
  102. overflow:hidden;
  103. -webkit-transition: opacity 0.4s linear;
  104. -webkit-transition: all 0.4s linear;
  105. -moz-transition: all 0.4s linear;
  106. -o-transition: all 0.4s linear;
  107. }
  108.  
  109. #tab3:hover {
  110. width: 130px;
  111. height: 168px;
  112. background-color: #dbd9d7;
  113. -webkit-transition: opacity 0.4s linear;
  114. -webkit-transition: all 0.4s linear;
  115. -moz-transition: all 0.4s linear;
  116. -o-transition: all 0.4s linear;
  117. }
  118.  
  119. .inside {
  120. width: 110px;
  121. padding: 10px;
  122. padding-top: 8px;
  123. font-family: sans-serif;
  124. font-size: 9px;
  125. line-height: 150%;
  126. color: #767575; /*Change here the text color*/
  127. background-color: #dbd9d7; /*Change here the inside background color*/
  128. letter-spacing: .8px;
  129. text-align: center;
  130. padding-bottom:1000px;
  131. opacity: 0;
  132. -webkit-transition: opacity 0.3s linear;
  133. -webkit-transition: all 0.3s linear;
  134. -moz-transition: all 0.3s linear;
  135. -o-transition: all 0.3s linear;
  136. }
  137.  
  138. .inside:hover {
  139. opacity: 1;
  140. -webkit-transition: opacity 0.3s linear;
  141. -webkit-transition: all 0.3s linear;
  142. -moz-transition: all 0.3s linear;
  143. -o-transition: all 0.3s linear;
  144. }
  145.  
  146.  
  147. ::-webkit-scrollbar-thumb{
  148. background-color: transparent;
  149. border: 2px solid transparent;
  150. height:5px;
  151. }
  152.  
  153. ::-webkit-scrollbar {
  154. height:auto;
  155. width:2px;
  156. background-color: transparent;
  157. border:5px solid transparent;
  158. }
  159.  
  160.  
  161. iframe#tumblr_controls {
  162. white-space:nowrap;
  163. -webkit-filter: invert(100%);
  164. -moz-filter: invert(100%);
  165. -o-filter: invert(100%);
  166. -ms-filter: invert(100%);
  167. filter: invert(100%);
  168. opacity:.2;transition: .8s ease-in-out;
  169. -webkit-transition: .8s ease-in-out;
  170. -moz-transition: .8s ease-in-out;
  171. -o-transition: .8s ease-in-out;
  172. }
  173.  
  174. h1 {
  175. font-weight:normal;
  176. font-size:17px;
  177. text-align:center;
  178. font-style:normal;
  179. line-height:100%;
  180. letter-spacing:1px;
  181. text-transform:normal;
  182. color:{color:text};
  183. }
  184.  
  185. h2 {
  186. font-size:17px;
  187. text-align:center;
  188. line-height:100%;
  189. letter-spacing:-0.5px;
  190. color:#444343;
  191. text-shadow:1px 1px 1px #022e40;
  192. font-weight:bold;
  193. text-transform:uppercase;
  194. padding:5px;
  195. padding-bottom:2px;
  196. }
  197.  
  198.  
  199. blockquote {
  200. border-left:1px solid #c2c0c0;
  201. padding:17px;
  202. margin:10px 2px 0px 10px
  203. background-color:#a35178;
  204. }
  205.  
  206. body {
  207. background:{color:background};
  208. background-image: url('http://i.imgur.com/A9YmOz9.png');
  209. background-repeat: no-repeat;
  210. background-size: center;
  211. background-attachment: fixed;
  212. position: absolute;
  213. margin-left:700px;
  214. color:{color:text};
  215. font-family:arial;
  216. font-size:12px;
  217. line-height:100%;
  218. }
  219.  
  220. b,bold,strong {
  221. color:#4f0604;
  222. font-family:arial;
  223. font-size:14px;
  224. text-shadow: 1px 1px 1px #4f0604;
  225. }
  226.  
  227. i,em,italic {
  228. color:#ad8d6f;
  229. font-family:arial;
  230. font-size:14px;
  231. text-shadow: 1.5px 1.5px 11px #ad8d6f;
  232. }
  233.  
  234. a {
  235. text-decoration:none;
  236. text-transform:uppercase;
  237. text-shadow: 0 0 0.3em ;
  238. color: #eeeeee;
  239. outline:none;
  240. -moz-outline-style:none;
  241. color:{color:link};
  242. -moz-transition-duration:0.5s;
  243. -webkit-transition-duration:0.5s;
  244. -o-transition-duration:0.5s;
  245. }
  246.  
  247. a:hover {
  248. text-decoration:none;
  249. outline:none;
  250. -moz-outline-style:none;
  251. color:{color:link hover};
  252. }
  253.  
  254. img {
  255. border:none;
  256. }
  257.  
  258.  
  259. #post {
  260. width:400px;
  261. margin-top:0px;
  262. margin-bottom:50px;
  263. opacity:0.8;
  264. }
  265.  
  266. #container {margin: auto;
  267. position:fixed;
  268. width: 900px;}
  269.  
  270.  
  271. #entries {
  272. padding:10px;
  273. left:631px;
  274. top:81px;
  275. position:fixed;
  276. background-color:transparent;
  277. width:400px;
  278. height:430px;
  279. top:81px;
  280. padding: 20px;
  281. overflow-x:scroll;
  282. scroll:left;
  283. overflow-x:hidden;
  284. }
  285.  
  286.  
  287. #theme {
  288. width:250px;
  289. margin:0 auto -12px auto;
  290. }
  291.  
  292. #sidebar {
  293. color:{color:text};
  294. width:100px;
  295. height:auto;
  296. margin-top:90px;
  297. margin-left:165px;
  298. text-align:left;
  299. }
  300.  
  301. #sidebarimage img {
  302. width:100px;
  303. opacity:.9;
  304. margin-top:-10px;
  305. margin-bottom:0px;
  306. margin-left:43px;
  307. }
  308.  
  309. #alinks {
  310. font-family:'Minion Pro';
  311. width:220px;
  312. margin-top:-80px;
  313. margin-left:-390px;
  314. font-size:20px;
  315. text-transform:uppercase;
  316. text-align:center;
  317. line-height:280%;
  318. }
  319.  
  320. #links a{
  321. line-height:280%;
  322. border-bottom:0px solid #fff;
  323. margin-top:4px;
  324. margin-left:30px;
  325. color: #d4d5d6;
  326. text-shadow:1px 1px 15px #feffff;
  327. -moz-transition-duration:.2s;
  328. -webkit-transition-duration:.2s;
  329. -o-transition-duration:.2s;
  330. }
  331.  
  332. #links a:hover {
  333. color: {color:link hover};
  334. width:60px;
  335. -moz-transition-duration:0.2s;
  336. -webkit-transition-duration:0.2s;
  337. -o-transition-duration:0.2s;
  338. }
  339.  
  340.  
  341. #blinks {
  342. font-family:'Minion Pro';
  343. width:220px;
  344. margin-top:-25px;
  345. margin-left:-380px;
  346. font-size:15px;
  347. text-transform:uppercase;
  348. text-align:center;
  349. line-height:280%;
  350. }
  351.  
  352. #links a{
  353. line-height:280%;
  354. border-bottom:0px solid #fff;
  355. margin-top:4px;
  356. margin-left:30px;
  357. color: #d4d5d6;
  358. text-shadow:1px 1px 15px #feffff;
  359. -moz-transition-duration:.2s;
  360. -webkit-transition-duration:.2s;
  361. -o-transition-duration:.2s;
  362. }
  363.  
  364. #links a:hover {
  365. color: {color:link hover};
  366. width:60px;
  367. -moz-transition-duration:0.2s;
  368. -webkit-transition-duration:0.2s;
  369. -o-transition-duration:0.2s;
  370. }
  371.  
  372.  
  373. #clinks {
  374. font-family:'Minion Pro';
  375. width:220px;
  376. margin-top:-75px;
  377. margin-left:-400px;
  378. font-size:15px;
  379. text-transform:uppercase;
  380. text-align:center;
  381. line-height:280%;
  382. }
  383.  
  384. #links a{
  385. line-height:280%;
  386. border-bottom:0px solid #fff;
  387. margin-top:4px;
  388. margin-left:30px;
  389. color: #d4d5d6;
  390. text-shadow:1px 1px 15px #feffff;
  391. -moz-transition-duration:.2s;
  392. -webkit-transition-duration:.2s;
  393. -o-transition-duration:.2s;
  394. }
  395.  
  396. #links a:hover {
  397. color: {color:link hover};
  398. width:60px;
  399. -moz-transition-duration:0.2s;
  400. -webkit-transition-duration:0.2s;
  401. -o-transition-duration:0.2s;
  402. }
  403.  
  404.  
  405. #dlinks {
  406. font-family:'Minion Pro';
  407. width:220px;
  408. margin-top:-20px;
  409. margin-left:-405px;
  410. font-size:15px;
  411. text-transform:uppercase;
  412. text-align:center;
  413. line-height:280%;
  414. }
  415.  
  416. #links a{
  417. line-height:280%;
  418. border-bottom:0px solid #fff;
  419. margin-top:4px;
  420. margin-left:30px;
  421. color: #d4d5d6;
  422. text-shadow:1px 1px 15px #feffff;
  423. -moz-transition-duration:.2s;
  424. -webkit-transition-duration:.2s;
  425. -o-transition-duration:.2s;
  426. }
  427.  
  428. #links a:hover {
  429. color: {color:link hover};
  430. width:60px;
  431. -moz-transition-duration:0.2s;
  432. -webkit-transition-duration:0.2s;
  433. -o-transition-duration:0.2s;
  434. }
  435.  
  436.  
  437. #elinks {
  438. font-family:'Minion Pro';
  439. width:220px;
  440. margin-top:-25px;
  441. margin-left:-400px;
  442. font-size:15px;
  443. text-transform:uppercase;
  444. text-align:center;
  445. line-height:280%;
  446. }
  447.  
  448. #links a{
  449. line-height:280%;
  450. border-bottom:0px solid #fff;
  451. margin-top:4px;
  452. margin-left:30px;
  453. color: #d4d5d6;
  454. text-shadow:1px 1px 15px #feffff;
  455. -moz-transition-duration:.2s;
  456. -webkit-transition-duration:.2s;
  457. -o-transition-duration:.2s;
  458. }
  459.  
  460. #links a:hover {
  461. color: {color:link hover};
  462. width:60px;
  463. -moz-transition-duration:0.2s;
  464. -webkit-transition-duration:0.2s;
  465. -o-transition-duration:0.2s;
  466. }
  467.  
  468. #flinks {
  469. font-family:'Minion Pro';
  470. width:220px;
  471. margin-top:-75px;
  472. margin-left:-420px;
  473. font-size:15px;
  474. text-transform:uppercase;
  475. text-align:center;
  476. line-height:280%;
  477. }
  478.  
  479. #links a{
  480. line-height:280%;
  481. border-bottom:0px solid #fff;
  482. margin-top:4px;
  483. margin-left:30px;
  484. color: #d4d5d6;
  485. text-shadow:1px 1px 15px #feffff;
  486. -moz-transition-duration:.2s;
  487. -webkit-transition-duration:.2s;
  488. -o-transition-duration:.2s;
  489. }
  490.  
  491. #links a:hover {
  492. color: {color:link hover};
  493. width:60px;
  494. -moz-transition-duration:0.2s;
  495. -webkit-transition-duration:0.2s;
  496. -o-transition-duration:0.2s;
  497. }
  498.  
  499. #glinks {
  500. font-family:'Minion Pro';
  501. width:220px;
  502. margin-top:-60px;
  503. margin-left:-420px;
  504. font-size:15px;
  505. text-transform:uppercase;
  506. text-align:center;
  507. line-height:280%;
  508. }
  509.  
  510. #links a{
  511. line-height:280%;
  512. border-bottom:0px solid #fff;
  513. margin-top:4px;
  514. margin-left:30px;
  515. color: #d4d5d6;
  516. text-shadow:1px 1px 15px #feffff;
  517. -moz-transition-duration:.2s;
  518. -webkit-transition-duration:.2s;
  519. -o-transition-duration:.2s;
  520. }
  521.  
  522. #links a:hover {
  523. color: {color:link hover};
  524. width:60px;
  525. -moz-transition-duration:0.2s;
  526. -webkit-transition-duration:0.2s;
  527. -o-transition-duration:0.2s;
  528. }
  529.  
  530.  
  531. .sidebartitle {
  532. width:300px;
  533. text-align:center;
  534. font-family:'californian fb';
  535. line-height:120%;
  536. margin-left:-58px;
  537. word-spacing:2px;
  538. font-style:italic;
  539. font-size:16px;
  540. margin-top:10px;
  541. color:{color:title};
  542. }
  543.  
  544. #pagination {
  545. font-family:corbel;
  546. width:250px;
  547. font-size:9px;
  548. margin-top:25px;
  549. margin-left:-8px;
  550. padding-left:5px;
  551. letter-spacing:1px;
  552. text-align:center;
  553. text-transform:uppercase;
  554. }
  555.  
  556. #pagination a {
  557. color:{color:link};
  558. }
  559.  
  560. #info {
  561. font-family:arial;
  562. width:400px;
  563. margin-top:8px;
  564. padding-top:4px;
  565. font-size:10px;
  566. border-top:1px solid #ddd;
  567. opacity:0;
  568. color:{color:text};
  569. text-transform:uppercase;
  570. font-style:normal;
  571. text-align:left;
  572. -moz-transition-duration:0.5s;
  573. -webkit-transition-duration:0.5s;
  574. -o-transition-duration:0.5s;
  575. background-image:url('{image:info image}');
  576. border: 1px solid #bdbdbd;
  577. border-radius: 0px;
  578. }
  579.  
  580. #info a {
  581. color:{color:link};
  582. }
  583.  
  584. #info a:hover {
  585. color:{color:link hover};
  586. }
  587.  
  588. .tags {
  589. font-family:arial;
  590. font-style:normal;
  591. width:250px;
  592. margin-top:4px;
  593. text-transform:normal;
  594. font-style:normal;
  595. line-height:120%;
  596. padding-top:0px;
  597. font-size:8px;
  598. opacity:0;
  599. letter-spacing:1px;
  600. text-align:left;
  601. -moz-transition-duration:0.5s;
  602. -webkit-transition-duration:0.5s;
  603. -o-transition-duration:0.5s;
  604. }
  605. .tags a{
  606. color:{color:link};
  607. -moz-transition-duration:0.2s;
  608. -webkit-transition-duration:0.2s;
  609. -o-transition-duration:0.2s;
  610. }
  611. .tags a:hover{
  612. color:{color:link hover};
  613. -moz-transition-duration:0.2s;
  614. -webkit-transition-duration:0.2s;
  615. -o-transition-duration:0.2s;
  616. }
  617.  
  618. #post:hover #info{
  619. opacity:1;
  620. -moz-transition-duration:1s;
  621. -webkit-transition-duration:1s;
  622. -o-transition-duration:1s;
  623. }
  624. #post:hover .tags{
  625. opacity:1;
  626. -moz-transition-duration:1s;
  627. -webkit-transition-duration:1s;
  628. -o-transition-duration:1s;
  629. }
  630.  
  631. .audio{
  632. background-color:#dedddd;
  633. height:65px;
  634. overflow:hidden;
  635. }
  636.  
  637. #ask {
  638. float:left;
  639. color:{color:text};
  640. }
  641.  
  642. #credit {
  643. font-size:9px;
  644. font-family:cambria;
  645. font-style:italic;
  646. letter-spacing:1px;
  647. -moz-transition-duration:0.5s;
  648. -webkit-transition-duration:0.5s;
  649. -o-transition-duration:0.5s;
  650. }
  651.  
  652. #credit a {
  653. background-color:#fff;
  654. padding:5px;
  655. border:1px solid #e9e9e9;
  656. position:fixed;
  657. right:15px;
  658. bottom:25px
  659. }
  660.  
  661. #credit a:hover {
  662. color:#fff;
  663. background-color:#191919;
  664. }
  665.  
  666. {CustomCSS}
  667.  
  668. </style><!--------------- TYPING/MOVING TITLE ----------------------->
  669.  
  670. <script type="text/javascript">
  671. var rev = "fwd";
  672. function titlebar(val)
  673. {
  674. var msg = "insert title";
  675. var res = " ";
  676. var speed = 100;
  677. var pos = val;
  678. msg = "insert title";
  679. var le = msg.length;
  680. if(rev == "fwd"){
  681. if(pos < le){
  682. pos = pos+1;
  683. scroll = msg.substr(0,pos);
  684. document.title = scroll;
  685. timer = window.setTimeout("titlebar("+pos+")",speed);}
  686. else{
  687. rev = "bwd";
  688. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  689. else{
  690. if(pos > 0){
  691. pos = pos-1;
  692. var ale = le-pos;
  693. scrol = msg.substr(ale,le);
  694. document.title = scrol;
  695. timer = window.setTimeout("titlebar("+pos+")",speed);}
  696. else{
  697. rev = "fwd";
  698. timer = window.setTimeout("titlebar("+pos+")",speed);
  699. }}}
  700. titlebar(0);
  701. </script></head><body>
  702. <div id="tab1">
  703. <div class="inside" style"border-radius: 13px;">
  704. insert updates
  705. </small>
  706. </div>
  707. </div>
  708.  
  709. <div id="tab2">
  710. <div class="inside" style"border-radius: 13px;">
  711. insert updates
  712. </div>
  713. </div>
  714.  
  715. <div id="tab3">
  716. <div class="inside" style"border-radius: 13px;">
  717. <p><a href="http://brustet.tumblr.com/">theme credit.</a></p>
  718. </div>
  719. </div>
  720.  
  721. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/wx6pget/QFOnc7ows/.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'pays to know.','url':'https://www.youtube.com/watch?v=-J6hIUP-FLQ'},{'title':'gun.','url':'https://www.youtube.com/watch?v=TtlJ6gqgnZ0'},{'title':'bad ritual.','url':'https://www.youtube.com/watch?v=Ma3DcbNgQmc'},{'title':'arsonist%27s lullabye.','url':'https://www.youtube.com/watch?v=yEtkIRlz7Vw'}]}" ></script><noscript><a href="http://playlist.me/w/i.php">SCM music player</a></noscript><!-- playlist.me script end -->
  722.  
  723.  
  724. </div>
  725.  
  726. <div id="theme">
  727.  
  728. <div id="container">
  729.  
  730. <div id="sidebar">
  731.  
  732. <div id="sidebarimage">
  733. <a href="/"><img src="{image:sidebar}"></a></div>
  734.  
  735. <div class="sidebartitle">{text:sidebartitle}</div>
  736.  
  737. <div id="alinks">
  738. <a href="{text:link1 url}" title="refresh.">★</a></div>
  739.  
  740. <div id="blinks">
  741. <a href="{text:link2 url}" title="ask.">★</a></div>
  742.  
  743. <div id="clinks">
  744. <a href="{text:link3 url}" title="link title.">★</a></div>
  745.  
  746. <div id="dlinks">
  747. <a href="{text:link4 url}" title="link title.">★</a></div>
  748.  
  749. <div id="elinks">
  750. <a href="{text:link5 url}" title="link title.">★</a></div>
  751.  
  752. <div id="flinks">
  753. <a href="{text:link6 url}" title="link title.">★</a></div>
  754.  
  755. <div id="glinks">
  756. <a href="{text:link6 url}" title="link title.">★</a></div>
  757.  
  758.  
  759.  
  760.  
  761. </div>
  762.  
  763. <div id="entries">{block:Posts}<div id="post">
  764.  
  765. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  766.  
  767. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  768.  
  769. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  770.  
  771. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  772.  
  773. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  774.  
  775. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  776.  
  777. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  778. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  779.  
  780. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  781.  
  782. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  783.  
  784. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  785. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#4f0604>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  786.  
  787. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  788. </div>
  789.  
  790.  
  791. {block:HasTags}
  792. <div class="tags">
  793. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  794. {/block:HasTags}
  795. <div class="postnote">
  796. {block:PostNotes}{PostNotes}{/block:PostNotes}
  797. </div>
  798. </div>
  799. {/block:Posts}
  800.  
  801. <div id="pagination">
  802. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  803.  
  804.  
  805. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div></div>
  806.  
  807.  
  808. </body>
  809. </div>
  810. </div>
  811.  
  812.  
  813. </div></div></div></div></div></div></div></div></div></div>
  814. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement