Advertisement
unbrokenlys

Theme #33 v1 (sidebar bottom)

Mar 23rd, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.20 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. Theme #33 v1 (sidebar bottom) by ownmylight.tumblr.com
  6. -->
  7.  
  8. <title>{title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14.  
  15. <meta name="color:Asker Border" content="#ffffff"/>
  16. <meta name="color:Background" content="#f9f9f9"/>
  17. <meta name="color:Border" content="#e4e4e4"/>
  18. <meta name="color:Details Border and Bg" content="#f1f1f1"/>
  19. <meta name="color:Font" content="#969696"/>
  20. <meta name="color:Font Description" content="#555555"/>
  21. <meta name="color:Link" content="#707070"/>
  22. <meta name="color:Link Bg" content="#ffffff"/>
  23. <meta name="color:Link Hover" content="#707070"/>
  24. <meta name="color:Navi Bg" content="#1d1d1d"/>
  25. <meta name="color:Navi Font" content="#787878"/>
  26. <meta name="color:Navi Font Hover" content="#8b8b8b"/>
  27. <meta name="color:Navi Hover Bg" content="#222222"/>
  28. <meta name="color:Posts Bg" content="#ffffff"/>
  29. <meta name="color:Posts Border" content="#f1f1f1"/>
  30. <meta name="color:Posts Stuff Bg" content="#f6f6f6"/>
  31. <meta name="color:Sidebar Bg" content="#161616"/>
  32. <meta name="color:Sidebarimage Border" content="#1d1d1d"/>
  33. <meta name="color:Sidebar Border" content="#f1f1f1"/>
  34. <meta name="color:Tag Font" content="#9e9e9e"/>
  35. <meta name="color:Title" content="#555555"/>
  36. <meta name="image:Sidebar Bg" content=""/>
  37. <meta name="image:Sidebarimage" content=""/>
  38. <meta name="text:Link 1" content=""/>
  39. <meta name="text:Link 1 Text" content=""/>
  40. <meta name="text:Link 2" content=""/>
  41. <meta name="text:Link 2 Text" content=""/>
  42. <meta name="text:Link 3" content=""/>
  43. <meta name="text:Link 3 Text" content=""/>
  44. <meta name="text:Link 4" content=""/>
  45. <meta name="text:Link 4 Text" content=""/>
  46. <meta name="text:Link 5" content=""/>
  47. <meta name="text:Link 5 Text" content=""/>
  48. <meta name="if:Show Link 1" content="0"/>
  49. <meta name="if:Show Link 2" content="0"/>
  50. <meta name="if:Show Link 3" content="0"/>
  51. <meta name="if:Show Link 4" content="0"/>
  52. <meta name="if:Show Link 5" content="0"/>
  53. <meta name="if:Show Title" content="0"/>
  54. <meta name="if:Hide Sidebar" content="0"/>
  55. <meta name="if:Show Post Details" content="0"/>
  56.  
  57. <style type="text/css">
  58.  
  59. iframe#tumblr_controls {right:3px !important; top:3px !important; position: fixed !important;-webkit-
  60.  
  61. transition: opacity 0.7s linear;opacity: 0.3;-webkit-transition: all 0.8s ease-out;-moz-transition: all
  62.  
  63. 0.8s ease-out;transition: all 0.8s ease-out;}
  64.  
  65. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.9;-webkit-transition: all
  66.  
  67. 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  68.  
  69. body {
  70. color: {color:Font};
  71. font-family: calibri;
  72. font-size: 11px;
  73. line-height: 110%;
  74. text-align: justify;
  75. background-color: {color:Background};
  76. }
  77.  
  78. .container {
  79. height: auto;
  80. margin: 74px auto 49px auto;
  81. padding: 0;
  82. width: 582px;
  83. }
  84.  
  85. strong, b, strong a, strong a:visited, b a, b a:visited {
  86. font-weight: bold;
  87. color: {color:Font};
  88. }
  89.  
  90. i, em {
  91. font-style: italic;
  92. }
  93.  
  94. u {
  95. text-decoration: underline;
  96. }
  97.  
  98. small, small a, small a:visited {
  99. font-size: 9px;
  100. line-height: 0px;
  101. }
  102.  
  103. a:link, a:visited, a:active {
  104. color: {color:Link};
  105. font-weight: normal;
  106. text-decoration: none;
  107. }
  108.  
  109. a:hover {
  110. color: {color:Link Hover};
  111. -webkit-transition: opacity 0.5s linear;
  112. -webkit-transition: all 0.5s ease-out;
  113. -moz-transition: all 0.5s ease-out;
  114. transition: all 0.5s ease-out;
  115. }
  116.  
  117. ul {
  118. list-style-type: square;
  119. }
  120.  
  121. h1 {
  122. font-size: 15px;
  123. font-family: times,serif;
  124. font-style: italic;
  125. font-weight: bold;
  126. margin-bottom: -5px;
  127. }
  128.  
  129. .title {
  130. color: {color:Title};
  131. font-size: 11px;
  132. font-family: times,serif;
  133. font-style: italic;
  134. font-weight: bold;
  135. text-transform: lowercase;
  136. letter-spacing: 1px;
  137. text-align: left;
  138. border-top: 1px solid {color:Sidebarimage Border};
  139. padding-top: 10px;
  140. padding-left: 4px;
  141. margin-top: 6px;
  142. margin-left: 8px;
  143. width: 300px;
  144. }
  145.  
  146. .posts {
  147. border: 1px solid {color:Posts Border};
  148. padding: 20px 20px 0px 20px;
  149. margin-bottom: 55px;
  150. margin-left: 20px;
  151. margin-top: -22px;
  152. background: {color:Posts Bg};
  153. width: 500px;
  154. }
  155. .posts:hover .details_top {
  156. -webkit-transition: opacity 0.5s linear;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. transition: all 0.5s ease-out;
  160. opacity: 1;
  161. }
  162.  
  163. .caption {
  164. margin-bottom: -3px;
  165. }
  166.  
  167. .details {
  168. color: {color:Font};
  169. font-size: 10px;
  170. font-weight: normal;
  171. text-align: center;
  172. }
  173.  
  174. .details a {
  175. color: {color:Link};
  176. font-weight: normal;
  177. text-decoration: none;
  178. -webkit-transition: opacity 0.9s linear;
  179. -webkit-transition: all 0.9s ease-out;
  180. -moz-transition: all 0.9s ease-out;
  181. transition: all 0.9s ease-out;
  182. }
  183.  
  184. .details a:hover {
  185. color: {color:Link Hover};
  186. -webkit-transition: opacity 0.9s linear;
  187. -webkit-transition: all 0.9s ease-out;
  188. -moz-transition: all 0.9s ease-out;
  189. transition: all 0.9s ease-out;
  190. }
  191.  
  192. .details_date {
  193. font-size: 15px;
  194. font-family: times,serif;
  195. font-style: italic;
  196. font-weight: bold;
  197. text-transform: none;
  198. margin-bottom: -3px;
  199. }
  200.  
  201. .details_date a {
  202. font-weight: bold;
  203. text-transform: none;
  204. }
  205.  
  206. .details_date a:hover {
  207. letter-spacing: 2px;
  208. }
  209.  
  210. .details_top {
  211. position: absolute;
  212. float: right;
  213. font-size: 8px;
  214. font-family: calibri;
  215. text-transform: uppercase;
  216. font-weight: normal;
  217. text-align: left;
  218. letter-spacing: 0px;
  219. border-left: 2px solid {color:Details Border and Bg};
  220. padding: 0px 0 0px 8px;
  221. margin-top: -7px;
  222. margin-left: 534px;
  223. width: 200px;
  224. -webkit-transition: opacity 0.5s linear;
  225. -webkit-transition: all 0.5s ease-out;
  226. -moz-transition: all 0.5s ease-out;
  227. transition: all 0.5s ease-out;
  228. opacity: 0;
  229. {block:PermalinkPage}
  230. opacity: 1;
  231. {/block:PermalinkPage}
  232. {block:IfShowPostDetails}
  233. opacity: 1;
  234. {/block:IfShowPostDetails}
  235. }
  236.  
  237. .like_reblog_bottons {
  238. float: right;
  239. display: -moz-inline-box;
  240. text-align: right;
  241. padding-left: 3px;
  242. margin-top: -11px;
  243. margin-right: 6px;
  244. }
  245.  
  246. .like_button {
  247. margin-top: -3px;
  248. -webkit-transition: opacity 0.9s linear;
  249. -webkit-transition: all 0.9s ease-out;
  250. -moz-transition: all 0.9s ease-out;
  251. transition: all 0.9s ease-out;
  252. opacity: 0.7;
  253. }
  254. .like_button:hover {
  255. -webkit-transition: opacity 0.9s linear;
  256. -webkit-transition: all 0.9s ease-out;
  257. -moz-transition: all 0.9s ease-out;
  258. transition: all 0.9s ease-out;
  259. opacity: 0.9;
  260. }
  261.  
  262. .reblog_button {
  263. margin-top: -15px;
  264. margin-right: 16px;
  265. -webkit-transition: opacity 0.9s linear;
  266. -webkit-transition: all 0.9s ease-out;
  267. -moz-transition: all 0.9s ease-out;
  268. transition: all 0.9s ease-out;
  269. opacity: 0.7;
  270. }
  271. .reblog_button:hover {
  272. -webkit-transition: opacity 0.9s linear;
  273. -webkit-transition: all 0.9s ease-out;
  274. -moz-transition: all 0.9s ease-out;
  275. transition: all 0.9s ease-out;
  276. opacity: 0.9;
  277. }
  278.  
  279. .tags {
  280. float: right;
  281. text-align: left;
  282. text-transform: lowercase;
  283. margin-top: 3px;
  284. width: 200px;
  285. }
  286. .tags a {
  287. display: block;
  288. color: {color:Tag Font};
  289. font-style: italic;
  290. margin-bottom: -3px;
  291. }
  292. .tags a:hover {
  293. letter-spacing: 2px;
  294. background: {color:Tag Link Bg};
  295. -webkit-transition: opacity 0.9s linear;
  296. -webkit-transition: all 0.9s ease-out;
  297. -moz-transition: all 0.9s ease-out;
  298. transition: all 0.9s ease-out;
  299. }
  300.  
  301. .sidebarcontainer {
  302. position: fixed;
  303. overflow: hidden;
  304. border-top: 1px solid {color:Sidebar Border};
  305. background: {color:Sidebar Bg};
  306. background-image: url('{image:Sidebar Bg}');
  307. background-attachment: fixed;
  308. background-position: left top;
  309. background-repeat: repeat;
  310. margin-left: 20px;
  311. bottom: 0;
  312. height: 20%;
  313. width: 541px;
  314. opacity: 0.95;
  315. z-index: 3;
  316. {block:IfHideSidebar}
  317. bottom: -120px;
  318. -webkit-transition: opacity 0.5s linear;
  319. -webkit-transition: all 0.5s ease-out;
  320. -moz-transition: all 0.5s ease-out;
  321. transition: all 0.5s ease-out;
  322. {/block:IfHideSidebar}
  323. }
  324. {block:IfHideSidebar}
  325. .sidebarcontainer:hover {
  326. bottom: 0px;
  327. -webkit-transition: opacity 0.5s linear;
  328. -webkit-transition: all 0.5s ease-out;
  329. -moz-transition: all 0.5s ease-out;
  330. transition: all 0.5s ease-out;
  331. }
  332. {/block:IfHideSidebar}
  333. {block:IfHideSidebar}
  334. .sidebarcontainer:hover .sidebar {
  335. bottom: 18px;
  336. -webkit-transition: opacity 0.5s linear;
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;
  339. transition: all 0.5s ease-out;
  340. }
  341. {/block:IfHideSidebar}
  342.  
  343. .sidebar {
  344. position: fixed;
  345. padding-left: 100px;
  346. margin-left: -70px;
  347. margin-top: 6px;
  348. width: 500px;
  349. {block:IfHideSidebar}
  350. bottom: -120px;
  351. -webkit-transition: opacity 0.5s linear;
  352. -webkit-transition: all 0.5s ease-out;
  353. -moz-transition: all 0.5s ease-out;
  354. transition: all 0.5s ease-out;
  355. {/block:IfHideSidebar}
  356. }
  357.  
  358. .sidebarimage img {
  359. float: left;
  360. border: 9px solid {color:Sidebarimage Border};
  361. margin-top: 14px;
  362. max-width: 80px;
  363. max-height: 80px;
  364. min-width: 80px;
  365. min-height: 80px;
  366. }
  367.  
  368. .description {
  369. color: {color:Font Description};
  370. font-family: calibri;
  371. font-size: 8px;
  372. font-weight: bold;
  373. text-transform: uppercase;
  374. text-align: justify;
  375. border-top: 1px solid {color:Sidebarimage Border};
  376. padding-top: 6px;
  377. margin-left: 9px;
  378. margin-top: 14px;
  379. width: 300px;
  380. }
  381.  
  382. .navi {
  383. float: left;
  384. margin-top: 0px;
  385. margin-left: 20px;
  386. }
  387.  
  388. .navigation {
  389. text-align: center;
  390. margin-top: 15px;
  391. height: 15px;
  392. -webkit-transition: opacity 0.9s linear;
  393. -webkit-transition: all 0.9s ease-out;
  394. -moz-transition: all 0.9s ease-out;
  395. transition: all 0.9s ease-out;
  396. }
  397.  
  398. .navigation a {
  399. display: inline;
  400. color: {color:Navi Font};
  401. font-size: 7px;
  402. text-align: center;
  403. font-weight: normal;
  404. text-transform: uppercase;
  405. letter-spacing: 1px;
  406. background: {color:Navi Bg};
  407. padding: 5px 8px 5px 8px;
  408. margin-left: 5px;
  409. margin-bottom: 4px;
  410. width: 118px;
  411. -webkit-transition: opacity 0.5s linear;
  412. -webkit-transition: all 0.5s ease-out;
  413. -moz-transition: all 0.5s ease-out;
  414. transition: all 0.5s ease-out;
  415. }
  416.  
  417. .navigation a:hover {
  418. color: {color:Navi Font Hover};
  419. background: {color:Navi Hover Bg};
  420. -webkit-transition: opacity 0.5s linear;
  421. -webkit-transition: all 0.5s ease-out;
  422. -moz-transition: all 0.5s ease-out;
  423. transition: all 0.5s ease-out;
  424. }
  425.  
  426. .pagination {
  427. position: fixed;
  428. font-size: 9px;
  429. text-align: center;
  430. background: #fff;
  431. padding: 7px 0px 7px 0px;
  432. margin-left: 21px;
  433. width: 540px;
  434. top: 0;
  435. }
  436. .pagination a {
  437. display: inline;
  438. color: {color:Font};
  439. font-family: arial;
  440. padding: 3px 5px 3px 5px;
  441. background-color: transparent;
  442. }
  443. .pagination a:hover {
  444. color: {color:Font};
  445. background: none;
  446. }
  447. .pagination_current {
  448. display: inline;
  449. color: {color:Font};
  450. font-family: arial;
  451. font-weight: bold;
  452. padding: 3px 5px 3px 5px;
  453. background-color: transparent;
  454. }
  455.  
  456. .questions {
  457. color: {color:Font};
  458. text-align: justify;
  459. background: {color:Posts Stuff Bg};
  460. padding: 11px 11px 15px;
  461. margin-bottom: -4px;
  462. }
  463.  
  464. .asker {
  465. font-size: 15px;
  466. font-family: times,serif;
  467. font-style: italic;
  468. font-weight: bold;
  469. text-align: right;
  470. text-transform: lowercase;
  471. margin-bottom: -7px;
  472. margin-top: 5px;
  473. }
  474. .asker a {
  475. font-size: 15px;
  476. font-family: times,serif;
  477. font-style: italic;
  478. font-weight: bold;
  479. text-transform: lowercase;
  480. }
  481. .asker a:hover {
  482. background: transparent;
  483. }
  484.  
  485. .ask img {
  486. float: right;
  487. border: 7px solid {color:Asker Border};
  488. margin-left: 10px;
  489. margin-top: -5px;
  490. }
  491.  
  492. blockquote {
  493. display: block;
  494. color: {color:Font};
  495. font-size: 10px;
  496. font-family: cambria;
  497. font-style: italic;
  498. border-left: 1px solid {color:Border};
  499. background: {color:Posts Stuff Bg};
  500. padding: 10px 10px 10px 15px;
  501. margin: 10px 0px 10px 0px;
  502. }
  503.  
  504. .quote {
  505. font-size: 15px;
  506. font-family: times,serif;
  507. font-style: italic;
  508. font-weight: bold;
  509. margin-bottom: 2px;
  510. }
  511.  
  512. .source {
  513. font-size: 10px;
  514. font-style: inherit;
  515. font-weight: normal;
  516. text-align: right;
  517. margin-bottom: 5px;
  518. }
  519.  
  520. .audio {
  521. display: block;
  522. }
  523.  
  524. .audio_container {
  525. background: {color:Posts Stuff Bg};
  526. height: 48px;
  527. }
  528.  
  529. .audio_details {
  530. color: {color:Font};
  531. font-weight: normal;
  532. text-align: left;
  533. margin-left: 75px;
  534. }
  535.  
  536. .audio_details_track {
  537. font-size: 15px;
  538. font-family: times,serif;
  539. font-style: italic;
  540. font-weight: bold;
  541. padding-top: 6px;
  542. margin-left: 75px;
  543. }
  544.  
  545. .audio_player_container {
  546. float: right;
  547. display: block;
  548. background-color: white;
  549. padding: 4px 0px 0px 4px;
  550. margin-right: 7px;
  551. margin-top: -36px;
  552. width: 30px;
  553. height: 30px;
  554. z-index: 3;
  555. }
  556.  
  557. .audio_player {
  558. overflow: hidden;
  559. width: 25px;
  560. }
  561.  
  562. .albumart {
  563. position: absolute;
  564. width: 48px;
  565. height: 48px;
  566. opacity: 1.0;
  567. z-index: 2;
  568. }
  569.  
  570. .albumart img {
  571. width: 48px;
  572. height: 48px;
  573. }
  574.  
  575. .chat ul {
  576. display: block;
  577. list-style-type: none;
  578. padding: 0px;
  579. width: 500px;
  580. }
  581.  
  582. .notes {
  583. font-size: 8px;
  584. text-transform: uppercase;
  585. margin-top: 18px;
  586. margin-left: -10px;
  587. }
  588. ol.notes, .notes li {
  589. list-style: none;
  590. }
  591. ol.notes li.note img.avatar {
  592. display: none;
  593. }
  594. ol.notes li.note blockquote {
  595. font-color: {color:Font};
  596. margin: 2px 0px 3px 15px;
  597. }
  598. ol.notes li.note blockquote a {
  599. font-color: {color:Font};
  600. text-decoration: none;
  601. }
  602. ol.notes li.note .answer_content {
  603. font-color: {color:Font};
  604. }
  605.  
  606. .x {
  607. position: fixed;
  608. color: {color:Font};
  609. text-align: center;
  610. text-transform: uppercase;
  611. bottom: 8px;
  612. right: 8px;
  613. -webkit-transition: opacity 0.3s linear;
  614. -webkit-transition: all 0.3s ease-out;
  615. -moz-transition: all 0.3s ease-out;
  616. transition: all 0.3s ease-out;
  617. }
  618. .x a {
  619. font-family: calibri;
  620. font-size: 8px;
  621. }
  622. .x:hover {
  623. background: #f1f1f1;
  624. padding: 6px;
  625. -webkit-transition: opacity 0.3s linear;
  626. -webkit-transition: all 0.3s ease-out;
  627. -moz-transition: all 0.3s ease-out;
  628. transition: all 0.3s ease-out;
  629. }
  630.  
  631. {CustomCSS}
  632.  
  633. </style>
  634.  
  635. </head>
  636.  
  637. <body>
  638.  
  639. <div class="container">
  640.  
  641. {block:Pagination}
  642. <div class="pagination">
  643. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  644. {block:JumpPagination length="6"}{block:CurrentPage}
  645. <span class="pagination_current">{PageNumber}</span>
  646. {/block:CurrentPage}
  647. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  648. {/block:JumpPagination}
  649. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  650. </div>
  651. {/block:Pagination}
  652.  
  653. <div class="sidebarcontainer">
  654.  
  655. <div class="sidebar">
  656.  
  657. <div class="sidebarimage"><a href="/"><img src="{image:Sidebarimage}" alt=""/></a></div>
  658.  
  659. <div class="navi">
  660. <div class="navigation">
  661. <a href="/ask">Ask</a>
  662. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  663. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  664. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  665. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  666. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  667.  
  668. {block:Description}
  669. <div class="description">{Description}</div>
  670. {/block:Description}
  671.  
  672. {block:IfShowTitle}<div class="title">{Title}</div>{/block:IfShowTitle}
  673. </div>
  674. </div>
  675.  
  676. </div>
  677. </div>
  678.  
  679. {block:Posts}
  680.  
  681. <div class="posts">
  682.  
  683. {block:Date}
  684. <div class="details_top">
  685. <div class="details_date"><a href="{Permalink}">{Month} {DayOfMonth}</a></div>
  686. <div class="like_reblog_bottons">
  687. <div class="like_botton">{LikeButton size="14"}</div>
  688. <div class="reblog_botton">{ReblogButton size="14"}</div>
  689. </div>
  690.  
  691. {TimeAgo}
  692.  
  693. {block:NoteCount}· <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  694. {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  695.  
  696. {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  697.  
  698. <div class="details">
  699. {block:HasTags}
  700. <div class="tags">{block:Tags} <a href="/tagged/{Tag}"><img src="http://media.tumblr.com/e9774a0e3c7e8b3b6ce5e91767e566c2/tumblr_inline_mqz9fmAhYn1qz4rgp.png" alt="" /> {Tag}</a>{/block:Tags}</div>
  701. {/block:HasTags}
  702. </div>
  703. </div>
  704. {/block:Date}
  705.  
  706.  
  707. {block:Text}
  708. <div class="entry text">
  709. {block:Title}
  710. <h1><a href="{Permalink}">{Title}</a></h1>
  711. {/block:Title}
  712. <div class="caption">{Body}</div>
  713. </div>
  714. {/block:Text}
  715.  
  716.  
  717. {block:Photo}
  718. <div class="entry photo">
  719. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  720. {block:Caption}
  721. <div class="caption">{Caption}</div>
  722. {/block:Caption}
  723. </div>
  724. {/block:Photo}
  725.  
  726.  
  727. {block:Photoset}
  728. <div class="entry photoset">
  729. <center>{Photoset-500}</center>
  730. {block:Caption}
  731. <div class="caption">{Caption}</div>
  732. {/block:Caption}
  733. </div>
  734. {/block:Photoset}
  735.  
  736.  
  737. {block:Quote}
  738. <div class="quote">"{Quote}"</div>
  739. {block:Source}
  740. <div class="source">- {Source}</div>
  741. {/block:Source}
  742. {/block:Quote}
  743.  
  744.  
  745. {block:Link}
  746. <div class="entry link">
  747. <h1><a href="{URL}" {Target}>{Name} →</a></h1>
  748. {block:Description}
  749. <div class="caption">{Description}</div>
  750. {/block:Description}
  751. </div>
  752. {/block:Link}
  753.  
  754.  
  755. {block:Chat}
  756. <div class="entry chat">
  757. {block:Title}
  758. <h1><a href="{Permalink}">{Title}</a></h1>
  759. {/block:Title}
  760. <ul class="chat">
  761. {block:Lines}
  762. <li class="{Alt} user_{UserNumber}">
  763. {block:Label}
  764. <span class="label">{Label}</span>
  765. {/block:Label}
  766. {Line}
  767. </li>
  768. {/block:Lines}
  769. </ul>
  770. <div class="caption"></div>
  771. </div>
  772. {/block:Chat}
  773.  
  774.  
  775. {block:Video}
  776. <div class="entry video">
  777. <center>{Video-500}</center>
  778. {block:Caption}
  779. <div class="caption">{Caption}</div>
  780. {/block:Caption}
  781. </div>
  782. {/block:Video}
  783.  
  784.  
  785. {block:Audio}
  786. <div class="entry audio">
  787. <div class="audio_container">
  788. {block:AlbumArt}
  789. <div class="albumart"><img src="{AlbumArtURL}" alt=""/></div>
  790. {/block:AlbumArt}
  791. <div class="audio_details_track">
  792. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br />
  793. </div>
  794. <div class="audio_details">
  795. by <span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br />
  796. {block:PlayCount}
  797. {PlayCountWithLabel}
  798. {/block:PlayCount}
  799. </div>
  800. {/block:TrackName}
  801. <div class="audio_player_container"><div class="audio_player">{AudioPlayerWhite}</div></div>
  802. </div>
  803. {block:Caption}
  804. <div class="caption">{Caption}</div>
  805. {/block:Caption}
  806. </div>
  807. {/block:Audio}
  808.  
  809. {block:Answer}
  810. <div class="entry ask">
  811. <div class="questions">
  812. <div class="asker"><img align="left" src="{AskerPortraitURL-30}" alt=""/>{Asker}</div><br>{Question}<br>
  813. </div>
  814. <div class="caption">{Answer}</div>
  815. </div>
  816. {/block:Answer}
  817.  
  818. <div class="notes">
  819. {block:PostNotes}{PostNotes}{/block:PostNotes}
  820. </div>
  821.  
  822. </div>
  823.  
  824. {/block:Posts}
  825.  
  826. <div class="x">♡ <a href="http://ownmylight.tumblr.com">ownmylight</a></div>
  827.  
  828. </div>
  829.  
  830. </body>
  831. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement