Advertisement
aerou

straining

Apr 4th, 2012
4,610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6. Straining Theme by http://-apple.tumblr.com
  7. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  8.  
  9. *DO NOT REMOVE ANY CREDIT OR ELSE YOUR THEME WON'T WORK.
  10. *CLAIMING AS YOUR OWN IS COMPLETELY DISRESPECTFUL AND I WILL FIND OUT.
  11. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  12. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS.
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <!-- DEFAULT SHIT -->
  20.  
  21. <meta name="if:enable infinite scrolling" content="1"/>
  22. <meta name="if:Faded Images" content="1" />
  23. <meta name="if:Enable right click" content="0"/>
  24. <meta name="if:Bigger Posts" content="1"/>
  25.  
  26. <meta name="text:Link 1 Name" content=""/>
  27. <meta name="text:Link 1 URL" content=""/>
  28. <meta name="text:Link 2 Name" content=""/>
  29. <meta name="text:Link 2 URL" content=""/>
  30. <meta name="text:Link 3 Name" content=""/>
  31. <meta name="text:Link 3 URL" content=""/>
  32. <meta name="text:Link 4 Name" content=""/>
  33. <meta name="text:Link 4 URL" content=""/>
  34. <meta name="text:Link 5 Name" content=""/>
  35. <meta name="text:Link 5 URL" content=""/>
  36.  
  37. <meta name="image:your" content=""/>
  38.  
  39. <meta name="color:Background" content="#f5f5f5"/>
  40. <meta name="image:background" content="http://static.tumblr.com/qbwrk8v/EaSm1zcyx/23.png"/>
  41.  
  42. <meta name="color:sidebar" content="#ffffff" />
  43. <meta name="image:sidebar background" content="http://i.imgur.com/ObKP8.png" />
  44.  
  45. <meta name="color:text" content="#4B4843"/>
  46. <meta name="color:posts background" content="#f5f5f5" />
  47. <meta name="color:posts title" content="#999999" />
  48. <meta name="color:posts title background" content="#e1e1e1" />
  49.  
  50. <meta name="color:link" content="#aaaaaa" />
  51. <meta name="color:link hover" content="#999999" />
  52.  
  53. <meta name="color:permalink background" content="#ffffff" />
  54.  
  55. <meta name="text:navigation title" content="NAVIGATE"/>
  56.  
  57. <meta name="color:nav links" content="#eeeeee" />
  58. <meta name="color:nav links background" content="#ffffff" />
  59. <meta name="color:nav links hover" content="#999999" />
  60. <meta name="color:nav links background hover" content="#eeeeee" />
  61.  
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  63.  
  64. {block:IfEnableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfEnableRightClick}
  65.  
  66. <link rel="shortcut icon" href="{Favicon}" />
  67. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  68. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  69. {CustomCSS}
  70. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75.  
  76. body {
  77. background-color:{color:background};
  78. background-image: url('{image:background}');
  79. background-repeat:repeat;
  80. background-attachment: fixed;
  81. color:{color:text};
  82. font-size:10px;
  83. font-family:georgia;
  84. }
  85.  
  86. a, a:visited, a:active {
  87. color:{color:link};
  88. text-decoration: none;
  89. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  90. background-color:;
  91. }
  92.  
  93. a:hover {
  94. color:{color:link hover};
  95. text-decoration:none;
  96. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  97. }
  98.  
  99. #posts{
  100. background-color:{color:posts background};
  101. {block:ifNotBiggerPosts}
  102. width:400px;
  103. {/block:ifNotBiggerPosts}
  104. {block:ifBiggerPosts}
  105. width:500px;
  106. {/block:ifBiggerPosts}
  107. height:auto;
  108. overflow:show;
  109. padding:5px;
  110. margin-bottom:5px;
  111. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  112. overflow:hidden;
  113. }
  114.  
  115. .post_title,.post_title a{
  116. color:{color:posts title};
  117. background-color:{color:posts title background};
  118. font-family:courier;
  119. text-transform:uppercase;
  120. font-size:11px;
  121. font-weight:normal;
  122. display:block;
  123. line-height:auto;
  124. padding:1px;
  125. }
  126.  
  127. .post_title:hover, .post_title a:hover {
  128. color:{color:posts title};
  129. text-decoration:none;
  130. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  131. }
  132.  
  133. .details {
  134. display:block;
  135. text-transform:;
  136. text-align:left;
  137. background-color:{color:permalink background};
  138. background-image:url('');
  139. padding:1px;
  140. font-size:9px;
  141. font-family:georgia;
  142. }
  143.  
  144. .details a{
  145. text-align:left;
  146. font-size:9px;
  147. font-family:georgia;
  148. transition: opacity 0.1s,height 0.1s,padding 0.1s;
  149. -moz-transition: opacity 0.1s ,height 0.1s,padding 0.1s;\
  150. -webkit-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  151. -o-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  152. }
  153.  
  154. img {
  155. border:0px;
  156. margin: 0px;
  157. {block:ifNotBiggerPosts}
  158. max-width:400px;
  159. {/block:ifNotBiggerPosts}
  160. {block:ifBiggerPosts}
  161. max-width:500px;
  162. {/block:ifBiggerPosts}
  163. background-color:none;
  164. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  165. }
  166.  
  167. img:hover {
  168. border:0px;
  169. margin: 0px;
  170. {block:ifNotBiggerPosts}
  171. max-width:400px;
  172. {/block:ifNotBiggerPosts}
  173. {block:ifBiggerPosts}
  174. max-width:500px;
  175. {/block:ifBiggerPosts}
  176. background-color:none;
  177. text-decoration:none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  178. }
  179.  
  180. {block:Iffadedimages}
  181. a img, img{
  182. border: none;
  183. {block:ifnotbiggerposts}max-width:400px;{/block:ifnotbiggerposts}
  184. {block:ifbiggerposts}max-width:500px;{/block:ifbiggerposts}
  185. filter:alpha(opacity=90);
  186. opacity: .6;
  187. -moz-opacity:.6;
  188. -webkit-transition-duration: 0.7s;
  189. }
  190.  
  191. img:hover{
  192. filter:alpha(opacity=65);
  193. opacity: 1;
  194. -moz-opacity:1;
  195. -webkit-transition-duration: 0.7s; }
  196. {/block:Iffadedimages}
  197.  
  198. #content {
  199. position:absolute;
  200. left:310px;
  201. height:auto;
  202. width:auto;
  203. text-align:justify;
  204. text-transform:normal;
  205. overflow:show;
  206. margin-top:50px;
  207. }
  208.  
  209. .quote, .page_link{
  210. font-size:10px;
  211. letter-spacing:px;
  212. font-weight:normal;
  213. display:block;
  214. line-height:auto;
  215. padding:2px;
  216. }
  217.  
  218. .taemin {
  219. left:60px;
  220. top:200px;
  221. font-size:24px;
  222. font-family:times new roman;
  223. width:230px;
  224. position:fixed;
  225. text-shadow:none;
  226. text-transform:lowercase;
  227. z-index:-1;
  228. }
  229.  
  230. .taemin a:hover{
  231. text-shadow:-0.08em 0 red, 0.08em 0 cyan;
  232. text-transform:lowercase;
  233. z-index:-1;
  234. color:#000000;
  235. }
  236.  
  237.  
  238. .onew {
  239. overflow:show;
  240. width:230px;
  241. height:auto;
  242. overflow:hidden;
  243. background-color:{color:sidebar};
  244. background-image: url('{image:sidebar background}');
  245. background-position:right bottom;
  246. text-align:center;
  247. font-size:10px;
  248. font-family:georgia;
  249. padding:2px;
  250. text-shadow:none;
  251. text-transform:none;
  252. z-index:-1;
  253. }
  254.  
  255. .puppy img{
  256. opacity: 1;
  257. }
  258.  
  259. #navbox{
  260. width:90px;
  261. position:fixed;
  262. {block:ifNotBiggerPosts}
  263. margin-left:725px;
  264. {/block:ifNotBiggerPosts}
  265. {block:ifBiggerPosts}
  266. margin-left:825px;
  267. {/block:ifBiggerPosts}
  268. padding:5px;
  269. background-color:{color:entry};
  270. top:300px;
  271. border-left:4px solid {color:text};}
  272.  
  273. .hey {margin-bottom:4px; padding:3px; font-family:times new roman; background-color: {color:nav links background}; text-align: left; color: {color:nav links}; font-size:11px; text-shadow:0 0 2px #AAAAAA;}
  274.  
  275. .hey:hover {color: {color:link}; font-style:italic; background: {color:nav links background hover};text-shadow:0 0 0px transparent;}
  276.  
  277. #question{
  278. overflow:SHOW;
  279. LINE-HEIGHT:130%;
  280. MARGIN-top:-3px;
  281. padding:3px;
  282. padding-top:0px;
  283. padding-bottom:0px;
  284. border-bottom:1px dotted {color:text};
  285. background-color:{color:posts title background};
  286. }
  287.  
  288. #askr{
  289. display:block;
  290. float:left;
  291. {block:ifNotBiggerPosts}
  292. width:25px;
  293. {/block:ifNotBiggerPosts}
  294. {block:ifBiggerPosts}
  295. width:25px;
  296. {/block:ifBiggerPosts}
  297. overflow:hidden;
  298. margin-right:3px;
  299. }
  300.  
  301.  
  302. .readmore{
  303. font-size:10px;
  304. line-height:25px;
  305. letter-spacing:-1px;
  306. text-transform:lowercase;
  307. text-decoration:none;}
  308.  
  309. .poop {text-align:center;}
  310. .poop a {color:{color:link}; font-size:10px;}
  311.  
  312. .portrait, .portrait:hover{
  313. padding:10px;}
  314.  
  315. iframe#tumblr_controls {
  316. right:3px !important;
  317. position: fixed !important;
  318. -webkit-transition: opacity 0.7s linear;
  319. opacity: 0.2;
  320. -webkit-transition: all 0.8s ease-out;
  321. -moz-transition: all 0.8s ease-out;
  322. transition: all 0.8s ease-out;}
  323.  
  324. iframe#tumblr_controls:hover{
  325. -webkit-transition: opacity 0.7s linear;
  326. opacity: 1;
  327. -webkit-transition: all 0.4s ease-out;
  328. -moz-transition: all 0.4s ease-out;
  329. transition: all 0.4s ease-out;}
  330.  
  331. .conversation ul {
  332. list-style: none;
  333. padding: 0 1em 0 0;
  334. margin-left: 0;
  335. }
  336.  
  337. conversation ul li{
  338. list-style: none;
  339. padding: 0 1em;
  340. }
  341.  
  342. .conversation ul li .person {
  343. color:#414141;
  344. font-weight: bold;
  345. margin-right: 1em;
  346. }
  347.  
  348. blockquote{
  349. padding: 3px;
  350. margin: 3px;
  351. border-left: 4px solid {color:link};
  352. background-color:{color:permalink background};}
  353.  
  354. .clear {
  355. clear: both;
  356. }
  357.  
  358.  
  359. hr {border:0px #777 dotted;}
  360.  
  361.  
  362. p, ul, ol {
  363. margin: 1em 0 1em;
  364. }
  365.  
  366. ul, ol, blockquote {
  367. padding-left: 0.50em;
  368. margin-left: 2.5em;
  369. }
  370.  
  371. ul {
  372. list-style: square;
  373. }
  374.  
  375. ol {
  376. list-style: decimal;
  377. }
  378.  
  379. #audi { background-color : #000; height : 27px; margin-bottom : -10px; {block:ifNotBiggerPosts}
  380. width:400px;
  381. {/block:ifNotBiggerPosts}
  382. {block:ifBiggerPosts}
  383. width:500px;
  384. {/block:ifBiggerPosts}
  385. }
  386.  
  387. #top-link{
  388. display:none;
  389. position:fixed;
  390. right:5px;
  391. bottom:5px;
  392. color:{color:link};
  393. font-family:times new roman;
  394. text-decoration:none;
  395. background:none;
  396. font-size:10px;
  397. }
  398.  
  399. </style>
  400.  
  401. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery-1.3.2.js"></script>
  402. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery.scrollTo-1.4.0-min.js"></script>
  403. <script type="text/javascript">
  404. jQuery.fn.topLink = function(settings) {
  405. settings = jQuery.extend({
  406. min: 1,
  407. fadeSpeed: 200,
  408. ieOffset: 50
  409. }, settings);
  410. return this.each(function() {
  411. //listen for scroll
  412. var el = $(this);
  413. el.css('display','none'); //in case the user forgot
  414. $(window).scroll(function() {
  415. if(!jQuery.support.hrefNormalized) {
  416. el.css({
  417. 'position': 'absolute',
  418. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  419. });
  420. }
  421. if($(window).scrollTop() >= settings.min)
  422. {
  423. el.fadeIn(settings.fadeSpeed);
  424. }
  425. else
  426. {
  427. el.fadeOut(settings.fadeSpeed);
  428. }
  429. });
  430. });
  431. };
  432.  
  433. $(document).ready(function() {
  434. $('#top-link').topLink({
  435. min: 400,
  436. fadeSpeed: 500
  437. });
  438. //smoothscroll
  439. $('#top-link').click(function(e) {
  440. e.preventDefault();
  441. $.scrollTo(0,300);
  442. });
  443. });
  444.  
  445.  
  446. </script>
  447.  
  448. </head>
  449. <body>
  450. <div class="taemin">
  451. <a href="/">{title}</a>
  452. <div class="onew">
  453. {block:IfYourImage}<div class="puppy"><a href="/"><img src="{image:Your}" width="230px" /></a>
  454. </div>{/block:IfYourImage}
  455.  
  456. {block:Description}<br>{Description}<br>{/block:description}
  457.  
  458. <select style="font-family:lucida console;color:{color:text};background:{color:sidebar};width:200px;font-size:9px;letter-spacing:1px;border:2px solid #ccc;" onChange="location.href=this.options[this.selectedIndex].value;">
  459.  
  460. <option value=/>{text:navigation title}</option>
  461. {block:IfLink1Name}<option value="{text:link 1 url}">{text:link 1 name}</option>{/block:IfLink1Name}
  462. {block:IfLink2Name}<option value="{text:link 2 url}">{text:link 2 name}</option>{/block:IfLink2Name}
  463. {block:IfLink3Name}<option value="{text:link 3 url}">{text:link 3 name}</option>{/block:IfLink3Name}
  464. {block:IfLink4Name}<option value="{text:link 4 url}">{text:link 4 name}</option>{/block:IfLink4Name}
  465. {block:IfLink5Name}<option value="{text:link 5 url}">{text:link 5 name}</option>{/block:IfLink5Name}
  466. {block:IfLink6Name}<option value="{text:link 6 url}">{text:link 6 name}</option>{/block:IfLink6Name}
  467. {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}
  468. <option value="http://-apple.tumblr.com">theme</option>
  469.  
  470. </select>
  471.  
  472. {block:IfNotEnableInfiniteScrolling}
  473. {block:Pagination}<div class="poop"><center>{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</center>{/block:Pagination}</div>
  474. {/block:IfNotEnableInfiniteScrolling}
  475. </div>
  476. </div>
  477.  
  478. <div id="navbox">
  479. <Center>{block:IfDisplayPortrait}<div class="disphoto"></div>{/block:IfDisplayPortrait}
  480. <div class="hey"><a href="/">home</a></div>
  481. <div class="hey"><a href="/archive">past</a></div>
  482. <div class="hey"><a href="/ask">message</a></div>
  483. <div class="hey"><a href="/random">random</a></div>
  484. </div>
  485. </div>
  486.  
  487. <div id="content">
  488. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  489.  
  490. {block:Posts}<div id="posts">
  491. {block:Regular}
  492. {block:Title}<span class="post_title"><a href="{Permalink}">{Title}</a></span>{/block:Title}
  493. {Body}
  494. {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">&#187; read more</a>{/block:More}
  495. <BR>
  496. <div class="details">
  497. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  498. <br>
  499. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  500. </div>
  501. {/block:Regular}
  502.  
  503. {block:ifNotBiggerPosts}
  504. {block:Photo}
  505. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-400}" width="400px" /></a>{LinkCloseTag}
  506. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  507. <div class="details">
  508. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  509. <br>
  510. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  511. </div>
  512. {/block:Photo}
  513. {/block:ifNotBiggerPosts}
  514.  
  515. {block:ifBiggerPosts}
  516. {block:Photo}
  517. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" width="500px" /></a>{LinkCloseTag}
  518. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  519. <div class="details">
  520. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  521. <br>
  522. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  523. </div>
  524. {/block:Photo}
  525. {/block:ifBiggerPosts}
  526.  
  527. {block:ifNotBiggerPosts}
  528. {block:Photoset}
  529. <center>{PhotoSet-400}</center>
  530. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}<BR>
  531. <div class="details">
  532. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  533. <br>
  534. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  535. </div>
  536. {/block:Photoset}
  537. {/block:ifNotBiggerPosts}
  538.  
  539. {block:ifBiggerPosts}
  540. {block:Photoset}
  541. <center>{PhotoSet-500}</center>
  542. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}<BR>
  543. <div class="details">
  544. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  545. <br>
  546. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  547. </div>
  548. {/block:Photoset}
  549. {/block:ifBiggerPosts}
  550.  
  551. {block:Quote}
  552. <span class="post_title"><span class="quote"><b>&ldquo;</B>{Quote}<b>&rdquo;</b></span></span><br>
  553. {block:Source}<span style="float:left;">◎ {Source}</span>{/block:Source}<br>
  554. <div class="details">
  555. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  556. <br>
  557. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  558. </div>
  559. {/block:Quote}
  560.  
  561. {block:Link}
  562. <a href="{URL}" class="post_title" target="_blank">&#8594; {Name}</a>
  563. {block:Description}{Description}{/block:Description}
  564. <div class="details">
  565. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  566. <br>
  567. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  568. </div>
  569. {/block:Link}
  570.  
  571. {block:Conversation}
  572. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  573. {block:Lines}
  574. {block:Label}<b><span class="label">{Label}</b></span>{/block:Label}
  575. {Line}<BR>
  576. {/block:Lines}
  577. <div class="details">
  578. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  579. <br>
  580. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  581. </div>
  582. {/block:Conversation}
  583.  
  584. {block:Audio}
  585. <div id="audi">{AudioPlayerBlack}</div><br>
  586. <center>
  587. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}
  588. by {Artist}{/block:Artist}<br>
  589. {PlayCountWithLabel}<br>
  590. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  591. </center>
  592. <div class="details">
  593. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  594. <br>
  595. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  596. </div>
  597. {/block:Audio}
  598.  
  599. {block:IfNotBiggerPosts}
  600. {block:Video}
  601. {Video-400}
  602. <BR>{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  603. <div class="details">
  604. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  605. <br>
  606. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  607. </div>
  608. {/block:Video}
  609. {/block:IfNotBiggerPosts}
  610.  
  611. {block:IfBiggerPosts}
  612. {block:Video}
  613. {Video-500}
  614. <BR>{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  615. <div class="details">
  616. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  617. <br>
  618. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  619. </div>
  620. {/block:Video}
  621. {/block:IfBiggerPosts}
  622.  
  623. {block:Answer}
  624. <div class="bang" id="askr">
  625. <img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-right:5px;" /></div>
  626. <div id="question"><div id="asked">{Asker} said:<BR>
  627. {Question}</div></div>
  628. {answer}
  629. <div class="details">
  630. <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}
  631. <br>
  632. {block:HasTags} <img src="http://www.erdbeerkirsch.de/Bilder/GFX/Pixel/Webicons/bubble6.png"> Tagged: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  633. </div>
  634. {/block:answer}
  635.  
  636. {block:Date}
  637. {block:PermalinkPage}
  638. OP:{block:RebloggedFrom} <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  639. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  640. {/block:PermalinkPage}
  641. {/block:Date}
  642.  
  643. {block:PostNotes}
  644. {PostNotes}
  645. {/block:PostNotes}
  646.  
  647.  
  648. </div>
  649. {/block:Posts}
  650. {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  651. </div>
  652.  
  653. <div id="top"></div>
  654. <div id="top-link"><a style="border:none;" href="#top">back to top</a></div>
  655.  
  656. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement