Advertisement
grpcthemes

theme #9 ( maggie )

Oct 2nd, 2018
1,671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!----
  16.  
  17. theme 09 - maggie.
  18.  
  19. theme by ali @ grpcthemes.
  20. my terms can be found on my page at /terms.
  21. please let me know if you have any questions.
  22.  
  23. tumblr controls: http://cyantists.tumblr.com/post/163728517915/fix-tumblrs-new-controls-i-have-come-up-with-3
  24.  
  25. --->
  26.  
  27. <meta name="image:Sidebar1" content="http://via.placeholder.com/120x150"/>
  28. <meta name="image:Sidebar2" content="http://via.placeholder.com/120x150"/>
  29. <meta name="image:Pattern" content=""/>
  30.  
  31. <meta name="if:500 posts" content="0"/>
  32. <meta name="if:400 posts" content="1"/>
  33. <meta name="if:250 posts" content="0"/>
  34.  
  35. <meta name="if:Rounded Borders" content="1"/>
  36. <meta name="if:Navigation Numbers" content="1"/>
  37. <meta name="if:Lowercase Navigation" content="1"/>
  38. <meta name="if:Uppercase Navigation" content="0"/>
  39.  
  40. <meta name="select:body font" content="ABeeZee" title="ABeeZee" />
  41. <meta name="select:body font" content="Cambria" title="Cambria" />
  42. <meta name="select:body font" content="Georgia" title="Georgia" />
  43. <meta name="select:body font" content="Fira Sans" title="Fira Sans" />
  44. <meta name="select:body font" content="Karla" title="Karla" />
  45. <meta name="select:body font" content="Lato" title="Lato" />
  46. <meta name="select:body font" content="Muli" title="Muli" />
  47. <meta name="select:body font" content="Nanum Gothic" title="Nanum Gothic" />
  48. <meta name="select:body font" content="Noto Sans" title="Noto Sans" />
  49. <meta name="select:body font" content="Signika" title="Signika" />
  50. <meta name="select:body font" content="Times New Roman" title="Times New Roman" />
  51. <meta name="select:body font" content="Ubuntu" title="Ubuntu" />
  52.  
  53.  
  54. <meta name="select:numbers font" content="Abril Fatface" title="Abril Fatface" />
  55. <meta name="select:numbers font" content="Francois One" title="Francois One" />
  56. <meta name="select:numbers font" content="Old Standard TT" title="
  57. Old Standard TT" />
  58. <meta name="select:numbers font" content="Playfair Display" title="
  59. Playfair Display" />
  60. <meta name="select:numbers font" content="Poiret One" title="
  61. Poiret One" />
  62.  
  63.  
  64. <meta name="select:body font size" content="9px" title="9px" />
  65. <meta name="select:body font size" content="10px" title="10px" />
  66. <meta name="select:body font size" content="11px" title="11px" />
  67. <meta name="select:body font size" content="12px" title="12px" />
  68.  
  69. <meta name="color:Pattern Alt" content=""/>
  70. <meta name="color:Background" content=""/>
  71. <meta name="color:Blockquote" content=""/>
  72. <meta name="color:Border" content=""/>
  73. <meta name="color:Entries" content=""/>
  74. <meta name="color:Italic" content=""/>
  75. <meta name="color:Link" content=""/>
  76. <meta name="color:Navigation" content=""/>
  77. <meta name="color:Navigation Hover" content=""/>
  78. <meta name="color:Navigation Links" content=""/>
  79. <meta name="color:Pre BG" content=""/>
  80. <meta name="color:Pre Border" content=""/>
  81. <meta name="color:Pre Text" content=""/>
  82. <meta name="color:Question BG" content=""/>
  83. <meta name="color:Question Text" content=""/>
  84. <meta name="color:Scrollbar1" content=""/>
  85. <meta name="color:Scrollbar2" content=""/>
  86. <meta name="color:Sidebar" content=""/>
  87. <meta name="color:Text" content=""/>
  88. <meta name="color:Title" content=""/>
  89.  
  90. <meta name="text:home link text" content="HOME"/>
  91. <meta name="text:ask link text" content="ASK"/>
  92. <meta name="text:link one URL" content="link one URL"/>
  93. <meta name="text:link one text" content="ONE"/>
  94. <meta name="text:link two URL" content="link two URL"/>
  95. <meta name="text:link two text" content="TWO"/>
  96. <meta name="text:link three URL" content="link three URL"/>
  97. <meta name="text:link three text" content="THREE"/>
  98.  
  99. <link href="https://fonts.googleapis.com/css?family=ABeeZee|Fira Sans|Karla|Lato|Muli|Noto+Sans|Ubuntu|Nanum+Gothic|Signika" rel="stylesheet">
  100. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Francois+One|Playfair+Display|Poiret+One|Old+Standard+TT" rel="stylesheet">
  101.  
  102. <style type="text/css">
  103.  
  104. ::-webkit-scrollbar-thumb {
  105. height:auto;
  106. background-color:{color:Scrollbar2};
  107. }
  108.  
  109. ::-webkit-scrollbar {
  110. height:3px;
  111. width:3px;
  112. background-color:{color:Scrollbar1};
  113. }
  114.  
  115. iframe.tmblr-iframe {
  116. z-index:99999999999999!important;
  117. top:15px!important;
  118. right:15px!important;
  119. opacity:0.4;
  120. /* delete invert(1) from here */
  121. filter:invert(1) contrast(150%);
  122. -webkit-filter:invert(1) contrast(150%);
  123. -o-filter:invert(1) contrast(150%);
  124. -moz-filter:invert(1) contrast(150%);
  125. -ms-filter:invert(1) contrast(150%);
  126. /* to here if your blog has a dark background */
  127. transform:scale(0.65);
  128. transform-origin:100% 0;
  129. -webkit-transform:scale(0.65);
  130. -webkit-transform-origin:100% 0;
  131. -o-transform:scale(0.65);
  132. -o-transform-origin:100% 0;
  133. -moz-transform:scale(0.65);
  134. -moz-transform-origin:100% 0;
  135. -ms-transform:scale(0.65);
  136. -ms-transform-origin:100% 0;}
  137.  
  138. iframe.tmblr-iframe:hover {
  139. opacity:0.4!important;}
  140.  
  141.  
  142. body {
  143. font-family: {select:body font};
  144. font-size: {select:body font size};
  145. line-height:140%;
  146. color: {color:Text};
  147. background-color:{color:background};
  148.  
  149. }
  150.  
  151. blockquote {
  152. text-align:justify;
  153. margin-top: 5px;
  154. margin-bottom: 5px;
  155. margin-left: 5px;
  156. padding-left: 10px;
  157. border-left: 3px solid {color:blockquote};
  158. margin-right:5px;
  159. }
  160.  
  161. ul {
  162. list-style-type: circle;
  163. padding-left:24px;
  164. line-height:16px;
  165. }
  166.  
  167. li {
  168. padding-left: 0px;
  169. margin-bottom: 0px;
  170. list-style: none;
  171. }
  172.  
  173. li:before {
  174. color: {color:title};
  175. content: "\f054";
  176. font-family: FontAwesome;
  177. font-size:6px;
  178. display: inline-block;
  179. margin-left: -1.5em;
  180. width: 1.5em;
  181. }
  182.  
  183.  
  184.  
  185. a {
  186. text-decoration: none;
  187. color: {color:Link};
  188. }
  189.  
  190. pre {
  191. padding:10px;
  192. letter-spacing:2px;
  193. text-transform:uppercase;
  194. font-size:7px;
  195. font-family:Ubuntu;
  196. text-align:right;
  197. word-wrap:break-word;
  198. background-color:{color:pre BG};
  199. border-bottom:1px solid {color:pre border};
  200. color:{color:pre text};
  201. {block:IfRoundedBorders}
  202. border-radius:3px;
  203. {/block:IfRoundedBorders}
  204.  
  205. }
  206.  
  207. pre a {
  208. color:{color:pre text};
  209. }
  210.  
  211. pre b,strong {
  212. color:{color:pre text};
  213. }
  214.  
  215. pre i,em {
  216. color:{color:pre text};
  217. }
  218.  
  219.  
  220. small, sub {
  221. font-size:{select:body font size};
  222. }
  223.  
  224. b, strong {
  225. color:{color:Title};
  226. font-weight:300;
  227. }
  228.  
  229. i,em {
  230. color:{color:italic};
  231. }
  232.  
  233. hr {
  234. background-image:url('{image:pattern}');
  235. background-attachment:absolute;
  236. background-color:{color:pattern alt};
  237. border:1px solid #000000;
  238. display:block;
  239. padding:2px;
  240. }
  241.  
  242. h1,h2 {
  243. font-size:22px;
  244. color:{color:title};
  245. text-align:center;
  246. text-transform:lowercase;
  247. font-family: arial;
  248. font-weight:900;
  249. letter-spacing:-3px;
  250. }
  251.  
  252. yah {
  253. display:inline-block;
  254. margin-right:5px;
  255. padding:5px;
  256. margin-bottom:5px;
  257. border:1px solid {color:border};
  258. background-color:{color:navigation};
  259. color:{color:navigation links};
  260. text-transform:uppercase;
  261. font-size: calc({select:body font size} - 3px);
  262. letter-spacing:2px;
  263. }
  264.  
  265. #sideph1 {
  266. position:fixed;
  267. margin-left:3px;
  268. margin-top:3px;
  269. border:1px solid {color:border};
  270. width:120px;
  271. height:150px;
  272. {block:IfRoundedBorders}
  273. border-radius:3px 3px 3px 3px;
  274. {/block:IfRoundedBorders}
  275. z-index:99999999999999999999999999;
  276. }
  277.  
  278. #sideph1 img {
  279. {block:IfRoundedBorders}
  280. border-radius:3px 3px 3px 3px;
  281. {/block:IfRoundedBorders}
  282. width:120px;
  283. height:150px;
  284. }
  285.  
  286. #sideph2 {
  287. position:fixed;
  288. margin-left:128px;
  289. margin-top:3px;
  290. border:1px solid {color:border};
  291. width:120px;
  292. height:150px;
  293. {block:IfRoundedBorders}
  294. border-radius:3px 3px 3px 3px;
  295. {/block:IfRoundedBorders}
  296. z-index:99999999999999999999999999;
  297. }
  298.  
  299. #sideph2 img {
  300. {block:IfRoundedBorders}
  301. border-radius:3px 3px 3px 3px;
  302. {/block:IfRoundedBorders}
  303. width:120px;
  304. height:150px;
  305. }
  306.  
  307. #backbar {
  308. position:fixed;
  309. margin-left:60px;
  310. margin-top:50px;
  311. width:253px;
  312. height:550px;
  313. background-image:url('{image:Pattern}');
  314. background-color:{color:pattern alt};
  315. background-attachment:absolute;
  316. border:1px solid {color:border};
  317. {block:IfRoundedBorders}
  318. border-radius:3px 3px 3px 3px;
  319. {/block:IfRoundedBorders}
  320. }
  321.  
  322.  
  323. #sidebar {
  324. position:fixed;
  325. margin-top:158px;
  326. margin-left:3px;
  327. border:1px solid {color:border};
  328. width:225px;
  329. height:178px;
  330. overflow:auto;
  331. background-color:{color:Sidebar};
  332. padding:10px;
  333. text-align:justify;
  334. z-index:999999999999999;
  335. {block:IfRoundedBorders}
  336. border-radius:3px 3px 3px 3px;
  337. {/block:IfRoundedBorders}
  338. }
  339.  
  340.  
  341. #pagii {
  342. background-color:{color:pattern alt};
  343. border:1px solid {color:Border};
  344. background-image:url('{image:Pattern}');
  345. background-attachment:absolute;
  346. padding:3px;
  347. display:block;
  348. height:35px;
  349. line-height:35px;
  350. {block:IfRoundedBorders}
  351. border-radius:3px 3px 3px 3px;
  352. {/block:IfRoundedBorders}
  353. }
  354.  
  355. #pagi {
  356. line-height:13px;
  357. text-align:center;
  358. color:{color:text};
  359. display:block;
  360. font-size:12px;
  361. padding:10px;
  362. height:13px;
  363. text-transform:lowercase;
  364. background-color:{color:entries};
  365. margin-bottom:20px;
  366. border:1px solid {color:border};
  367. {block:IfRoundedBorders}
  368. border-radius:3px 3px 3px 3px;
  369. {/block:IfRoundedBorders}
  370. }
  371.  
  372. #pagi a {
  373. color:{color:title};
  374. font-style:italic;
  375. }
  376.  
  377. #navbar {
  378. margin-left:3px;
  379. width:245px;
  380. margin-top:361px;
  381. height:184px;
  382. position:fixed;
  383. border:1px solid {color:border};
  384. background-color:{color:sidebar};
  385. {block:IfRoundedBorders}
  386. border-radius:3px 3px 3px 3px;
  387. {/block:IfRoundedBorders}
  388. }
  389.  
  390. #navigation {
  391. text-align:center;
  392. margin-top:3px;
  393. }
  394.  
  395. #navigation a {
  396. display:inline-block;
  397. text-align:justify;
  398. {block:IfLowercaseNavigation}
  399. text-transform:lowercase;
  400. {/block:IfLowercaseNavigation}
  401. {block:IfUppercaseNavigation}
  402. text-transform:uppercase;
  403. font-size: calc({select:body font size} - 3px);
  404. letter-spacing:2px;
  405. {/block:IfUppercaseNavigation}
  406. width:222px;
  407. margin-bottom:2px;
  408. padding-left:15px;
  409. height:32px;
  410. line-height:32px;
  411. background-color:{color:navigation};
  412. border:1px solid {color:border};
  413. color:{color:navigation links};
  414. -webkit-transition: all 0.9s ease-in-out;
  415. -moz-transition: all 0.9s ease-in-out;
  416. -o-transition: all 0.9s ease-in-out;
  417. {block:IfRoundedBorders}
  418. border-radius:3px 3px 3px 3px;
  419. {/block:IfRoundedBorders}
  420. }
  421.  
  422. #navigation a:hover {
  423. color:{color:navigation hover};
  424. -webkit-transition: all 0.9s ease-in-out;
  425. -moz-transition: all 0.9s ease-in-out;
  426. -o-transition: all 0.9s ease-in-out;
  427. }
  428.  
  429. #navigation num {
  430. font-size:18px;
  431. letter-spacing:1px;
  432. font-weight:bold;
  433. text-align:center;
  434. font-family:{select:numbers font};
  435. width:45px;
  436. border-left:1px solid {color:Border};
  437. background-image:url('{image:pattern}');
  438. background-attachment:fixed;
  439. background-color:{color:pattern alt};
  440. float:right;
  441. }
  442.  
  443. #entries {
  444. position:absolute;
  445. {block:If500posts}
  446. width:528px;
  447. {/block:If500posts}
  448. {block:If400posts}
  449. width:428px;
  450. {/block:If400posts}
  451. {block:If250posts}
  452. width:278px;
  453. {/block:If250posts}
  454. margin-left:360px;
  455. margin-top:50px;
  456. }
  457.  
  458. #entrybg {
  459. padding:3px;
  460. {block:IfRoundedBorders}
  461. border-radius:3px 3px 3px 3px;
  462. {/block:IfRoundedBorders}
  463. margin-bottom:50px;
  464. background-color:{color:pattern alt};
  465. border:1px solid {color:Border};
  466. background-image:url('{image:Pattern}');
  467. background-attachment:absolute;
  468. }
  469.  
  470. #entry {
  471. background-color:{color:Entries};
  472. margin-bottom:0px;
  473. {block:IfRoundedBorders}
  474. border-radius:3px 3px 3px 3px;
  475. {/block:IfRoundedBorders}
  476. padding:10px;
  477. border:1px solid {color:Border};
  478. }
  479.  
  480.  
  481. #posttitles {
  482. text-align: center;
  483. font-size: 26px;
  484. padding:5px;
  485. color: {color:title};
  486. text-transform:lowercase;
  487. font-family: arial;
  488. font-weight:900;
  489. line-height:110%;
  490. letter-spacing:-3px;
  491. }
  492.  
  493.  
  494. #posttitles a {
  495. color:{color:title};
  496. }
  497.  
  498. #ask {
  499. {block:IfRoundedBorders}
  500. border-radius:3px 3px 0px 0px;
  501. {/block:IfRoundedBorders}
  502. z-index:10;
  503. font-size:16px;
  504. text-align:right;
  505. text-transform:lowercase;
  506. color:{color:question text};
  507. background-color:{color:question bg};
  508. margin-right:0px;
  509. padding:10px;
  510. padding-left:10px;
  511. border-bottom:1px solid {color:border};
  512. }
  513.  
  514. #ask a {
  515. color:{color:question text};
  516. }
  517.  
  518.  
  519. #question {
  520. {block:IfRoundedBorders}
  521. border-radius:0px 0px 3px 3px;
  522. {/block:IfRoundedBorders}
  523. background-color:{color:Question bg};
  524. color:{color:Question text};
  525. font-size:10px;
  526. z-index:10;
  527. text-align:justify;
  528. padding:10px;
  529. }
  530.  
  531. #audioplayer {
  532. width:30px;
  533. height:30px;
  534. background-color:{color:ffffff};
  535. overflow:hidden;
  536. -moz-border-radius: 30px;
  537. -webkit-border-radius: 30px;
  538. border-radius: 30px;
  539. position:absolute;
  540. margin-top:25px;
  541. margin-left:25px;
  542. opacity: 0.7;
  543. filter:alpha(opacity=70);
  544. -moz-opacity: 0.7;
  545. -khtml-opacity: 0.7;
  546. }
  547.  
  548. #albumart {
  549. float:left;
  550. margin:0px 0px;
  551. -moz-border-radius: 80px;
  552. -webkit-border-radius: 80px;
  553. border-radius: 80px;}
  554.  
  555. #albumart img {
  556. -moz-border-radius: 80px;
  557. -webkit-border-radius: 80px;
  558. border-radius: 80px;
  559. }
  560.  
  561. tehe {
  562. font-size:10px;
  563. text-transform:uppercase;
  564. padding-left:50px;
  565. padding-right:50px;
  566. padding-bottom:15px;
  567. display:block;
  568. margin-top:10px;
  569. margin-left:80px;
  570. text-align:center;
  571. }
  572.  
  573. #tagsthing {
  574. text-align: left;
  575. border-top: 1px solid {color:Border};
  576. border-bottom:1px solid {color:Border};
  577. background-color:{color:entries};
  578. position: relative;
  579. letter-spacing:0px;
  580. text-transform:lowercase;
  581. margin-top: 3px;
  582. margin-left:-3px;
  583. margin-right:-3px;
  584. padding-right:10px;
  585. padding-bottom:5px;
  586. padding-top: 5px;
  587. padding-left:10px;
  588. }
  589.  
  590. #permalink {
  591. text-align: left;
  592. border-top: 1px solid {color:Border};
  593. border-bottom:1px solid {color:Border};
  594. background-color:{color:entries};
  595. position: relative;
  596. letter-spacing:0px;
  597. text-transform:lowercase;
  598. margin-top: 0px;
  599. margin-left:-3px;
  600. margin-right:-3px;
  601. margin-bottom:3px;
  602. padding-right:10px;
  603. padding-bottom:5px;
  604. padding-top: 5px;
  605. padding-left:10px;
  606. }
  607.  
  608. #credit {
  609. font-size:8px;
  610. letter-spacing:2px;
  611. font-weight:bold;
  612. float:center;
  613. position:fixed;
  614. text-align:center;
  615. bottom:15px;
  616. right:15px;
  617. padding-left:15px;
  618. padding-right:15px;
  619. padding-top:5px;
  620. padding-bottom:5px;
  621. text-transform:uppercase;
  622. color:{color:entries};
  623. }
  624.  
  625. #credit a {
  626. color:{color:entries};
  627. }
  628.  
  629. cred {
  630. padding-left: 2.7em;
  631. list-style: none;
  632. }
  633.  
  634. cred:before {
  635. color: {color:entries};
  636. content: "\f121";
  637. font-family: FontAwesome;
  638. font-size:9px;
  639. display: inline-block;
  640. margin-left: -2.7em;
  641. width: 2.7em;
  642. }
  643.  
  644. </style>
  645.  
  646. </head>
  647.  
  648. <body>
  649.  
  650. <div id="backbar">
  651. <div id="sideph1"><img src="{image:sidebar1}"></div>
  652. <div id="sideph2"><img src="{image:sidebar2}"></div>
  653. <div id="sidebar">{description}</div>
  654. <div id="navbar">
  655. <div id="navigation">
  656. <a href="/">{block:ifNavigationNumbers}<num>01</num>{/block:ifNavigationNumbers} {text:home link text}</a><br>
  657. <a href="/ask">{block:ifNavigationNumbers}<num>02</num>{/block:ifNavigationNumbers} {text:ask link text}</a><br>
  658. <a href="{text:link one url}">{block:ifNavigationNumbers}<num>03</num>{/block:ifNavigationNumbers} {text:link one text}</a><br>
  659. <a href="{text:link two url}">{block:ifNavigationNumbers}<num>04</num>{/block:ifNavigationNumbers} {text:link two text}</a><br>
  660. <a href="{text:link three url}">{block:ifNavigationNumbers}<num>05</num>{/block:ifNavigationNumbers} {text:link three text}</a>
  661. </div> </div>
  662. </div>
  663.  
  664. <div id="entries">
  665. {block:Posts}
  666. <div id="entrybg">
  667.  
  668. <div id="permalink">
  669. {block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  670. {NoteCountWithLabel}</a> from {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentTitle}">THIS BLOG</a> <span style="float:right"><a href="{ReblogRootURL}"title="{ReblogRoottitle}">ORIGIN</a>{/block:RebloggedFrom} & <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  671.  
  672. </div>
  673.  
  674.  
  675. <div id="entry">
  676.  
  677.  
  678. {block:Text}
  679. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  680. {Body}
  681. {/block:Text}
  682.  
  683. {block:Photo}
  684. {LinkOpenTag}{block:If250posts}<img src="{PhotoURL-250}">{/block:If250posts}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  685. {block:Caption}{Caption}{/block:Caption}
  686. {/block:Photo}
  687.  
  688. {block:Photoset}
  689. {block:If250posts}
  690. {Photoset-250}
  691. {/block:If250posts}
  692. {block:If400posts}
  693. {Photoset-400}
  694. {/block:If400posts}
  695. {block:If500posts}
  696. {Photoset-500}
  697. {/block:If500posts}
  698. {block:Caption}{Caption}{/block:Caption}
  699. {/block:Photoset}
  700.  
  701. {block:Quote}
  702. <div id="posttitles">{Quote}</div>
  703. {block:Source}<br>—{Source}{/block:Source}
  704. {/block:Quote}
  705.  
  706. {block:Link}
  707. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  708. {block:Description}{Description}{/block:Description}
  709. {/block:Link}
  710.  
  711. {block:Chat}
  712. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  713. {block:Lines}
  714. {block:Label}<yah>{Label}</yah>{/block:Label} {Line}<br>
  715. {/block:Lines}
  716. {/block:Chat}
  717.  
  718. {block:Audio}
  719. <div id="audioplayer">{AudioPlayerWhite} </div>
  720. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  721. <tehe>
  722. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  723. <br>
  724. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  725. <br>
  726. <b>CURRENTLY:</b> {PlayCountWithLabel}
  727. <hr>
  728. </tehe>
  729. {block:caption}{caption}{/block:caption}
  730. {/block:Audio}
  731.  
  732. {block:Video}
  733. {block:If250posts}
  734. {Video-250}
  735. {/block:If250posts}
  736. {block:If400posts}
  737. {Video-400}
  738. {/block:If400posts}
  739. {block:If500posts}
  740. {Video-500}
  741. {/block:If500posts}
  742. {block:Caption}{Caption}{/block:Caption}
  743. {/block:Video}
  744.  
  745. {block:Answer}
  746. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  747. <br>{Answer}
  748. {/block:Answer}
  749.  
  750.  
  751.  
  752.  
  753. </div> <!-- /div entry --->
  754.  
  755. <div id="tagsthing">
  756. {block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  757. </div></div>
  758.  
  759.  
  760. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  761.  
  762. <div id="pagii">
  763. <div id="pagi">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> &nbsp;&nbsp;{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;&nbsp;<a href="{NextPage}">next</a>{/block:NextPage} {/block:Pagination}</div></div>
  764.  
  765. </body>
  766.  
  767.  
  768. <div id="credit"> <a href="http://grpcthemes.tumblr.com/" title="theme 09"><cred></cred>grpcthemes</a></div>
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement