namunamoo

Yeoleum

Jul 1st, 2012
2,516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.72 KB | None | 0 0
  1. <!--
  2. THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
  3. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  4. -->
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <html>
  9. <head>
  10.  
  11. <title>{title}</title>
  12. <link rel="shortcut icon" href="{favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18. <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Body Font" content="#363636"/>
  22. <meta name="color:Posts" content="#FFFFFF"/>
  23. <meta name="color:Links" content="#0096ff"/>
  24. <meta name="color:Links hover" content="#FFFFFF"/>
  25.  
  26. <meta name="color:Notes" content="#93C9CA"/>
  27. <meta name="color:Reblog" content="#C7E363"/>
  28. <meta name="color:Date" content="#F35E5E"/>
  29.  
  30. <meta name="color:Post Title" content="#000000"/>
  31. <meta name="color:Title" content="#ffffff"/>
  32. <meta name="color:Title Banner" content="#000000"/>
  33. <meta name="color:Quote" content="#363636"/>
  34. <meta name="color:Answer Background" content="#F5F5F5"/>
  35. <meta name="color:ScrollBar" content="#484848"/>
  36. <meta name="color:ScrollBar Background" content="#e8e8e8"/>
  37. <meta name="color:Post background" content="#cccccc"/>
  38. <meta name="color:Border" content="#cccccc" />
  39. <meta name="color:sidebar background" content="#cccccc"/>
  40. <meta name="color:Navlinks" content="#f5336f"/>
  41.  
  42. <meta name="if:Infinite Scrolling" content="1"/>
  43.  
  44. <meta name="text:Banner Position" content="260px">
  45.  
  46. <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_m693sm8nKW1qmvz5bo1_500.png"/>
  47. <meta name="image:Background" content="http://subtlepatterns.com/patterns/gplaypattern.png"/>
  48. <meta name="image:sidebar background" content="http://media.tumblr.com/tumblr_lpwovn6XPC1qcn2vb.png"/>
  49.  
  50. <meta name="text:link 1" content="/"/>
  51. <meta name="text:link 1 name" content="Link 1"/>
  52. <meta name="text:link 2" content=""/>
  53. <meta name="text:link 2 name" content=""/>
  54. <meta name="text:link 3" content=""/>
  55. <meta name="text:link 3 name" content=""/>
  56. <meta name="text:link 4" content=""/>
  57. <meta name="text:link 4 name" content=""/>
  58. <meta name="text:link 5" content=""/>
  59. <meta name="text:link 5 name" content=""/>
  60. <meta name="text:link 6" content=""/>
  61. <meta name="text:link 6 name" content=""/>
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67. body {
  68. background-color: {color:Background};
  69. font-family: Century Gothic;
  70. font-size: 9px;
  71. color: {color:Body Font};
  72. text-align: justify;
  73. background-image: url('{image:Background}');
  74. background-attachment: fixed;
  75. }
  76.  
  77. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
  78.  
  79. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  80.  
  81. #posts {
  82. position: absolute;
  83. left: 25px;
  84. top: 25px;
  85. }
  86.  
  87. #lineup {
  88. background-image: url('{image:Post Box Background}');
  89. position: relative;
  90. margin-left: 400px;
  91. top:15px;
  92. width: 500px;
  93. background-color:{color:Posts};
  94. border:1px solid {color:Border};
  95. margin-bottom: 5px;
  96. padding: 5px;
  97. z-index:500;
  98. }
  99.  
  100. #permalink {
  101. text-transform:uppercase;
  102. font-size:8px;
  103. font-family:consolas;
  104. opacity: 0;
  105. margin-left:490px;
  106. filter: alpha (opacity=1);
  107. position: absolute;
  108. top: 16px;
  109. border-left:1px solid {color:Notes};
  110. width:70px;
  111. height: 15px;
  112. background-color: #transp;
  113. color: {color:Notes};
  114. -webkit-transition: all 0.4s ease;
  115. -moz-transition: all 0.4s ease;
  116. -o-transition: all 0.4s ease;
  117.  
  118. }
  119.  
  120. #lineup:hover #permalink {
  121. margin-left:510px;
  122. opacity:1;
  123. background-color: #transp;
  124. border-left:50px solid {color:Notes};
  125. padding-left:4px;
  126. }
  127.  
  128.  
  129. #take{
  130. background-color: #transp;
  131. position:absolute;
  132. height:10px;
  133. margin-top:28px;
  134. margin-left:490px;
  135. z-index:998;
  136. font-size:8px;
  137. padding:2px;
  138. color:{color:Reblog};
  139. text-transform:uppercase;
  140. font-family:consolas;
  141. width:40px;
  142. opacity:0;
  143. padding-right:10px;
  144. -webkit-transition: all 0.7s ease-out;
  145. -moz-transition: all 0.7s ease-out;
  146. transition: all 0.7s ease-out;
  147. border-left:0px solid {color:Reblog};
  148. }
  149.  
  150. #take:hover, #reblog:hover{
  151. border-left:0px solid {color:Reblog};
  152. -webkit-transition: all 0.7s ease-out;
  153. -moz-transition: all 0.7s ease-out;
  154. transition: all 0.7s ease-out;
  155. }
  156.  
  157. #lol:hover #take{
  158. opacity:1;
  159. margin-left:510px;
  160. margin-top:28px;
  161. width:40px;
  162. border-left:30px solid {color:Reblog};
  163. filter: alpha (opacity=9)
  164. -webkit-transition: all 0.7s ease-out;
  165. -moz-transition: all 0.7s ease-out;
  166. transition: all 0.7s ease-out;
  167. }
  168.  
  169. #date{
  170. background-color: #transp;
  171. position:absolute;
  172. height:10px;
  173. margin-top:-5px;
  174. margin-left:490px;
  175. z-index:998;
  176. font-size:8px;
  177. padding:2px;
  178. color:{color:Date};
  179. text-transform:uppercase;
  180. font-family:consolas;
  181. width:40px;
  182. opacity:0;
  183. padding-right:10px;
  184. -webkit-transition: all 0.7s ease-out;
  185. -moz-transition: all 0.7s ease-out;
  186. transition: all 0.7s ease-out;
  187. border-left:0px solid {color:Date};
  188. }
  189.  
  190. #date:hover, #reblog:hover{
  191. border-left:0px solid {color:Date};
  192. -webkit-transition: all 0.7s ease-out;
  193. -moz-transition: all 0.7s ease-out;
  194. transition: all 0.7s ease-out;
  195. }
  196.  
  197. #lol:hover #date{
  198. opacity:1;
  199. margin-left:510px;
  200. margin-top:-5px;
  201. width:40px;
  202. border-left:20px solid {color:Date};
  203. filter: alpha (opacity=9)
  204. -webkit-transition: all 0.8s ease-out;
  205. -moz-transition: all 0.8s ease-out;
  206. transition: all 0.8s ease-out;
  207. }
  208.  
  209.  
  210. .answer {
  211. border-top:1px dashed {color:border};
  212. padding-top: 1px;
  213. padding-bottom: 1px;
  214. padding-left: 10px;
  215.  
  216. }
  217.  
  218. #header {
  219. text-align: center;
  220. font-family: print;
  221. font-size: 30px;
  222. letter-spacing: {text:Title letter spacing};
  223. background-color: {color:Title Background};
  224. color: {color:Title};
  225. text-shadow: 1px 1px 1px #C4C4C4;
  226. font-weight: lighter;
  227.  
  228. }
  229.  
  230.  
  231. a.perma {
  232. color: {color:Border};
  233.  
  234. }
  235.  
  236. a.perma:hover {
  237. color: {color:Links hover};
  238. }
  239.  
  240. .story {
  241. font-family: print;
  242. font-size: 26px;
  243. color: {color:Post Title};
  244. text-align: center;
  245. text-shadow: 1px 1px 1px #C4C4C4;
  246. }
  247.  
  248.  
  249. #lineup img {max-width: 100%;}
  250.  
  251. .quote {
  252. font-family:print;
  253. font-size: 14px;
  254. font-style: italic;
  255. color: {color:Quote};
  256. }
  257.  
  258. blockquote {
  259. padding: 1px 1px 1px 1px;
  260. background-color: #eee;
  261. }
  262.  
  263. .tags {
  264. padding: 3px;
  265. }
  266.  
  267. a {
  268. color:{color:Links};
  269. -webkit-transition: all 0.5s ease;
  270. -moz-transition: all 0.5s ease;
  271. -o-transition: all 0.5s ease;
  272. text-decoration: none;
  273. }
  274.  
  275. a:hover {
  276. color:{color:Links hover};
  277. -webkit-transition: all 0.5s ease;
  278. -moz-transition: all 0.5s ease;
  279. -o-transition: all 0.5s ease;
  280. text-decoration: none;
  281. }
  282.  
  283. ::-webkit-scrollbar-thumb:vertical {
  284. background-color:{color:ScrollBar};
  285. border-top:2px solid {color:ScrollBar};
  286. border-bottom:2px solid {color:ScrollBar};
  287. height:auto;
  288. }
  289.  
  290. ::-webkit-scrollbar-thumb:vertical:hover{
  291. background-color:{color:ScrollBar};
  292. }
  293.  
  294.  
  295.  
  296. ::-webkit-scrollbar-thumb:horizontal{
  297. background-color:{color:ScrollBar};
  298. height:auto;
  299. }
  300.  
  301. ::-webkit-scrollbar-thumb:horizontal:hover{
  302. background-color:{color:ScrollBar};
  303. }
  304.  
  305.  
  306.  
  307. ::-webkit-scrollbar{
  308. height:6px;
  309. width:6px;
  310. background-color: {color:ScrollBar Background};
  311. }
  312.  
  313. .topp {
  314. font-family: consolas;
  315. font-size: 20px;
  316. }
  317.  
  318. #scrollToTop:link,
  319. #scrollToTop:visited {
  320. color: {color:links};
  321. opacity: 0.8;
  322. background-color: transparent;
  323. display: none;
  324. position: fixed;
  325. bottom: 10px;
  326. margin-left: 950px;
  327. }
  328.  
  329.  
  330. .b1a4{
  331. margin-left: 90px;
  332. top:{text:Banner Position};
  333. font-family:print;
  334. position: fixed;
  335. font-size: 20px;
  336. color: {color:title};
  337. background-color: {color:Title Banner};
  338. opacity:0.8;
  339. width: 250px;
  340. z-index:999;
  341. text-align:center;
  342. }
  343.  
  344.  
  345. .exo{
  346. margin-left: 90px;
  347. top:152px;
  348. position: fixed;}
  349.  
  350.  
  351. #whee{
  352. -webkit-border-top-left-radius:20px;
  353. -webkit-border-top-right-radius:20px;
  354. -webkit-border-bottom-left-radius:20px;
  355. -webkit-border-bottom-right-radius:20px;
  356. -webkit-transition: all 0.2s ease-out;
  357. -moz-transition: all 0.2s ease-out;
  358. transition: all 0.2s ease-out;
  359. }
  360.  
  361.  
  362. .leline{
  363. margin-top:3px;
  364. opacity:1;
  365. position: fixed;
  366. font-size: 8px;
  367. width: 180px;
  368. font-family:consolas;
  369. text-transform:uppercase;
  370. letter-spacing:1px;
  371. text-align: center;
  372. z-index:999;}
  373.  
  374.  
  375. .linkers{
  376. margin-top:3px;
  377. position: fixed;
  378. border-left:4px solid {color:Border};
  379. padding-left: 5px;
  380. margin-left:185px;
  381. }
  382.  
  383. .navi a{
  384.  
  385. width: 70px;
  386. height:13px;
  387. font-family:consolas;
  388. text-transform:uppercase;
  389. font-size: 8px;
  390. text-decoration:bold;
  391. letter-spacing: 2px;
  392. text-align: left;
  393. padding-left: 5px;
  394. margin-bottom:1px;
  395. margin-top:3px;
  396. background-color: #transp;
  397. color: {color:Navlinks};
  398. -webkit-transition: all 0.5s ease;
  399. -moz-transition: all 0.5s ease;
  400. -o-transition: all 0.5s ease;
  401. display:block;
  402. border-left:10px solid {color:Navlinks};}
  403.  
  404. .navi a:hover{
  405. text-decoration:bold;
  406. border-left:30px solid {color:Navlinks};
  407. padding-left: 10px;
  408. margin-bottom:1px;
  409. margin-top:3px;
  410. color: {color:Navlinks};}
  411.  
  412. .previous{
  413. position: fixed;
  414. top: 180px;
  415. margin-left: 62px;
  416. font-size: 14px;
  417. -webkit-transform: rotate(-90deg);
  418. -moz-transform: rotate(-90deg);
  419. font-family:consolas;
  420. text-transform:uppercase;
  421. }
  422.  
  423. .next{
  424. position: fixed;
  425. top: 200px;
  426. margin-left: 300px;
  427. font-size: 14px;
  428. -webkit-transform: rotate(90deg);
  429. -moz-transform: rotate(90deg);
  430. font-family:consolas;
  431. text-transform:uppercase;
  432. }
  433.  
  434.  
  435. #side {
  436. width: 200px;
  437. height: auto;
  438. z-index: -10;
  439. float:left;
  440. position: relative;
  441. }
  442.  
  443. #side2 {
  444. z-index: -10;
  445. float:left;
  446. position: relative;
  447. }
  448.  
  449. #sidee {
  450. width: 292px;
  451. left: 80px;
  452. height: 1500px;
  453. top: -10px;
  454. border: 1px solid {color:border};
  455. background:{color:sidebar background} url({image:sidebar background});
  456. position:fixed;
  457. right:0px;
  458. float:right;
  459. }
  460.  
  461.  
  462. iframe#tumblr_controls {
  463. top: 0% !important;
  464. right:0% !important;
  465. position: fixed !important;}
  466.  
  467.  
  468. {CustomCSS}
  469.  
  470. </style>
  471.  
  472.  
  473. {Block:IfInfiniteScrolling}
  474. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  475. {/Block:IfInfiniteScrolling}
  476.  
  477.  
  478. </head>
  479.  
  480. <body>
  481. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  482. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  483.  
  484. <div class="topp">
  485. <a href="javascript:;" id="scrollToTop"><font size="6">▲</font></a>
  486. </div>
  487.  
  488. <div id="side2"><div id="sidee"></div><div>
  489.  
  490. <div class="b1a4">{title}</div>
  491.  
  492. {Block:IfNotInfiniteScrolling}
  493. <div class="previous">
  494. <center>
  495. {block:PreviousPage}
  496. <a href="{PreviousPage}" title="next">Rewind</a>
  497. {/block:PreviousPage}
  498. </center>
  499. </div>
  500.  
  501. <div class="next">
  502. <center>
  503. {block:NextPage}
  504. <a href="{NextPage}" title="next">Fast Foward</a>
  505. {/block:NextPage}
  506. </center>
  507. </div>
  508. {/Block:IfNotInfiniteScrolling}
  509.  
  510. <div class="exo">
  511. <div class="barette"> </div>
  512.  
  513. <img src="{image:sidebar}" id="whee" width="250"><br>
  514.  
  515. <div class="leline">
  516. {description}
  517. </div>
  518.  
  519. <div class="linkers">
  520. <div class="navi">
  521. <a href="/">Home</a>
  522. <a href="/ask">Message</a>
  523. <a href="/archive">History</a>
  524. {block:IfLink1}<a href="{text:link 1}"> {text:link 1 name}</a>{/block:IfLink1}
  525. {block:IfLink2}<a href="{text:link 2}"> {text:link 2 name}</a>{/block:IfLink2}
  526. {block:IfLink3}<a href="{text:link 3}"> {text:link 3 name}</a>{/block:IfLink3}
  527. {block:IfLink4}<a href="{text:link 4}"> {text:link 4 name}</a>{/block:IfLink4}
  528. {block:IfLink5}<a href="{text:link 5}"> {text:link 5 name}</a>{/block:IfLink5}
  529. {block:IfLink6}<a href="{text:link 6}"> {text:link 6 name}</a>{/block:IfLink6}
  530. <a href="http://namunamoo.tumblr.com/">Theme</a>
  531. </div>
  532. </div>
  533. </div>
  534.  
  535.  
  536.  
  537.  
  538. <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; right:10px;"><a href="http://namunamoo.tumblr.com" style="color:#000000;">{★}</a></div>
  539.  
  540.  
  541. {Block:IfInfiniteScrolling}
  542. <div class = "autopagerize_page_element" >
  543. {/Block:IfInfiniteScrolling}
  544.  
  545.  
  546. {block:Posts}
  547.  
  548. <div id="lineup">
  549. <div id="lol">
  550.  
  551. {Block:IndexPage}<a href="{ReblogURL}" target="_blank" id="take"><font color="{color:Reblog}"> reblog</font></a>
  552. <a href="{Permalink}" id="date"><font color="{color:Date}"> {ShortMonth} {DayofMonth}{DayofMonthSuffix}</font></a>
  553.  
  554. {/Block:IndexPage}
  555.  
  556.  
  557.  
  558. {block:Text}
  559.  
  560. {block:Title}
  561. <div class="story">
  562. <font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> {Title}
  563. </div>
  564. {/block:Title}
  565.  
  566. {Body}
  567.  
  568. {Block:PermalinkPage}
  569.  
  570. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  571. {block:HasTags}
  572. <div class="tags">
  573. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  574. </div>
  575. {/block:HasTags}
  576.  
  577. {block:PostNotes}
  578. {PostNotes}
  579. {/block:PostNotes}
  580.  
  581. {/Block:PermalinkPage}
  582.  
  583. {/block:Text}
  584.  
  585.  
  586.  
  587. {block:Photo}
  588.  
  589. {LinkOpenTag}
  590. <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
  591. {LinkCloseTag}
  592.  
  593. {Block:PermalinkPage}
  594. {block:Caption}
  595. {Caption}
  596. {/block:Caption}
  597.  
  598. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  599.  
  600. {block:HasTags}
  601. <div class="tags">
  602. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  603. </div>
  604. {/block:HasTags}
  605.  
  606. {block:PostNotes}
  607. <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
  608. {PostNotes}</div>
  609. {/block:PostNotes}
  610.  
  611.  
  612. {/Block:PermalinkPage}
  613.  
  614. {/block:Photo}
  615.  
  616.  
  617.  
  618. {block:Photoset}
  619.  
  620. {Photoset-500}
  621.  
  622. {Block:PermalinkPage}
  623. {block:Caption}
  624. {Caption}
  625. {/block:Caption}
  626.  
  627. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  628.  
  629. {block:HasTags}
  630. <div class="tags">
  631. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  632. </div>
  633. {/block:HasTags}
  634.  
  635. {block:PostNotes}
  636. {PostNotes}
  637. {/block:PostNotes}
  638.  
  639. {/Block:PermalinkPage}
  640.  
  641. {/block:Photoset}
  642.  
  643.  
  644.  
  645. {block:Quote}
  646.  
  647. <div class="quote">
  648. <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
  649. </div>
  650.  
  651. {block:Source}
  652. <div style="text-align:right">—{Source}</div>
  653. {/block:Source}
  654.  
  655. {Block:PermalinkPage}
  656. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  657. {block:HasTags}
  658. <div class="tags">
  659. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  660. </div>
  661. {/block:HasTags}
  662.  
  663. {block:PostNotes}
  664. {PostNotes}
  665. {/block:PostNotes}
  666.  
  667. {/Block:PermalinkPage}
  668.  
  669. {/block:Quote}
  670.  
  671.  
  672.  
  673. {block:Link}
  674.  
  675. <a href="{URL}" {Target}>
  676.  
  677. <div class="story"><div style="margin-left:0px">{Name}</div> <font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> </div>
  678. </a>
  679.  
  680. {block:Description}
  681. {Description}
  682. {/block:Description}
  683.  
  684. {Block:PermalinkPage}
  685. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  686. {block:HasTags}
  687. <div class="tags">
  688. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  689. </div>
  690. {/block:HasTags}
  691.  
  692. {block:PostNotes}
  693. {PostNotes}
  694. {/block:PostNotes}
  695.  
  696. {/Block:PermalinkPage}
  697.  
  698. {/block:Link}
  699.  
  700.  
  701.  
  702. {block:Chat}
  703.  
  704. {block:Title}
  705. <div class="story">
  706. <font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> {Title}
  707. </div>
  708. {/block:Title}
  709.  
  710. {block:Lines}
  711. {block:Label}
  712. <b><font color="{color:Quote}">{Label}</font></b>
  713.  
  714. {/block:Label}
  715.  
  716. {Line}<br>
  717.  
  718. {/block:Lines}
  719.  
  720. {Block:PermalinkPage}
  721. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  722. {block:HasTags}
  723. <div class="tags">
  724. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  725. </div>
  726. {/block:HasTags}
  727.  
  728. {block:PostNotes}
  729. {PostNotes}
  730. {/block:PostNotes}
  731.  
  732. {/Block:PermalinkPage}
  733.  
  734. {/block:Chat}
  735.  
  736.  
  737.  
  738. {block:Audio}
  739.  
  740. {block:AlbumArt}
  741. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;-webkit-border-top-left-radius:50px;
  742. -webkit-border-top-right-radius:50px;-webkit-border-bottom-left-radius:50px;-webkit-border-bottom-right-radius:50px;"/>{/block:AlbumArt}
  743. <div class="audio"> {AudioPlayerWhite}</div>
  744. <div style="border-top:1px dashed #ccc; margin-left:5px;"></div>
  745. {block:Caption}{Caption}{/block:Caption}
  746.  
  747. <p><font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> {PlayCountWithLabel} <font color="{color:Reblog}">■</font><font color="{color:Notes}">■</font><font color="{color:Date}">■</font></p>
  748. <br clear="all">
  749.  
  750. {Block:PermalinkPage}
  751. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  752. {block:HasTags}
  753. <div class="tags">
  754. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  755. </div>
  756. {/block:HasTags}
  757.  
  758. {block:PostNotes}
  759. {PostNotes}
  760. {/block:PostNotes}
  761.  
  762. {/Block:PermalinkPage}
  763.  
  764.  
  765. {/block:Audio}
  766.  
  767.  
  768.  
  769. {block:Video}
  770.  
  771. {Video-500}
  772.  
  773. {Block:PermalinkPage}
  774. {block:Caption}
  775. {Caption}
  776. {/block:Caption}
  777.  
  778. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  779. {block:HasTags}
  780. <div class="tags">
  781. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  782. </div>
  783. {/block:HasTags}
  784.  
  785. {block:PostNotes}
  786. {PostNotes}
  787. {/block:PostNotes}
  788.  
  789. {/Block:PermalinkPage}
  790.  
  791. {/block:Video}
  792.  
  793.  
  794.  
  795. {block:Answer}
  796.  
  797. <img src="{AskerPortraitURL-48}" style="height: 40px; width:40px; -moz-border-radius: 20px; border-radius: 20px;"></img>&nbsp;<b>{Asker}</b> whispered: {Question}<div class="answer">{Answer}</div>
  798.  
  799. {Block:PermalinkPage}
  800. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  801. {block:HasTags}
  802. <div class="tags">
  803. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  804. </div>
  805. {/block:HasTags}
  806.  
  807. {block:PostNotes}
  808. {PostNotes}
  809. {/block:PostNotes}
  810.  
  811. {/Block:PermalinkPage}
  812.  
  813. {/block:Answer}
  814.  
  815. {Block:IndexPage}<div id="permalink">
  816.  
  817. <a href="{Permalink}"><font color="{color:Notes}"> {NoteCountWithLabel}</font></a>
  818.  
  819.  
  820. </div>
  821. </div>{/Block:IndexPage}
  822. </div>
  823.  
  824. {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
  825. </body>
  826.  
  827. </html>
Add Comment
Please, Sign In to add comment