Advertisement
Perfect-Nicholas

Theme #30 - Clyde

Mar 6th, 2014
6,807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.52 KB | None | 0 0
  1.  
  2.  
  3. <!---- Theme 30 by llermans (tumblr.com) --->
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--Default Variables-->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#3e3e3e"/>
  19. <meta name="color:Link" content="#333333"/>
  20. <meta name="color:Border" content="#e2e2e2"/>
  21.  
  22. <meta name="image:Sidebar Image" content=""/>
  23. <meta name="if:Post Border" content="1"/>
  24. <meta name="if:400px Posts" content="1"/>
  25. <meta name="if:Title" content="1"/>
  26.  
  27. <meta name="text:Link 1 URL" content="/" />
  28. <meta name="text:Link 1" content="home" />
  29. <meta name="text:Link 2 URL" content="/ask" />
  30. <meta name="text:Link 2" content="inbox" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 4 URL" content="" />
  34. <meta name="text:Link 4" content="" />
  35.  
  36.  
  37. <!-- jquery-->
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40.  
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42.  
  43. <script>
  44.  
  45. (function($){
  46.  
  47. $(document).ready(function(){
  48.  
  49. $("a[title]").style_my_tooltips({
  50.  
  51. tip_follows_cursor:true,
  52.  
  53. tip_delay_time:30,
  54.  
  55. tip_fade_speed:300,
  56.  
  57. attribute:"title"
  58.  
  59. });
  60.  
  61. });
  62.  
  63. })(jQuery);
  64.  
  65. </script>
  66.  
  67. <!--CSS -->
  68.  
  69. <style type="text/css">
  70.  
  71. #s-m-t-tooltip {
  72. position:absolute;
  73. font-family:times;
  74. font-style:italic;
  75. margin-top: 15px;
  76. z-index:9999;
  77. background:{color:background};}
  78.  
  79. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  80. ::-webkit-scrollbar-thumb:vertical {background-color:{color:border}; height:50px}
  81. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:border}; height:8px!important}
  82.  
  83. /*basics*/
  84. blockquote {
  85. padding:5px 0 5px 30px;
  86. border-left:1px solid {color:text};
  87. margin-left:30px;
  88. }
  89.  
  90. body {
  91. background:{color:background};
  92. color:{color:text};
  93. font-family:arial;
  94. font-size:11px;
  95. text-align:justify;
  96. margin:0;
  97. line-height:16px;}
  98.  
  99. a {
  100. color:{color:link};
  101. text-decoration:none;}
  102.  
  103. a:hover {
  104. text-decoration:underline;}
  105.  
  106. img{opacity:1;
  107. border:none;
  108. text-decoration:none}
  109.  
  110. small {
  111. font-size:9px;}
  112.  
  113. big {
  114. font-size:12px;}
  115.  
  116. #title {
  117. font-size:12px;
  118. line-height:18px;
  119. font-weight:bold;
  120. margin-bottom:10px;
  121. text-transform:uppercase;
  122. text-align:left;
  123. font-family:'times';}
  124.  
  125. /*sidebar*/
  126. #left {
  127. margin-left:-315px;
  128. margin-top:100px;
  129. position:fixed;}
  130.  
  131. #sidebar {
  132. text-align:left;
  133. width:180px;
  134. font-family:cambria;
  135. word-spacing:2px;
  136. line-height:18px;
  137. {block:ifPostBorder}
  138. border:1px solid {color:border};
  139. padding:12px;
  140. -moz-border-radius: 2px;
  141. -webkit-border-radius: 2px;
  142. border-radius: 2px;
  143. {/block:ifPostBorder}}
  144.  
  145. #sidebarim {margin-bottom:10px}
  146.  
  147. #sidebarim img {width:180px}
  148.  
  149. #blogt {
  150. font-size:18px;
  151. font-weight:lighter;
  152. font-family:baskerville;
  153. font-style:italic;
  154. text-align:center;}
  155.  
  156. #blogt w {padding:5px;}
  157.  
  158. #border {border-top:1px solid {color:border};
  159. margin-top:-7px;}
  160.  
  161. #links {
  162. line-height:16px;
  163. text-transform:uppercase;
  164. font-weight:bold;
  165. text-align:center;
  166. margin-top:8px;
  167. font-family:times;
  168. font-size:8px;}
  169.  
  170. #links a {
  171. margin-right:5px;
  172. display:inline-block;
  173. margin-bottom:5px;}
  174.  
  175. #description {
  176. margin-right:auto;
  177. margin-left:auto;
  178. width:170px;}
  179.  
  180. .list {
  181. text-align:justify;
  182. word-spacing:2px;
  183. font-family:times;}
  184.  
  185.  
  186. /*pagination*/
  187. #pagination {
  188. margin:25px 0;
  189. text-transform:lowercase;
  190. font-weight:bold;
  191. text-align:center;}
  192.  
  193. #pagination a {
  194. padding:5px 10px 5px 10px;
  195. margin-right:5px;
  196. {block:ifPostBorder}
  197. border:1px solid {color:border};
  198. -moz-border-radius: 2px;
  199. -webkit-border-radius: 2px;
  200. border-radius: 2px;
  201. {/block:ifPostBorder}}
  202.  
  203. /*container*/
  204. #con {
  205. left:50%;
  206. margin-left:-150px;
  207. position:absolute;}
  208.  
  209. /*posts*/
  210. #entries {
  211. margin-top:75px;
  212. width:500px;}
  213.  
  214. #postsaudio {
  215. {block:ifnot400pxposts}
  216. width:500px;
  217. {block:ifnot400pxposts}
  218. {block:if400pxposts}
  219. width:400px;
  220. {/block:if400pxposts}
  221. {block:IndexPage}
  222. margin-bottom:100px;
  223. {/block:IndexPage}
  224. {block:PermalinkPage}
  225. margin-bottom:50px;
  226. {/block:PermalinkPage}}
  227.  
  228. #postsanswer {
  229. {block:ifnot400pxposts}
  230. width:500px;
  231. {block:ifnot400pxposts}
  232. {block:if400pxposts}
  233. width:400px;
  234. {/block:if400pxposts}
  235. {block:ifPostBorder}
  236. border-left:1px solid {color:border};
  237. border-right:1px solid {color:border};
  238. border-bottom:1px solid {color:border};
  239. padding:14px;
  240. -moz-border-bottom-left-radius: 2px;
  241. -webkit-border-bottom-right-radius: 2px;
  242. border-bottom-left-radius: 2px;
  243. border-bottom-right-radius: 2px;
  244. {/block:ifPostBorder}
  245. {block:IndexPage}
  246. margin-bottom:100px;
  247. {/block:IndexPage}
  248. {block:PermalinkPage}
  249. margin-bottom:50px;
  250. {/block:PermalinkPage}}
  251.  
  252. #posts {
  253. {block:ifnot400pxposts}
  254. width:500px;
  255. {block:ifnot400pxposts}
  256. {block:if400pxposts}
  257. width:400px;
  258. {/block:if400pxposts}
  259. {block:ifPostBorder}
  260. border:1px solid {color:border};
  261. padding:14px;
  262. -moz-border-radius: 2px;
  263. -webkit-border-radius: 2px;
  264. border-radius: 2px;
  265. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  266. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  267. box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  268. {/block:ifPostBorder}
  269. {block:IndexPage}
  270. margin-bottom:100px;
  271. {/block:IndexPage}
  272. {block:PermalinkPage}
  273. margin-bottom:50px;
  274. {/block:PermalinkPage}
  275. }
  276.  
  277. #posts img {
  278. {block:ifnot400pxposts}
  279. max-width:500px;
  280. {block:ifnot400pxposts}
  281. {block:if400pxposts}
  282. max-width:400px;
  283. {/block:if400pxposts}}
  284.  
  285. #posts img, #posts li, #posts blockquote {
  286. max-width: 100%;}
  287.  
  288. .caption {width:100%;
  289. margin-top:10px;}
  290.  
  291. /*quote*/
  292. #titlequote{text-align:left;
  293. font-size:14px;
  294. line-height:18px;
  295. font-weight:lighter;}
  296.  
  297. #source {
  298. margin-top:15px;
  299. margin-left:15px;}
  300.  
  301. /*audio*/
  302. #audio {
  303. {block:ifPostBorder}
  304. {block:ifnot400pxposts}
  305. width:528px;
  306. {block:ifnot400pxposts}
  307. {block:if400pxposts}
  308. width:428px;
  309. {/block:if400pxposts}
  310. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  311. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  312. box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  313. {/block:ifPostBorder}
  314. {block:ifnotPostBorder}
  315. {block:ifnot400pxposts}
  316. width:500px;
  317. {block:ifnot400pxposts}
  318. {block:if400pxposts}
  319. width:400px;
  320. {/block:if400pxposts}
  321. {/block:ifnotPostBorder}
  322. }
  323.  
  324. #audioimage {position:absolute;}
  325.  
  326. .playbutton {
  327. width: 20px;
  328. height: 30px;
  329. overflow: hidden;
  330. position: relative;
  331. z-index: 1000;
  332. margin: 3px 10px 0px 5px;}
  333.  
  334. .playbox {
  335. background-color: #000;
  336. position: absolute;
  337. z-index: 1000;
  338. margin-top: 34px;
  339. margin-left: 33px;
  340. opacity: 0.5;}
  341.  
  342. .cover {
  343. position: relative;
  344. z-index: 1;width:100px;}
  345. .coverdefault {
  346. position: absolute;
  347. z-index: 1;width:100px;}
  348.  
  349. .audioinfo {
  350. margin-left:100px;
  351. line-height:30px;
  352. margin-top:1px;
  353. position:relative;
  354. border-right:1px dotted {color:border};
  355. border-top:1px dotted {color:border};
  356. {block:if400pxposts}width:329px;{/block:if400pxposts}
  357. {block:ifnot400pxposts}width:429px;{/block:ifnot400pxposts}}
  358.  
  359. .audioinfo a{
  360. display:block;
  361. padding: 2.3px 0px 0px 10px;
  362. border-bottom: 1px dotted {color:Border};
  363. -webkit-transition: all 0.5s ease-in-out;
  364. -moz-transition: all 0.5s ease-in-out;
  365. -o-transition: all 0.5s ease-in-out;
  366. -ms-transition: all 0.5s ease-in-out;
  367. transition: all 0.5s ease-in-out;}
  368.  
  369. .audioinfo a:hover {
  370. background:{color:Border};
  371. padding: 2.3px 0px 0px 10px;
  372. -webkit-transition: all 0.5s ease-in-out;
  373. -moz-transition: all 0.5s ease-in-out;
  374. -o-transition: all 0.5s ease-in-out;
  375. -ms-transition: all 0.5s ease-in-out;
  376. transition: all 0.5s ease-in-out;}
  377.  
  378.  
  379. /*asks*/
  380. #answer {
  381. {block:ifPostborder}
  382. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  383. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  384. box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  385. {/block:ifPostborder}
  386. {block:ifNot400pxposts}
  387. width:530px;
  388. {/block:ifNot400pxposts}
  389. {block:if400pxposts}
  390. width:430px;
  391. {/block:if400pxposts}}
  392.  
  393. #askbox {
  394. min-height:40px;
  395. height:auto;
  396. {block:ifNot400pxposts}
  397. width:500px;
  398. {/block:ifNot400pxposts}
  399. {block:if400pxposts}
  400. width:400px;
  401. {/block:if400pxposts}}
  402.  
  403. .question {
  404. font-size:9px;
  405. {block:ifNot400pxposts}
  406. width:503px;
  407. {/block:ifNot400pxposts}
  408. {block:if400pxposts}
  409. width:403px;
  410. {/block:if400pxposts}
  411. {block:ifPostBorder}
  412. border-right:1px solid {color:border};
  413. border-top:1px solid {color:border};
  414. border-left:1px solid {color:border};
  415. {/block:ifPostBorder}
  416. padding:10px 15px 10px 10px;
  417. margin-top:-60px;
  418. min-height:40px;
  419. background:#fafafa;}
  420.  
  421. .asker {
  422. text-transform:uppercase;
  423. font-weight:bold;
  424. font-size:9px;}
  425.  
  426. .icon {
  427. background:#f4f4f4;
  428. padding:10px;
  429. width:40px;
  430. height:40px;}
  431.  
  432. .icon img{
  433. width:40px;
  434. height:40px;
  435. float:left;
  436. padding:10px;
  437. margin-top:-10px;
  438. margin-left:-10px;
  439. margin-right:10px;
  440. background:#f4f4f4;
  441. {block:ifPostBorder}
  442. border-left:1px solid {color:border};
  443. border-top:1px solid {color:border};
  444. {/block:ifPostBorder}}
  445.  
  446. /*chat*/
  447. .chat ol {
  448. padding:0;
  449. list-style:none;}
  450.  
  451. .line {padding:5px 0;}
  452.  
  453. .label {font-weight:bold;}
  454.  
  455. /*permalink and notes*/
  456. #permalink {
  457. margin-top:15px;
  458. font-size:9px;
  459. text-transform:uppercase;
  460. font-family:times;
  461. text-align:center;
  462. }
  463.  
  464. #permalink a {margin-right:10px;}
  465.  
  466. .tags {
  467. word-break:break-all;
  468. font-size:8px;}
  469.  
  470. .notetitle {
  471. font-size:12px;
  472. font-family:times;
  473. padding:5px;
  474. font-weight:bold;
  475. text-transform:uppercase;
  476. text-align:left;
  477. border-bottom:1px dotted {color:border};
  478. width:42px;}
  479.  
  480. .pagenotes {
  481. {block:IndexPage}
  482. display: none!important;
  483. {/block:IndexPage}
  484. width:400px;
  485. text-align:left;
  486. padding:5px;
  487. border-bottom:1px dotted {color:border};}
  488.  
  489. .pagenotes ol {
  490. border-bottom:1px dotted {color:border};}
  491.  
  492. .pagenotes img {
  493. display:none!important;}
  494. .pagenotes li {
  495. list-style-type:none;
  496. padding:5px 0px;
  497. text-align:left;
  498. margin:0 0 0 -40px;}
  499.  
  500. #credit {
  501. position:fixed;
  502. right:10px;
  503. bottom:10px;}
  504.  
  505. #credit a {
  506. border-bottom: 1px solid transparent;
  507. font-size:8px;
  508. padding:5px;
  509. font-family:times;
  510. font-weight:lighter;
  511. letter-spacing:1px;}
  512.  
  513. #credit a:hover {
  514. padding:5px;
  515. border-bottom: 1px solid 000;
  516. -webkit-transition: all 0.8s;
  517. -moz-transition: all 0.8s;
  518. -ms-transition: all 0.8s;
  519. -o-transition: all 0.8s;
  520. transition: all 0.8s;}
  521.  
  522. {CustomCSS}
  523.  
  524. </style>
  525.  
  526.  
  527.  
  528. </head>
  529.  
  530. <body>
  531.  
  532. <div id="con">
  533.  
  534. <div id="left">
  535. <div id="sidebar">
  536. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  537. {block:iftitle}<div id="blogt"><w>{Title}</w></div>{/block:iftitle}
  538. <div id="links">
  539. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  540. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  541. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  542. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  543.  
  544. </div>
  545. <div id="description"><div class="list">{Description}</div></div>
  546.  
  547. </div>
  548.  
  549. <div id="pagination">
  550. {block:Pagination}
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}"><</a>
  553. {/block:PreviousPage}
  554.  
  555.  
  556. {block:NextPage}
  557. <a href="{NextPage}">></a>
  558. {/block:NextPage}
  559. {/block:Pagination}
  560. </div></div>
  561.  
  562. <div id="entries">
  563.  
  564. {block:Posts}
  565.  
  566.  
  567. {block:Quote}
  568. <div id="posts">
  569.  
  570. <div id="titlequote">“{Quote}”</div>
  571. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  572. {block:Date}
  573. <div id="permalink">
  574. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  575. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  576. </div>
  577. {/block:Date}</div>{/block:Quote}
  578.  
  579.  
  580.  
  581. {block:Text}
  582. <div id="posts">
  583. {block:Title}
  584. <div id="title">{Title}</div>{/block:Title}
  585. {Body}
  586. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  587. {block:Date}
  588. <div id="permalink">
  589. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  590. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  591. </div>
  592. {/block:Date}</div>{/block:Text}
  593.  
  594. {block:Link}<div id="posts">
  595. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  596. {block:Date}
  597. <div id="permalink">
  598. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  599. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  600. </div>
  601. {/block:Date}</div>{/block:Link}
  602.  
  603. {block:Chat}<div id="posts">
  604. {block:Title}
  605. <h1>{Title}</h1>
  606. {/block:Title}
  607. <div class="chat">
  608. <ol>{block:Lines}
  609. <li class="line {Alt}">
  610. {block:Label}
  611. <span class="label">
  612. {Label}</span>
  613. {/block:Label}{Line}</li>
  614. {/block:Lines}
  615. </ol></div>
  616. {block:Date}
  617. <div id="permalink">
  618. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  619. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  620. </div>
  621. {/block:Date}</div>{/block:Chat}
  622.  
  623. {block:Photo}<div id="posts">
  624. {block:ifNot400pxposts}<center>{LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}
  625. </center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{LinkOpenTag}<img src="{PhotoURL-400}"/>{LinkCloseTag}</center>{/block:if400pxposts}
  626. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  627. {block:Date}
  628. <div id="permalink">
  629. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  630. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  631. </div>
  632. {/block:Date}</div>{/block:Photo}
  633.  
  634. {block:Photoset}<div id="posts">
  635. {block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}
  636. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  637. {block:Date}
  638. <div id="permalink">
  639. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  640. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  641. </div>
  642. {/block:Date}</div>{/block:Photoset}
  643.  
  644. {block:Video}<div id="posts">
  645. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  646. {block:ifnot400pxposts}{Video-500}{/block:ifnot400pxposts}
  647. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  648. {block:Date}
  649. <div id="permalink">
  650. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  651. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  652. </div>
  653. {/block:Date}</div>{/block:Video}
  654.  
  655. {block:Audio}
  656. <div id="audio">
  657. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  658. <div id="audioimage">
  659. <img src="https://31.media.tumblr.com/f4264ea25a8f230c5288d6b06d106323/tumblr_inline_n1yxmzSXOn1qg2fyk.png" class="coverdefault">
  660. {block:AlbumArt}
  661. <img src="{AlbumArtURL}" class="cover">
  662. {/block:AlbumArt}</div>
  663. <div class="audioinfo">
  664. {block:TrackName}<a>{TrackName}</a>{/block:TrackName}{block:Artist}<a>{Artist}</a>{/block:Artist}{block:PlayCount}<a>{PlayCount} plays</a>{/block:PlayCount}
  665. </div></div>
  666.  
  667. <div id="postsaudio">
  668. {block:Date}
  669. <div id="permalink">
  670. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  671. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  672. </div>
  673. {/block:Date}
  674. </div>{/block:Audio}
  675.  
  676. {block:Answer}
  677. <div id="answer">
  678. <div id="askbox">
  679. <div class="icon">
  680. <a href="{AskerURL}">
  681. <img src="{AskerPortraitURL-40}" />
  682. </a></div>
  683. <div class="question">
  684. <span class="asker">
  685. {Asker} said:</span><br>
  686. {Question}</div></div>
  687.  
  688. <div id="postsanswer">
  689. <div style="
  690. padding:0px 0px 0px 10px;">
  691. {Answer}</div>
  692. {block:Date}
  693. <div id="permalink">
  694. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a><a style="font-weight:bold;text-decoration:none;">({DayOfMonthWithZero}.{MonthNumberWithZero}.{Year})</a> {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  695. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:Date}
  696. </div>
  697.  
  698. </div></div> {/block:Answer}
  699.  
  700. {block:PostNotes}
  701. <div class="notetitle">Notes</div>
  702. <div class="pagenotes">
  703. {PostNotes}
  704. </div>
  705. {/block:PostNotes}
  706.  
  707. {/block:Posts}
  708. </div>
  709. </div>
  710.  
  711. <div id="credit">
  712. <a href="http://llermans.tumblr.com/" title="theme by llermans">
  713. LLMNS
  714. </a>
  715.  
  716. {block:ContentSource}
  717. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  718. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  719. {/block:SourceLogo}
  720. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  721. {/block:ContentSource}
  722.  
  723. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement