Advertisement
legilimens

theme 029: rencia

Dec 19th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--------------------------------------------------------------
  5.  
  6. theme 029: rencia by legilimen.
  7. shoot me a message if you need help!
  8.  
  9. ---------------------------------------------------------->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <meta name="description" content="{MetaDescription}" />
  16.  
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:pagination" content="#000"/>
  20. <meta name="color:blockquote" content="#eee"/>
  21. <meta name="color:highlight" content="#eee"/>
  22. <meta name="color:text when highlighted" content="#fff"/>
  23. <meta name="color:text" content="#363535"/>
  24. <meta name="color:side links" content="#000"/>
  25. <meta name="color:link" content="#a0a0a0"/>
  26. <meta name="color:link hover" content="#000000"/>
  27. <meta name="color:scrollbar" content="#D6D5D5">
  28. <meta name="color:subtitle hover" content="#CCFF33"/>
  29. <meta name="color:subtitle" content="#000"/>
  30. <meta name="color:quote" content="#000"/>
  31. <meta name="color:post background" content="#f2f2f2"/>
  32.  
  33. <meta name="text:subtitle" content="in the dark"/>
  34. <meta name="text:quote" content="she can be my valentine underneath my sheets on the bedroom floor"/>
  35. <meta name="text:previous page" content="sunset"/>
  36. <meta name="text:next page" content="sunrise"/>
  37. <meta name="image:sidebar" content="">
  38. <meta name="image:menu" conent="">
  39.  
  40. <meta name="select:post outline" content="dashed">
  41. <meta name="select:post outline" content="dotted">
  42. <meta name="select:post outline" content="solid">
  43. <meta name="select:post outline" content="none">
  44.  
  45. <meta name="if:400px" content="1">
  46. <meta name="if:500px" content="0">
  47.  
  48. <meta name="if:ShowCaptions" content="1">
  49. <meta name="if:ShowPostInfo" content="1">
  50.  
  51. <meta name="text:link1" content="">
  52. <meta name="text:link1 url" content="/">
  53. <meta name="text:link2" content="">
  54. <meta name="text:link2 url" content="/">
  55. <meta name="text:link3" content="">
  56. <meta name="text:link3 url" content="/">
  57. <meta name="text:link4" content="">
  58. <meta name="text:link4 url" content="/">
  59. <meta name="text:link5" content="">
  60. <meta name="text:link5 url" content="/">
  61. <meta name="text:link6" content="">
  62. <meta name="text:link6 url" content="/">
  63.  
  64. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  65. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66. <link rel="shortcut icon" href="{Favicon}" />
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  68.  
  69.  
  70.  
  71. <script type="text/javascript" src="http://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
  72. <link href='http://fonts.googleapis.com/css?family=courier new:400,700' rel='stylesheet' type='text/css'>
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77. *, body, a, a:hover {cursor: url(http://i1347.photobucket.com/albums/p715/breezeblocks/themes/cursor_zpsc12dc478.png), auto;}
  78.  
  79.  
  80. a {
  81. color:{color:link};
  82. -moz-transition-duration:0.3s;
  83. -webkit-transition-duration:0.3s;
  84. -o-transition-duration:0.3s;
  85. text-decoration:none;
  86. }
  87.  
  88. a:hover {
  89. -moz-transition-duration:0.3s;
  90. -webkit-transition-duration:0.3s;
  91. -o-transition-duration:0.3s;
  92. color:{color:link hover};
  93. text-decoration:none;
  94. }
  95.  
  96. ::selection {
  97. background-color:{color:highlight};
  98. color: {color:text when highlighted};
  99. }
  100. ::-moz-selection {
  101. background-color:{color:highlight};
  102. color: {color:text when highlighted};
  103. }
  104.  
  105.  
  106. ::-webkit-scrollbar-thumb{
  107. background-color: {color:scrollbar};
  108. border: 1px solid {color:background};
  109. height:auto;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113. height:auto;
  114. width:4px;
  115. background-color: {color:scrollbar};
  116. border:3px solid {color:background};
  117. }
  118.  
  119. body {
  120. background-color:{color:background};
  121. font-family:courier new;
  122. font-weight:lighter;
  123. font-size:12px;
  124. }
  125.  
  126. h1 {
  127. font-weight:normal;
  128. font-size:12px;
  129. text-align:left;
  130. font-style:normal;
  131. font-family:courier new;
  132. line-height:110%;
  133. letter-spacing:0px;
  134. text-transform:none;
  135. color:{color:text};
  136. }
  137.  
  138. h2 {
  139. font-size:14px;
  140. text-align:left;
  141. line-height:120%;
  142. font-weight:lighter;
  143. letter-spacing:0px;
  144. color:{color:text};
  145. font-style:none;
  146. font-family:courier new;
  147. padding:0px;
  148. }
  149.  
  150. blockquote {
  151. border-left:2px solid {color:blockquote};
  152. padding:15px 15px 15px 15px;
  153. margin:10px 10px 10px 20px;
  154. }
  155.  
  156.  
  157. #theme {
  158. background-color:{color:background};
  159. width:700px;
  160. margin: 0 auto -12px auto;
  161. text-align: center;
  162. }
  163.  
  164. #sidebar {
  165. color:{color:text};
  166. width:200px;
  167. position:fixed;
  168. top:0;
  169. padding:20px;
  170. left:0;
  171. margin-left:100px;
  172. margin-top:100px;
  173. z-index:1;
  174. text-align:left;
  175. -moz-transition-duration:0.3s;
  176. -webkit-transition-duration:0.3s;
  177. -o-transition-duration:0.3s;
  178. border:1px {select:post outline} {color:background};
  179. }
  180.  
  181. #sidebar:hover{
  182. border:1px {select:post outline} #000;
  183. background-color:{color:post background};
  184. -moz-transition: all 0.7s;
  185. -webkit-transition: all 0.7s;
  186. -o-transition: all 0.7s;
  187. transition: all 0.7;
  188. }
  189.  
  190. #sidebar img{
  191. width:150px;
  192. margin-bottom:20px;
  193. }
  194.  
  195. .links {
  196. font-family:courier new;
  197. position:fixed;
  198. bottom:0;
  199. left:0;
  200. z-index:-1;
  201. margin-left:35px;
  202. font-size:12px;
  203. text-transform:lowercase;
  204. letter-spacing:10px;
  205. padding:10px;
  206. background-color:#fff;
  207. margin-bottom:60px;
  208. text-align:justify;
  209. line-height:150%;
  210. opacity:0;
  211. -moz-transition-duration:0.7s;
  212. -webkit-transition-duration:0.7s;
  213. -o-transition-duration:0.7s;
  214. }
  215.  
  216. .links a{
  217. padding:10px;
  218. color:{color:side links};
  219. letter-spacing:2px;
  220. z-index:-1;
  221. text-decoration:none;
  222. border:1px {select:post outline} {color:background};
  223. -moz-transition-duration:0.3s;
  224. -webkit-transition-duration:0.3s;
  225. -o-transition-duration:0.3s;
  226. }
  227.  
  228. .links a:hover{
  229. padding:10px;
  230. z-index:-1;
  231. color:{color:side links};
  232. text-decoration:none;
  233. border:1px {select:post outline} #000;
  234. background-color:{color:post background};
  235. -moz-transition-duration:0.3s;
  236. -webkit-transition-duration:0.3s;
  237. -o-transition-duration:0.3s;
  238. }
  239.  
  240. .links:hover .links{
  241. margin-left:100px;
  242. opacity:1;
  243. -moz-transition-duration:0.7s;
  244. -webkit-transition-duration:0.7s;
  245. -o-transition-duration:0.7s;
  246.  
  247. }
  248.  
  249. #menu {
  250. position:fixed;
  251. bottom:0;
  252. left:0;
  253. margin-bottom:50px;
  254. margin-left:0px;
  255. background-color:white;
  256. padding-left:15px;
  257.  
  258. -moz-transition-duration:0.7s;
  259. -webkit-transition-duration:0.7s;
  260. -o-transition-duration:0.7s;
  261. }
  262.  
  263. #menu img{
  264. border-radius:30px;
  265. width:60px;
  266. }
  267.  
  268. #menu:hover .links{
  269. margin-left:100px;
  270. opacity:1;
  271. -moz-transition-duration:0.7s;
  272. -webkit-transition-duration:0.7s;
  273. -o-transition-duration:0.7s;
  274. }
  275.  
  276.  
  277. #subtitle {
  278. margin-left:0px;
  279. font-family: courier new;
  280. text-transform: none;
  281. position:relative;
  282. width: 200px;
  283. font-weight:normal;
  284. line-height:90%;
  285. text-align:left;
  286. letter-spacing:2px;
  287. margin-bottom:10px;
  288. }
  289.  
  290. #subtitle a{
  291. color: {color:subtitle};
  292. font-size: 18px;
  293. -moz-transition-duration:0.3s;
  294. -webkit-transition-duration:0.3s;
  295. -o-transition-duration:0.3s;
  296. }
  297.  
  298. #subtitle a:hover{
  299. color:{color:subtitle hover};
  300. text-decoration:none;
  301. -moz-transition-duration:0.3s;
  302. -webkit-transition-duration:0.3s;
  303. -o-transition-duration:0.3s;
  304. }
  305.  
  306. #quotey {
  307. font-family: courier new;
  308. text-transform: none;
  309. position:relative;
  310. font-style:italic;
  311. font-size:11px;
  312. padding:10px 10px 10px 50px;
  313. position:fixed;
  314. bottom:0;
  315. left:0;
  316. height:10px;
  317. width: 100%;
  318. color:#fff;
  319. background-color:{color:quote};
  320. line-height:90%;
  321. text-align:left;
  322. z-index:100;
  323. }
  324.  
  325.  
  326. .desc {
  327. margin-top:0px;
  328. padding-bottom:10px;
  329. text-align:left;
  330. font-style:none;
  331. font-size:12px;
  332. font-family: courier new;
  333. color:{color:text};
  334. line-height:120%;
  335. width:200px;
  336. position:relative;
  337. margin-left:0px;
  338. }
  339. .pagination {
  340. letter-spacing:0px;
  341. text-align:center;
  342. font-family:courier new;
  343. opacity:1;
  344. margin-bottom:170px;
  345. margin-top:0px;
  346. font-size:15px;
  347. {block:If400Px}
  348. width:400px;
  349. {/block:If400Px}
  350. {block:If500Px}
  351. width:500px;
  352. {/block:If500px}
  353. text-align:center;
  354. padding:20px;
  355. }
  356.  
  357. .pagination a {
  358. color:{color:pagination};
  359. border:1px {select:post outline} {color:background};
  360. padding:20px;
  361. }
  362.  
  363. .pagination a:hover {
  364. color:{color:pagination};
  365. border:1px {select:post outline} #000;
  366. padding:20px;
  367. background-color:{color:post background};
  368. }
  369.  
  370.  
  371.  
  372.  
  373. #stuffcontainer {
  374. float:left;
  375. {block:If400Px}
  376. margin-left:150px;
  377. {/block:If400Px}
  378. {block:If500Px}
  379. margin-left:150px;
  380. {/block:If500px}
  381. margin-top:-50px;
  382. margin-bottom:30px;
  383. text-align:justify;
  384. text-transform:none;
  385. background-color:{color:background};
  386. color:{color:text};
  387. margin-bottom: 35px;
  388. }
  389.  
  390. #stuff {
  391. {block:If400Px}
  392. width:400px;
  393. {/block:If400Px}
  394. {block:If500Px}
  395. width:500px;
  396. {/block:If500px}
  397. margin-top:75px;
  398. text-align:justify;
  399. font-size:12px;
  400. font-family:courier new;
  401. line-height:110%;
  402. color:{color:text};
  403. padding:30px;
  404. border:1px {select:post outline} {color:background};
  405. -moz-transition: all 0.7s;
  406. -webkit-transition: all 0.7s;
  407. -o-transition: all 0.7s;
  408. transition: all 0.7;
  409.  
  410. }
  411.  
  412. #stuff:hover {
  413. border:1px {select:post outline} #000;
  414. background-color:{color:post background};
  415. -moz-transition: all 0.7s;
  416. -webkit-transition: all 0.7s;
  417. -o-transition: all 0.7s;
  418. transition: all 0.7;
  419. }
  420.  
  421.  
  422.  
  423.  
  424. .caption {
  425. {block:If400Px}
  426. width:400px;
  427. {/block:If400Px}
  428. {block:If500Px}
  429. width:500px;
  430. {/block:If500px}
  431. text-align:justify;
  432. line-height:120%;
  433. {block:IfShowCaptions}
  434. opacity:1;
  435. {/block:IfShowCaptions}
  436. {block:IfNotShowCaptions}
  437. opacity:0;
  438. {/block:IfNotShowCaptions}
  439. text-transform:none;
  440. }
  441.  
  442.  
  443.  
  444.  
  445.  
  446. /**Ask Posts**/
  447.  
  448. .ask {
  449. padding:10px;
  450. text-align:left;
  451. color:{color:text};
  452. background-color:{color:post background};
  453. }
  454.  
  455. .ans {
  456. text-align:left;
  457. padding:10px;
  458. margin-left:-5px;
  459. color:{color:text};
  460. }
  461.  
  462. /**Audio Posts**/
  463.  
  464. .audio {
  465. height:60px;
  466. padding:10px;
  467. margin-bottom:15px;
  468. background-color:{color:post background};
  469. }
  470.  
  471. .audio-album {
  472. position:absolute;
  473. width:60px;
  474. -webkit-transition: opacity 0.6s linear;
  475. opacity: 1;
  476. }
  477.  
  478. .audio-player {
  479. opacity:1;
  480. filter:alpha(opacity=90);
  481. width:30px;
  482. height:30px;
  483. overflow:hidden;
  484. position:absolute;
  485. border:5px solid #fff;
  486. z-index:2;
  487. color:#fff;
  488. margin-top:10px;
  489. margin-left:10px;
  490. background-color:#fff;
  491. opacity:0;
  492. -webkit-transition: all 0.6s ease-out;
  493. -o-transition: all 0.6s ease-out;
  494. -webkit-transition: all 0.6s ease-out;
  495. -moz-transition: all 0.6s ease-out;
  496. }
  497.  
  498. .audio-info {
  499. margin-top:-2px;
  500. position:relative;
  501. margin-left:90px;
  502. line-height:180%;
  503. padding:2px;
  504. }
  505.  
  506. .audio:hover .audio-player {
  507. opacity:.6;
  508. -webkit-transition: all 0.6s ease-out;
  509. -o-transition: all 0.6s ease-out;
  510. -webkit-transition: all 0.6s ease-out;
  511. -moz-transition: all 0.6s ease-out;
  512. }
  513.  
  514. /**Chat Posts**/
  515.  
  516. .chat {
  517. line-height:160%;
  518. list-style:none;
  519. }
  520.  
  521. .line.odd {
  522. background:#fafafa;
  523. margin-bottom:2px;
  524. padding:5px;
  525. list-style:none;
  526. }
  527.  
  528. .line.even {
  529. background:{color:background};
  530. margin-bottom:2px;
  531. padding:5px;
  532. list-style:none;
  533. }
  534.  
  535. .label {
  536. padding-right:1px;
  537. text-transform:uppercase;
  538. font-weight:bold;
  539. }
  540.  
  541. /**Post Info, Notes**/
  542.  
  543.  
  544. #postinfo {
  545. {block:IfNotShowPostInfo}
  546. {block:IndexPage}opacity:0;{/block:IndexPage}
  547. {/block:IfNotShowPostInfo}
  548. {block:IfShowPostInfo}
  549. {block:IndexPage}opacity:1;{/block:IndexPage}
  550. {/block:IfShowPostInfo}
  551. font-family:courier new;
  552. {block:If400Px}
  553. width:380px;
  554. {/block:If400Px}
  555. {block:If500Px}
  556. width:480px;
  557. {/block:If500px}
  558. font-size:12px;
  559. text-transform:lowercase;
  560. font-weight:lighter;
  561. {block:IfNotShowPostInfo}
  562. text-align:center;
  563. {/block:IfNotShowPostInfo}
  564. {block:IfShowPostInfo}
  565. text-align:left;
  566. {/block:IfShowPostInfo}
  567. margin-top:-16px;
  568. padding:5px 10px 0px 0px;
  569. {block:IfNotShowPostInfo}
  570. {block:IndexPage}
  571. -moz-transition-duration:0.5s;
  572. -webkit-transition-duration:0.5s;
  573. -o-transition-duration:0.5s;
  574. {/block:IndexPage}
  575. {/block:IfNotShowPostInfo}
  576. }
  577.  
  578. #postinfo a {
  579. color:{color:text};
  580. -moz-transition-duration:0.5s;
  581. -webkit-transition-duration:0.5s;
  582. -o-transition-duration:0.5s;
  583. }
  584.  
  585. #postinfo a:hover {
  586. color:{color:link hover};
  587. -moz-transition-duration:0.5s;
  588. -webkit-transition-duration:0.5s;
  589. -o-transition-duration:0.5s;
  590. }
  591.  
  592. .tags {
  593. {block:IfNotShowPostInfo}
  594. {block:IndexPage}opacity:0;{/block:IndexPage}
  595. {/block:IfNotShowPostInfo}
  596. {block:IfShowPostInfo}
  597. {block:IndexPage}opacity:1;{/block:IndexPage}
  598. {/block:IfShowPostInfo}
  599. text-transform:lowercase;
  600. font-size:11px;
  601. font-family:courier new;
  602. {block:IfNotShowPostInfo}
  603. text-align:center;
  604. {/block:IfNotShowPostInfo}
  605. {block:IfShowPostInfo}
  606. text-align:left;
  607. {/block:IfShowPostInfo}
  608. margin-top:-9px;
  609. {block:If400Px}
  610. width:380px;
  611. {/block:If400Px}
  612. {block:If500Px}
  613. width:480px;
  614. {/block:If500px}
  615. letter-spacing:0px;
  616. padding:3px 10px 5px 0px;
  617. {block:IfNotShowPostInfo}
  618. {block:IndexPage}
  619. -moz-transition-duration:0.5s;
  620. -webkit-transition-duration:0.5s;
  621. -o-transition-duration:0.5s;
  622. {/block:IndexPage}
  623. {/block:IfNotShowPostInfo}
  624. }
  625.  
  626. .tags a{
  627. color:{color:text};
  628. -moz-transition-duration:0.5s;
  629. -webkit-transition-duration:0.5s;
  630. -o-transition-duration:0.5s;
  631. }
  632.  
  633. .tags a:hover {
  634. color:{color:link hover};
  635. -moz-transition-duration:0.5s;
  636. -webkit-transition-duration:0.5s;
  637. -o-transition-duration:0.5s;
  638. }
  639.  
  640. {block:IfNotShowPostInfo}
  641.  
  642. {block:IndexPage}
  643.  
  644.  
  645.  
  646. #stuff:hover #postinfo{
  647. opacity:1;
  648. -moz-transition-duration:0.5s;
  649. -webkit-transition-duration:0.5s;
  650. -o-transition-duration:0.5s;
  651. }
  652. #stuff:hover .tags{
  653. opacity:1;
  654. -moz-transition-duration:0.5s;
  655. -webkit-transition-duration:0.5s;
  656. -o-transition-duration:0.5s;
  657. }
  658.  
  659. {/block:IndexPage}
  660.  
  661.  
  662. {/block:IfNotShowPostInfo}
  663.  
  664. .note {
  665. text-transform:lowercase;
  666. font-style:normal;
  667. letter-spacing:0px;
  668. font-size: 12px;
  669. text-align:left;
  670. line-height:90%;
  671. margin-left:0px;
  672. margin-top: 50px;
  673. }
  674.  
  675. .note li {
  676. list-style-type:none;
  677. padding:10px 10px 10px 10px;
  678. text-align:left;
  679. -moz-transition-duration:0.5s;
  680. -webkit-transition-duration:0.5s;
  681. -o-transition-duration:0.5s;
  682. }
  683.  
  684. .note img{
  685. display:none;
  686. }
  687.  
  688. .note li a{
  689. font-style: none;
  690. padding:10px 10px 10px 10px;
  691. }
  692.  
  693. .note li a:hover{
  694. font-style:none;
  695. background-color: {color:background};
  696. padding:10px 10px 10px 10px;
  697. }
  698.  
  699. #credit {
  700. position:fixed;
  701. font-size:20px;
  702. font-weight:normal;
  703. line-height:150%;
  704. right:10px;
  705. bottom:35px;
  706. text-transform:uppercase;
  707. text-align:center;
  708. z-index:1000;
  709. }
  710.  
  711. #credit a {
  712. -moz-transition-duration:0.5s;
  713. -webkit-transition-duration:0.5s;
  714. -o-transition-duration:0.5s;
  715. }
  716.  
  717. #credit a:hover{
  718. text-decoration:none;
  719. color:{color:link color};
  720. -moz-transition-duration:0.5s;
  721. -webkit-transition-duration:0.5s;
  722. -o-transition-duration:0.5s;
  723.  
  724. }
  725.  
  726.  
  727.  
  728. {CustomCSS}
  729.  
  730. #s-m-t-tooltip {
  731. max-width:300px;
  732. padding:5px;
  733. margin:10px 0px 0px 10px;
  734. background-color:#fff;
  735. font-family:courier new;
  736. font-style:none;
  737. font-size:10px;
  738. line-height:10px;
  739. text-transform:none;
  740. color:{color:text};
  741. z-index: 10000;
  742. border:1px {select:post outline} #000;
  743. }
  744.  
  745. </style></head>
  746.  
  747. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  748. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  749. <script>
  750. (function($){
  751. $(document).ready(function(){
  752. $("a[title]").style_my_tooltips({
  753. tip_follows_cursor:true,
  754. tip_delay_time:100,
  755. tip_fade_speed:100,
  756. attribute:"title"
  757. });
  758. });
  759. })(jQuery);
  760. </script>
  761.  
  762.  
  763. <div id="theme">
  764. <div id="sidebar">
  765. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a>
  766. <div id="subtitle"><a href="/">{text:Subtitle}</a></div>
  767. <div class="desc">
  768. {Description}
  769. </div>
  770. </div>
  771.  
  772.  
  773.  
  774. </div>
  775.  
  776.  
  777.  
  778. <div id="menu"><div id="menuimage"><img src="{image:menu}"></div>
  779. <div class="links">
  780.  
  781. {block:IfLink1}
  782. <a href="{text:link1 url}">{text:link1}</a>
  783. {/block:IfLink1}
  784. {block:IfLink2}
  785. <a href="{text:link2 url}">{text:link2}</a>
  786. {/block:IfLink2}
  787. {block:IfLink3}
  788. <a href="{text:link3 url}">{text:link3}</a>
  789. {/block:IfLink3}
  790. {block:IfLink4}
  791. <a href="{text:link4 url}">{text:link4}</a>
  792. {/block:IfLink4}
  793. {block:IfLink5}
  794. <a href="{text:link5 url}">{text:link5}</a>
  795. {/block:IfLink5}
  796. {block:IfLink6}
  797. <a href="{text:link6 url}">{text:link6}</a>
  798. {/block:IfLink6}
  799. </div></div>
  800.  
  801.  
  802. <div id="quotey">{text:quote}</div>
  803.  
  804. <div id="stuffcontainer">
  805.  
  806. {block:Posts}
  807.  
  808. <div id="stuff">
  809.  
  810. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  811.  
  812. {block:Quote}<h2>“{Quote}”</h2><h1>– {Source}</h1>{/block:Quote}
  813.  
  814. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  815. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  816.  
  817. {block:If400Px}
  818. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Photo}
  819. {/block:If400Px}
  820. {block:If500Px}
  821. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Photo}
  822. {/block:If500px}
  823.  
  824. {block:If400Px}
  825. {block:Photoset}<center>{Photoset-400}</center>
  826. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Photoset}
  827. {/block:If400Px}
  828. {block:If500Px}
  829. {block:Photoset}<center>{Photoset-500}</center>
  830. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Photoset}
  831. {/block:If500px}
  832.  
  833. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}
  834.  
  835. {block:If400Px}
  836. {block:Video}{Video-500}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Video}
  837. {/block:If400Px}
  838. {block:If500Px}
  839. {block:Video}{Video-500}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Video}
  840. {/block:If500px}
  841.  
  842. {block:Answer}<div class="ask"><b>{Asker} is typing...</b><br> {Question}</div><div class="ans">{Answer}</div>
  843. <div style= text-align:center;></div>{/block:answer}
  844.  
  845. {block:Audio}
  846. <div class="audio">
  847. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  848.  
  849. <div class="audio-info">
  850. {block:TrackName}<b>Track:</b> {TrackName}<BR>{/block:TrackName}
  851. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  852. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  853. </div></div>
  854. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  855. {/block:Audio}
  856. <br><br>
  857.  
  858.  
  859.  
  860. <div id="postinfo">{block:Date}<a href="{Permalink}">{24HourWithZero}:{Minutes}:{Seconds} {CapitalAmPm}{/block:Date}</a> {block:NoteCount}<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</div><br><div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  861. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div>
  862. {/block:Posts}
  863.  
  864. <div class="pagination">{block:Pagination}
  865. {block:PreviousPage}<a href="{PreviousPage}">&larr; {text:previous page}</a>{/block:PreviousPage}
  866. {block:NextPage}<a href="{NextPage}">{text:next page} &rarr;</a>{/block:NextPage}
  867. {/block:Pagination}</div></center>
  868.  
  869.  
  870. <div id="credit"><a href="http://legilimen.tumblr.com" title="@legilimenthemes">☼</a></div>
  871.  
  872. </div>
  873. </div>
  874. </div>
  875. </body>
  876. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement