Advertisement
olympianthemes

FASHIONISTA, Theme #1

Jul 3rd, 2013
1,314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----------------------
  4.  
  5. THEME #1 by CREMATA
  6. Rules and Regulations:
  7. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  8.  
  9. #2: DO NOT redistribute this theme/page,
  10.  
  11. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  12.  
  13. ---------------------------->
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}" />
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  27.  
  28.  
  29. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  30. <script type="text/javascript">
  31. $("#slideshow > div:gt(0)").hide();
  32.  
  33. setInterval(function() {
  34. $('#slideshow > div:first')
  35. .fadeOut(800)
  36. .next()
  37. .fadeIn(800)
  38. .end()
  39. .appendTo('#slideshow');
  40. }, 2000);
  41.  
  42. </script>
  43.  
  44.  
  45.  
  46.  
  47. <!------ ATTRIBUTES ------>
  48.  
  49. <meta name="text:Link 1 URL" content="">
  50. <meta name="text:Link 1" content="">
  51. <meta name="text:Link 2 URL" content="">
  52. <meta name="text:Link 2" content="">
  53. <meta name="text:Link 3 URL" content="">
  54. <meta name="text:Link 3" content="">
  55. <meta name="text:Link 4 URL" content="">
  56. <meta name="text:Link 4" content="">
  57. <meta name="text:Link 5 URL" content="">
  58. <meta name="text:Link 5" content="">
  59. <meta name="text:Post Link 1 URL" content="">
  60. <meta name="text:Post Link 1" content="">
  61. <meta name="text:Post Link 2 URL" content="">
  62. <meta name="text:Post Link 2" content="">
  63. <meta name="text:Post Link 3 URL" content="">
  64. <meta name="text:Post Link 3" content="">
  65. <meta name="text:Subtitle" content="">
  66.  
  67. <meta name="color:Home Links BG" content="">
  68. <meta name="color:Home Links Border" content="">
  69. <meta name="color:Home Links Text" content="">
  70. <meta name="color:Home Links BG Hover" content="">
  71. <meta name="color:Home Links Border Hover" content="">
  72. <meta name="color:Home Links Text Hover" content="">
  73. <meta name="color:Home Nav BG" content="">
  74. <meta name="color:Post Link Color" content="">
  75. <meta name="color:Title" content="">
  76. <meta name="color:Subtitle" content="">
  77. <meta name="color:Text" content="">
  78. <meta name="color:Background" content="">
  79. <meta name="color:Post Background" content="">
  80.  
  81. <meta name="if:More Slides" content="0">
  82.  
  83. <meta name="image:Background" content="">
  84. <meta name="image:Slide 1" content="">
  85. <meta name="image:Slide 2" content="">
  86. <meta name="image:Slide 3" content="">
  87. <meta name="image:Slide 4" content="">
  88. <meta name="image:Slide 5" content="">
  89. <meta name="image:Slide 6" content="">
  90. <meta name="image:Slide 7" content="">
  91.  
  92.  
  93. </head>
  94. <style type="text/css">
  95. body {
  96. padding: 0;
  97. margin: 0;
  98. list-style: none;
  99. background-color: {color:Background};
  100. background-attachment: fixed;
  101. background-image:url('{image:Background}');
  102. }
  103.  
  104. a {
  105. text-decoration: none;
  106. color: black;
  107. }
  108.  
  109. ::-webkit-scrollbar-thumb:vertical {
  110. height:10px;
  111. background-color: {color:Home Links BG}; }
  112.  
  113. ::-webkit-scrollbar-thumb:horizontal {
  114. height:30px;
  115. background-color: {color:Home Links BG}; }
  116.  
  117. ::-webkit-scrollbar {
  118. height: 10px;
  119. width: 7px;
  120. border-radius: 7px;
  121. background-color: #505050; }
  122.  
  123. #homepage {
  124. width: 100%;
  125. height: 100%;
  126. margin: auto;
  127. background-color: {color:Background};
  128. position: fixed;
  129. text-align: center;
  130. padding-top: 40px;
  131. }
  132.  
  133. #slideshow {
  134. margin: 0px auto;
  135. width: 800px;
  136. height: 400px;
  137. background-color: #DDDDDD;
  138. padding: 30px;
  139. }
  140.  
  141. #slideshow img {
  142. width: 800px;
  143. height: 400px;
  144. }
  145.  
  146. #slideshow > div {
  147. position: absolute;
  148. }
  149.  
  150. .title {
  151. font-family: roboto condensed;
  152. font-size: 36px;
  153. color: {color:Title};
  154. width: 100%;
  155. margin: auto;
  156. text-align: center;
  157. text-transform: uppercase;
  158. letter-spacing: 2px;
  159. }
  160.  
  161. .subtitle {
  162. font-family: cambria;
  163. font-size: 12px;
  164. color: {color:Subtitle};
  165. font-style: italic;
  166. margin: auto;
  167. text-align: center;
  168. margin-top: -10px;
  169. margin-bottom: 10px;
  170. letter-spacing: 3px;
  171. }
  172.  
  173.  
  174. #posts {
  175. width: 100%;
  176. height: 100%;
  177. background-image:url('{image:Background}');
  178. background-color: #FFFFFF;
  179. padding: 30px 0px;
  180. display: block;
  181. margin: 0;
  182. margin: auto;
  183. text-align: center;
  184. position: fixed;
  185. overflow: auto;
  186. margin-bottom: 60px;
  187. }
  188.  
  189. .navigation {
  190. width: 100%;
  191. display: block;
  192. height: 80px;
  193. background-color: {color:Home Nav BG};
  194. margin-top: 30px;
  195. text-align: center;
  196. }
  197.  
  198. .navigation a {
  199. background-color: {color:Home Links BG};
  200. color: {color:Home Links Text};
  201. font-family: roboto condensed;
  202. font-size: 24px;
  203. padding: 20px 30px;
  204. text-transform: uppercase;
  205. margin: 5px;
  206. border: 1px solid {color:Home Links Border};
  207. -webkit-transition: all 0.1s ease-in-out;
  208. -moz-transition: all 0.1s ease-in-out;
  209. -o-transition: all 0.1s ease-in-out;
  210. -ms-transition: all 0.1s ease-in-out;
  211. transition: all 0.1s ease-in-out;
  212. }
  213.  
  214. .navigation a:hover {
  215. background-color: {color:Home Links BG Hover};
  216. border: 1px solid {color:Home Links Border Hover};
  217. color: {color:Home Links Text Hover};
  218. }
  219.  
  220. /* START PERMALINK PAGE */
  221.  
  222. .description {
  223. margin: auto;
  224. text-align: center;
  225. width: 600px;
  226. height: auto;
  227. background-color: #202020;
  228. font-family: cambria;
  229. font-size: 12px;
  230. color: {color:Text};
  231. padding: 30px;
  232. }
  233.  
  234. .secondtitle {
  235. font-family: 'roboto condensed';
  236. font-size: 28px;
  237. color: {color:Home Links BG};
  238. text-align: center;
  239. margin-top: 5px;
  240. text-transform: uppercase;
  241. letter-spacing: 3px;
  242. }
  243.  
  244. #permanav {
  245. width: 580px;
  246. padding: 15px 40px;
  247. background-color: #303030;
  248. margin: auto;
  249. text-align: center;
  250. }
  251.  
  252. #permanav a {
  253. padding: 5px 10px;
  254. background-color: {color:Home Links BG};
  255. font-family: roboto condensed;
  256. font-size: 12px;
  257. color: {color:Home Links Text};
  258. border: 1px solid {color:Home Links Border};
  259. text-transform: uppercase;
  260. margin: 5px;
  261. -webkit-transition: all 0.1s ease-in-out;
  262. -moz-transition: all 0.1s ease-in-out;
  263. -o-transition: all 0.1s ease-in-out;
  264. -ms-transition: all 0.1s ease-in-out;
  265. transition: all 0.1s ease-in-out;
  266. }
  267.  
  268. #permanav a:hover {
  269. background-color: {color:Home Links BG Hover};
  270. border: 1px solid {color:Home Links Border Hover};
  271. color: {color:Home Links Text Hover};
  272. }
  273.  
  274. /* ENTRIES CODE */
  275.  
  276. #entries {
  277. width: 500px;
  278. padding: 20px;
  279. margin-top: 15px;
  280. background-color: {color:Post Background};
  281. height: auto;
  282. position: relative;
  283. margin: auto;
  284. margin-bottom: 20px;
  285. text-align: left;
  286. font-family: cambria;
  287. font-size: 12px;
  288. color: {color:Text};
  289. }
  290.  
  291. /* TEXT CODES */
  292.  
  293. #entries h3 a {
  294. display: block;
  295. padding: 10px 20px;
  296. text-align: center;
  297. font-family: roboto condensed;
  298. font-size: 20px;
  299. color: {color:Home Links Text};
  300. background-color: {color:Home Links BG};
  301. border: 1px solid {color:Home Links Border};
  302. text-transform: uppercase;
  303. -webkit-transition: all 0.1s ease-in-out;
  304. -moz-transition: all 0.1s ease-in-out;
  305. -o-transition: all 0.1s ease-in-out;
  306. -ms-transition: all 0.1s ease-in-out;
  307. transition: all 0.1s ease-in-out;
  308. }
  309.  
  310. #entries blockquote {
  311. margin-left: 5px;
  312. padding-left: 7px;
  313. border-left: 5px solid #303030;
  314. }
  315.  
  316. #entries h3 a:hover {
  317. background-color: {color:Home Links BG Hover};
  318. border: 1px solid {color:Home Links Border Hover};
  319. color: {color:Home Links Text Hover};
  320. }
  321.  
  322. #entries a {
  323. color: {color:Post Link Color};
  324. }
  325.  
  326. /* QUOTE CODES */
  327.  
  328. .quote {
  329. display: block;
  330. font-family: Euphoria Script;
  331. font-size: 20px;
  332. color: {color:Home Links BG};
  333. text-align: center;
  334. letter-spacing: 1px;
  335. margin-bottom: -5px;
  336. }
  337.  
  338. .source {
  339. width: auto;
  340. padding-left: 20px;
  341. padding-right: 20px;
  342. display: block;
  343. text-align: center;
  344. padding-top: 5px;
  345. border-top: 3px double {color:Home Links BG};
  346. font-style: italic;
  347. letter-spacing: 2px;
  348. }
  349.  
  350. /* LINK CODES */
  351.  
  352. .link h3 {
  353. font-family: 'roboto condensed';
  354. font-size: 20px;
  355. display: block;
  356. padding: 10px;
  357. color: {color:Home Links Text};
  358. background-color: {color:Home Links BG};
  359. border: 1px solid {color:Home Links Border};
  360. -webkit-transition: all 0.1s ease-in-out;
  361. -moz-transition: all 0.1s ease-in-out;
  362. -o-transition: all 0.1s ease-in-out;
  363. -ms-transition: all 0.1s ease-in-out;
  364. transition: all 0.1s ease-in-out;
  365. text-align: center;
  366. }
  367.  
  368. .link h3:hover {
  369. background-color: {color:Home Links BG Hover};
  370. border: 1px solid {color:Home Links Border Hover};
  371. color: {color:Home Links Text Hover};
  372. }
  373.  
  374. /* CHAT CODES */
  375.  
  376. .chat .convo li {
  377. list-style: none;
  378. text-align: justify;
  379. }
  380.  
  381. .chat h2 {
  382. font-family: 'roboto condensed';
  383. font-size: 20px;
  384. text-align: center;
  385. display: block;
  386. color: {color:Home Link BG};
  387. text-transform: uppercase;
  388. }
  389.  
  390. .line_odd .label {
  391. {color:Home Links BG};
  392. }
  393.  
  394. .line_even .label {
  395. color: {color:Home Links BG Hover};
  396. }
  397.  
  398. /* AUDIO CODES */
  399.  
  400. .album img {
  401. text-align: left;
  402. position: relative;
  403. width: 100px;
  404. height: 100px;
  405. }
  406.  
  407. .info {
  408. display: inline-block;
  409. width: 325px;
  410. padding: 35px;
  411. background-color: #000;
  412. float:left;
  413. position: relative;
  414. height: 30px;
  415. }
  416.  
  417. .music {
  418. width: 20px;
  419. height: 30px;
  420. overflow: hidden;
  421. z-index: 1000;
  422. margin: 15px 24px 13px 16px;
  423. background-color: #000;
  424. position: absolute;
  425. margin-top: -67px;
  426. }
  427.  
  428. .track {
  429. text-align: center;
  430. display: block;
  431. font-family: 'euphoria script';
  432. font-size: 20px;
  433. letter-spacing: 3px;
  434. color: {color:Home Links BG};
  435. margin-top: -10px;
  436. }
  437.  
  438. .artist {
  439. display: block;
  440. font-family: cambria;
  441. font-size: 8px;
  442. color: #FFFFFF;
  443. letter-spacing: 1px;
  444. text-transform: uppercase;
  445. text-align: center;
  446. }
  447.  
  448. .playcount {
  449. display: block;
  450. font-family: cambria;
  451. font-size: 8px;
  452. color: #FFFFFF;
  453. letter-spacing: 1px;
  454. text-transform: uppercase;
  455. text-align: center;
  456. }
  457.  
  458.  
  459. /* ASK CODES */
  460.  
  461. .question {
  462. display: block;
  463. padding: 10px;
  464. text-align: center;
  465. font-family: cambria;
  466. font-size: 12px;
  467. font-style: italic;
  468. color: #FFFFFF;
  469. background-color: #202020;
  470. }
  471.  
  472. .answer {
  473. display: block;
  474. text-align: justify;
  475. font-size: 10px;
  476. text-transform: uppercase;
  477. }
  478.  
  479. .asker img {
  480. width: 24px;
  481. height: 24px;
  482. display: block;
  483. text-align: center;
  484. margin: auto;
  485. padding: 10px;
  486. background-color: #EEEEEE;
  487. }
  488.  
  489. /* POST INFO CODES */
  490.  
  491. #postinfo {
  492. display: block;
  493. padding: 15px;
  494. background-color: #101010;
  495. text-align: center;
  496. font-family: cambria;
  497. font-size: 10px;
  498. text-transform: uppercase;
  499. color: #FFFFFF;
  500. margin-top: 10px;
  501. }
  502.  
  503. #postinfo a {
  504. color: {color:Home Link BG Hover};
  505. }
  506.  
  507. .notes {
  508. display: block;
  509. }
  510.  
  511. .tags a {
  512. margin: 0px 5px 0px 0px;
  513. text-transform: lowercase;
  514. font-style: italic;
  515. }
  516.  
  517. .permanotes {
  518. width: 500px;
  519. margin: auto;
  520. padding: 5px;
  521. font-family: cambria;
  522. font-size: 10px;
  523. color: {color:Text};
  524. }
  525.  
  526. ol.permanotes {
  527. padding: 0px;
  528. margin: 15px 0px;
  529. list-style:none;
  530. }
  531.  
  532. .reblogbutton {
  533. display: block;
  534. text-align: center;
  535. }
  536.  
  537.  
  538. </style>
  539. <body>
  540.  
  541. {block:IndexPage}
  542. <div id="homepage">
  543. <div class="title">{Title}</div>
  544. <div class="subtitle">{text:Subtitle}</div>
  545. <div id="slideshow">
  546. <div>
  547. <!----- SLIDESHOW IMAGE (800x400) ---->
  548. <img src="{image:Slide 1}" />
  549. </div>
  550.  
  551. <div>
  552. <!----- SLIDESHOW IMAGE (800x400) ---->
  553. <img src="{image:Slide 2}" />
  554. </div>
  555.  
  556. <div>
  557. <!----- SLIDESHOW IMAGE (800x400) ---->
  558. <img src="{image:Slide 3}" />
  559. </div>
  560.  
  561. <div>
  562. <!----- SLIDESHOW IMAGE (800x400) ---->
  563. <img src="{image:Slide 4}" />
  564. </div>
  565.  
  566. {block:IfMoreSlides}
  567. <div>
  568. <!----- SLIDESHOW IMAGE (800x400) ---->
  569. <img src="{image:Slide 5}" />
  570. </div>
  571.  
  572. <div>
  573. <!----- SLIDESHOW IMAGE (800x400) ---->
  574. <img src="{image:Slide 6}" />
  575. </div>
  576.  
  577. <div>
  578. <!----- SLIDESHOW IMAGE (800x400) ---->
  579. <img src="{image:Slide 7}" />
  580. </div>
  581. {/block:IfMoreSlides}
  582.  
  583.  
  584. </div>
  585. <div class="navigation">
  586. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  587. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  588. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  589. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  590. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  591. </div>
  592.  
  593. </div>
  594. {/block:IndexPage}
  595.  
  596. {block:PermalinkPage}
  597. <div id="posts">
  598. <div class="description">
  599. {Description}
  600. <div class="secondtitle">{Title}</div>
  601. </div>
  602.  
  603. <div id="permanav">
  604. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage}{/block:Pagination}
  605. <a href="/">Home</a>
  606. <a href="/ask">Ask</a>
  607. <a href="{text:Post Link 1 URL}">{text:Post Link 1}</a>
  608. <a href="{text:Post Link 2 URL}">{text:Post Link 2}</a>
  609. <a href="{text:Post Link 3 URL}">{text:Post Link 3}</a>
  610. <a href="http://olympianthemes.tumblr.com">Credit</a>
  611. {block:Pagination}{block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}{/block:Pagination}
  612. </div>
  613.  
  614. {block:Posts}
  615. <div id="entries">
  616.  
  617. {block:Text}
  618. {block:Title}<h3>{Title}{/block:Title}</h3>{Body}{/block:Text}
  619. {/block:Text}
  620.  
  621. {block:Quote}<h3>"{Quote}"</h3> -{Source}{/block:Quote}
  622.  
  623. {block:Link}
  624. <div class="link"> <a href="{URL}"><h3>{Name}</h3></a></div>
  625. {block:Description}{Description}{/block:Description}
  626. {/block:Link}
  627.  
  628. {block:Photo}
  629. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>
  630. {block:Caption}{Caption}{/block:Caption}
  631. {/block:Photo}
  632.  
  633. {block:Photoset}
  634. <center>{Photoset-500}</center>
  635. {block:Caption}{Caption}{/block:Caption}
  636. {/block:Photoset}
  637.  
  638. {block:Chat}
  639. <div class="chat">
  640. {block:Title}<h2>{Title}</h2>{/block:Title}
  641. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  642. {Line}</li>{/block:Lines}</ul>
  643. </div>
  644. {/block:Chat}
  645.  
  646. {block:Audio}
  647. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" />{block:AlbumArt}
  648. <div class="info">
  649.  
  650. <div class="track">{block:TrackName}{trackName}{/block:TrackName}</div>
  651. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
  652. <div class="playcount">{block:PlayCount}{PlayCount}{/block:PlayCount}</div>
  653.  
  654. </div>
  655. <div class="music">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div>
  656. </div>
  657.  
  658. {/block:Audio}
  659.  
  660. {block:Answer}
  661. <div class="question"><div class="asker"><img src="{AskerPortraitURL-24}" /></div><br />{Asker} asked: {Question}</div>
  662. <div class="answer">{Answer}</div>
  663. {/block:Answer}
  664.  
  665.  
  666. <div id="postinfo">
  667. <div class="notes">Notes Received: <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
  668.  
  669. <div class="date">
  670. {block:Date}{Month} {DayOfMonthWithZero}, {TimeAgo}{/block:Date}
  671. </div>
  672.  
  673. <div class="reblogs">
  674. {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom} || {block:ContentSource}<a href="{SourceURL}">Source</a>{/block:ContentSource}
  675. </div>
  676.  
  677. <div class="reblogbutton"><a href="{ReblogURL}">Reblog</a></div>
  678. </div>
  679.  
  680. {block:PostNotes}
  681. <div class="permanotes">{PostNotes}</div>
  682. {block:PostNotes}
  683.  
  684. </div>
  685. {/block:Posts}
  686.  
  687.  
  688. </div>
  689. {/block:PermalinkPage}
  690.  
  691. {block:TagPage}
  692. <div id="posts">
  693. <div class="description">
  694. {Description}
  695. <div class="secondtitle">{Title}</div>
  696. </div>
  697.  
  698. <div id="permanav">
  699. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage}{/block:Pagination}
  700. <a href="/">Home</a>
  701. <a href="/ask">Ask</a>
  702. <a href="{text:Post Link 1 URL}">{text:Post Link 1}</a>
  703. <a href="{text:Post Link 2 URL}">{text:Post Link 2}</a>
  704. <a href="{text:Post Link 3 URL}">{text:Post Link 3}</a>
  705. <a href="http://cremata.tumblr.com">Credit</a>
  706. {block:Pagination}{block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}{/block:Pagination}
  707. </div>
  708.  
  709. {block:Posts}
  710. <div id="entries">
  711.  
  712. {block:Text}
  713. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}{Body}{/block:Text}
  714. {/block:Text}
  715.  
  716. {block:Quote}<div class="quote"><h3>"{Quote}"</h3></div> <div class="source">{Source}</div>
  717. {/block:Quote}
  718.  
  719. {block:Link}
  720. <div class="link"> <a href="{URL}"><h3>{Name}</h3></a></div>
  721. {block:Description}{Description}{/block:Description}
  722. {/block:Link}
  723.  
  724. {block:Photo}
  725. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>
  726. {block:Caption}{Caption}{/block:Caption}
  727. {/block:Photo}
  728.  
  729. {block:Photoset}
  730. <center>{Photoset-500}</center>
  731. {block:Caption}{Caption}{/block:Caption}
  732. {/block:Photoset}
  733.  
  734. {block:Chat}
  735. <div class="chat">
  736. {block:Title}<h2>{Title}</h2>{/block:Title}
  737. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  738. {Line}</li>{/block:Lines}</ul>
  739. </div>
  740. {/block:Chat}
  741.  
  742. {block:Audio}
  743. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" />{block:AlbumArt}
  744. <div class="info">
  745.  
  746. <div class="track">{block:TrackName}{trackName}{/block:TrackName}</div>
  747. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div>
  748. <div class="playcount">Plays: {block:PlayCount}{PlayCount}{/block:PlayCount}</div>
  749.  
  750. </div>
  751. <div class="music">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div>
  752. </div>
  753.  
  754. {/block:Audio}
  755.  
  756. {block:Answer}
  757. <div class="question"><div class="asker"><img src="{AskerPortraitURL-24}" /></div><br />{Asker} asked: {Question}</div>
  758. <div class="answer">{Answer}</div>
  759. {/block:Answer}
  760.  
  761.  
  762. <div id="postinfo">
  763. <div class="notes">Notes Received: <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
  764.  
  765. <div class="date">
  766. {block:Date}{Month} {DayOfMonthWithZero}, {TimeAgo}{/block:Date}
  767. </div>
  768.  
  769. <div class="reblogs">
  770. {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom} || {block:ContentSource}<a href="{SourceURL}">Source</a>{/block:ContentSource}
  771. </div>
  772.  
  773. <div class="tags">
  774. {block:HasTags}Tags: {block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  775. </div>
  776.  
  777. <div class="reblogbutton"><a href="{ReblogURL}">Reblog</a></div>
  778. </div>
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785. </div>
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. {/block:Posts}
  794.  
  795.  
  796.  
  797. </div>
  798. {/block:TagPage}
  799.  
  800.  
  801. </body>
  802. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement