bigjettardis

BJTheme 06

Feb 17th, 2013
2,826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.77 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme 06 by Archana (grizzlysbear) --->
  9. <!---- web fonts ---->
  10. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield|Source+Code+Pro' rel='stylesheet' type='text/css'>
  11. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  12. <!---- metas ---->
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Post" content="#ffffff">
  15. <meta name="color:border" content="#f5f5f5">
  16. <meta name="color:Notes Link" content="#f3fd00"/>
  17. <meta name="color:Notes BG" content="#000000"/>
  18. <meta name="color:Text" content="#838282"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Link Hover" content="#d16262"/>
  21. <meta name="color:Sidebar" content="#020520"/>
  22. <meta name="color:Sidebar Link BG" content="#020520">
  23. <meta name="color:Sidebar Link" content="#ffffff">
  24. <meta name="color:Sidebar Link Accent" content="#f3fd00">
  25. <meta name="image:Sidebar1" content=""/>
  26. <meta name="image:Sidebar2" content=""/>
  27. <meta name="image:SBBG" content=""/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:LinkAsk" content="/ask"/>
  30. <meta name="text:Link1 Title" content="link 1"/>
  31. <meta name="text:Link1 Url" content=""/>
  32. <meta name="text:Link2 Title" content="link 2"/>
  33. <meta name="text:Link2 Url" content=""/>
  34. <meta name="text:Link3 Title" content="link 3"/>
  35. <meta name="text:Link3 Url" content=""/>
  36. <meta name="text:Link4 Title" content="link 4"/>
  37. <meta name="text:Link4 Url" content=""/>
  38. <meta name="text:Link5 Title" content="link 5"/>
  39. <meta name="text:Link5 Url" content=""/>
  40. <meta name="text:Link6 Title" content="link 6"/>
  41. <meta name="text:Link6 Url" content=""/>
  42. <meta name="text:Link7 Title" content="link 7"/>
  43. <meta name="text:Link7 Url" content=""/>
  44. <meta name="text:Link8 Title" content="link 8"/>
  45. <meta name="text:Link8 Url" content=""/>
  46. <meta name="color:Scrollbar" content="#6e2734"/>
  47. <meta name="color:Selection" content="#6e2734"/>
  48.  
  49. <style type="text/css">
  50. background:{color:Selection};
  51. color: #ffffff;
  52. }
  53.  
  54. ::-moz-selection {
  55. background: {color:Selection};
  56. color: #ffffff;
  57. }
  58.  
  59. ::-webkit-selection {
  60. background: {color:Selection};
  61. color: #ffffff;
  62. }
  63. ::-webkit-scrollbar {
  64. width: 7px;
  65. background-color: {color:Background};
  66. }
  67.  
  68. ::-webkit-scrollbar-track-piece {
  69. background-color: {color:Background};
  70. -webkit-border-radius:10px;
  71. }
  72.  
  73. ::-webkit-scrollbar-button:start:decrement,
  74. ::-webkit-scrollbar-button:end:increment {
  75. height: 0px;
  76. display: block;
  77. background: {color:Background};
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb{
  81. background-color: {color:Scrollbar};
  82. -webkit-border-radius:0px;
  83. border:none;
  84. }
  85.  
  86. body {
  87. line-height: 1;
  88. background:{color:background};
  89. background-image: url('{image:Background}');
  90. margin:0px;
  91. color:{color:text};
  92. font-family:cambria;
  93. font-size:11px;
  94. line-height:100%;
  95. }
  96.  
  97. @font-face {
  98. font-family: 'sail';
  99. src: url('http://static.tumblr.com/3ygo4yl/ufDmgg12q/blanch_condensed_inline.ttf') format('eot'),
  100. url('http://static.tumblr.com/3ygo4yl/ufDmgg12q/blanch_condensed_inline.ttf') format('woff'),
  101. url('http://static.tumblr.com/3ygo4yl/ufDmgg12q/blanch_condensed_inline.ttf') format('truetype'),
  102. url('http://static.tumblr.com/3ygo4yl/ufDmgg12q/blanch_condensed_inline.ttf') format('svg');
  103. }
  104.  
  105. a, a:active, a:visited{
  106. text-decoration: none;
  107. color: {color:Link};
  108. font-style: normal;
  109. opacity:0.95;
  110. filter:alpha(opacity=60);
  111. -webkit-transition: all .5s ease-in-out;
  112. -moz-transition: all .5s ease-in-out;
  113. -o-transition: all .5s ease-in-out;
  114. -ms-transition: all .5s ease-in-out;
  115. padding: 2px;
  116. }
  117.  
  118. a:hover{
  119. color: {color:Link Hover};
  120. opacity:1.0;
  121. filter:alpha(opacity=100);
  122. -webkit-transition: all .5s ease-in-out;
  123. -moz-transition: all .5s ease-in-out;
  124. -o-transition: all .5s ease-in-out;
  125. -ms-transition: all .5s ease-in-out;
  126. }
  127. iconfont{
  128. font-family: 'Web Symbols';
  129. }
  130.  
  131. img {
  132. border:none;
  133. }
  134.  
  135. blockquote {
  136. padding-left:5px;
  137. border-left:2px solid;
  138. }
  139. h1{
  140. text-align: center;
  141. font-family: 'sail';
  142. filter: dropshadow(color={color:Link}, offx=3, offy=1);
  143.  
  144. }
  145.  
  146. h3{
  147. text-align: left;
  148. font-family: 'sails';
  149. }
  150. blockquote blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. /* --- SIDEBAR --- */
  156. #sidebarimage {
  157. position: fixed;
  158. left: 0px;
  159. top: 0px;
  160. width: 300px;
  161. height: 100%;
  162. z-index: 10;
  163. background-color: {color:Sidebar};
  164. border-right: 20px solid {color:Sidebar};
  165. background-image: url('{image:SBBG}');
  166. background-size: auto 100%;
  167. }
  168.  
  169. .desc{
  170. position: fixed;
  171. left: 50px;
  172. top: 325px;
  173. width: 180px;
  174. padding: 10px;
  175. height: auto;
  176. z-index: 20;
  177. background-color: {color:Sidebar};
  178. overflow:hidden;
  179. border: solid 5px {color:Sidebar};
  180. text-align: center;
  181. color: {color:Sidebar Link};
  182. opacity: 0;
  183. -webkit-transition: all 1s ease-in-out;
  184. -moz-transition: all 1s ease-in-out;
  185. -o-transition: all 1s ease-in-out;
  186. -ms-transition: all 1s ease-in-out;
  187. transform:rotate3d(0,1,0,180deg);
  188. -webkit-transform: rotate3d(0,1,0,180deg);
  189. -moz-transform: rotate3d(0,1,0,180deg);
  190. -o-transform: rotate3d(0,1,0,180deg);
  191. -ms-transform: rotate3d(0,1,0,180deg);
  192. }
  193.  
  194. .title{
  195. position: fixed;
  196. left: 50px;
  197. top: 200px;
  198. width: 180px;
  199. padding: 10px;
  200. height: auto;
  201. z-index: 20;
  202. background-color: transparent;
  203. overflow:hidden;
  204. font-size: 20px;
  205. font-family:'Mrs Saint Delafield';
  206. text-align: center;
  207. opacity: 0;
  208. -webkit-transition: all 1s ease-in-out;
  209. -moz-transition: all 1s ease-in-out;
  210. -o-transition: all 1s ease-in-out;
  211. -ms-transition: all 1s ease-in-out;
  212. transform:rotate3d(0,1,0,180deg);
  213. -webkit-transform: rotate3d(0,1,0,180deg);
  214. -moz-transform: rotate3d(0,1,0,180deg);
  215. -o-transform: rotate3d(0,1,0,180deg);
  216. -ms-transform: rotate3d(0,1,0,180deg);
  217. }
  218.  
  219. #sidebarimage:hover .desc {
  220. transform:rotate3d(0,1,0,0deg);
  221. -webkit-transform: rotate3d(0,1,0,0deg);
  222. -moz-transform: rotate3d(0,1,0,0deg);
  223. -o-transform: rotate3d(0,1,0,0deg);
  224. -ms-transform: rotate3d(0,1,0,0deg);
  225. top: 400px;
  226. opacity: 1;
  227. }
  228.  
  229. #sidebarimage:hover .title {
  230. transform:rotate3d(0,1,0,0deg);
  231. -webkit-transform: rotate3d(0,1,0,0deg);
  232. -moz-transform: rotate3d(0,1,0,0deg);
  233. -o-transform: rotate3d(0,1,0,0deg);
  234. -ms-transform: rotate3d(0,1,0,0deg);
  235. top: 175px;
  236. opacity: 1;
  237. }
  238. #sidebardesc2{
  239. position: fixed;
  240. left: 50px;
  241. top: 325px;
  242. width: 200px;
  243. height: 125px;
  244. z-index: 20;
  245. background-color: {color:Sidebar};
  246. overflow:hidden;
  247. border: solid 5px {color:Sidebar};
  248. -webkit-transition: all 1s ease-in-out;
  249. -moz-transition: all 1s ease-in-out;
  250. -o-transition: all 1s ease-in-out;
  251. -ms-transition: all 1s ease-in-out;
  252. }
  253. #sidebardesc1{
  254. position: fixed;
  255. left: 50px;
  256. top: 200px;
  257. width: 200px;
  258. height: 125px;
  259. z-index: 20;
  260. background-color: {color:sidebar};
  261. overflow:hidden;
  262. border: solid 5px {color:Sidebar};
  263. -webkit-transition: all 1s ease-in-out;
  264. -moz-transition: all 1s ease-in-out;
  265. -o-transition: all 1s ease-in-out;
  266. -ms-transition: all 1s ease-in-out;
  267. }
  268.  
  269. #sidebardesc1 img{ width: 200px; height: auto;}
  270. #sidebardesc2 img{ width: 200px; height: auto;}
  271.  
  272. #sidebarimage:hover #sidebardesc1 {
  273. top: 75px;
  274. transform:rotate3d(0,1,0,180deg);
  275. -webkit-transform: rotate3d(0,1,0,180deg);
  276. -moz-transform: rotate3d(0,1,0,180deg);
  277. -o-transform: rotate3d(0,1,0,180deg);
  278. -ms-transform: rotate3d(0,1,0,180deg);
  279. opacity: 0;
  280. }
  281.  
  282. #sidebarimage:hover #sidebardesc2 {
  283. top: 400px;
  284. transform:rotate3d(0,1,0,180deg);
  285. -webkit-transform: rotate3d(0,1,0,180deg);
  286. -moz-transform: rotate3d(0,1,0,180deg);
  287. -o-transform: rotate3d(0,1,0,180deg);
  288. -ms-transform: rotate3d(0,1,0,180deg);
  289. opacity: 0;
  290. }
  291. #pagination {
  292. text-align:center;
  293. margin-top: 175px;
  294. font-size: 8pt;
  295. }
  296. #sidebarimage:hover .slinks1 {
  297. opacity: 1;
  298. }
  299. #sidebarimage:hover .slinks2 {
  300. opacity: 1;
  301. }
  302. .slinks1{
  303. font-family: 'Source Code Pro';
  304. position: fixed;
  305. width: 100px;
  306. top: 225px;
  307. left:70px;
  308. text-align: center;
  309. text-transform: uppercase;
  310. -webkit-transition: all 1s ease-in-out;
  311. -moz-transition: all 1s ease-in-out;
  312. -o-transition: all 1s ease-in-out;
  313. -ms-transition: all 1s ease-in-out;
  314. opacity: 0;
  315. }
  316. .slinks2{
  317. font-family: 'Source Code Pro';
  318. position: fixed;
  319. width: 100px;
  320. top: 225px;
  321. left:155px;
  322. text-align: center;
  323. text-transform: uppercase;
  324. -webkit-transition: all 1s ease-in-out;
  325. -moz-transition: all 1s ease-in-out;
  326. -o-transition: all 1s ease-in-out;
  327. -ms-transition: all 1s ease-in-out;
  328. opacity: 0;
  329. }
  330.  
  331. .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8{
  332. margin-top: 5px;
  333. width: 70px;
  334. padding: 5px;
  335. background-color: {color:sidebar Link BG};
  336. }
  337.  
  338. .slinks1 a, .slinks2 a{ color: {color:sidebar Link};
  339. text-shadow: 1px 1px 1px {color:sidebar Link Accent};
  340. filter: dropshadow(color={color:Sidebar Link accent}, offx=1, offy=1);}
  341.  
  342. .slinks1 a:hover, .slinks2 a:hover{ color: {color:Sidebar Link BG};
  343. }
  344.  
  345. #pagination {
  346. text-align:center;
  347. position: fixed;
  348. left: 325px;
  349. top: 150px;
  350. width: 50px;
  351. font-size: 45pt;
  352. -webkit-transition: all .5s ease-in-out;
  353. -moz-transition: all .5s ease-in-out;
  354. -o-transition: all .5s ease-in-out;
  355. -ms-transition: all .5s ease-in-out;
  356. }
  357.  
  358. #pagination a{ color: {color:sidebar};}
  359.  
  360. #pagination a:hover{ color: {color:Background};}
  361. /* --- post style --- */
  362.  
  363. #entries {
  364. line-height: 1;
  365. padding:10px;
  366. width: 800px;
  367. margin-left: 500px;
  368. }
  369.  
  370. #post {
  371. background-color: {color:Post};
  372. width:500px;
  373. padding:20px;
  374. outline-offset: 10px;
  375. margin-top: 50px;
  376. margin-left: 25px;
  377. -webkit-transition: all .5s ease-in-out;
  378. -moz-transition: all .5s ease-in-out;
  379. -o-transition: all .5s ease-in-out;
  380. -ms-transition: all .5s ease-in-out;
  381. border: 1px solid {color:border};
  382. }
  383.  
  384.  
  385. #info {
  386. text-align:center;
  387. margin-top:10px;
  388. line-height: 1.2;
  389. font-family :'source code pro';
  390. }
  391.  
  392. #info img{ border: 5px solid {color:Notes BG};}
  393.  
  394. .date { float: left;
  395. font-size: 8px;
  396. width: 193px;
  397. padding: 3px;
  398. border-top: 1px solid {color:Sidebar Link};
  399. }
  400.  
  401. .date a:hover{ color:{color:Notes Link};}
  402.  
  403. .via{
  404. float: left;
  405. width: 294px;
  406. padding: 3px;
  407. border-top: 1px solid {color:Sidebar};
  408. }
  409.  
  410. .tagbox{
  411. margin-top: 10px;
  412. text-align: center;
  413. line-height: 1.75;
  414. }
  415.  
  416. .tagbox a{
  417. background-color: {color:Notes BG};
  418. color: {color:Post};
  419. padding: 4px;
  420. font-size: 7px;
  421. }
  422.  
  423. .tagbox a:hover{ color:{color:Notes Link};}
  424.  
  425. #asker {
  426. float:left;
  427. margin-right:5px;
  428. border: 3px solid {color:Sidebar};
  429. }
  430.  
  431. .quest a{
  432. letter-spacing: 2px;
  433. font-size: 14px;
  434. font-family:'Lobster'
  435. }
  436. .quest{
  437. padding: 10px;
  438. width: 480px;
  439. background-color: {color:Post BG};
  440. }
  441.  
  442. ul.chat {
  443. margin: 0 0 0 0;
  444. padding: 0 0 0 0;
  445. }
  446.  
  447. .chat li {
  448. list-style-type: none;
  449. margin-left: 0px;
  450. padding: 3px;
  451. }
  452.  
  453. .chat li.odd {
  454. background-color: transparent;
  455. border-left: 5px solid {color:Chat 1};
  456. margin-bottom: 3px;
  457. }
  458.  
  459. .chat li.even {
  460. background-color: transparent;
  461. border-left: 5px solid {color:Chat 2};
  462. margin-bottom: 3px;
  463. }
  464.  
  465. #albumart img{
  466. float:left;
  467. width: 100px;
  468. height: 100px;
  469. border: 5px solid {color:Border};
  470. }
  471. .musicinfo{
  472. float: center;
  473. margin-left: 225px;
  474. text-align: left;
  475. }
  476. /* TOOLTIP */
  477. a.tooltip {outline:none;text-decoration:none;}
  478. a.tooltip strong {line-height:30px;}
  479. a.tooltip > span
  480. {
  481. width:auto;
  482. padding: 5px;
  483. margin-top: 20px;
  484. margin-left: -5px;
  485. opacity: 0;
  486. visibility: hidden;
  487. z-index: 10;
  488. position: absolute;
  489. font-size: 8px;
  490. font-style: normal;
  491.  
  492. -webkit-transition-property:opacity, margin-top, visibility, margin-left;
  493. -webkit-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
  494. -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  495.  
  496. -moz-transition-property:opacity, margin-top, visibility, margin-left;
  497. -moz-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
  498. -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  499.  
  500. -o-transition-property:opacity, margin-top, visibility, margin-left;
  501. -o-transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
  502. -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  503.  
  504. transition-property:opacity, margin-top, visibility, margin-left;
  505. transition-duration:0.4s, 0.3s, 0.4s, 0.3s;
  506. transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  507. }
  508.  
  509. /*a.tooltip > span:hover,*/
  510. a.tooltip:hover > span
  511. { opacity: 1;
  512. z-index: 500;
  513. text-decoration:none;
  514. visibility: visible;
  515. overflow: visible;
  516. margin-top:20px;
  517. display: inline;
  518. margin-left: 0px;
  519. }
  520.  
  521. a.tooltip span b {
  522.  
  523. width: 15px;
  524. height: 15px;
  525. display: block;
  526. position: absolute;
  527. -webkit-transform: rotate(-45deg);
  528. -moz-transform: rotate(-45deg);
  529. -o-transform: rotate(-45deg);
  530. transform: rotate(-45deg);
  531. display: none\0/;
  532. *display: none;
  533. }
  534.  
  535. a.tooltip > span {
  536. color: {color:Notes Link};
  537. background: {color:Notes BG};
  538. outline: 2px double {color:Background};
  539. }
  540.  
  541. a.tooltip span b {
  542. color: {color:Notes Link};
  543. background: {color:Notes BG};
  544. }
  545.  
  546.  
  547. #linkboxcredit a{
  548. line-height: 1;
  549. background-color: transparent;
  550. z-index: 500;
  551. background-size: 40px 40px;
  552. position: fixed;
  553. width: 50px;
  554. height: auto;
  555. padding: 10px;
  556. bottom: 0px;
  557. right: 20px;
  558. text-align: center;
  559. font-size: 12px;
  560. background-repeat:no-repeat;
  561. opacity:0.5;
  562. filter:alpha(opacity=60);
  563. -webkit-transition: all 1s ease-in-out;
  564. -moz-transition: all 1s ease-in-out;
  565. -o-transition: all 1s ease-in-out;
  566. -ms-transition: all 1s ease-in-out;
  567. }
  568.  
  569. #linkboxcredit a:hover{
  570. opacity:1;
  571. filter:alpha(opacity=60);
  572. -webkit-transition: all .7s ease-in-out;
  573. -moz-transition: all .7s ease-in-out;
  574. -o-transition: all .7s ease-in-out;
  575. -ms-transition: all .7s ease-in-out;
  576. }
  577. {CustomCSS}
  578.  
  579. </style>
  580. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  581. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  582.  
  583. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a></div>
  584.  
  585. {/block:ContentSource}</div>
  586.  
  587. <div id="linkboxcredit"><a href="http://grizzlysbear.tumblr.com/">©grizzlysbear</a> </div>
  588.  
  589. <div id="sidebarimage">
  590. <div id="sidebardesc1"><img src="{image:Sidebar1}"></div>
  591. <div id="sidebardesc2"><img src="{image:Sidebar2}"></div>
  592.  
  593. <div class="slinks1">
  594. <div class="s1"><a href="{text:Link1 Url}">{text:Link1 Title}</a> </div>
  595. <div class="s2"><a href="{text:Link2 Url}">{text:Link2 Title}</a> </div>
  596. <div class="s3"><a href="{text:Link3 Url}">{text:Link3 Title}</a> </div>
  597. <div class="s4"><a href="{text:Link4 Url}">{text:Link4 Title}</a> </div>
  598.  
  599. <div class="slinks2">
  600. <div class="s5"><a href="{text:Link5 Url}">{text:Link5 Title}</a> </div>
  601. <div class="s6"><a href="{text:Link6 Url}">{text:Link6 Title}</a> </div>
  602. <div class="s7"><a href="{text:Link7 Url}">{text:Link7 Title}</a> </div>
  603. <div class="s8"><a href="{text:Link8 Url}">{text:Link8 Title}</a> </div>
  604.  
  605. </div>
  606. </div>
  607. <div id="pagination">
  608. {block:Pagination}
  609. {block:NextPage}<span> <a href="{NextPage}">+</a></span>{/block:NextPage}<br></br><br></br>
  610. {block:PreviousPage}<span stlye="float: left;"><a href="{PreviousPage}">-</a></span>{/block:PreviousPage}
  611. {/block:Pagination}
  612. </div>
  613. <div class="desc"> {Description}</div>
  614. <div class="title"><a href="/"><b>{Title}</b></a></div>
  615. </div>
  616.  
  617. <div id="entries">{block:Posts}<div id="post">
  618. {block:Text}<h1>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  619.  
  620. {block:Photo} <div class="post"> <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photo}
  621.  
  622. {block:Photoset} <div class="post"> <center>{Photoset-500}</center> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photoset}
  623.  
  624. {block:Quote} <div class="post"> <div class="quote">"{Quote}"</div></br> {block:Source} <div class="sourced">{Source}</div> {/block:Source} </div> {/block:Quote}
  625.  
  626. {block:Link} <div class="post"> <center><h1><a href="{URL}" class="link" {Target}>{Name}</a></h1></center> {block:Description} <div class="description">{Description}</div> {/block:Description} </div>
  627. {/block:Link}
  628.  
  629. {block:Chat} <div class="post"> {block:Title} <h1><a href="{Permalink}">{Title}</a></h1> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </li> {/block:Lines} </ul> </div> {/block:Chat}
  630.  
  631. {block:Video} <div class="post"> <center>{Video-500}</center> {block:Caption} <div class="caption"> {Caption}</div> {/block:Caption} </div> {/block:Video}
  632.  
  633. {block:Audio} <div class="post"> <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" alt="{AlbumArtURL}"/>{/block:AlbumArt}</div> <center>{AudioPlayerWhite}</center>
  634. <br><center>{block:Artist}<div class="musicinfo">Artist: <b>{Artist}</b>{/block:Artist}</center>
  635. <center>{block:TrackName}<div class="musicinfo">Track: <b>{TrackName}</b>{/block:TrackName}</center>
  636. <center>{block:Album}<div class="musicinfo">Album: <b>
  637. {Album} </b>{/block:Album}</center>
  638. <br><center>{block:Caption} </br>
  639. <div class="caption">{Caption}</div> {/block:Caption} </center> </br> </div><br></br><br></br> {/block:Audio}
  640.  
  641. {block:Answer}<div class="quest"><div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}</div><br>{Answer}{/block:Answer}
  642. <br>
  643.  
  644. <div id="info">
  645.  
  646. <div class="date">{block:Date}{ShortMonth} {Date} {Year} {/block:Date} with <a href="{Permalink}">
  647. {NoteCountwithLabel}</a></div>
  648. {block:RebloggedFrom}
  649. <div class="via"><a class="tooltip" href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" width="24px" height="24px" > <span>source:{ReblogRootName}</span></a> <a class="tooltip" href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" width="24px" height="24px"> <span>via:{ReblogParentName}</span></a></div>{/block:RebloggedFrom}
  650.  
  651. <br></br>
  652. <div class="tagbox">
  653. {block:HasTags}{block:Tags} <a href="{TagURL}" class="tag"># {Tag}</a>{/block:Tags}{/block:HasTags}</div>
  654. </div>
  655. </div>
  656. <br></br><br></br>
  657. {block:PostNotes}{PostNotes}{/block:PostNotes}
  658. {/block:Posts}</div>
  659.  
  660. </body></html>
Add Comment
Please, Sign In to add comment