Advertisement
whattheweasley

Theme 21: Sun & Stars

Sep 9th, 2012
3,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- DO NOT REMOVE THE FOLLOWING
  6. ♡ Theme 21: sun & stars by Rachael: pevensied @ tumblr.com ♡
  7. • if you're using my theme, please keep credit in tact.
  8. • this theme isn't a base theme, do not redistribute.
  9. • edit to your heart's consent, but this will always be MY theme
  10. -->
  11.  
  12.  
  13. <body>
  14. <head>
  15.  
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. <meta name="color:background" content="#FFFFFF" />
  19. <meta name="color:entries" content="#fee1cd" />
  20. <meta name="color:titles" content="#070707" />
  21. <meta name="color:body text" content="#383737" />
  22. <meta name="color:description text" content="#C0AEA0" />
  23. <meta name="color:sidebar click" content="#FFFFFF" />
  24. <meta name="color:link" content="#ca4d64" />
  25. <meta name="color:link hover" content="#f3b970" />
  26.  
  27. <meta name="color:navigation" content="#aa5555" />
  28. <meta name="color:nav link titles" content="#FFFFFF" />
  29. <meta name="color:navigation hover" content="#552222" />
  30. <meta name="color:selection" content="#bd7e8b" />
  31. <meta name="color:scroll bar" content="#aa5555" />
  32.  
  33. <meta name="font:body" content="helvetica neue" />
  34. <meta name="font:description" content="helvetica neue" />
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="if:show tags" content="0" />
  40. <meta name="if:show description" content="0" />
  41. <meta name="if:show post info" content="0" />
  42. <meta name="if:show captions" content="0" />
  43. <meta name="if:show title left" content="1" />
  44. <meta name="if:show title top" content="1" />
  45. <meta name="if:fading images" content="0" />
  46. <meta name="if:fade in monochrome images" content="1" />
  47. <meta name="if:monochrome images" content="0" />
  48. <meta name="if:fading dash/follow" content="1">
  49. <meta name="text:title left" content="title left"/>
  50. <meta name="text:title top" content="title top"/>
  51. <meta name="text:link one" content="/"/>
  52. <meta name="text:link one name" content="link 1"/>
  53. <meta name="text:link three" content="/"/>
  54. <meta name="text:link three name" content="link 3"/>
  55.  
  56. <meta name="text:link two" content="/"/>
  57. <meta name="text:link two name" content="link 2"/>
  58.  
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61.  
  62. <title>{title}</title>
  63.  
  64. {block:Description}
  65. <meta name="description" content="{MetaDescription}" />
  66. {/block:Description}
  67.  
  68. <link rel="shortcut icon" href="{Favicon}" />
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Quicksand:300' rel='stylesheet' type='text/css'>
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  74.  
  75. <style type="text/css">
  76.  
  77. @font-face {
  78. font-family: "Quicksand";
  79. src: url('http://static.tumblr.com/z5o2pr2/zSAm979ab/quicksand_book.otf');
  80. }
  81.  
  82. /* ---------- scroll bar --------- */
  83. ::-webkit-scrollbar-thumb:vertical {
  84. background-color: {color:scrollbar};
  85. height: 50px;
  86. }
  87. ::-webkit-scrollbar-thumb:horizontal {
  88. background-color: {color:scrollbar};
  89. height: 50px;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height: 10px;
  94. width: 5px;
  95. background-color: {color:background};
  96. }
  97.  
  98. /* ---------- color selection --------- */
  99.  
  100. ::-moz-selection {color: #FFF;background: {color:selection};}
  101.  
  102. ::selection {color:#FFF;background: {color:selection};}
  103.  
  104. /* ---------- follow/dash fade --------- */
  105. {block:ifFadingDash/Follow}
  106. iframe#tumblr_controls {
  107. top:2px !important;
  108. right:3px !important;
  109. position: fixed !important;
  110. opacity: 0.8;
  111. -webkit-transition: all 0.8s ease-out;
  112. -moz-transition: all 0.8s ease-out;
  113. transition: all 0.8s ease-out;}
  114.  
  115. iframe#tumblr_controls:hover{
  116. opacity: 1;
  117. -webkit-transition: all 0.4s ease-out;
  118. -moz-transition: all 0.4s ease-out;
  119. transition: all 0.4s ease-out;}
  120. {/block:ifFadingDash/Follow}
  121.  
  122. {block:ifnotFadingDash/Follow}
  123. iframe#tumblr_controls {
  124. top:2px !important\;
  125. right:3px !important;
  126. position:fixed !important;
  127. }
  128. {/block:ifnotFadingDash/Follow}
  129.  
  130. /* Body */
  131. body {
  132. color:{color:body text};
  133. background-color:{color:background};
  134. background-image: url('{image:background}');
  135. background-position: center;
  136. background-attachment:fixed;
  137. background-repeat: repeat;
  138. font:10px {font:body};
  139. line-height:110%;
  140. text-align:justify}
  141.  
  142. a:link, a:active, a:visited{
  143. color: {color:link};
  144. text-decoration:none;
  145. -webkit-transition: all 0.7s ease-in-out;
  146. -moz-transition: all 0.7s ease-in-out;
  147. transition: all 0.7s ease-in-out;
  148. }
  149.  
  150. a:hover{
  151. color:{color:link hover};
  152. background-color: transparent;
  153. }
  154.  
  155. /* Entries */
  156.  
  157. #container {
  158. width:950px;
  159. float:left;
  160. z-index:100;
  161. }
  162.  
  163. #entries{
  164. left:70%;
  165. margin-left:420px;
  166. margin-top:20px;
  167. width:510px}
  168.  
  169. {block:iffadingimages}
  170. #entries img {
  171. opacity: .8;
  172. -webkit-transition: all 0.5s ease-out;
  173. -moz-transition: all 0.5s ease-out;
  174. transition: all 0.5s ease-out;
  175. }
  176.  
  177. #entries img:hover {
  178. opacity: 1;
  179. }
  180. {/block:iffadingimages}
  181.  
  182. #posts{
  183. overflow:hidden;
  184. background-color: {color:entries};
  185. color:{color:body text};
  186. padding:5px;
  187. margin-bottom:40px;
  188. -webkit-transition: all 0.7s
  189. ease-out;-moz-transition: all 0.7s ease-out;
  190. transition: all 0.7s ease-out;
  191. }
  192.  
  193. #posts:hover #info {
  194. opacity:1.0;
  195. margin-top:-22px;
  196. }
  197. {block:ifnotShowTags}
  198. #posts:hover #tags {
  199. opacity:1;
  200. margin-top:7px;
  201. }
  202.  
  203. {/block:ifnotShowTags}
  204.  
  205. /* Cats */
  206.  
  207. #credit {
  208. position:fixed;
  209. width:90px;
  210. right:1px;
  211. bottom:1px;
  212. padding:2px;
  213. line-height:11px;
  214. letter-spacing:0px;
  215. font:10px Calibri, Tahoma, Helvetica, Sans-Serif;
  216. color: #383737;
  217. background-color:#eee;
  218. text-align:center;
  219. text-transform:case;
  220. font-style:none;
  221. }
  222.  
  223. #credit a {
  224. color:#383737;
  225. }
  226. #credit a:hover {
  227. color:#383737;
  228. }
  229.  
  230. /* Images */
  231. .entry img {
  232. {block:iffadingimages}opacity: .8;{/block:iffadingimages}
  233. {block:ifnotFadingImages}opacity:1;{/block:ifnotFadingImages}
  234. {block:ifMonochromeImages}
  235. -webkit-filter: grayscale(1);
  236. -moz-filter: grayscale(100%);
  237. -ms-filter: grayscale(100%);
  238. -o-filter: grayscale(100%);
  239. filter: grayscale(100%);
  240. filter: url(grayscale.svg);
  241. filter: gray;
  242. {/block:ifMonochromeImages}
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;
  245. transition: all 0.5s ease-out;
  246. }
  247.  
  248. .entry img:hover {
  249. opacity: 1;
  250. {block:ifFadeInMonochromeImages}
  251. -webkit-filter: grayscale(1);
  252. -moz-filter: grayscale(100%);
  253. -ms-filter: grayscale(100%);
  254. -o-filter: grayscale(100%);
  255. filter: grayscale(100%);
  256. filter: url(grayscale.svg);
  257. filter: gray;
  258. {/block:ifFadeInMonochromeImages}
  259. {block:ifMonochromeImages}
  260. -webkit-filter: grayscale(0);
  261. -moz-filter: grayscale(0%);
  262. -ms-filter: grayscale(0%);
  263. -o-filter: grayscale(0%);
  264. filter: grayscale(0%);
  265. filter: url(grayscale.svg);
  266. filter: none;
  267. {/block:ifMonochromeImages}
  268. -webkit-transition: all 0.5s ease-out;
  269. -moz-transition: all 0.5s ease-out;
  270. transition: all 0.5s ease-out;
  271. }
  272. .trans {
  273. {block:iffadingimages}opacity: .8;{/block:iffadingimages}
  274. {block:ifnotFadingImages}opacity:1;{/block:ifnotFadingImages}
  275. {block:ifMonochromeImages}
  276. -webkit-filter: grayscale(1);
  277. -moz-filter: grayscale(100%);
  278. -ms-filter: grayscale(100%);
  279. -o-filter: grayscale(100%);
  280. filter: grayscale(100%);
  281. filter: url(grayscale.svg);
  282. filter: gray;
  283. {/block:ifMonochromeImages}
  284. -webkit-transition: all 0.5s ease-out;
  285. -moz-transition: all 0.5s ease-out;
  286. transition: all 0.5s ease-out;
  287. margin-bottom:-1px;
  288. }
  289.  
  290. .trans:hover {
  291. opacity: 1;
  292. {block:ifFadeInMonochromeImages}
  293. -webkit-filter: grayscale(1);
  294. -moz-filter: grayscale(100%);
  295. -ms-filter: grayscale(100%);
  296. -o-filter: grayscale(100%);
  297. filter: grayscale(100%);
  298. filter: url(grayscale.svg);
  299. filter: gray;
  300. {/block:ifFadeInMonochromeImages}
  301. {block:ifMonochromeImages}
  302. -webkit-filter: grayscale(0);
  303. -moz-filter: grayscale(0%);
  304. -ms-filter: grayscale(0%);
  305. -o-filter: grayscale(0%);
  306. filter: grayscale(0%);
  307. filter: url(grayscale.svg);
  308. filter: none;
  309. {/block:ifMonochromeImages}
  310. -webkit-transition: all 0.5s ease-out;
  311. -moz-transition: all 0.5s ease-out;
  312. transition: all 0.5s ease-out;
  313. }
  314.  
  315.  
  316.  
  317. /* Sidebar */
  318.  
  319. .description {
  320. background-color:transparent;
  321. font:9px {font:description};
  322. position:fixed;
  323. margin-left:180px;
  324. margin-top:120px;
  325. width:250px;
  326. z-index:0;
  327. }
  328.  
  329.  
  330. #sidebarimg img {
  331. width: 180px;
  332. margin:auto;
  333. text-align:center;
  334. z-index:100;
  335. }
  336.  
  337. .dtext {
  338. margin-top:5px;
  339. padding-bottom:10px;
  340. {block:ifShowDescription}padding-top:5px;{/block:ifShowDescription}
  341. width:180px;
  342. text-align:center;
  343. margin:auto;
  344. }
  345.  
  346. .description:hover .ct {
  347. opacity:0;
  348. -webkit-transition: all 0.9s ease-out;
  349. -moz-transition: all 0.9s ease-out;
  350. transition: all 0.9s ease-out;
  351. }
  352. .ct {
  353. position:absolute;
  354. font-family:Calibri, Tahoma, Helvetica, Sans-Serif;
  355. text-transform:uppercase;
  356. font-size:10px;
  357. color:{color:sidebar click};
  358. opacity:0.5;
  359. margin-top:0px;
  360. margin-left:170px;
  361. z-index:99;
  362. -webkit-transition: all 0.9s ease-out;
  363. -moz-transition: all 0.9s ease-out;
  364. transition: all 0.9s ease-out;
  365. }
  366.  
  367. #sidebar {
  368. width:220px;
  369. position:fixed;
  370. padding:0px;
  371. height:auto;
  372. -webkit-transition: all 0.7s ease-out;
  373. -moz-transition: all 0.7s ease-out;
  374. transition: all 0.7s ease-out;
  375.  
  376. }
  377.  
  378. #hatter {
  379. text-align:center;
  380. margin:auto;
  381. margin-left:21px;
  382. margin-top:-3px;
  383. width: 180px;
  384. -webkit-transition: all 0.7s ease-out;
  385. -moz-transition: all 0.7s ease-out;
  386. transition: all 0.7s ease-out;
  387. }
  388.  
  389. #hatter a {
  390. width:41px;
  391. display:inline-block;
  392. margin-left:-3px;
  393. margin-bottom: 0px;
  394. line-height:20px;
  395. background-color:{color:Navigation};
  396. font:11px calibri;
  397. text-transform: lowercase;
  398. color:{color:Nav Link Titles};
  399. text-align:center;
  400. padding:2px;
  401. text-decoration:none;
  402. -webkit-transition: all 0.7s ease-out;
  403. -moz-transition: all 0.7s ease-out;
  404. transition: all 0.7s ease-out;
  405. }
  406.  
  407. #hatter a:hover {
  408. color:{color:background};
  409. background-color:{color:Navigation Hover};
  410. }
  411.  
  412. #titleleft {
  413. position:absolute;
  414. width:200px;
  415. height:100px;
  416. overflow:hidden;
  417. color:{color:text};
  418. -webkit-transform: rotate(-90deg);
  419. font-family:'quicksand',helvetica,sans serif;
  420. font-size:30px;
  421. line-height:normal;
  422. text-transform:case;
  423. text-align:right;
  424. z-index:-1;
  425. padding-right:3px;
  426. margin-left:-68px;
  427. margin-top:51px;
  428. }
  429.  
  430. #titletop {
  431. position:absolute;
  432. width:180px;
  433. height:100px;
  434. overflow:auto;
  435. color:{color:text};
  436. font-family:'quicksand',helvetica,sans serif;
  437. font-size:30px;
  438. line-height:normal;
  439. text-transform:case;
  440. text-align:left;
  441. z-index:-2;
  442. margin-left:20px;
  443. margin-top:-38px;
  444. }
  445. /* Headings */
  446. h1{
  447. color:{color:titles};
  448. font-family:'quicksand',helvetica,sans serif;
  449. font-size:20px;
  450. line-height:20px;
  451. letter-spacing:1px;
  452. font-weight:normal;
  453. text-transform:lowercase;
  454. margin:0px;
  455. padding:4px;
  456. text-align:center;
  457. font-weight:lighter;
  458. }
  459.  
  460. h2{
  461. color:{color:titles};
  462. font-family:'quicksand',helvetica,sans serif;
  463. font-size:16px;
  464. line-height:14px;
  465. letter-spacing:-1px;
  466. font-weight:normal;
  467. text-transform:case;
  468. margin:0px;
  469. padding:0px;
  470. margin-bottom:1px;
  471. text-align:center;
  472. }
  473.  
  474. h3{
  475. font:normal 11px Calibri, Tahoma, Helvetica, Sans-Serif;
  476. display:inline-block;
  477. padding:2px;
  478. color:{color:link};
  479. margin:0px; width:35px;
  480. text-transform:uppercase;
  481. }
  482.  
  483. #tags {
  484. display:block;
  485. width:350px;
  486. padding-top:3px;
  487. padding-bottom: 2px;
  488. margin-left:150px;
  489. position:absolute;
  490. text-transform:lowercase;
  491. text-align:right;
  492. -webkit-transition: all 0.7s ease-out;
  493. -moz-transition: all 0.7s ease-out;
  494. transition: all 0.7s ease-out;
  495.  
  496. {block:ifshowTags}
  497. margin-top:6px;
  498. opacity:1;
  499. {/block:ifshowTags}
  500. {block:ifnotShowTags}
  501. margin-top:-15px;
  502. {block:IndexPage}opacity:0;{/block:IndexPage}
  503. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  504. {/block:ifNotShowTags}
  505. }
  506.  
  507. #info {
  508. width:510px;
  509. position: absolute;
  510. font:italic 10px {font:body};
  511. background-color: transparent;
  512. color:#383737;
  513. text-align:center;
  514. text-transform: lowercase;
  515. padding: 3px;
  516. {block:ifshowPostInfo}
  517. margin-top:-22px;
  518. opacity:1;
  519. {/block:ifshowPostInfo}
  520. {block:ifnotShowPostInfo}
  521. {block:IndexPage}margin-top:-0px;
  522. opacity:0;{/block:indexpage}
  523. {block:PermalinkPage}
  524. margin-top:-22px;
  525. opacity:1;{/block:PermalinkPage}
  526. {/block:ifnotShowPostInfo}
  527. -webkit-transition: all 0.7s ease-out;
  528. -moz-transition: all 0.7s ease-out;
  529. transition: all 0.7s ease-out;
  530. }
  531.  
  532. .reblogicons img {
  533. margin-top:2px;
  534. border: 2px solid {color:navigation};
  535. }
  536.  
  537. /* Pagination */
  538.  
  539. #pagination {
  540. position:absolute;
  541. text-align:center;
  542. width:220px;
  543. }
  544. #pagination a {
  545. color: {color:link};
  546. font-family:georgia;
  547. text-align:center;
  548. font-size:45px;
  549. }
  550. /* Ask Posts */
  551.  
  552. .response {
  553. padding: 3px; display: block;
  554. background-color:{#c0bcbc};
  555. border-top:1px dashed #383737;
  556. }
  557. .asked {
  558. display: block;
  559. margin-left: 35px;
  560. margin-top : 0px;
  561. line-height: 5px;
  562. font-style: none;
  563. color: #e2e6e6;
  564. height: 16px;
  565. text-align: left;
  566. text-shadow: 1px 1px 1px # 59493rd;
  567. line-height: 18px ;
  568. text-transform: lowercase;}
  569. .asked a {
  570. color: #e2e6e6;
  571. }
  572. .askerimg {
  573. background: #fff;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
  574. border:3px solid #383737;
  575. opacity:3;
  576. }
  577. .asker img {
  578. opacity:300%
  579. }
  580.  
  581. /* Audio Posts */
  582. .albumart{
  583. width:110px; height:110px;
  584. position:relative;
  585. background-image:url('http://static.tumblr.com/z5o2pr2/f6Bm6eu6g/audio.png');
  586. }
  587. .albumart img{
  588. width:110px; height:110px;
  589. }
  590.  
  591. .audio_back{
  592. background-color:#fff;
  593. width:40px;
  594. height:40px;
  595. position:relative;
  596. margin-top:-35px;
  597. margin-left:34px;
  598. opacity: 0.5;
  599. -webkit-transition: all 0.7s ease-out;
  600. -moz-transition: all 0.7s ease-out;
  601. transition: all 0.7s ease-out;
  602. }
  603.  
  604. .audio{
  605. width:28px;
  606. height:28px;
  607. overflow:hidden;
  608. position:relative;
  609. margin-top:-70px;
  610. margin-left:40px;
  611. z-index:3;
  612. }
  613.  
  614. .awrap{
  615. width:110;
  616. height:110;
  617. float:left;
  618. }
  619.  
  620. .ainfo{
  621. float:right;
  622. text-align:left;
  623. width:385px;
  624. }
  625.  
  626. /* Other */
  627. blockquote {
  628. margin-left: 10px;
  629. border-left:1px {color:text} dotted;;
  630. padding-left:8px;
  631. }
  632. blockquote img, blockquote a img { max-width: 490px}
  633.  
  634. b, strong{
  635. color:{color:titles}
  636. }
  637. i, em {
  638. color:{color:link hover};
  639. }
  640. p{
  641. margin-top:3px; margin-bottom:3px
  642. }
  643.  
  644. img a{border:none; width:100%}
  645.  
  646.  
  647. .user_1 .label {color:{color:link}; font-weight:bold}
  648. .user_2 .label {color:{color:link hover}; font-weight:bold}
  649. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  650.  
  651. .notes img{
  652. background-color: #bebebe;
  653. width:10px;
  654. position:relative;
  655. top:1px;
  656. }
  657. ol.notes, .notes li{
  658. list-style:none;
  659. margin:0px;
  660. padding:0px;
  661. }
  662. random text{
  663. background-color:transparent!important;
  664. }
  665.  
  666.  
  667.  
  668.  
  669. </style>
  670. <style type="text/css">{CustomCSS}</style>
  671. </head>
  672.  
  673. <body>
  674.  
  675. <div class="description">
  676.  
  677. <div id="sidebar">
  678. {block:ifnotShowDescription}<div class="ct">click!</div>{/block:ifnotShowDescription}
  679. {block:ifShowTitleLeft}
  680. <div id="titleleft"><a href="/"><font color="{color:titles}">{text:title left}</font></a></div>{/block:ifShowTitleLeft}
  681. {block:ifShowTitleTop}<div id="titletop"><a href="/"><font color="{color:titles}">{text:title top}</font></a></div>{/block:ifShowTitleTop}
  682.  
  683. <div id="sidebarimg"> <center>{block:ifnotShowDescription}<a href="#" class="cthrough" title="click">{/block:ifnotShowDescription}<img src="{image:sidebar}"/></a>
  684. {block:ifnotShowDescription}<div class="hidden">
  685. <div class="dtext"><div align="center">{description}</div></div>
  686. <div>{/block:ifnotShowDescription}
  687. </center>
  688.  
  689. </div>
  690.  
  691. <script type="text/javascript">
  692. jQuery(document).ready(function() {
  693. jQuery(".hidden").hide();
  694. //toggle the componenet with class msg_body
  695. jQuery(".cthrough").click(function()
  696. {
  697. jQuery(this).next(".hidden").slideToggle(500);
  698. });});
  699. </script>
  700.  
  701.  
  702. <div id="hatter">
  703. <a href="/ask">ask</a>
  704. {block:IfLinkOne}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOne}
  705. {block:IfLinkTwo}<a href="{text:link Two}">{text:link two name}</a>{/block:IfLinkTwo}
  706. {block:IfLinkThree}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThree}
  707.  
  708. </div>
  709. {block:ifShowDescription}<div class="dtext"><div align="center">{description}</div></div>{block:ifShowDescription}
  710. {block:Pagination}
  711. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  712. {block:NextPage}<a href="{NextPage}">&raquo;</a></div>{/block:NextPage}
  713. {/block:Pagination}
  714. </div>
  715. </div>
  716. </div>
  717. <div class="credit">
  718. <div id="credit"><font color="#383737"><a href="http://pevensied.tumblr.com" target="_blank">theme by pevensied</a></div>
  719. </div>
  720.  
  721.  
  722. <div id="container">
  723.  
  724.  
  725. <div id="entries">
  726.  
  727. {block:Posts}
  728. <div id="posts">
  729.  
  730. {block:date}
  731. <div id="info">
  732. <a href="{permalink}">{TimeAgo}</a> •
  733. {NoteCount} notes {block:RebloggedFrom} • from: <a href"{ReblogParentURL}" title"{ReblogParentTitle}">{ReblogParentName}</a> •
  734. source: <a href="{ReblogRootUrl}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  735. </em>
  736. {/block:RebloggedFrom}
  737. </div>
  738. {/block:date}
  739.  
  740. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  741. {block:Text}<div class="entry">{Body}</div>
  742. {/block:Text}
  743.  
  744. {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
  745. {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
  746.  
  747. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  748. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  749.  
  750. {block:Photo}<div class="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}</div>
  751. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  752. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  753. {Caption}
  754. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  755. {/block:Photo}
  756. {/block:Photo}
  757. {block:Photoset}<center><div class="trans">{Photoset-500}</div></center>
  758. {block:PermalinkPage}{block:Caption}
  759. {Caption}
  760. {/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  761.  
  762. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  763. {/block:Chat}
  764.  
  765. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  766. {block:Answer}
  767. <div id="question">
  768. <div class="asker"><img src="{AskerPortraitURL-30}" width="30px" class="askerimg"></div> {Asker} asked:
  769. {Question}</div>
  770. <div class="response">{Answer}</div>
  771. {/block:Answer}
  772.  
  773.  
  774. {block:Audio}
  775. <div style="min-height:110px;">
  776. <div class="awrap">
  777. <div class="albumart">
  778. {block:AlbumArt}
  779. <div class="trans"><img src="{AlbumArtURL}"></div>
  780. {/block:AlbumArt}
  781. </div>
  782. <div class="audio">{AudioPlayerWhite}</div>
  783. <div class="audio_back"></div>
  784. </div>
  785. <div class="ainfo">
  786. <h3>Plays:</h3>{FormattedPlayCount}
  787. {block:Artist}
  788. <br><h3>Artist:</h3>{Artist}
  789. {/block:Artist}
  790. {block:Album}<br><h3>Album:</h3>{Album}{/block:Album}<br>
  791. {block:caption}{caption}{/block:caption}
  792. </div>
  793. </div>{/block:Audio}
  794. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  795.  
  796.  
  797.  
  798. <div class="info"></div>
  799. </div>
  800. {/block:Posts}
  801. {block:PostNotes}{PostNotes}{/block:PostNotes}
  802.  
  803. </div>
  804. </div>
  805. </body>
  806. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement