Advertisement
enemylinnes

Theme 46- There's a light that never goes out.

Jul 11th, 2014
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.66 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. <!-- Theme created by Sheila ( rosetyller.tumblr.com ) DON'T STEAL OR USE THIS AS A BASE CODE. FEEL FREE FOR EDIT IT AND ASK ME ANY DOUBT!
  4. -->
  5. <head>
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:Background" content ="#fdfeff"/>
  8. <meta name="color:Scrollbar" content= "#969090"/>
  9. <meta name="font:Text" content="Helvetica"/>
  10. <meta name="color:Text" content="#686461"/>
  11. <meta name="color:Sidebar" content="#686461"/>
  12. <meta name="color:Link" content=”"#72716e"/>
  13. <meta name="color:Link Hover" content="#9c9a9a"/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="color:Info" content="#464646"/>
  16. <meta name="color:Posts" content="#464646"/>
  17. <meta name="if:blackandwhite" content="0"/>
  18. <meta name="text:link1" content="link 1" />
  19. <meta name="text:url1" content="/" />
  20. <meta name="text:link2" content="link 2" />
  21. <meta name="text:url2" content="/" />
  22. <meta name="text:link3" content="link3"/>
  23. <meta name="text:url3" content="/"/>
  24. <meta name="text:link4" content="link 4" />
  25. <meta name="text:url4" content="/" />
  26. <meta name="text:link5" content="link 5" />
  27. <meta name="text:url5" content="/" />
  28. <meta name="text:link6" content="link 6" />
  29. <meta name="text:url6" content="/" />
  30.  
  31.  
  32.  
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Oleo Script' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("a[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:20,
  56. tip_fade_speed:400,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63.  
  64. <style type="text/css">
  65. body {
  66. background-color: {color:Background};
  67. font-family: calibri;
  68. font-size: 11px;
  69. color: {color:Text};}
  70. a, a:active, a:visited {color: {color:Link};
  71. font-weight: none;
  72. text-decoration: none;
  73. -webkit-transition: all 0.4s ease-out;
  74. -o-transition: all 0.4s ease-out;
  75. -webkit-transition: all 0.4s ease-out;
  76. -moz-transition: all 0.4s ease-out;}
  77. a:hover {
  78. color: {color:Link Hover};}
  79. a:visited {color:{color:Link};}
  80. img {width:auto;}
  81. a img {
  82. border: 0px;}
  83. blockquote {
  84. padding: 0px;
  85. padding-left:5px;
  86. text-align:justify;
  87. border-left: 2px solid {color:Link Hover};
  88. margin:20px;}
  89. p{margin-top:5px;
  90. margin-bottom:5px}
  91. small{font-size:10px}
  92. big{font-size:20px;}
  93. hr{border:1px solid;
  94. border-color:{color:info};}
  95. h1 {text-align:center;
  96. color:red;
  97. font-size:18px;
  98. margin: 5px;
  99. }
  100. b, strong{color:{color:Link Hover}}
  101. i, em {color:{color:text}}
  102. center{line-height:8px;}
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:30px;}
  105. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  106. ::-webkit-scrollbar {background-color:white; height:10px; width:6px}
  107.  
  108. <!-- @html{background: url({image:background}) no-repeat center center fixed;
  109. background-size: cover; } -->
  110.  
  111. @font-face {
  112. font-family: calibri;
  113. font-style: normal;
  114. src: url(fonts/calibri/calibri.ttf);}
  115. @font-face {
  116. font-family: georgia;
  117. font-style: normal;
  118. src: url(fonts/georgia/georgia.ttf);}
  119.  
  120. @font-face {
  121. font-family: consolas;
  122. font-style: normal;
  123. src: url(fonts/consolas/consolas.ttf);}
  124.  
  125. #entries {
  126. text-align: center;
  127. padding-top:30px;
  128. margin: auto;
  129. width: 100%;
  130. max-width:422px;
  131. }
  132. #posts{
  133. text-align:justify;
  134. max-width:422px;
  135. margin-bottom: 4px;
  136. padding-top: 40px;
  137. overflow:hidden;
  138. padding:0px 10px 10px 10px;
  139. border:1px solid {color:info};
  140. background-color:{color:posts};}
  141.  
  142. {block:ifblackandwhite}
  143. #posts{
  144. text-align:justify;
  145. max-width:422px;
  146. margin-bottom: 4px;
  147. padding-top: 40px;
  148. overflow:hidden;
  149. padding:0px 10px 10px 10px;
  150. border:1px solid {color:info};
  151. opacity:1;
  152. filter: none;
  153. -webkit-filter: grayscale(1);
  154. -webkit-transition:all 0.8s ease-out;
  155. -o-transition:all 0.8s ease-out;
  156. -moz-transition:all 0.8s ease-out;
  157. -ms-transition:all 0.8s ease-out;
  158. background-color:{color:posts};}
  159.  
  160. #posts:hover {
  161. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  162. filter: gray; /* IE5+ */
  163. -webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */} {/block:ifblackandwhite}
  164.  
  165.  
  166. #container {
  167. width:400px;
  168. padding:6px;
  169. font-size:11px;
  170. text-align:justify;
  171. font-family:helvetica;
  172. margin-left:-50px;
  173. letter-spacing:0px;
  174. margin-top:0px;
  175. opacity:1;
  176. position:fixed;
  177. background-color:transparent;
  178. z-index: 100;
  179. -webkit-transition:all 0.8s ease-out;
  180. -o-transition:all 0.5s ease-out;
  181. -moz-transition:all 0.5s ease-out;
  182. -ms-transition:all 0.5s ease-out;}
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. #sidebar {
  192. width:190px;
  193. height:auto;
  194. padding:6px;
  195. font-size:10px;
  196. text-align:justify;
  197. font-family:calibri;
  198. margin-top:405px;
  199. margin-left:150px;
  200. letter-spacing:0px;
  201. line-height:10px;
  202. position:fixed;
  203. background-color:{color:background};
  204. overflow:visible;
  205. z-index: 100;}
  206.  
  207. #sidebar img {
  208. margin-left:0px;
  209. margin-top:0px;
  210. max-width:190px;
  211. z-index:-100;
  212. height:auto;}
  213.  
  214. #description {text-align:justify;
  215. margin-top:-65px;
  216. margin-left:90px;
  217. font-family:helvetica;
  218. font-size:10px;
  219. padding:3px;
  220. opacity:1;
  221. width:90px;
  222. position:fixed;
  223. z-index:100;
  224. color:{color:text};
  225. background-color:transparent;
  226. -webkit-transition:all 0.8s ease-out;
  227. -o-transition:all 0.5s ease-out;
  228. -moz-transition:all 0.5s ease-out;
  229. -ms-transition:all 0.5s ease-out;}
  230.  
  231.  
  232.  
  233. #description b {color:{color:text};}
  234.  
  235. #description a {color:{color:text};}
  236.  
  237. #description a:hover {color:{color:sidebar};}
  238.  
  239. #title2 {
  240. max-width:80px;
  241. display:inline-block;
  242. color:{color:sidebar};
  243. height:auto;
  244. padding:5px 5px 5px;
  245. text-align:right;
  246. font-size:22px;
  247. margin-left:0px;
  248. margin-top:0px;
  249. font-family:helvetica;
  250. font-weight:bold;
  251. line-height:14px;
  252. z-index:-100;
  253. letter-spacing:-2px;}
  254.  
  255.  
  256. #title {font-family:helvetica;
  257. text-align:center;
  258. letter-spacing:5px;
  259. text-transform:uppercase;
  260. font-size:16px;
  261. color:{color:text};}
  262.  
  263.  
  264.  
  265. #nav {width:200px;
  266. height:12px;
  267. padding-top:0px;
  268. word-spacing:2px;
  269. text-align:center;
  270. font-size:10px;
  271. position:fixed;
  272. margin-left:0px;
  273. margin-top:-30px;
  274. opacity:1;
  275. line-height:15px;
  276. font-family:arial;
  277. z-index:100;
  278. text-transform:lowercase;
  279. background-color:transparent;
  280. -webkit-transition:all 0.5s ease-out;
  281. -o-transition:all 0.5s ease-out;
  282. -moz-transition:all 0.5s ease-out;
  283. -ms-transition:all 0.5s ease-out;}
  284.  
  285. #nav a {
  286. width:8px;
  287. height:8px;
  288. margin-top:0px;
  289. border-radius: 10px 10px 10px 10px;
  290. -moz-border-radius: 10px 10px 10px 10px;
  291. -webkit-border-radius: 10px 10px 10px 10px;
  292. display:inline-block;
  293. line-height:15px;
  294. color:{color:text};
  295. background-color:{color:posts};}
  296.  
  297. #nav a:hover {background-color:{color:background};
  298. color:white;}
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. #links {text-align:right;
  306. font-family:helvetica;
  307. font-size:9px;
  308. width:25px;
  309. margin-left:83px;
  310. margin-top:.3px;
  311. letter-spacing:1px;
  312. text-transform: uppercase;
  313. z-index:120;
  314. opacity:1;
  315. background-color:transparent;
  316. -webkit-transition:all 0.5s ease-out;
  317. -o-transition:all 0.5s ease-out;
  318. -moz-transition:all 0.5s ease-out;
  319. -ms-transition:all 0.5s ease-out;}
  320.  
  321. #links a {color:{color:sidebar};
  322. display:inline-block;
  323. text-align:center;
  324. width:35px;
  325. height:10px;
  326. padding:5px 5px 5px 5px;
  327. background-color:transparent;}
  328.  
  329. #links a:hover {color:{color:background};
  330. background-color:{color:link hover};}
  331.  
  332.  
  333. .pagination{
  334. background-color:transparent;
  335. width:70%;
  336. font-family:georgia;
  337. text-align:right;
  338. position:fixed;
  339. font-style:none;
  340. color:white;
  341. margin-top:320px;
  342. padding-left:200px;
  343. padding-right:100px;
  344. left:0;
  345. height:15px;
  346. z-index:100;
  347. text-transform:uppercase;
  348. font-size:40px;}
  349.  
  350. .pagination a {color:white;}
  351.  
  352. .pagination a:hover {color:white;}
  353.  
  354.  
  355.  
  356. #info{font-family:helvetica;
  357. font-style:none;
  358. width:415px;
  359. margin-top:10px;
  360. line-height:2px;
  361. margin-left:0px;
  362. height:10px;
  363. padding:3px;
  364. padding-top:5px;
  365. font-size:10px;
  366. letter-spacing:0px;
  367. text-align:center;
  368. text-transform:uppercase;
  369. color:{color:info};
  370. -webkit-transition:all 0.5s ease-out;
  371. -o-transition:all 0.5s ease-out;
  372. -moz-transition:all 0.5s ease-out;
  373. -ms-transition:all 0.5s ease-out;}
  374.  
  375. #info a {font-family:helvetica;
  376. color:{color:info};
  377. font-size:9px;
  378. background-color:transparent;
  379. padding:1px;}
  380.  
  381. #info a:hover {color:{color:Link Hover};}
  382.  
  383. #tags {text-align:center;
  384. padding-left:5px;
  385. display:inline-block;
  386. font-size:9px;
  387. font-family:arial;
  388. color:{color:info};
  389. width:404px;
  390. margin-top:0px;
  391. margin-bottom:10px;
  392. margin-bottom:30px;
  393. text-transform:lowercase;
  394. -webkit-transition:all 1s ease-out;
  395. -o-transition:all 0.5s ease-out;
  396. -moz-transition:all 0.5s ease-out;
  397. -ms-transition:all 0.5s ease-out;}
  398.  
  399. #tags a {color:{color:info};
  400. padding:2px;}
  401.  
  402. #tags a:hover {
  403. text-decoration:underline;}
  404.  
  405.  
  406.  
  407. #answer {font-family:georgia; font-style:italic; text-align:right;max-width:400px;text-transform:lowercase;margin-left:0px;margin-top:10px;padding:5px;font-size:12px;color:{color:background};background-color:{color:sidebar};}
  408.  
  409. #answer a {color:{color:background};
  410. padding:2px;;}
  411.  
  412. #quote {
  413. font-family: helvetica;
  414. font-style:italic;
  415. font-size: 20px;
  416. margin-bottom:5px;
  417. color: {color:link};}
  418.  
  419. .newplayerbutton {
  420. position: relative;
  421. width: 28px;
  422. height: 27px;
  423. overflow: hidden;
  424. }
  425.  
  426. .playerbuttonhug {
  427. position: absolute;
  428. top: -11px;
  429. left: -12px;
  430. }
  431.  
  432.  
  433. .tumblr_audio_player {
  434. border: none;
  435. padding: 0px;
  436. margin: 0px;
  437. height: 50px;
  438. width: 400px;
  439. }
  440.  
  441. .playerbuttonbg {
  442. position: absolute;
  443. left: 15px;
  444. top: 15px;
  445. width: 28px;
  446. height: 28px;
  447. background-color: #ffffff;
  448. padding: 10px;
  449. -webkit-border-radius: 40px;
  450. -moz-border-radius: 40px;
  451. border-radius: 40px;
  452. opacity: .4;
  453. filter: alpha(opacity=40);
  454. -moz-opacity: 0.4;
  455. -khtml-opacity: 0.4;
  456. transition: opacity .7s ease-in-out;
  457. -moz-transition: opacity .7s ease-in-out;
  458. -webkit-transition: opacity .7s ease-in-out;
  459. }
  460.  
  461. .playerbuttonbg:hover {
  462. opacity: 1;
  463. filter: alpha(opacity=100);
  464. -moz-opacity: 1;
  465. -khtml-opacity: 1;
  466. }
  467.  
  468. .audioimgwrapper {
  469. position: absolute;
  470. left: 0px;
  471. top: 0px;
  472. -webkit-border-radius: 50px;
  473. -moz-border-radius: 50px;
  474. border-radius: 50px;
  475. overflow: hidden;
  476. width: 78px;
  477. height: 78px;
  478. }
  479.  
  480. .audioimgwrapper img {
  481. width: 100%;
  482. height: auto;
  483. -webkit-border-radius: 50px;
  484. -moz-border-radius: 50px;
  485. border-radius: 50px;
  486. }
  487.  
  488. .trackdetails {
  489. width: auto;
  490. display:inline-block;
  491. margin-left: 100px;
  492. min-height: 95px;
  493. }
  494.  
  495. .audiowrapper {
  496. position: relative;
  497. display:inline-block;
  498. }
  499.  
  500.  
  501.  
  502. .source {font-size:11px;
  503. color: {color:text};
  504. margin-left: 35px;}
  505.  
  506. .link {
  507. font-family:helvetica;
  508. font-size:18px;
  509. background-color: transparent;
  510. text-transform:uppercase;
  511. letter-spacing:3px;
  512. color: {color:text};
  513. margin-bottom:5px;
  514. padding: 5px;
  515. font-weight: normal;
  516. -webkit-transition: all 0.3s ease-out;
  517. -o-transition: all 0.3s ease-out;
  518. -webkit-transition: all 0.3s ease-out;
  519. -moz-transition: all 0.3s ease-out;}
  520.  
  521. .link:hover {letter-spacing:5px;
  522. color: {color:link};}
  523. ul.chat {
  524. margin: 0px;
  525. padding: 0px;}
  526.  
  527. .chat li {
  528. list-style-type: none;
  529. margin-left: 0px;
  530. padding: 3px;}
  531.  
  532. .chat li.odd {
  533. background-color: transparent;
  534. margin-bottom: 1px;
  535. color:{color:Link};
  536. max-width:400px;}
  537.  
  538. .chat li.even {
  539. background-color: {color:sidebar};
  540. margin-bottom: 5px;
  541. color: {color:background};
  542. max-width:400px;ç}
  543.  
  544. .label {
  545. padding:2px;
  546. font-size:10px;
  547. font-family:helvetica;
  548. font-weight:none;
  549. margin-bottom:5px;
  550. letter-spacing:1px;}
  551.  
  552. #credit {font-size:10px;
  553. font-family:calibri;
  554. text-transform:uppercase;
  555. bottom:10px;
  556. width:30px;
  557. padding:5px;
  558. text-align:center;
  559. height:20px;
  560. right:10px;
  561. position:fixed;
  562. color:{color:text};
  563. -webkit-transition: all 0.5s ease-out;
  564. -o-transition: all 0.5s ease-out;
  565. -webkit-transition: all 0.5s ease-out;
  566. -moz-transition: all 0.5s ease-out;}
  567.  
  568. #credit a {display:inline-block;
  569. padding:3px;
  570. width:15px;
  571. font-size:10px;
  572. border-width: 4px; border-style: double; border-color:{color:background};
  573. font-family:calibri;
  574. color:{color:info};}
  575.  
  576. #credit a:hover {color:{color:background};
  577. border-width: 4px; border-style: double; border-color: {color:background};
  578. background-color:{color:info};}
  579.  
  580. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;-webkit-transition: all 0.4s ease-out;
  581. -o-transition: all 0.4s ease-out;
  582. -webkit-transition: all 0.4s ease-out;
  583. -moz-transition: all 0.4s ease-out;
  584. }
  585.  
  586. iframe#tumblr_controls:hover {opacity:1;}
  587.  
  588.  
  589. #update {background-color:transparent;
  590. text-align:justify;
  591. margin-top:{text:adjust update};
  592. margin-left:300px;
  593. width:130px;
  594. height:130px;
  595. -webkit-transition: all 0.5s ease-out;
  596. -o-transition: all 0.5s ease-out;
  597. -webkit-transition: all 0.5s ease-out;
  598. -moz-transition: all 0.5s ease-out;}
  599.  
  600. #update img {
  601. margin-left:0px;
  602. margin-top:2px;
  603. max-width:145px;
  604. z-index:-100;
  605. height:auto;}
  606.  
  607. #update b {color:black;}
  608.  
  609. #update:hover {margin-top:50px;}
  610.  
  611. a {color: {color:Link};
  612. font-weight: none;
  613. text-decoration: none;
  614. -webkit-transition: all 0.4s ease-out;
  615. -o-transition: all 0.4s ease-out;
  616. -webkit-transition: all 0.4s ease-out;
  617. -moz-transition: all 0.4s ease-out;
  618.  
  619. }
  620.  
  621. #box{width:110%;
  622. height:410px;
  623. background-color:{color:Sidebar};
  624. z-index:-100;
  625. margin-left:-10px;
  626. position:fixed;
  627. margin-top:-10px;background-color:{color:Sidebar};
  628. background-image:url('{image:Sidebar}');
  629. background-attachment:fixed;
  630. background-repeat:repeat;
  631. }
  632.  
  633. #s-m-t-tooltip {
  634. font-size:8px;
  635. background-color:{color:sidebar};
  636. color:{color:background};
  637. letter-spacing:1px;
  638. font-family:helvetica;
  639. text-transform:uppercase;
  640. padding:8px;
  641. max-width:400px;
  642. margin:20px 0px 0px 10px;
  643. z-index:99999999999999999999999999999;
  644. }
  645.  
  646. ol.notes { text-align:left;
  647. padding: 0px;
  648. margin: 25px 0px;
  649. list-style-type: none;
  650. border-bottom: solid 1px #ccc;
  651. }
  652.  
  653. ol.notes li.note { text-align:left;
  654. border-top: solid 1px #ccc;
  655. padding: 10px;
  656. }
  657.  
  658. ol.notes li.note img.avatar {
  659. vertical-align: -4px;
  660. margin-right: 10px;
  661. width: 16px;
  662. height: 16px;
  663. }
  664.  
  665. ol.notes li.note span.action {
  666. font-weight: bold;
  667. }
  668.  
  669. ol.notes li.note .answer_content {
  670. font-weight: normal;
  671. }
  672.  
  673. ol.notes li.note blockquote {
  674. border-color: #eee;
  675. padding: 4px 10px;
  676. margin: 10px 0px 0px 25px;
  677. }
  678.  
  679. ol.notes li.note blockquote a {
  680. text-decoration: none;
  681. </style>
  682. <!-- start of script tooltip -->
  683. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  684.  
  685. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  686.  
  687. <script>
  688.  
  689. (function($){
  690.  
  691. $(document).ready(function(){
  692.  
  693. $("a[title]").style_my_tooltips({
  694.  
  695. tip_follows_cursor:true,
  696.  
  697. tip_delay_time:90,
  698.  
  699. tip_fade_speed:300,
  700.  
  701. attribute:"title"
  702.  
  703. });
  704.  
  705. });
  706.  
  707. })(jQuery);
  708.  
  709. </script>
  710.  
  711. <!-- end of script tooltip -->
  712. </head>
  713. <div id="box"></div>
  714. <div id="sidebar">
  715. <div id="nav"><a href="/" title="home"></a>
  716. <a href="/ask" title="ask"></a>
  717. {block:ifLink1}<a href="{text:url1}" title="{text:link1}"></a>{/block:ifLink1}
  718. {block:ifLink2}<a href="{text:url2}" title="{text:link2}"></a>{/block:ifLink2}
  719. {block:ifLink3}<a href="{text:url3}" title="{text:link3}"></a>{/block:ifLink3}
  720. {block:ifLink4}<a href="{text:url4}" title="{text:link4}"></a>{/block:ifLink4}
  721. {block:ifLink5}<a href="{text:url5}" title="{text:link5}"></a>{/block:ifLink5}
  722. {block:ifLink6}<a href="{text:url6}" title="{text:link6}"></a>{/block:ifLink6}</div>
  723. <div id="title2">{Title}</div>
  724. <div id="description">{Description}</div>
  725. </div>
  726.  
  727. <div class="pagination"> {block:Pagination}
  728. {block:PreviousPage}
  729. <div style="float:left"><a href="{PreviousPage}">&laquo;</a></div>
  730. {/block:PreviousPage}
  731. {block:NextPage}
  732.  
  733. <a href="{NextPage}"> &raquo;</a>{/block:NextPage}
  734. {/block:Pagination}</div>
  735.  
  736. <div id="entries">
  737. {block:Posts}
  738.  
  739. <div id="posts">
  740.  
  741.  
  742.  
  743. {block:Text}<br>
  744. <div class="post">
  745. {block:Title}<div id="title">{Title}</div>
  746. {/block:Title}{Body}</div>
  747. {/block:Text}
  748.  
  749. {block:Photo}<br>
  750. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  751. {block:Caption}{Caption}{/block:Caption}
  752. {/block:Photo}
  753.  
  754. {block:Photoset}<br>
  755. <center>{Photoset-400}</center>
  756. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  757.  
  758. {block:Quote}<br>
  759. <div style="font-size:20px; font-family:georgia; font-style:italic;"><font size="6">&ldquo;</font>{Quote}&#8221;{block:Source}</div><div class="source">&#8212;{Source}</div>{/block:Source}{/block:Quote}
  760.  
  761. {block:Link}<br><div class="post"><center><a href="{URL}" class="link" {Target}>{Name}</a></center></div>{block:Description}{Description}{/block:Description}{/block:Link}
  762.  
  763. {block:AudioPlayer}<br>
  764. <div class="audiowrapper">
  765. {block:AlbumArt}
  766. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  767. {/block:AlbumArt}
  768.  
  769. <div class="playerbuttonbg">
  770. <div class="newplayerbutton">
  771. <div class="playerbuttonhug">
  772.  
  773. {AudioPlayerWhite}
  774.  
  775. </div>
  776. </div>
  777. </div>
  778.  
  779. <div class="trackdetails">
  780.  
  781. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  782. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  783. {block:Album}Album: {Album}{/block:Album}<br/>
  784. {PlayCountWithLabel}
  785.  
  786. </div>
  787. </div>
  788. {/block:AudioPlayer}
  789.  
  790. {block:Chat}<br><div class="post">{block:Title}<div id="title">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}{/block:Label}{Line}</li> {/block:Lines}</ul></div>{/block:Chat}
  791.  
  792. {block:Video}<br>
  793. {Video-400}{block:Caption}{Caption} {/block:Caption} {/block:Video}
  794.  
  795. {block:Answer}
  796. <div id="answer">{Question} - {Asker}</div>
  797. {Answer}{/block:Answer}
  798.  
  799.  
  800. </div>
  801. <div id="info">
  802. {block:Date}<a href="{Permalink}">{12Hour}:{Minutes} {AmPm} </a> {/block:Date} ·
  803. <a href="{Permalink}">{NoteCount}</a>
  804. {/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"> · VIA</a>
  805. {/block:RebloggedFrom}{block:ContentSource} · <a href="{SourceURL}">©</a>{/block:ContentSource}</div>
  806. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  807.  
  808. {block:PostNotes}{PostNotes} {/block:PostNotes} {/block:Posts}
  809. </div>
  810.  
  811. </div>
  812.  
  813. <div id="credit"> <a href="http://rosetyllerthemes.tumblr.com">SH</a>
  814. </body>
  815.  
  816. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement