Advertisement
elsewheretales

Theme 4

May 7th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <!---theme by elsewheretales.tumblr.com
  8.  
  9. this kinda theme is probably made before by people but well, do whatever you want with it, it's free anyway
  10.  
  11. --->
  12.  
  13.  
  14. <title>{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!--script sources-->
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <!-- jquery script for tooltip -->
  27.  
  28. <script>
  29. $().ready(function() {
  30. $("[title]").style_my_tooltips({
  31. tip_follows_cursor: "on",
  32. tip_delay_time: 200 //this is in milliseconds
  33. });
  34. });
  35. </script>
  36.  
  37. <!--default variables-->
  38.  
  39. <meta name="image:Sidebar Image" content="" />
  40. <meta name="image:Background" content="" />
  41.  
  42. <meta name="color:Text" content="#555" />
  43. <meta name="color:Title" content="#555" />
  44. <meta name="color:Title Hover" content="#000" />
  45. <meta name="color:Body Background" content="#fff" />
  46. <meta name="color:Background" content="#fff" />
  47. <meta name="color:Ask Background" content="#f4f4f4" />
  48. <meta name="color:Borders" content="#e2e2e2" />
  49. <meta name="color:Link" content="#000000" />
  50. <meta name="color:Link Hover" content="#fff" />
  51. <meta name="color:Link Hover Background" content="#000" />
  52. <meta name="color:Scrollbar" content="#000" />
  53.  
  54. <meta name="text:Blog Title" content="What now?"/>
  55. <meta name="text:Asker Text" content="whispered" />
  56. <meta name="text:Title Symbol" content="%" />
  57. <meta name="text:Link 1" content="home" />
  58. <meta name="text:Link 1 URL" content="/" />
  59. <meta name="text:Link 2" content="mail" />
  60. <meta name="text:Link 2 URL" content="/ask" />
  61. <meta name="text:Link 3" content="past" />
  62. <meta name="text:Link 3 URL" content="/archive" />
  63. <meta name="text:Link 4" content="link one" />
  64. <meta name="text:Link 4 URL" content="/" />
  65. <meta name="text:Link 5" content="link two" />
  66. <meta name="text:Link 5 URL" content="/" />
  67. <meta name="text:Link 6" content="link three" />
  68. <meta name="text:Link 6 URL" content="/" />
  69. <meta name="text:Link 7" content="link four" />
  70. <meta name="text:Link 7 URL" content="/" />
  71. <meta name="text:Link 8" content="link five" />
  72. <meta name="text:Link 8 URL" content="/" />
  73.  
  74. <meta name="if:400px Posts" content="0">
  75. <meta name="if:Sidebar Image" content="1">
  76. <meta name="if:Faded Posts" content="0">
  77. <meta name="if:Hover Tags" content="1">
  78. <meta name="if:Show Tags" content="1">
  79. <meta name="if:Show Captions" content="1">
  80.  
  81. <!--css begins-->
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. /* tooltip */
  87.  
  88. #s-m-t-tooltip{
  89. max-width:300px;
  90. padding:1px 5px 1px 5px;
  91. margin-left:20px;
  92. z-index:99999;
  93. display:inline-block;
  94. font-family:cambria;
  95. font-size:9px;
  96. letter-spacing:1px;
  97. text-transform:uppercase;
  98. color:{color:Link};
  99. background:{color:Background};
  100. border:1px solid {color:Borders};
  101. }
  102.  
  103. /* scrollbar */
  104.  
  105. ::-webkit-scrollbar{width:2px; height:5px;background-color:{color:Borders};}
  106.  
  107. ::-webkit-scrollbar-thumb{background-color:{color:Background};border:1px solid {color:Scrollbar};}
  108.  
  109. ::-webkit-scrollbar-track{background-color:{color:Borders};}
  110.  
  111. /* cursor and resets */
  112.  
  113. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  114.  
  115. /* tumblr controls */
  116.  
  117. iframe#tumblr_controls {
  118. top: 0%;
  119. right:0%;
  120. opacity:0.3;
  121. position: fixed;
  122. filter:alpha(opacity=30);
  123. -webkit-transition: all 0.5s ease;
  124. -moz-transition: all 0.5s ease;
  125. -o-transition: all 0.5s ease;
  126. }
  127. iframe#tumblr_controls:hover{
  128. top: 0%;
  129. right:0%;
  130. opacity:0.8;
  131. position: fixed;
  132. filter:alpha(opacity=80);
  133. -webkit-transition: all 0.5s ease;
  134. -moz-transition: all 0.5s ease;
  135. -o-transition: all 0.5s ease;
  136. }
  137.  
  138. /* build */
  139.  
  140. body { margin:0; padding:0; border:none; height:100%;
  141. font-family: cambria, serif; font-size:12px; line-height:18px;
  142. background: url('{image:Background}') {color:Body Background}; color:{color:Text}; background-attachment:fixed; background-repeat:repeat;}
  143.  
  144. a {
  145. color:{color:Link};
  146. text-decoration:none;
  147. -moz-transition-duration:0.4s;
  148. -webkit-transition-duration:0.4s;
  149. -o-transition-duration:0.4s;
  150. }
  151.  
  152. a:hover {
  153. color:{color:Link Hover};
  154. -moz-transition-duration:0.4s;
  155. -webkit-transition-duration:0.4s;
  156. -o-transition-duration:0.4s;
  157. }
  158.  
  159. img { opacity:1;border:none;text-decoration:none;}
  160.  
  161. img a{border:none;}
  162.  
  163. img a:hover{border:none;}
  164.  
  165. small, big {font-size:11px;line-height:18px;}
  166. b, strong {color: {color:Text}; }
  167. i, em {color: {color:Text};}
  168. p {margin-top:10px; margin-bottom:10px;}
  169. ol {list-style:normal;}
  170. ul {list-style:square;}
  171. s, strike, del {color: {color:Text}; font-size:100%;}
  172.  
  173. /* headings */
  174.  
  175. h1 {
  176. font-family: georgia, cambria, serif;
  177. font-size:15px;font-weight:normal;font-style:normal;
  178. letter-spacing:1px; text-align:center; text-transform:uppercase;
  179. line-height:100%; color:{color:Link};}
  180.  
  181. h2 {
  182. font-family: cambria, serif;
  183. font-size:14px; font-weight:normal;
  184. letter-spacing:1px; line-height:120%; text-align:center;
  185. color:{color:Text};}
  186.  
  187. blockquote {border-left:1px solid {color:Borders};padding:0 10px 0px 10px;margin:10px;}
  188.  
  189. pre {width:95%; margin-left:auto; margin-right:auto; font-family: georgia, cambria, serif; font-size:11px; padding: 5px 6px 5px 6px; word-wrap: break-word; background-color:{color:Background}; color:{color:Text}; border: 1px solid {color:Borders}; max-height:100px;overflow-y:auto;}
  190.  
  191. /* post title */
  192.  
  193. #title {text-transform:none; text-align:center;font-weight:bold;}
  194.  
  195. /* content */
  196.  
  197. #content {
  198. margin:-20px auto auto auto;
  199. width:900px; height:100%;
  200. background:{color:Background};
  201. }
  202.  
  203. /* post space */
  204.  
  205. #entryspace {
  206. margin:auto; padding:80px 0px 100px 20px;
  207. {block:ifnot400pxPosts}width:540px;{/block:ifnot400pxPosts}
  208. {block:if400pxPosts}width:440px;{block:if400pxPosts}
  209. }
  210.  
  211. /* actual posts */
  212.  
  213. #entry {
  214. padding:10px;
  215. margin-bottom:140px;
  216. {block:ifnot400pxPosts}width:500px;{/block:ifnot400pxPosts}
  217. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  218. {block:ifFadedPosts}opacity:0.8;{/block:ifFadedPosts}
  219. }
  220.  
  221. {block:ifFadedPosts}
  222. #entry:hover {opacity:1;}
  223. {/block:ifFadedPosts}
  224.  
  225. #entry img{ border:none;
  226. {block:ifnot400pxPosts}max-width:500px;{/block:ifnot400pxPosts}
  227. {block:if400pxPosts}max-width:400px;{/block:if400pxPosts}
  228. }
  229.  
  230. /* audio */
  231.  
  232. .tumblr_audio_player {
  233. border:none;
  234. height:30px;
  235. margin-top:20px;
  236. {block:ifnot400pxPosts}width:490px;{/block:ifnot400pxPosts}
  237. {block:if400pxPosts}width:390px;{/block:if400pxPosts}
  238. border:1px solid {color:Borders};
  239. }
  240.  
  241. .cover {
  242. width:80px; height:80px;
  243. position:absolute;
  244. {block:if400pxPosts}margin-left:315px; {/block:if400pxPosts}
  245. {block:ifnot400pxPosts}margin-left:415px; {/block:ifnot400pxPosts}
  246. }
  247.  
  248. .cover img{
  249. width:80px; height:80px; float:left;
  250. }
  251.  
  252. .player {
  253. overflow:visible;
  254. text-align:center;
  255. height:50px;
  256. }
  257.  
  258. #infobox {
  259. {block:if400pxPosts}width:300px;{/block:if400pxPosts}
  260. {block:ifnot400pxPosts}width:400px; {/block:ifnot400pxPosts}
  261. height:auto;
  262. }
  263.  
  264. .info {
  265. font-family:cambria, serif;
  266. font-size:22px;
  267. padding:0px 0px 7px 10px;
  268. margin-bottom:7px;
  269. text-align:left;
  270. {block:ifnot400pxPosts} width:390px; {/block:ifnot400pxPosts}
  271. {block:if400pxPosts}width:290px; {/block:if400pxPosts}
  272. height:auto;
  273. }
  274.  
  275. /* quote */
  276.  
  277. .quote{
  278. font-size:14px;
  279. line-height:150%;
  280. margin:0px 20px;
  281. padding: 10px 0px 10px 0px;
  282. text-align:center;
  283. letter-spacing:1px;
  284. color:{color:Text};
  285. text-indent:10px;
  286. }
  287.  
  288. .quote:first-letter {
  289. font-weight:bold;font-size: 22px;
  290. padding:2px;text-transform:uppercase;}
  291.  
  292. .quotecomma1{
  293. margin:20px -30px 5px 0px;float:left; opacity:0.3;position:relative;
  294. font-size:60px; font-family:Cambria, serif;
  295. letter-spacing:1px;
  296. }
  297.  
  298. .quotecomma2{
  299. margin:5px 0px 0px 0px;float:right;opacity:0.3; position:relative;
  300. font-size:60px; font-family:Cambria, serif;
  301. letter-spacing:1px;}
  302.  
  303. .quotesource {
  304. text-align:right;letter-spacing:1px;line-height:140%;font-family: cambria, serif; font-size:13px;}
  305.  
  306.  
  307. /* question and answer */
  308.  
  309. #ques { text-align:left; margin:10px; padding:10px 10px 20px 10px; background:{color:Ask Background};}
  310.  
  311. .ask {
  312. {block:ifnot400pxPosts}width:300px; {/block:ifnot400pxPosts}
  313. {block:if400pxPosts}width:200px; {/block:if400pxPosts}
  314. height:auto; padding:10px; text-align:left; float:right;}
  315.  
  316. .asker { text-align:left;}
  317.  
  318. .asker a { font-style:normal;}
  319.  
  320. .askericon {width: 40px; height:40px; padding:10px; margin:-6px 0px 0px -5px; float:left;}
  321.  
  322. .askericon img { width: 40px; height: 40px;
  323. border: 3px double {color:Borders};}
  324.  
  325. .answer { text-align:left; padding-left:10px;}
  326.  
  327.  
  328. /* chat posts */
  329.  
  330. .chat {margin: 0px;}
  331.  
  332. .chat ol { line-height:160%; list-style:lower-roman;}
  333.  
  334. .line.odd {
  335. background: {color:Ask Background};
  336. padding:5px;
  337. margin:2px; margin-left:-30px;
  338. }
  339. .line.even {
  340. padding:5px; margin:2px; margin-left:-30px;}
  341.  
  342. .label {
  343. color:{color:Text};font-weight:bold; padding-right:1px;letter-spacing:1px;
  344. text-transform:none;}
  345.  
  346.  
  347. /* permalink */
  348.  
  349. #permalink {
  350. margin:10px 0px 0px 0px;
  351. width:500px;
  352. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  353. color:{color:Text}; text-align:left; text-transform:uppercase; padding:3px; font-weight:lighter;
  354. font-family:arial; font-size:8px; line-height:150%;
  355. letter-spacing:1px; opacity:0.8;
  356. border-top:1px solid {color:Borders}; border-bottom:1px solid {color:Borders}; padding:6px;
  357. -webkit-transition-duration:0.8s;
  358. moz-transition-duration:0.8s;
  359. -o-transition-duration:0.8s;}
  360.  
  361. #permalink a { color:{color:Text}; font-style:normal;}
  362.  
  363. #permalink a:hover {color:{color:Link Hover};}
  364.  
  365.  
  366. /* tags */
  367.  
  368. .tags {
  369. {block:ifnot400pxPosts}width:500px;{/block:ifnot400pxPosts}
  370. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  371. padding-top:4px;
  372. font-size:11px;font-family:arial, serif;
  373. text-align:left;line-height:130%;
  374. word-wrap:break-word;
  375. {block:ifShowTags}opacity:1;{block:ifShowTags}
  376. {block:ifHoverTags} opacity:0;{/block:ifHoverTags}
  377. {block:ifnotShowTags} opacity:0;{/block:ifnotShowTags}
  378. -moz-transition-duration:0.5s;
  379. -webkit-transition-duration:0.5s;
  380. -o-transition-duration:0.5s;
  381. }
  382.  
  383. {block:ifHoverTags}
  384. #entry:hover .tags {
  385. opacity:1;
  386. -moz-transition-duration:0.5s;
  387. -webkit-transition-duration:0.5s;
  388. -o-transition-duration:0.5s;
  389. }
  390. {/block:ifHoverTags}
  391.  
  392. .tags a{
  393. color:{color:Text};
  394. margin-left:5px;
  395. -webkit-transition-duration:0.8s;
  396. moz-transition-duration:0.8s;
  397. -o-transition-duration:0.8s;
  398. }
  399.  
  400. .tags a:hover{
  401. color:{color:Link Hover};
  402. text-transform:none;
  403. -webkit-transition-duration:0.8s;
  404. moz-transition-duration:0.8s;
  405. -o-transition-duration:0.8s;
  406. }
  407.  
  408. /* notes */
  409.  
  410. .notes {
  411. {block:IndexPage}
  412. display: none;
  413. {/block:IndexPage}
  414. {block:PermalinkPage}
  415. margin:30px auto 0px -10px;
  416. position:relative;
  417. {block:ifnot400pxPosts}width:500px;{/block:ifnot400pxPosts}
  418. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  419. height:auto;
  420. {/block:PermalinkPage}
  421. text-align:left;
  422.  
  423. }
  424. .notes img {
  425. display:none;
  426. }
  427.  
  428. .notes li {
  429. list-style-type:lower-roman;
  430. padding:5px 0px;
  431. text-align:left;
  432. font-size:12px;}
  433.  
  434. .noteslabel {
  435. margin:30px auto 0px 100px; text-align:left;
  436. font-size:16px; font-family:georgia, Cambria, serif;
  437. letter-spacing:1px; color:{color:Text}; text-transform:uppercase;}
  438.  
  439. /* credit */
  440.  
  441. #box {
  442. font-size:10px;
  443. font-family:cambria;
  444. letter-spacing:1px;
  445. }
  446.  
  447. #box a {
  448. position:fixed; padding:5px;right:10px; bottom:10px;
  449. background-color:{color:Background}; color:{color:Text} ;border:1px solid {color:Borders};
  450. -webkit-transition-duration:0.8s;
  451. moz-transition-duration:0.8s;
  452. -o-transition-duration:0.8s;}
  453.  
  454. #box a:hover {
  455. color:{color:Link Hover}; background-color:{color:Borders};
  456. -moz-transform:rotate(360deg);
  457. -webkit-transform:rotate(360deg);
  458. -o-transform:rotate(360deg);
  459. -ms-transform:rotate(360deg);
  460. transform:rotate(360deg);
  461. -webkit-transition-duration:0.8s;
  462. moz-transition-duration:0.8s;
  463. -o-transition-duration:0.8s;}
  464.  
  465.  
  466. /* topbar */
  467. #topbox {
  468. width:900px;
  469. margin:auto;
  470. height:auto;
  471. background:{color:Background};
  472. }
  473.  
  474. #topbar{
  475. margin:0px auto 20px auto;
  476. {block:ifnot400pxPosts}width:560px;{/block:ifnot400pxPosts}
  477. padding-top:30px;
  478. {block:if400pxPosts}width:480px;{/block:if400pxPosts}}
  479.  
  480. #blogtitle {
  481. {block:if400pxPosts} width:480px;{/block:if400pxPosts}
  482. {block:ifnot400pxPosts}width:560px;{/block:ifnot400pxPosts}
  483. letter-spacing:1px; line-height:190%;
  484. border-top:1px solid {color:Borders};
  485. text-align:center; text-transform:uppercase;
  486. font-size:10px;
  487. font-family: arial, serif; font-style:normal; font-weight:lighter;
  488. color:{color:Link}; background-color:{color:Background};
  489. padding:7px 0px 7px 0px;
  490. }
  491.  
  492. #blogtitle:hover {
  493. color:{color:Background};
  494. background:{color:Link Hover Background};
  495. border: 3px double {color:Background};
  496. padding-bottom:5px;
  497. }
  498.  
  499. #meow {
  500. {block:if400pxPosts}width:460px;{/block:if400pxPosts}
  501. {block:ifnot400pxPosts}width:540px;{/block:ifnot400pxPosts}
  502. height:auto;
  503. border-top:1px solid {color:Borders};
  504. border-bottom:1px solid {color:Borders};
  505. padding:10px;
  506. }
  507.  
  508. #sideimg{
  509. margin:auto;
  510. width:80px; height:80px;
  511. }
  512.  
  513. #desc{
  514. margin:0px 0px 0px 70px;
  515. font-family: Cambria, serif; font-size:12px;
  516. {block:if400pxPosts} width:390px;{/block:if400pxposts}
  517. {block:ifnot400pxPosts}width:470px;{/block:ifnot400pxPosts}
  518. height:60px; text-align:left;
  519. font-style:normal;
  520. opacity:.90;
  521. text-align:center;
  522. overflow-y:auto;
  523. }
  524.  
  525.  
  526. #linkbox{
  527. margin:8px 0px 10px 0px;
  528. text-align:center;
  529. padding:0px 10px 10px 10px;
  530. border-bottom:1px solid {color:Borders};}
  531.  
  532. #linkbox{margin:8px 0px 13px 0px;text-align:center;}
  533.  
  534. .links{
  535. display:navigate;
  536. opacity:.90;
  537. font-size:8px;
  538. margin-right:8px;
  539. {block:if400pxPosts}margin-right:3px;{/block:if400pxPosts}
  540. padding-left:0px;
  541. text-align:center;
  542. font-style:normal;
  543. font-weight:lighter;
  544. letter-spacing: 1px;
  545. text-transform: uppercase;
  546. font-family: arial;
  547. padding:2px 4px 3px 5px;
  548. background-color:{color:Background};
  549. border: 3px double {color:Background};
  550.  
  551. }
  552. .links{color:{color:Link};}
  553. .links:hover{
  554. color:{color:Link Hover};
  555. background-color:{color:Link Hover Background};
  556. border: 3px double {color:Background};
  557. padding:2px 4px 3px 5px;}
  558.  
  559. .page {
  560. position:relative; font-size:16px;}
  561.  
  562. .page a { color:{color:Text}; opacity:0.8;}
  563.  
  564. .page a:hover { color:{color:Link Hover}; border:none;}
  565.  
  566.  
  567. {CustomCSS}</style>
  568.  
  569. </head>
  570.  
  571.  
  572.  
  573.  
  574.  
  575. <body>
  576.  
  577. <div id="topbox">
  578. <div id="topbar">
  579. <a href="/"><div id="blogtitle">{text:Title Symbol} {text:Blog Title} {text:Title Symbol}</div></a>
  580.  
  581. <div id="meow">
  582. {block:ifSidebarImage}
  583. <span style="float:left;"><div id"sideimg">
  584. <a href="/"><img src="{image:Sidebar Image}" width="60" height="60"></a></div>
  585. </span>{/block:ifSidebarImage}
  586. <div style="text-align:left;" id="desc">{description}
  587.  
  588.  
  589. </div>
  590.  
  591. </div>
  592. <div id="linkbox">
  593. {block:ifLink1}
  594. <a href="{text:Link 1 URL}" class="links">{text:Link 1}</a>
  595. {/block:ifLink1}
  596. {block:ifLink2}
  597. <a href="{text:Link 2 URL}" class="links">{text:Link 2}</a>
  598. {/block:ifLink2}
  599. {block:ifLink3}
  600. <a href="{text:Link 3 URL}" class="links">{text:Link 3}</a>
  601. {/block:ifLink3}
  602. {block:ifLink4}
  603. <a href="{text:Link 4 URL}" class="links">{text:Link 4}</a>
  604. {/block:ifLink4}
  605. {block:iflink5}
  606. <a href="{text:Link 5 URL}" class="links">{text:Link 5}</a>
  607. {/block:ifLink5}
  608. {block:ifLink6}
  609. <a href="{text:Link 6 URL}" class="links">{text:Link 6}</a>
  610. {/block:ifLink6}
  611. {block:ifLink7}
  612. <a href="{text:Link 7 URL}" class="links">{text:Link 7}</a>
  613. {/block:ifLink7}
  614.  
  615. <span style="float:right"><div class="page">
  616. {block:Pagination}{block:PreviousPage}<a title="previous" href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a title="next" href="{NextPage}">→</a><br />{/block:NextPage}{/block:Pagination}
  617. </div></span>
  618.  
  619. </div>
  620. </div>
  621. </div>
  622.  
  623. <div id="content">
  624.  
  625. <div id="entryspace">
  626. {block:Posts}
  627. <div id="entry">
  628.  
  629. {block:Text}{block:Title}
  630. <div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  631.  
  632. {block:Photo}{LinkOpenTag}
  633. {block:ifnot400pxPosts}<img src="{PhotoURL-500}">{/block:ifnot400pxPosts}
  634. {block:if400pxPosts}<img src="{PhotoURL-400}">{/block:if400pxPosts}
  635. {LinkCloseTag}
  636.  
  637. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}
  638. {/block:ifShowCaptions}{/block:Photo}
  639.  
  640. {block:Photoset}<div class="photoset">
  641.  
  642. {block:ifnot400pxPosts}{Photoset-500}{/block:ifnot400pxPosts}
  643. {block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  644.  
  645. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}</div>{/block:Photoset}
  646.  
  647. {block:Quote}
  648. <div class="quotecomma1">“</div>
  649. <center><big><div class="quote">{Quote}</div></big></center>
  650. <div class="quotecomma2">”</div><br>
  651. {block:Source}<div class="quotesource"> - {Source}</div>{/block:Source}
  652. {/block:Quote}
  653.  
  654.  
  655. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  656.  
  657. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1{/block:Title}
  658. <ol>{block:Lines}<li style="list-style:none;" class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  659.  
  660. {block:Audio}
  661. <div class="infobox">
  662. <div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
  663. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>
  664. {/block:AlbumArt}
  665. <div class="info"><big><div style="font-size:20px;">{block:TrackName}{TrackName}{/block:TrackName}</div></big><br>{block:Artist}<div style="font-size:13px;padding-top:2px; font-style:normal;">{Artist}</div>{/block:Artist}</div>
  666. {block:AudioPlayer}
  667. <div class="player">{AudioPlayerwhite}</div>
  668. {/block:AudioPlayer}
  669. {/block:Audio}
  670.  
  671.  
  672. {block:Video}
  673. {block:ifnot400pxPosts}{Video-500}{/block:ifnot400pxPosts}
  674. {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  675. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}
  676. {/block:ifShowCaptions}{/block:Video}
  677.  
  678. <!--question and answer-->
  679.  
  680. {block:Answer}
  681. <div id="ques">
  682. <div class="askericon"><img src="{AskerPortraitURL-40}"></div>
  683. <div class="asker"><b>{Asker}</b> {text:Asker Text} <br>
  684. {Question}</div>
  685. </div>
  686. <div class="answer">{Answer}</div>
  687. {/block:Answer}
  688.  
  689.  
  690.  
  691. <div id="permalink">
  692. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  693. {block:NoteCount}&middot;<a href="{Permalink}"> +{NoteCount}</a>{/block:NoteCount}
  694. &middot;<span style="float:center;"><a title="Reblog Post" href="{ReblogURL}" style="color:{color:title};"> reblog</a></span>
  695. {block:ContentSource}
  696.  
  697. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  698. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  699. {/block:SourceLogo}
  700. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  701. {/block:ContentSource}
  702.  
  703. <span style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{block:ContentSource} &middot;<a href="{ReblogRootURL}"> © </a>{/block:ContentSource}{/block:RebloggedFrom}</span>
  704. </div>
  705.  
  706.  
  707. <div class="tags">
  708. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>
  709.  
  710. </div>
  711.  
  712. {block:PostNotes}
  713. <div class="notes">
  714. {block:NoteCount}<div class="noteslabel">notes</div>{/block:NoteCount}
  715. {PostNotes}
  716. </div>
  717. {/block:PostNotes}
  718.  
  719.  
  720. {/block:Posts}
  721.  
  722. </div>
  723. </div>
  724. </div><div id="box"><a title="theme created by" href="http://elsewheretales.tumblr.com">ET</div>
  725.  
  726. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement