Advertisement
PuppyLove968

put a spin on it (mahogany themes)

Oct 17th, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.49 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <head>
  13.  
  14. <!----
  15.  
  16. theme: put a spin on it by fangirlbotmalfunction (mahogany themes)
  17. DO WHAT YOU WILL.
  18.  
  19. ---->
  20.  
  21.  
  22. <meta name="color:background color" content="#ddaed3" />
  23. <meta name="color:details" content="#9c0f7d" />
  24. <meta name="color:accent" content="#74086a" />
  25. <meta name="color:header" content="#f5995a">
  26. <meta name="color:text" content="#dfc7f7">
  27. <meta name="color:header text" content="#74086a">
  28. <meta name="color:link" content="#d299ec">
  29. <meta name="text:sidebar title" content="wow look, a title!">
  30. <meta name="text:Blog Title" content="blog title goes here">
  31. <meta name="image:background image" />
  32. <meta name="image:sidebar image" content="http://media.tumblr.com/88f64da1d031fa290255e852771bffa4/tumblr_inline_mubeefvUUq1s6j177.png"/>
  33. <meta name="if:SidebarImageRepeat">
  34. <meta name="text:link 1" content="ask">
  35. <meta name="text:link 1 URL" content="/ask">
  36. <meta name="text:link 2" content="about">
  37. <meta name="text:link 2 URL" content="/about">
  38. <meta name="text:link 3" content="archive">
  39. <meta name="text:link 3 URL" content="/archive">
  40.  
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. <link rel="stylesheet" href="http://static.tumblr.com/roigneg/1k7m43mif/font.css" type="text/css">
  44. <link href='http://fonts.googleapis.com/css?family=Economica|Lily+Script+One|News+Cycle' rel='stylesheet' type='text/css'>
  45. <style type="text/css">
  46.  
  47.  
  48. ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:background color};}
  49. ::-webkit-scrollbar-thumb {background-color:{color:accent} ; border: 1px solid {color:accent};}
  50.  
  51. body {
  52. color: {color:text};
  53. font-family: helvetica;
  54. font-size: 11px;
  55. background-image:url('{image:background image}');
  56. background-attachment:fixed;
  57. background-repeat:repeat;
  58. background-color: {color:background color};
  59. }
  60. small {
  61. font-size: 11px;
  62. }
  63. big {
  64. font-size: 11px;
  65. }
  66. blockquote {
  67. border-left: 1px solid #8F8F8F;
  68. padding: 0 0 0 5px;
  69. margin: 0 0 14px 0;
  70. }
  71.  
  72. quote {
  73. border-left: 0 solid #8F8F8F;
  74. padding: 30px;
  75. display: block;
  76. }
  77. a {
  78. color: {color:link};
  79. text-decoration: none;
  80. }
  81. a:hover {
  82. color: #6f6f6f;
  83. }
  84.  
  85. #header {
  86. z-index:100;
  87. position:fixed;
  88. margin-top:-100px;
  89. width:100%; height:40px;
  90. left:0px;
  91. font-family:'Economica';
  92. background-color:{color:header};
  93. color:{color:header text};
  94. letter-spacing:6px;
  95. text-align:center;
  96. padding-top:20px;
  97. padding-bottom:0px;
  98. font-size:15px;
  99. text-transform:uppercase;}
  100.  
  101. #header a {
  102. color:{color:header text};
  103. }
  104.  
  105.  
  106. #layout {
  107. margin: 0 auto;
  108. margin-top:100px;
  109. width: 1000px;
  110. }
  111.  
  112.  
  113. #container {
  114. z-index:1;
  115. float:right;
  116. margin-left:100px;
  117. margin-right:200px;
  118. position:fixed;
  119. margin-top:-40px;
  120. width:600px;
  121. height:100%;
  122. background: {color:accent};
  123. opacity:0.7;
  124. }
  125.  
  126.  
  127. #sidebar {
  128. background: none repeat scroll 0 0 {color:accent};
  129. float: left;
  130. margin-top:30px;
  131. margin-left:810px;
  132. height: 200px;
  133. font-size: 11px;
  134. padding: 10px;
  135. text-align: justify;
  136. position: fixed;
  137. width: 180px;
  138.  
  139. transition: all 1s, transform 1s;
  140.  
  141. -moz-transition: all 1s, -moz-transform 1s;
  142.  
  143. -webkit-transition: all 1s, -webkit-transform 1s;
  144.  
  145. -o-transition: all 1s, -o-transform 1s;
  146.  
  147. opacity:0.9;
  148.  
  149. }
  150. #sidebar:hover {
  151.  
  152.  
  153. transition: all 1s, transform 1s;
  154.  
  155. -moz-transition: all 1s, -moz-transform 1s;
  156.  
  157. -webkit-transition: all 1s, -webkit-transform 1s;
  158.  
  159. -o-transition: all 1s, -o-transform 1s;
  160. opacity:1.00;
  161. }
  162.  
  163. #sidebarimage {
  164. background: none repeat scroll 0 0 {color:accent};
  165. {block:ifNotSidebarImageRepeat} background-repeat: no-repeat; {/block:ifNotSidebarImageRepeat}
  166. padding:10px;
  167. margin-top:-40px;
  168. margin-left:-40px;
  169.  
  170. transition: all 1s, transform 1s;
  171.  
  172. -moz-transition: all 1s, -moz-transform 1s;
  173.  
  174. -webkit-transition: all 1s, -webkit-transform 1s;
  175.  
  176. -o-transition: all 1s, -o-transform 1s;
  177.  
  178. width:120px;
  179. height:120px;
  180. }
  181.  
  182. #sidebar:hover #sidebarimage {
  183. transition: all 1s, transform 1s;
  184.  
  185. -moz-transition: all 1s, -moz-transform 1s;
  186.  
  187. -webkit-transition: all 1s, -webkit-transform 1s;
  188.  
  189. -o-transition: all 1s, -o-transform 1s;
  190. width:65px;
  191. height:65px;
  192. }
  193.  
  194. #sidebarimage img {
  195. width:120px;
  196. height:120px;
  197. }
  198.  
  199. #sidebar:hover #sidebarimage img {
  200. transition: all 1s, transform 1s;
  201.  
  202. -moz-transition: all 1s, -moz-transform 1s;
  203.  
  204. -webkit-transition: all 1s, -webkit-transform 1s;
  205.  
  206. -o-transition: all 1s, -o-transform 1s;
  207. width:65px;
  208. height:65px;
  209. }
  210.  
  211. #sidebartext {
  212. background: none repeat scroll 0 0 {color:details};
  213. padding:8px;
  214.  
  215. transition: all 1s, transform 1s;
  216.  
  217. -moz-transition: all 1s, -moz-transform 1s;
  218.  
  219. -webkit-transition: all 1s, -webkit-transform 1s;
  220.  
  221. -o-transition: all 1s, -o-transform 1s;
  222.  
  223. width:100px;
  224. height:100px;
  225. margin-left:80px;
  226. border-width:10px;
  227. border-style:solid;
  228. border-color:{color:accent};
  229. background-image:url('{image:sidebar image}');
  230. -webkit-transform:scaleX(-1);
  231. -moz-transform:scaleX(-1);
  232. -ms-transform:scaleX(-1);
  233. -o-transform:scaleX(-1);
  234. transform:scaleX(-1);
  235. {block:ifNotSidebarImageRepeat}background-repeat: no-repeat;{/block:ifNotSidebarImageRepeat}
  236. color:transparent;
  237. background-size:contain;
  238. margin-top:10px;
  239. overflow:hidden;
  240. }
  241.  
  242. #sidebar:hover #sidebartext {
  243. transition: all 1s, transform 1s;
  244.  
  245. -moz-transition: all 1s, -moz-transform 1s;
  246.  
  247. -webkit-transition: all 1s, -webkit-transform 1s;
  248.  
  249. -o-transition: all 1s, -o-transform 1s;
  250.  
  251. width:160px;
  252. height:137px;
  253. margin-left:0px;
  254.  
  255. background: none repeat scroll 0 0 {color:details};
  256.  
  257.  
  258. -webkit-transform:scaleX(1);
  259. -moz-transform:scaleX(1);
  260. -ms-transform:scaleX(1);
  261. -o-transform:scaleX(1);
  262. transform:scaleX(1);
  263. color:{color:text};
  264. border-style:none;
  265. margin-top:10px;
  266. }
  267.  
  268. #sidebartitle {
  269. width:135px;
  270. height:25px;
  271. margin-top:-45px;
  272. margin-left:40px;
  273. padding:5px;
  274. font-family:'Lily Script One';
  275. font-size:16px;
  276. text-align:center;
  277. letter-spacing:0px;
  278. transition: all 1s, transform 1s;
  279.  
  280. -moz-transition: all 1s, -moz-transform 1s;
  281.  
  282. -webkit-transition: all 1s, -webkit-transform 1s;
  283.  
  284. -o-transition: all 1s, -o-transform 1s;
  285. opacity:0.0;
  286. }
  287.  
  288. #sidebar:hover #sidebartitle {
  289. transition: all 1s, transform 1s;
  290.  
  291. -moz-transition: all 1s, -moz-transform 1s;
  292.  
  293. -webkit-transition: all 1s, -webkit-transform 1s;
  294.  
  295. -o-transition: all 1s, -o-transform 1s;
  296.  
  297. opacity:1.00;
  298. }
  299.  
  300. #sidebarlinks {
  301. background: none repeat scroll 0 0 {color:accent};
  302. float: left;
  303. margin-top:20px;
  304. height: 160px;
  305. font-size: 11px;
  306. padding: 10px;
  307. margin-left:-10px;
  308. padding-top:0px;
  309. position: fixed;
  310. width: 180px;
  311.  
  312. transition: all 1s, transform 1s;
  313.  
  314. -moz-transition: all 1s, -moz-transform 1s;
  315.  
  316. -webkit-transition: all 1s, -webkit-transform 1s;
  317.  
  318. -o-transition: all 1s, -o-transform 1s;
  319.  
  320. opacity:0.9;
  321.  
  322. }
  323.  
  324. #sidebar:hover #sidebarlinks {
  325.  
  326. transition: all 1s, transform 1s;
  327.  
  328. -moz-transition: all 1s, -moz-transform 1s;
  329.  
  330. -webkit-transition: all 1s, -webkit-transform 1s;
  331.  
  332. -o-transition: all 1s, -o-transform 1s;
  333. margin-top:0px;
  334. }
  335.  
  336. #sidebarlinks:hover {
  337.  
  338.  
  339. transition: all 1s, transform 1s;
  340.  
  341. -moz-transition: all 1s, -moz-transform 1s;
  342.  
  343. -webkit-transition: all 1s, -webkit-transform 1s;
  344.  
  345. -o-transition: all 1s, -o-transform 1s;
  346. opacity:1.00;
  347. }
  348.  
  349. #sidebarlink {
  350.  
  351. background: none repeat scroll 0 0 {color:details};
  352. margin-top:10px;
  353. width:170px;
  354. height:20px;
  355. padding:5px;
  356. font-size:16px;
  357. text-transform:uppercase;
  358. text-align:center;
  359. font-family:'Economica';
  360. }
  361.  
  362. .pagination {
  363. background: none repeat scroll 0 0 {color:accent};
  364. font-family: calibri;
  365. font-size: 11px;
  366. font-weight: bold;
  367. margin: 10px 0 0;
  368. padding: 10px;
  369. position: relative;
  370. text-align: center;
  371. }
  372. .pagination a:hover {
  373. background: none repeat scroll 0 0 #b3bdc5;
  374. color: {color:accent};
  375. }
  376. .jump_page {
  377. background-color: #7d8c98;
  378. color: {color:accent};
  379. margin: 0;
  380. padding: 2px 6px 3px;
  381. }
  382. .pagination_current {
  383. background-color: #7d8c98;
  384. color: #b3bdc5;
  385. font-size: 11px;
  386. margin-left: 0;
  387. margin-right: 0;
  388. padding: 2px 6px 3px;
  389. }
  390. .nextprevious {
  391. background-color: #7d8c98;
  392. color: {color:accent};
  393. margin-left: 0;
  394. margin-right: 0;
  395. padding: 2px 6px 3px;
  396. }
  397. #content {
  398. position:relative;
  399. float: right;
  400. z-index:5;
  401. margin-right:340px;
  402. margin-bottom: 50px;
  403. width: 520px;
  404. }
  405. article {
  406. background: none repeat scroll 0 0 {color:accent};
  407. display: block;
  408. margin: 0 0 20px;
  409. padding: 10px;
  410. }
  411. article:last-child {
  412. margin-bottom: 0;
  413. }
  414. .entries {
  415. margin-bottom: 0;
  416. padding: 10px 0;
  417. width: 500px;
  418. }
  419. .entries img {
  420. max-width: 500px;
  421. }
  422. h1 {
  423. font-size: 22px;
  424. font-style: italic;
  425. font-weight: bold;
  426. letter-spacing: 1px;
  427. margin: 0;
  428. }
  429. header1 {
  430. color: #959595;
  431. display: block;
  432. font-size: 9px;
  433. font-weight: bold;
  434. padding: 0 8px 0 0;
  435. text-transform: none;
  436. }
  437. .post-meta {
  438. list-style-type: none;
  439. margin: 0;
  440. padding: 0;
  441. }
  442. .post-date {
  443. display: inline-block;
  444. font-weight: bold;
  445. }
  446. .post-notesreblog {
  447. float: right;
  448. margin: -6px;
  449. }
  450. .symbols {
  451. font: 10px WebSymbolsRegular;
  452. text-transform: none;
  453. }
  454. .symbols_tags {
  455. float: left;
  456. font-family: WebSymbolsRegular;
  457. font-size: 11px;
  458. line-height: 8px;
  459. margin-right: 10px;
  460. text-transform: none;
  461. }
  462. .post-sources {
  463. display: inline-block;
  464. }
  465. .post-notesreblog {
  466. float: right;
  467. margin: -6px;
  468. }
  469. .post-tags:before {
  470. }
  471. .post-footer {
  472. display: inline-block;
  473. list-style-type: none;
  474. margin: 0;
  475. padding: 0;
  476. }
  477. .post-tags {
  478. float: left;
  479. padding-right: 1px;
  480. }
  481. .post-tags:before {
  482. content: "#";
  483. }
  484. .post-tags:after {
  485. content: "\00a0\00a0\00a0";
  486. }
  487. footer {
  488. color: #959595;
  489. display: block;
  490. font-size: 9px;
  491. font-weight: bold;
  492. margin-bottom: 0;
  493. padding: 0;
  494. text-align: left;
  495. text-transform: none;
  496. }
  497. .ask {
  498. background: none repeat scroll 0 0 {color:background};
  499. padding: 10px;
  500. }
  501. .askimg {
  502. margin-bottom: 0;
  503. position: inherit;
  504. width: 48px;
  505. }
  506. .askimg img {
  507. background-color: #FFFFFF;
  508. margin-bottom: 0;
  509. padding: 0;
  510. position: relative;
  511. width: 48px;
  512. }
  513. .asker {
  514. color: #6E6E6E;
  515. font-size: 11px;
  516. font-weight: bold;
  517. text-transform: none;
  518. }
  519. .user {
  520. font-size: 11px;
  521. margin-bottom: 0;
  522. padding-left: 25px;
  523. }
  524. .even_user {
  525. color: #9A9A9A;
  526. }
  527. .odd_user {
  528. color: #838383;
  529. }
  530. .chat {
  531. list-style: none outside none;
  532. margin: 0;
  533. padding: 10px 0 0;
  534. }
  535. ol.notes {
  536. background: none repeat scroll;
  537. list-style-type: none;
  538. margin: 0;
  539. padding: 0;
  540. }
  541. ol.notes li.note {
  542. padding: 3px;
  543. }
  544. ol.notes li.note img.avatar {
  545. height: 16px;
  546. margin-right: 5px;
  547. vertical-align: -4px;
  548. width: 16px;
  549. }
  550. ol.notes li.note blockquote {
  551. border-color: #EEEEEE;
  552. margin: 10px 0 0 25px;
  553. padding: 4px 10px;
  554. }
  555. ol.notes li.note blockquote a {
  556. text-decoration: none;
  557. }
  558. .source:before {
  559. content: "— ";
  560. }
  561. .source {
  562. display: block;
  563. font-family: helvetica;
  564. font-size: 11px;
  565. font-style: normal;
  566. font-weight: bold;
  567. letter-spacing: 0;
  568. margin-top: 5px;
  569. }
  570. .short {
  571. border-left-width: 0;
  572. font-size: 24px;
  573. font-style: italic;
  574. }
  575. .medium {
  576. border-left-width: 0;
  577. font-size: 20px;
  578. font-style: italic;
  579. }
  580. .long {
  581. border-left-width: 0;
  582. font-size: 17px;
  583. font-style: italic;
  584. }
  585. .quotationmark {
  586. font-size: 120px;
  587. font-weight: bold;
  588. line-height: 127px;
  589. margin-left: 26px;
  590. opacity: 0.18;
  591. position: absolute;
  592. }
  593. .album_art {
  594. margin-right: 12px;
  595. text-align: left;
  596. width: 160px;
  597. z-index: -10;
  598.  
  599.  
  600. -moz-box-shadow: inset 0 0 5px #000;
  601. -webkit-box-shadow: inset 0 0 5px#000;
  602. box-shadow: inner 0 0 5px #000;
  603.  
  604. -moz-box-shadow: 0 2px 5px 2px #000;
  605. -webkit-box-shadow: 0 2px 5px 2px #000;
  606. box-shadow: 0 2px 5px 2px #000;
  607. }
  608. .album_art_over {
  609. height: 160px;
  610. margin-right: 12px;
  611. position: absolute;
  612. width: 160px;
  613. }
  614. .audioinfo_first {
  615. font-weight: bold;
  616. }
  617. .audioinfo_b {
  618. display: none;
  619. }
  620. .audio {
  621. min-height: 160px;
  622. overflow: hidden;
  623. position: relative;
  624. }
  625.  
  626. #player {
  627. width:30px;
  628. height:30px;
  629. overflow:hidden;
  630. position:absolute;
  631. margin-top:45px;
  632. margin-bottom:45px;
  633. }
  634.  
  635. #albumart { float:left; margin:0px 7px; margin-top:-20px;}
  636.  
  637. #audioplayer {
  638. height: 25px;
  639. width:25px;
  640. margin-right: 11px;
  641. overflow: hidden;
  642. padding: 3px;
  643. opacity:0.7;
  644.  
  645. -moz-box-shadow: inset 0 0 5px #000;
  646. -webkit-box-shadow: inset 0 0 5px#000;
  647. box-shadow: inner 0 0 5px #000;
  648.  
  649. -moz-box-shadow: 0 2px 5px 2px #000;
  650. -webkit-box-shadow: 0 2px 5px 2px #000;
  651. box-shadow: 0 2px 5px 2px #000;
  652. }
  653. .audioinfo {
  654. line-height: 5px;
  655. margin-bottom: 100px;
  656. margin-left: 168px;
  657. }
  658. .audiocaption {
  659. margin-left: 0;
  660. }
  661. .audiocaption img {
  662. max-width: 200px !important;
  663. }
  664. .audiocaption blockquote img {
  665. max-width: 200px !important;
  666. }
  667. blockquote img {
  668. max-width: 200px !important;
  669. }
  670.  
  671.  
  672.  
  673. </style>
  674. </head>
  675. <body>
  676.  
  677. <div id="header"> <a href="{block:PreviousPage}{PreviousPage}{/block:PreviousPage}">&#9664</a> <a href="/#">{text:Blog Title}</a> <a href="{block:NextPage}{NextPage}{/block:NextPage}">&#9654</a></div>
  678.  
  679.  
  680. <div id="layout">
  681.  
  682. <div id="sidebar">
  683. <img id="sidebarimage" src="{image:sidebar image}">
  684. <div id="sidebartitle">
  685. {text:sidebar title}
  686. </div>
  687. <div id="sidebartext">
  688. {Description}
  689. </div>
  690.  
  691. <div id="sidebarlinks">
  692. <a href="{text:link 1 URL}"><div id="sidebarlink">{text:link 1}</div></a>
  693. <a href="{text:link 2 URL}"><div id="sidebarlink">{text:link 2}</div></a>
  694. <a href="{text:link 3 URL}"><div id="sidebarlink">{text:link 3}</div></a>
  695. <a href="http://mymahoganymyrules.tumblr.com"><div id="sidebarlink">THEME</div></a>
  696. </div>
  697. </div>
  698.  
  699.  
  700.  
  701. <div id="container"></div>
  702.  
  703. <section id="content">
  704. {block:Posts}
  705. <article>
  706. {block:Date}
  707. <header1>
  708.  
  709. <ul class="post-meta">
  710. <li class="post-date">
  711. <a href="{Permalink}">{TimeAgo}</a>
  712. </li>
  713.  
  714. <li class="post-sources">
  715. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}{/block:RebloggedFrom}
  716. </li>
  717.  
  718.  
  719. <li class="post-notesreblog">
  720. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>
  721. {/block:NoteCount}
  722.  
  723. {block:Photo}
  724. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  725. {/block:Photo}
  726. {block:Photoset}
  727. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  728. {/block:Photoset}
  729. {block:Quote}
  730. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  731. {/block:Quote}
  732. {block:Link}
  733. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  734. {/block:Link}
  735. {block:Chat}
  736. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  737. {/block:Chat}
  738. {block:Audio}
  739. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  740. {/block:Audio}
  741. {block:Video}
  742. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  743. {/block:Video}
  744. {block:Text}
  745. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  746. {/block:Text}
  747. </li>
  748. </ul>
  749. </header1>
  750. {/block:Date}
  751.  
  752.  
  753. <div class="entries">
  754.  
  755. {block:Text}
  756. {block:Title}
  757. <h1><a href="{Permalink}">{Title}</a></h1>
  758. {/block:Title}
  759. {body}
  760. {/block:Text}
  761.  
  762. {block:Link}
  763. <a href="{url}"><h1>{Name}</h1></a>
  764. {block:Description}
  765. {Description}
  766. {/block:Description}
  767. {/block:Link}
  768.  
  769. {block:Photo}
  770. <center>
  771. {block:HighRes}<a href="{PhotoURL-HighRes}">{/block:HighRes}<img src="{PhotoURL-500}"/>{block:HighRes}</a>{/block:HighRes}
  772. </center>
  773. {block:Caption}
  774. {Caption}
  775. {/block:Caption}
  776. {/block:Photo}
  777.  
  778. {block:Photoset}
  779. <center>
  780. {Photoset-500}
  781. </center>
  782. {block:Caption}
  783. {Caption}
  784. {/block:Caption}
  785. {/block:Photoset}
  786.  
  787. {block:Quote}
  788. <span class="quotationmark">“</span>
  789. <quote class="{Length}">{Quote}
  790. <b class="source">{Source}</b>
  791. </quote>
  792. {/block:Quote}
  793.  
  794.  
  795. {block:Chat}
  796. {block:Title}
  797. <h1><a href="{Permalink}">{Title}</a></h1>
  798. {/block:Title}
  799. <ul class="chat">{block:Lines}<li class="{Alt}_user">
  800. {block:Label}
  801. <span class="label">{Label}</span>
  802. {/block:Label}
  803. {Line}
  804. </li>
  805. {/block:Lines}
  806. </ul>
  807. </li>
  808. {/block:Chat}
  809.  
  810.  
  811.  
  812. {block:Audio}
  813. <div id="audioplayer">{AudioPlayerWhite} </div>
  814. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  815. {PlayCountWithLabel}
  816. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  817. {/block:Audio}
  818.  
  819. {block:Video}
  820. {Video-500}<br/>
  821. {block:Caption}
  822. <div>
  823. {Caption}
  824. </div>
  825. {/block:Caption}
  826. {/block:Video}
  827.  
  828. {block:Answer}
  829. <div class="ask">
  830. <table><tr>
  831. <td ><div class="askimg"><img src="{AskerPortraitURL-48}"></div></td>
  832. <td class="user">
  833. <span class="asker">{Asker}</span><br>
  834. {Question}
  835. </td></tr></table>
  836. </div>
  837. <div class="cap">
  838. {Answer}
  839. </div>
  840. {/block:Answer}
  841. </div>
  842.  
  843. {block:HasTags}
  844. <footer>
  845. <ul class="post-footer">
  846.  
  847. {block:Tags}
  848. <li class="post-tags"><a href="{TagURL}">{Tag}</a></li>
  849. {/block:Tags}
  850. </ul>
  851. </footer>
  852. {/block:HasTags}
  853. </article>
  854. {/block:posts}
  855. {block:PostNotes}
  856. <div id="notes">
  857. {PostNotes}
  858. </div>
  859. {/block:PostNotes}
  860.  
  861.  
  862. </section>
  863. </body>
  864. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement