Advertisement
lostmemento

[Old Theme] Fast Five Theme Pack (Iris)

Sep 17th, 2012
10,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.66 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 21: FAST FIVE THEME PACK (IRIS) MADE BY: http://lostmemento.tumblr.com (lmthemes)
  4.  
  5. TERMS OF USAGE:
  6. - DO NOT REMOVE THE CREDIT
  7. - DO NOT REDISTRIBUTE
  8. - DO NOT CLAIM AS YOUR OWN
  9. - DO NOT USE AS A BASE
  10.  
  11. --->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  18.  
  19. <script src="http://static.tumblr.com/bkd4m5b/rqwma61rb/1621jquery.js" type="text/javascript"></script>
  20.  
  21. <script>
  22. $().ready(function() {
  23. $("[title]").style_my_tooltips({
  24. tip_follows_cursor: "on", //on/off
  25. tip_delay_time: 200 //milliseconds
  26. });
  27. });
  28. </script>
  29.  
  30.  
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:background" content=""/>
  33.  
  34. <meta name="color:bg" content="#ffffff"/>
  35. <meta name="color:Scrollbar Background" content="#fcfcfc"/>
  36. <meta name="color:Scroller" content="#91dad7"/>
  37. <meta name="color:Accent" content="#91dad7"/>
  38. <meta name="color:Posts" content="#ffffff"/>
  39. <meta name="color:Posts Text" content="#aaaaaa"/>
  40. <meta name="color:Sidebar Image Border" content="#fafafa"/>
  41. <meta name="color:Sidebar Text" content="#bbbbbb"/>
  42. <meta name="color:Date Link" content="#cccccc"/>
  43.  
  44. <meta name="if:Background No Repeat" content="0"/>
  45. <meta name="if:Background Fixed" content="0"/>
  46. <meta name="if:400px Post" content="0"/>
  47. <meta name="if:250px Post" content="0"/>
  48. <meta name="if:AudioPlayerWhite" content="1"/>
  49. <meta name="if:AudioPlayerGrey" content="0"/>
  50. <meta name="if:AudioPlayerBlack" content="0"/>
  51.  
  52. <meta name="if:Show Title and Icon" content="1"/>
  53. <meta name="if:Show Title Only" content="0"/>
  54. <meta name="if:Show Reblog" content="1"/>
  55. <meta name="if:Show Reblog Always" content="0"/>
  56. <meta name="if:Show Photo Captions" content="0"/>
  57. <meta name="if:Show Photo Captions Permalink Only" content="1"/>
  58.  
  59. <meta name="text:Sidebar Font Size" content="10px"/>
  60. <meta name="text:Sidebar Title Font Size" content="12px"/>
  61. <meta name="text:Sidebar Links Font Size" content="8px"/>
  62. <meta name="text:Post Font Size" content="10px"/>
  63. <meta name="text:Post Title Font Size" content="12px"/>
  64. <meta name="text:Post Link Font Size" content="9px"/>
  65. <meta name="text:Post Info Font Size" content="7px"/>
  66.  
  67. <meta name="text:Main Font" content="Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif"/>
  68. <meta name="text:Secondary Font" content="Calibri, helvetica, arial"/>
  69. <meta name="text:Background Position" content=""/>
  70. <meta name="text:Description Text Align" content="center"/>
  71. <meta name="text:Ask Action" content="asked"/>
  72. <meta name="text:Alt Title Line1" content=""/>
  73. <meta name="text:Alt Title Line2" content=""/>
  74. <meta name="text:Reblog Icon Size" content="8px"/>
  75.  
  76. <meta name="text:Link1 Url" content="http://"/>
  77. <meta name="text:Link1 Name" content=""/>
  78. <meta name="text:Link2 Url" content="http://"/>
  79. <meta name="text:Link2 Name" content=""/>
  80. <meta name="text:Link3 Url" content="http://"/>
  81. <meta name="text:Link3 Name" content=""/>
  82. <meta name="text:Link4 Url" content="http://"/>
  83. <meta name="text:Link4 Name" content=""/>
  84. <meta name="text:Link5 Url" content="http://"/>
  85. <meta name="text:Link5 Name" content=""/>
  86. <meta name="text:Link6 Url" content="http://"/>
  87. <meta name="text:Link6 Name" content=""/>
  88. <meta name="text:Link7 Url" content="http://"/>
  89. <meta name="text:Link7 Name" content=""/>
  90. <meta name="text:Link8 Url" content="http://"/>
  91. <meta name="text:Link8 Name" content=""/>
  92.  
  93.  
  94. <style type="text/css">
  95. body{margin:0px;
  96. padding:0px;
  97. font-size:0.9em;
  98. font-family: {text:Main Font};
  99. background-image: url('{image:background}');
  100. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  101. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  102. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  103.  
  104. a {text-decoration:none;}
  105.  
  106.  
  107. a img, img {border: 0px;}
  108.  
  109. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  110. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  111. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:7px;}
  112.  
  113. frame#tumblr_controls {right:3px !important; position:fixed !important;}
  114.  
  115. #s-m-t-tooltip{
  116. position:absolute;
  117. z-index:90000;
  118. color: {color:Posts Text};
  119. display:inline-block;
  120. background-color: {color:Sidebar Image Border};
  121. padding: 1px 6px;
  122. max-width:100px;
  123. border: 0px;
  124. font-size: {text:Post Info Font Size};
  125. text-transform: uppercase;
  126. font-style: italic;
  127. letter-spacing: 1px;
  128. word-wrap: break-word;}
  129.  
  130. .c {background-color: {color:Posts};}
  131. .c a{color: {color:Accent};}
  132.  
  133. #container {{block:IfNot250pxPost}
  134. {block:IfNot400pxPost}width: 1000px;{/block:IfNot400pxPost}
  135. {block:If400pxPost}width: 800px;{/block:If400pxPost}
  136. {/block:IfNot250pxPost}
  137. {block:If250pxPost}width: 600px;{/block:If250pxPost}
  138. margin: auto;
  139. padding-top: 50px;}
  140.  
  141. #sidebar {position: fixed;
  142. width: 250px;
  143. padding: 10px;
  144. font-size: {text:Sidebar Font Size};
  145. color: {color:Sidebar Text};
  146. text-align: center;
  147. font-family: {text:Secondary Font};
  148. line-height: 100%}
  149.  
  150. .title {background-color: {color:Sidebar Image Border};
  151. padding: 10px;
  152. padding-bottom: 8px;
  153. line-height: 150%;}
  154.  
  155. .tbg {background-color: {color:Accent};
  156. color: {color:Posts};
  157. font-style: italic;
  158. font-size: {text:Sidebar Title Font Size};
  159. padding: 0px 5px;
  160. font-family: {text:Secondary Font};}
  161.  
  162. .tbg a {color: {color:Posts};}
  163.  
  164. .sbi {border: 5px solid {color:Sidebar Image Border};
  165. margin-top: 2px;
  166. max-width: 250px;}
  167.  
  168. .descript {font-size: {text:Sidebar Font Size};
  169. color: {color:Sidebar Text};
  170. text-align: {text:Description Text Align};
  171. font-family: {text:Secondary Font};
  172. line-height: 120%;
  173. border-bottom: 0px solid #aae4e2;
  174. padding: 20px 0px;}
  175.  
  176. .descript a {color: {color:Accent};}
  177.  
  178. .sbl {font-style: italic;
  179. text-transform: uppercase;
  180. font-size: {text:Sidebar Links Font Size};
  181. margin: 10px 0px;}
  182.  
  183. .sbl a {padding: 2px 5px; color: {color:Date Link};}
  184.  
  185. .sbl a:hover {color: {color:Accent};}
  186.  
  187. .sbblinks {font-style: italic;
  188. text-transform: uppercase;
  189. font-size: {text:Sidebar Links Font Size};}
  190.  
  191. .sbblinks a {padding: 2px 5px;
  192. color: {color:Accent};}
  193.  
  194. .sbblinks a:hover {color: {color:Posts};
  195. background-color: {color:Accent};}
  196.  
  197. /* POSTS */
  198.  
  199. #pst {{block:IfNot250pxPost}{block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  200. {block:If400pxPost}width: 400px;{/block:If400pxPost}{/block:IfNot250pxPost}
  201. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  202. background-color: {color:Posts};
  203. margin-left: 300px;
  204. min-height: 80px;}
  205.  
  206. .content {font-size: {text:Post Font Size};
  207. color: {color:Posts Text};}
  208.  
  209. .content li {list-style: square}
  210.  
  211. .content img, .content blockquote, .content ul {max-width: 100%;}
  212.  
  213. .content h1 {font-weight: normal;
  214. text-align: center;
  215. font-style: italic;
  216. font-size: {text:Post Title Font Size};}
  217.  
  218. .content a {font-style: italic;
  219. letter-spacing: 1px;
  220. color: {color:Accent};
  221. padding: 0px 5px;
  222. font-size: {text:Post Link Font Size};}
  223.  
  224. .content a:hover {background-color: {color:Accent}; color: {color:Posts};}
  225.  
  226. blockquote {padding: 5px 20px; background-color: {color:Sidebar Image Border};}
  227.  
  228. .chat li {list-style: none;}
  229.  
  230. .label {text-transform: uppercase;
  231. font-style: italic;
  232. font-size: {text:Sidebar Links Font Size};
  233. color: {color:Accent}}
  234.  
  235. .quote {width: 60%;
  236. margin: auto;
  237. padding-bottom: 20px;
  238. color: {color:Posts Text};
  239. font-style: italic; }
  240.  
  241. .source {text-align: right;
  242. font-size: {text:Post Font Size};
  243. color: {color:Posts Text};
  244. padding: 0px 5px;}
  245.  
  246. .source a {text-transform: uppercase;
  247. color: {color:Accent};
  248. font-size: {text:Sidebar Links Font Size};
  249. letter-spacing: 1px;}
  250.  
  251. .ques {padding: 10px 20px;}
  252.  
  253. .qcon {border: 10px solid {color:Sidebar Image Border};}
  254.  
  255. div.left {
  256. width:0px;
  257. height:0px;
  258. border-bottom:15px solid transparent;
  259. border-top:15px solid transparent;
  260. border-right:13px solid {color:Sidebar Image Border};
  261. font-size:0px;
  262. line-height:0px;
  263. margin-left: 10px;}
  264.  
  265.  
  266. .tbgs {color: {color:Posts Text};
  267. font-style: italic;
  268. font-size: {text:Post Info Font Size};
  269. padding: 3px 5px;
  270. letter-spacing: 1px;
  271. text-transform: uppercase;}
  272.  
  273. .cover img {{block:Indexpage}vertical-align: -2px{/block:IndexPage}}
  274.  
  275. .audioverlay {opacity: 0.8;
  276. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  277. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  278. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  279. position: absolute;
  280. margin-top: 35px;
  281. margin-left: 33px;
  282. z-index: 100;}
  283.  
  284. .audioarrow {width: 20px;
  285. height: 30px;
  286. overflow: hidden;
  287. margin: 3px 10px 0px 3px;
  288. position: relative;
  289. z-index: 100}
  290.  
  291. .mlabels {float:left;
  292. padding: 10px;
  293. margin-left: 88px;
  294. margin-top: -112px;
  295. background-color: transparent;
  296. width: 380px;
  297. height: 80px;
  298. text-align: center;
  299. {block:PermalinkPage}margin-top: -114px;{/block:PermalinkPage}}
  300.  
  301. .mlabels .tbg {padding: 2px 10px;
  302. font-size: 14px;
  303. background-color: transparent;
  304. color: {color:Accent};}
  305.  
  306. .rb {background-color: {color:Posts};
  307. opacity: 0.0;
  308. height: 0px;
  309. position: absolute;
  310. {block:IfNot250pxPost}
  311. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  312. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  313. {/block:IfNot250pxPost}
  314. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  315. text-align: center;
  316. font-size: {text:Post Info Font Size};
  317. text-transform: uppercase;
  318. line-height: 20px;
  319. font-style: italic;
  320. letter-spacing: 1px;
  321. margin-top: -1px;}
  322.  
  323. #pst:hover .rb {opacity: 1.0;
  324. height: 20px;
  325. margin-top: -20px;
  326. {block:IfNotShowReblog}display:none{/block:IfNotShowReblog}}
  327.  
  328. .rb a {color: {color:Accent};}
  329.  
  330. .rb_p {font-size: {text:Post Info Font Size};
  331. font-style: italic;
  332. text-transform: uppercase;
  333. letter-spacing: 1px;
  334. padding-bottom: 2px}
  335.  
  336. .rb_p a {color: {color:Posts Text};}
  337.  
  338. .rb_p img {height: 8px;
  339. vertical-align: -1px;}
  340.  
  341. .my-like {font-style: normal; color: {color:Accent};}
  342.  
  343. .my-liked, .my-like:hover {cursor:pointer;}
  344.  
  345. a.rblg {color: {color:Accent};}
  346.  
  347. .dt {font-size: {text:Post Info Font Size};
  348. font-style: italic;
  349. letter-spacing: 1px;
  350. text-transform: uppercase;
  351. border-top: 1px solid {color:Sidebar Image Border};
  352. vertical-align: top;
  353. padding-top: 2px;
  354. color: {color:Date Link};}
  355.  
  356. .dt a {color: {color:Date Link};
  357. padding: 0px 2px;}
  358.  
  359. .dt a:hover {color: {color:Accent};}
  360.  
  361. .tgs {vertical-align: top;
  362. font-size: {text:Post Info Font Size};
  363. letter-spacing: 1px;
  364. color: {color:Accent};
  365. text-transform: uppercase;
  366. border-top: 1px solid {color:Accent};
  367. padding-top: 2px;
  368. font-style: italic;}
  369.  
  370. .tgs a {color: {color:Accent};
  371. margin-right: 4px;
  372. display: inline-block;
  373. padding: 0px 2px;}
  374.  
  375. .tgs a:hover {background-color: {color:Accent};
  376. color: {color:Posts};}
  377.  
  378.  
  379. ol.notes {padding: 0px;
  380. margin: 10px 0px;
  381. list-style-type: none;
  382. font-size: {text:Post Info Font Size};
  383. letter-spacing: 1px;
  384. font-style: italic;}
  385.  
  386. .notes a {text-transform: uppercase; color: {color:Accent}}
  387.  
  388. ol.notes li.note {color: {color:Posts Text}; padding: 5px;}
  389.  
  390. ol.notes li.note img.avatar {
  391. vertical-align: -3px;
  392. margin-right: 5px;
  393. width: 10px;}
  394.  
  395. ol.notes li.note span.action {font-weight: bold;}
  396.  
  397. ol.notes li.note .answer_content {font-weight: normal;}
  398.  
  399. ol.notes li.note blockquote {
  400. padding: 4px 10px;
  401. margin: 10px 0px 0px 25px;}
  402.  
  403. ol.notes li.note blockquote a {text-decoration: none;}
  404.  
  405. .ph {display:none;
  406. {block:IfShowPhotoCaptions}
  407. display:block;
  408. {/block:IfShowPhotoCaptions}}
  409.  
  410. {block:IfNotShowPhotoCaptions}{block:IfNotShowPhotoCaptionsPermalinkOnly}
  411. #pst:hover .ph {display:block;}
  412. {/block:IfNotShowPhotoCaptionsPermalinkOnly}{/block:IfNotShowPhotoCaptions}
  413.  
  414. {CustomCSS}
  415. </style>
  416. </head>
  417.  
  418. <body>
  419. <div id="container">
  420.  
  421. <div id="sidebar">
  422.  
  423. <div class="sbl">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" style="font-family: arial, helvetica;" title="newer">&#8592;</a>{/block:PreviousPage}
  424. {/block:Pagination}<a href="/">index</a><a href="/ask">ask</a><a href="/archive">archive</a>{block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}{block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name} {block:Pagination}{block:NextPage}<a href="{NextPage}" style="font-family: arial, helvetica;" title="older">&#8594;</a>{/block:NextPage}
  425. {/block:Pagination}</div>
  426.  
  427. {block:IfShowTitleandIcon}<div class="title"><center><table><tr><td style="vertical-align: top; text-align: right;"><span class="tbg">{block:IfNotAltTitleLine1}{Title}{/block:IfNotAltTitleLine1}
  428. {block:IfAltTitleLine1}{text:Alt Title Line1}{/block:IfAltTitleLine1}</span><br>
  429. {block:IfAltTitleLine2}<span class="tbg">{text:Alt Title Line2}</span>{/block:IfAltTitleLine2}
  430. </td><td style="vertical-align: top;"><img src="{PortraitURL-30}" {block:IfShowTitleOnly}style="display:none"{/block:IfShowTitleOnly}></td></tr>
  431. </table></center></div>{/block:IfShowTitleandIcon}
  432.  
  433. {block:IfSidebarImage}<img src="{image:sidebar}" class="sbi">{/block:IfSidebarImage}
  434.  
  435. <div class="descript">{Description}</div>
  436.  
  437. <div class="sbblinks">{block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name} {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}
  438. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a>{/block:IfLink5Name} {block:IfLink6Name}<a href="{text:Link6 Url}">{text:Link6 Name}</a>{/block:IfLink6Name} {block:IfLink7Name}<a href="{text:Link7 Url}">{text:Link7 Name}</a>{/block:IfLink7Name} {block:IfLink8Name}<a href="{text:Link8 Url}">{text:Link8 Name}</a>{/block:IfLink8Name}
  439. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  440. </div>
  441. </div>
  442.  
  443. {block:Posts}
  444. <div id="pst">
  445.  
  446. <!--- PHOTO POSTS --->
  447. {block:Photo}<center>{LinkOpenTag}{block:IfNot250pxPost}{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:IfNot400pxPost}
  448. {block:If400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{/block:If400pxPost}{/block:IfNot250pxPost}
  449. {block:If250pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px">{/block:If250pxPost}{LinkCloseTag}</center>
  450.  
  451. {block:IfNotShowPhotoCaptionsPermalinkOnly}{block:IndexPage}<div class=
  452. "ph">{block:Caption}<div class="content">{Caption}</div>{/block:Caption}</div>{/block:IndexPage}{/block:IfNotShowPhotoCaptionsPermalinkOnly}
  453.  
  454. {block:IfNotShowPhotoCaptions}{block:IfShowPhotoCaptionsPermalinkOnly}{block:PermalinkPage}{block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfShowPhotoCaptionsPermalinkOnly}{/block:IfNotShowPhotoCaptions}{/block:Photo}
  455.  
  456. <!--- PHOTOSET POSTS --->
  457. {block:Photoset}{block:IfNot250pxPost}{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  458. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}{/block:IfNot250pxPost}
  459. {block:If250pxPost}{Photoset-250}{/block:If250pxPost}
  460.  
  461. {block:IfNotShowPhotoCaptionsPermalinkOnly}{block:IndexPage}<div class=
  462. "ph">{/block:IndexPage}{block:Caption}<div class="content">{Caption}</div>{/block:Caption}{block:IndexPage}</div>{/block:IndexPage}{/block:IfNotShowPhotoCaptionsPermalinkOnly}
  463.  
  464. {block:IfNotShowPhotoCaptions}{block:IfShowPhotoCaptionsPermalinkOnly}{block:PermalinkPage}{block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfShowPhotoCaptionsPermalinkOnly}{/block:IfNotShowPhotoCaptions}{/block:Photoset}
  465.  
  466. <!--- TEXT POSTS --->
  467. {block:Text}<div class="content">{block:Title}<h1>{Title}</h1>{/block:Title}
  468. {Body}</div>{/block:Text}
  469.  
  470. <!--- QUOTE POSTS --->
  471. {block:Quote}<div class="quote"><div class="quote_{Length}">“{Quote}”</div>
  472. {block:Source}<div class="source">- {Source}</div>{/block:Source}</div>{/block:Quote}
  473.  
  474. <!--- LINK POSTS --->
  475. {block:Link}<div class="content"><h1><a href="{URL}">{Name}</a></h1>
  476. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  477.  
  478. <!--- CHAT POSTS --->
  479. {block:Chat}<div class="content">{block:Title}<h1>{Title}</h1>{/block:Title}
  480. <div class="chat"><ul>{block:Lines}
  481. <li>{block:Label}
  482. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  483.  
  484. <!--- AUDIO POSTS --->
  485. {block:Audio}
  486. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  487. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  488. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  489. <div class="cover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art" width="100" height="100"/>
  490.  
  491. {block:AlbumArt}
  492. <img style="position: absolute; margin-left: -100px;" width="100" height="100" src="{AlbumArtURL}" />
  493. {/block:AlbumArt}</div>
  494.  
  495. <div class="mlabels">
  496. <table height="100px" {block:IfNot250pxPost}{block:IfNot400pxPost}width="400px"{/block:IfNot400pxPost} {block:If400pxPost}width="300px"{/block:If400pxPost}{/block:IfNot250pxPost} {block:If250pxPost}width="150px"{/block:If250pxPost}bgcolor="{color:Sidebar Image Border}"><tr><td>
  497. {block:TrackName}<span class="tbg">{TrackName}</span>{/block:TrackName}<br>
  498. <span class="tbgs">{block:Artist}{Artist}{/block:Artist} + {PlayCountWithLabel}</span></td></tr></table></div>
  499.  
  500. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}
  501. {/block:Audio}
  502.  
  503. <!--- VIDEO POSTS --->
  504. {block:Video}{block:IfNot250pxPost}{block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  505. {block:If400pxPost}{Video-400}{/block:If400pxPost}{/block:IfNot250pxPost}
  506. {block:If250pxPost}{Video-250}{/block:If250pxPost}
  507. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}{/block:Video}
  508.  
  509. <!--- ANSWER POSTS --->
  510. {block:Answer}<div class="ques"><table cellspacing="0" cellpadding="0"><tr><td width="400px" style="text-align: right;">
  511. <span class="tbg">{Asker} {text:Ask Action}:</span><br>
  512. <div style="line-height: 80%;"><span class="tbg" style="background-color: transparent; color: {color:Accent}; padding: 0px;">{Question}</span></div></td>
  513. <td><div class="left"></div></td><td style="vertical-align: top;"><img src="{AskerPortraitURL-48}" class="qcon"></td></tr></table></div>
  514. <div class="content">{Answer}</div>{/block:Answer}
  515.  
  516.  
  517. <!---POST INFO --->
  518. {block:IfNotShowReblogAlways}{block:IfShowReblog}{block:IndexPage}{block:RebloggedFrom}<div class="rb"><a href="{ReblogParentURL}">VIA {ReblogParentName}</a> &nbsp;&nbsp;&nbsp; <a href="{ReblogRootURL}">&copy; {ReblogRootName}</a></div>{/block:RebloggedFrom}{/block:IndexPage}{/block:IfShowReblog}{/block:IfNotShowReblogAlways}
  519.  
  520. {block:PermalinkPage}{block:RebloggedFrom}<div class="rb_p"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a> <a href="{ReblogParentURL}">VIA {ReblogParentName}</a> &nbsp;&nbsp;&nbsp; <a href="{ReblogRootURL}">&copy; {ReblogRootName}</a></div>{/block:RebloggedFrom}{/block:PermalinkPage}
  521.  
  522. {block:Date}<Table width="100%" cellspacing="0" cellpadding="0" style="margin-bottom: 40px;"><tr><td class="dt"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}+ <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:NoteCount}<span style="display:none;">{/block:NoteCount}<span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like">&hearts;</span> <a href="{ReblogURL}" target="_blank" class="rblg">REBLOG</a>{block:NoteCount}</span>{/block:NoteCount}
  523. {block:IfShowReblogAlways}<div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="VIA: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}" height="{text:Reblog Icon Size}"></a> <a href="{ReblogRootURL}" title="SOURCE: {ReblogRootName}" style="margin-left:-5px;"><img src="{ReblogRootPortraitURL-16}" height="{text:Reblog Icon Size}"></a>{/block:RebloggedFrom}</div>{/block:IfShowReblogAlways}</td><td width="60%" class="tgs">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</td></tr></table>{/block:Date}
  524.  
  525. {block:PostNotes} {PostNotes}{/block:PostNotes}
  526.  
  527.  
  528. </div>
  529. {/block:Posts}
  530. </div>
  531. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement