Advertisement
vickkyu

theme #06 by minivicky

Dec 14th, 2013
3,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.30 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. Theme 06 'kuragehime' by minivicky.tumblr.com
  6. Please do not remove the credits.
  7. -->
  8.  
  9. <meta name="color:scrollbar" content="#fea984" />
  10. <meta name="color:scrollbar bg" content="#ffffff" />
  11. <meta name="color:background" content="#ffffff" />
  12. <meta name="color:text" content="#878686" />
  13. <meta name="color:bold" content="#fea984" />
  14. <meta name="color:blockquote" content="#b1cfa7" />
  15. <meta name="color:link" content="#5e503b" />
  16. <meta name="color:link hover" content="#9FC193" />
  17. <meta name="color:question background" content="#bfdcb5" />
  18.  
  19. <meta name="color:portrait border" content="#bfdcb5" />
  20. <meta name="color:description background" content="#ffffff" />
  21. <meta name="color:description text" content="#5E503B" />
  22. <meta name="color:sidebar title" content="#5E503B" />
  23. <meta name="color:sidebar title first letter" content="#ffffff" />
  24. <meta name="color:sidebar background" content="#fea984" />
  25. <meta name="color:navegation background" content="#F5F2B8" />
  26. <meta name="color:navegation text" content="#5E503B" />
  27.  
  28. <meta name="color:post title text" content="#5E503B" />
  29. <meta name="color:post title background" content="#F5F2B8" />
  30. <meta name="color:permalink text" content="#5e513b" />
  31. <meta name="color:permalink background" content="#E3CF57" />
  32. <meta name="color:permalink link" content="#5e513b" />
  33. <meta name="color:permalink link hover" content="#2e2619" />
  34. <meta name="color:entries" content="#ffffff" />
  35.  
  36. <meta name="image:Background" content="" />
  37. <meta name="image:Sidebar Image" content="http://static.tumblr.com/ctnjtyx/3Tsmxsylg/sidebar_image.png" />
  38. <meta name="image:Sidebar Background" content="http://static.tumblr.com/ctnjtyx/Zmlmxsyls/background.png" />
  39.  
  40. <meta name="if:Infinite Scrolling" content="0" />
  41. <meta name="if:Captions" content="0">
  42. <meta name="if:Falling Snow" content="1">
  43.  
  44. <meta name="text:Link 1" content="Link 1">
  45. <meta name="text:Link 1 url" content="">
  46. <meta name="text:Link 2" content="Link 2">
  47. <meta name="text:Link 2 url" content="">
  48. <meta name="text:Link 3" content="Link 3">
  49. <meta name="text:Link 3 url" content="">
  50. <meta name="text:Link 4" content="Link 4">
  51. <meta name="text:Link 4 url" content="">
  52. <meta name="text:Link 5" content="Link 5">
  53. <meta name="text:Link 5 url" content="">
  54.  
  55. <title>{Title}</title>
  56. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  57. <link rel="shortcut icon" href="{Favicon}">
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  60. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  61.  
  62. {block:IfFallingSnow}
  63. <script type="text/javascript" src="http://static.tumblr.com/57iv3tl/DNFmwu7uo/snowstorm.js">this.animationInterval = 60;
  64. </script>
  65. {/block:IfFallingSnow}
  66.  
  67. {block:IfInfiniteScrolling}
  68. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  69. {/block:IfInfiniteScrolling}
  70.  
  71. <style type="text/css">
  72.  
  73. /*scrollbar*/
  74. ::-webkit-scrollbar {
  75. height: 0px;
  76. width: 3px;
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb {
  80. background-color:{color:scrollbar};
  81. -webkit-border-radius: 50px;
  82. border-radius: 50px;
  83. }
  84.  
  85. ::-webkit-scrollbar-track{
  86. background-color:{color:scrollbar bg};
  87. -webkit-border-radius: 50px;
  88. border-radius: 50px;
  89. }
  90. ::-webkit-scrollbar-buttom{
  91. background-color:{color:scrollbar bg};
  92. }
  93.  
  94. /*buttons*/
  95. iframe#tumblr_controls {
  96. right:3px !important;
  97. position: fixed !important;
  98. -webkit-transition:opacity 0.6s;
  99. opacity:0.3;
  100. -webkit-transition:0.6s;
  101. -moz-transition:0.6s;
  102. transition:0.6s;
  103. }
  104.  
  105. iframe#tumblr_controls:hover {
  106. -webkit-transition:opacity 0.6s;
  107. opacity:1;
  108. -webkit-transition:all 0.6s;
  109. -moz-transition:all 0.6s;
  110. transition:all 0.6s;
  111. }
  112.  
  113. /*ma body*/
  114. body {
  115. color:{color:text};
  116. font-family:calibri;
  117. font-size:10px;
  118. background-color:{color:background};
  119. background-image:url('{image:Background}');
  120. background-attachment:fixed; background-repeat:repeat;
  121. text-decoration: none;
  122. }
  123.  
  124. b, strong {color:{color:bold};}
  125.  
  126. a {
  127. text-decoration:none;
  128. outline:none;
  129. -moz-outline-style:none;
  130. -webkit-transition: all 0.7s ease;
  131. -moz-transition: all 0.7s ease;
  132. -o-transition: all 0.7s ease;
  133. color:{color:link};
  134. }
  135.  
  136. a:hover {
  137. -webkit-transition: all 0.5s ease-out;
  138. -moz-transition: all 0.5s ease-out;
  139. transition: all 0.5s ease-out;
  140. color: {color:link hover};
  141. -webkit-transition: all 0.7s ease;
  142. -moz-transition: all 0.7s ease;
  143. -o-transition: all 0.7s ease;
  144. }
  145.  
  146. a img {border:0;}
  147.  
  148. /*link hover*/
  149. div#qTip {
  150. display: none;
  151. color:{color:navegation text};
  152. text-align:left;
  153. position:absolute;
  154. z-index:99;
  155. font-size:9px;
  156. opacity: 0.7;
  157. background:{color:navegation background};
  158. padding:3px 4px;
  159. border-radius: 3px;
  160. -moz-border-radius: 3px;
  161. -webkit-border-radius: 3px;
  162. line-height:13px;
  163. text-transform:uppercase;
  164. }
  165.  
  166. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  167.  
  168. /*blockquote*/
  169. blockquote {
  170. border-left:2px dashed {color:blockquote};
  171. padding:2px 7px;
  172. margin:3px 0 3px 8px;
  173. }
  174.  
  175. /*credits*/
  176. #credit {
  177. position:fixed;
  178. right:5px;
  179. bottom:5px;
  180. font-family:calibri;
  181. text-transform:uppercase;
  182. letter-spacing:1px;
  183. font-size:8px;
  184. font-weight: bold;
  185. padding:3px 3px;
  186. }
  187.  
  188. #credit a{
  189. font-weight: bold;
  190. padding:3px;
  191. color:{color:permalink text};
  192. background:{color:permalink background};
  193. border:1px solid {color:permalink background};
  194. }
  195.  
  196. #credit a:hover{
  197. font-weight: bold;
  198. color:{color:permalink text};
  199. background:{color:background};
  200. border:1px solid {color:permalink text};
  201. }
  202.  
  203. /*sidebar*/
  204. /*description*/
  205. .desc{
  206. font-family:calibri;
  207. text-transform:lowercase;
  208. position:fixed;
  209. overflow-y:scroll;
  210. margin-left:-5px;
  211. overflow-x:hidden;
  212. padding:7px;
  213. opacity: 0.7;
  214. letter-spacing:1px;
  215. font-size:10px;
  216. line-height:12px;
  217. text-align:left;
  218. height:50px;
  219. background:{color:description background};
  220. color:{color:description text};
  221. width:190px;
  222. }
  223.  
  224. .desc a{
  225. font-weight: bold;
  226. font-style:italic;
  227. }
  228.  
  229. /*main*/
  230. #backgroundsidebar{
  231. width:350px;
  232. height:100%;
  233. background-color: {color:sidebar background};
  234. background-image:url('{image:Sidebar Background}');
  235. position:fixed;
  236. bottom:0px;
  237. left:0px;
  238. }
  239.  
  240. #backgroundsidebar img{
  241. width:350px;
  242. }
  243.  
  244. /*title*/
  245. #titlesidebar{
  246. width: 200px;
  247. font-size: 15px;
  248. margin-top:107px;
  249. margin-left:71px;
  250. letter-spacing: 1px;
  251. text-align:center;
  252. position: fixed;
  253. text-transform: lowercase;
  254. font-family: georgia;
  255. font-style:italic;
  256. color: {color:sidebar title};
  257. }
  258.  
  259. #titlesidebar:first-letter{
  260. color:{color:sidebar title first letter};
  261. font-weight: bold;
  262. }
  263.  
  264. /*sidebar links*/
  265. .sidebarlinks {
  266. text-align:left;
  267. position: fixed;
  268. font-family: calibri;
  269. float:left;
  270. font-size: 8px;
  271. text-transform: uppercase;
  272. letter-spacing: 2px;
  273. margin-top: 94px;
  274. margin-left: -7px;
  275. width: 200px;
  276. }
  277.  
  278. .sidebarlinks a {
  279. padding: 2px 0px 2px 3px;
  280. font-weight:normal;
  281. display:inline-block;
  282. margin-bottom:3px;
  283. border-radius: 3px;
  284. opacity: 1;
  285. background-color: {color:navegation background};
  286. color: {color:navegation text};
  287. }
  288.  
  289. .sidebarlinks a:hover {
  290. opacity: 0.7;
  291. transition: 0.4s;
  292. -moz-transition: 0.4s;
  293. -webkit-transition: 0.4s;
  294. -o-transition: 0.4s;
  295. }
  296.  
  297.  
  298. /*links e stuff*/
  299. #descsidebar {
  300. height:auto;
  301. width:160px;
  302. margin-top:500px;
  303. text-align:center;
  304. position:fixed;
  305. margin-left:-1px;
  306. }
  307.  
  308. #linksidebar {
  309. height:auto;
  310. width:200px;
  311. margin-top:150px;
  312. position:fixed;
  313. margin-left:88px;
  314. }
  315.  
  316. /*sidebar image*/
  317. #portrait{
  318. position:fixed;
  319. width:200px;
  320. height:100px;
  321. margin-top:127px;
  322. border:3px solid {color:portrait border};
  323. margin-left:72px;
  324. background-image:url('{image:Sidebar Image}');
  325. }
  326.  
  327. /*pages*/
  328. .pages {
  329. width:70px;
  330. text-align:center;
  331. position:fixed;
  332. margin-left:50px;
  333. padding:3px 5px;
  334. font-style:italic;
  335. font-family: arial;
  336. background-color:{color:navegation background};
  337. font-size:8px;
  338. color:{color:navegation text};
  339. border-radius: 3px;
  340. text-transform: lowercase;
  341. }
  342.  
  343. .pages a{
  344. text-decoration: none;
  345. width:50px;
  346. opacity: 1;
  347. text-align:center;
  348. font-style:italic;
  349. font-family: arial;
  350. background-color:{color:navegation background};
  351. font-size:9px;
  352. color:{color:navegation text};
  353. border-radius: 3px;
  354. }
  355.  
  356. .pages a:hover{
  357. opacity: 0.7;
  358. transition: 0.4s;
  359. -moz-transition: 0.4s;
  360. -webkit-transition: 0.4s;
  361. -o-transition: 0.4s;
  362. }
  363.  
  364. /*posts*/
  365. #entries {
  366. width:500px;
  367. float:left;
  368. margin-left:400px;
  369. text-align:justify;}
  370.  
  371. .posts {
  372. width:500px;
  373. margin-bottom:5px;
  374. background-color:{color:entries};
  375. color:{color:text};
  376. border-top: 1px solid {color:permalink background};
  377. }
  378.  
  379. .posts a {
  380. color:{color:link};
  381. }
  382.  
  383. .posts a:visited {
  384. color:{color:link};
  385. }
  386.  
  387. .posts a:hover {
  388. color:{color:link hover};
  389. }
  390.  
  391. /*permalink*/
  392. #permalink{
  393. font-size: 9px;
  394. border-radius: 3px;
  395. background: {color:permalink background};
  396. font-family: calibri;
  397. color: {color:permalink text};
  398. width: 220px;
  399. text-align: center;
  400. letter-spacing: 1px;
  401. margin: -9px 0px 15px 30px;
  402. padding: 3px;
  403.  
  404. text-transform: uppercase;
  405. z-index: 1;
  406. }
  407.  
  408. #permalink a{
  409. color: {color:permalink link};
  410. }
  411.  
  412. #permalink a:hover{
  413. color: {color:permalink link hover};
  414. }
  415.  
  416. /*post titles*/
  417. h1 {
  418. background-color:{color:post title background};
  419. color:{color:post title text};
  420. font-size:10px;
  421. text-transform:uppercase;
  422. border-radius: 3px;
  423. line-height:14px;
  424. padding:2px;
  425. letter-spacing:1px;
  426. font-weight:normal;
  427. text-align:center;
  428. }
  429.  
  430. h1 a{
  431. color:{color:post title text};
  432. text-transform:uppercase;
  433. }
  434.  
  435. h1 a:hover{
  436. color:{color:post title text};
  437. text-transform:uppercase;
  438. }
  439.  
  440. /*quote*/
  441. h2 {
  442. font-size:15px;
  443. line-height:14px;
  444. margin-top:0px;
  445. padding:5px;
  446. text-transform:none;
  447. letter-spacing:0px;
  448. font-weight:normal;
  449. font-style:italic;
  450. text-align:left;
  451. }
  452.  
  453. .quote {
  454. font-size: 10px;
  455. color: {color:text};
  456. float: left;
  457. }
  458.  
  459. /*chat*/
  460. .chat {
  461. line-height:12px;
  462. list-style:none
  463. }
  464.  
  465. .chat ul {
  466. line-height:15px;
  467. list-style:none;
  468. padding:0px;
  469. line-height:20px;
  470. }
  471.  
  472. .person1 {
  473. background-color:{color:question background};
  474. padding-left:6px;
  475. padding-right:6px;
  476. }
  477.  
  478. .person1 .label {
  479. font-weight:bold;
  480. color:{color:bold};
  481. }
  482.  
  483. .person2 {
  484. background-color:{color:entries};
  485. padding-left:6px;
  486. padding-right:6px;
  487. }
  488.  
  489. .person2 .label {
  490. font-weight:bold;
  491. color:{color:bold};
  492. }
  493.  
  494. /*audio*/
  495. .playerbuttonbg {
  496. position: absolute;
  497. left: 20px;
  498. top: 20px;
  499. width: 19px;
  500. height: 19px;
  501. background-color: #ffffff;
  502. padding: 10px;
  503. -webkit-border-radius: 40px;
  504. -moz-border-radius: 40px;
  505. border-radius: 40px;
  506. opacity: .4;
  507. filter: alpha(opacity=40);
  508. -moz-opacity: 0.4;
  509. -khtml-opacity: 0.4;
  510. transition: opacity .7s ease-in-out;
  511. -moz-transition: opacity .7s ease-in-out;
  512. -webkit-transition: opacity .7s ease-in-out;
  513. }
  514.  
  515. .playerbuttonbg:hover {
  516. opacity: 1;
  517. filter: alpha(opacity=100);
  518. -moz-opacity: 1;
  519. -khtml-opacity: 1;
  520. }
  521.  
  522. .newplayerbutton {
  523. position: relative;
  524. width: 19px;
  525. height: 19px;
  526. overflow: hidden;
  527. }
  528.  
  529. .playerbuttonhug {
  530. position: absolute;
  531. top: -18px;
  532. left: -7px;
  533. }
  534.  
  535. .tumblr_audio_player {
  536. height: 90px;
  537. width: 270px;
  538. -moz-transform: scale(0.60, 0.60);
  539. -webkit-transform: scale(0.60, 0.60);
  540. -o-transform: scale(0.60, 0.60);
  541. -ms-transform: scale(0.60, 0.60);
  542. transform: scale(0.60, 0.60);
  543. -moz-transform-origin: top left;
  544. -webkit-transform-origin: top left;
  545. -o-transform-origin: top left;
  546. -ms-transform-origin: top left;
  547. transform-origin: top left;
  548. }
  549.  
  550. .audioimgwrapper {
  551. position: absolute;
  552. left: 0px;
  553. top: 0px;
  554. -webkit-border-radius: 40px;
  555. -moz-border-radius: 40px;
  556. border-radius: 40px;
  557. overflow: hidden;
  558. width: 79px;
  559. height: 79px;
  560. }
  561.  
  562. .audioimgwrapper img {
  563. width: 100%;
  564. height: auto;
  565. -webkit-border-radius: 40px;
  566. -moz-border-radius: 40px;
  567. border-radius: 40px;
  568. }
  569.  
  570. .trackdetails {
  571. width: auto;
  572. display:inline-block;
  573. margin-left: 90px;
  574. min-height: 85px;
  575. }
  576.  
  577. .audiowrapper {
  578. position: relative;
  579. display:inline-block;
  580. }
  581.  
  582. /*tags*/
  583. .extras {
  584. width:500px;
  585. z-index:2000;
  586. padding:0px;
  587. letter-spacing:0;}
  588.  
  589. .push {
  590. background:transparent;
  591. opacity:0;
  592. margin-top:-1px;
  593. text-align:left;
  594. margin-left:510px;
  595. position:absolute;
  596. -webkit-transition: opacity 0.7s linear;
  597. -webkit-transition: all 0.7s ease-out;
  598. -moz-transition: all 0.7s ease-out;
  599. transition: all 0.7s ease-out;}
  600.  
  601. .extras:hover .push {
  602. opacity:1.0;
  603. margin-left:525px;
  604. -webkit-transition: opacity 0.7s linear;
  605. -webkit-transition: all 0.7s ease-out;
  606. -moz-transition: all 0.7s ease-out;
  607. transition: all 0.7s ease-out;}
  608.  
  609. #extraslinks {
  610. display:block;
  611. font-size:8pt;
  612. margin-bottom:2px;
  613. width:100px;
  614. padding:3px 3px 3px 3px;
  615. border-radius: 3px;
  616. background: {color:permalink background};
  617. margin-left:-7px;
  618. letter-spacing:0px;
  619. text-align:center;
  620. font-family:calibri;
  621. text-shadow:none;
  622. text-transform:uppercase;
  623. color: {color:permalink text};}
  624.  
  625. .tags {
  626. opacity:1; }
  627.  
  628. </style>
  629. </head>
  630.  
  631. <body>
  632.  
  633. <div id="backgroundsidebar"></div>
  634.  
  635. <div id="linesidebar"></div>
  636. <div id="titlesidebar">{Title}</div>
  637. <div id="portrait"></div>
  638.  
  639. <div id="linksidebar">
  640. <div class="sidebarlinks">
  641. <a href="/" title="home">restart</a>
  642. <a href="/ask" title="ask me">message</a>
  643. {block:IfLink1}<a href="{text:Link 1 url}" title="{text:Link 1}">{text:Link 1}</a>{/block:IfLink1}
  644. {block:IfLink2}<a href="{text:Link 2 url}" title="{text:Link 2}">{text:Link 2}</a>{/block:IfLink2}
  645. {block:IfLink3}<a href="{text:Link 3 url}" title="{text:Link 3}">{text:Link 3}</a>{/block:IfLink3}
  646. {block:IfLink4}<a href="{text:Link 4 url}" title="{text:Link 4}">{text:Link 4}</a>{/block:IfLink4}
  647. {block:IfLink5}<a href="{text:Link 5 url}" title="{text:Link 5}">{text:Link 5}</a>{/block:IfLink5}
  648. <br><br>
  649. <div class="desc">
  650. {block:Description}{Description}{/block:Description}
  651. </div>
  652. <br><br>
  653. <br><br><br><br><br><br>
  654. {block:IfNotInfiniteScrolling}
  655. {block:Pagination}<div class="pages">
  656. {block:PreviousPage}<a href="{PreviousPage}">&larr; back</a> - {/block:PreviousPage}
  657. {block:NextPage}<a href="{NextPage}">go →</a> {/block:NextPage}
  658. </div>{/block:Pagination}
  659. {/block:IfNotInfiniteScrolling}
  660. </div></div>
  661.  
  662.  
  663.  
  664.  
  665. <div id="entries">
  666. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  667. {block:Posts}
  668. <br><br><br>
  669.  
  670. <div class="posts">
  671.  
  672. {block:ContentSource}
  673.  
  674. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  675.  
  676. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  677.  
  678. {/block:SourceLogo}
  679.  
  680. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  681.  
  682. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  683.  
  684. {block:PermalinkPage}
  685. {block:HasTags}
  686. <div class="extras">
  687.  
  688. <div class="push">
  689. <div id="extraslinks">
  690.  
  691. tags
  692.  
  693. </div> <!-- END EXTRA LINKS -->
  694.  
  695. <div class="tags">
  696.  
  697. {block:Tags}
  698. <a href="{TagURL}">#{Tag}</a><br />
  699. {/block:Tags}
  700.  
  701. </div> <!-- END TAGS -->
  702. </div> <!-- END PUSH -->
  703. {/block:HasTags}
  704.  
  705. <div id="permalink">
  706. {block:Date}
  707. <a href="{Permalink}"> posted {TimeAgo}</a>
  708. {/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  709. </div>
  710. {/block:PermalinkPage}
  711.  
  712.  
  713. {block:IndexPage}
  714. {block:HasTags}
  715. <div class="extras">
  716.  
  717. <div class="push">
  718. <div id="extraslinks">
  719.  
  720. tags
  721.  
  722. </div> <!-- END EXTRA LINKS -->
  723.  
  724. <div class="tags">
  725.  
  726. {block:Tags}
  727. <a href="{TagURL}">#{Tag}</a><br />
  728. {/block:Tags}
  729.  
  730. </div> <!-- END TAGS -->
  731. </div> <!-- END PUSH -->
  732. {/block:HasTags}
  733.  
  734. <div id="permalink">
  735. {block:Date}
  736. <a href="{Permalink}"> posted {TimeAgo}</a>
  737. {/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  738. </div>
  739. {/block:IndexPage}
  740.  
  741.  
  742. {block:Text}
  743. {block:Title}<h1>{Title}</h1>{/block:Title}
  744. {Body}
  745. {/block:Text}
  746.  
  747. {block:Photo}
  748. <center><div class="photo">
  749. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div></center>
  750. {block:IfCaptions}{block:Caption}
  751. {Caption}
  752. {/block:Caption}{/block:IfCaptions}
  753. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  754. {Caption}
  755. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  756. {/block:Photo}
  757.  
  758. {block:Photoset}
  759. <div class="photo">
  760. {Photoset-500}
  761. </div>
  762. {block:IfCaptions}{block:Caption}
  763. {Caption}
  764. {/block:Caption}{/block:IfCaptions}
  765. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  766. {Caption}
  767. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  768. {/block:Photoset}
  769.  
  770. {block:Quote}
  771. <div class="quote">&#10077;</div>
  772. <h2>{Quote}</h2>
  773. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  774. {/block:Quote}
  775.  
  776. {block:Link}
  777. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  778. {block:Description}{Description}{/block:Description}
  779. {/block:Link}
  780.  
  781. {block:Chat}
  782. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  783. <div class="chat"><ul>{block:Lines}
  784. <li class="person{UserNumber}">{block:Label}
  785. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  786. {/block:Chat}
  787.  
  788. {block:AudioPlayer}
  789. <div class="audiowrapper">
  790. {block:AlbumArt}
  791. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  792. {/block:AlbumArt}
  793.  
  794. <div class="playerbuttonbg">
  795. <div class="newplayerbutton">
  796. <div class="playerbuttonhug">
  797.  
  798. {AudioPlayerWhite}
  799.  
  800. </div>
  801. </div>
  802. </div>
  803.  
  804. <div class="trackdetails">
  805.  
  806. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  807. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  808. {block:Album}Album: {Album}{/block:Album}<br/>
  809. {PlayCountWithLabel}
  810.  
  811. </div>
  812. </div>
  813. {/block:AudioPlayer}
  814.  
  815. {block:Video}
  816. {Video-500}
  817. {block:IfCaptions}{block:Caption}
  818. {Caption}
  819. {/block:Caption}{/block:IfCaptions}
  820. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  821. {Caption}
  822. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  823. {/block:Video}
  824.  
  825. {block:Answer}
  826. <table>
  827. <tr><td colspan="3" width="500px" style="padding:9px; text-align:center; background-color:{color:question background};">{Asker} asked: {Question}</td> <img src="{AskerPortraitURL-30}" style="padding:2px;" align="right"></tr>
  828. </table>
  829. {Answer}
  830. {/block:Answer}
  831. </div>
  832.  
  833. {/block:Posts}
  834. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  835.  
  836. {block:PostNotes}
  837. <div id="notes">{PostNotes}</div>
  838. {/block:PostNotes}
  839. <br>
  840.  
  841. <div id="credit">
  842. <a href="http://minivicky.tumblr.com/" title="vickkyu">MV</a>
  843. </div>
  844.  
  845. </div>
  846. </body>
  847. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement