ahu419

Theme 009: The Scientist

Nov 16th, 2012
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--Theme 009 by afterwordbyamelia @ tumblr.com. Don't steal the code. Thank you for using!
  9.  
  10. Default Settings-->
  11.  
  12. <meta name="color:background" content="#011d38" />
  13. <meta name="color:desc" content="#072744" />
  14. <meta name="color:content" content="#081825" />
  15. <meta name="color:post" content="#04334e" />
  16. <meta name="color:linkage" content="#dce0e4" />
  17. <meta name="color:linkage font" content="#000000" />
  18. <meta name="color:linkage border" content="#117e9b" />
  19. <meta name="color:linkage shadow" content="#ffffff" />
  20. <meta name="color:accent" content="#d9e7f7" />
  21. <meta name="color:theme" content="#5f0021" />
  22. <meta name="color:theme border" content="#000000" />
  23. <meta name="color:border" content="#778088" />
  24. <meta name="color:description" content="#a2d9f5" />
  25. <meta name="color:title" content="#eef4f8" />
  26. <meta name="color:title hover" content="#4f98d5" />
  27. <meta name="color:text" content="#bbd1e7" />
  28. <meta name="color:link" content="#0685bb" />
  29. <meta name="color:link shadow one" content="#FF0000" />
  30. <meta name="color:link shadow two" content="#00F1F5" />
  31. <meta name="color:link hover" content="#d5dce2" />
  32. <meta name="color:scrollbar" content="#325475" />
  33. <meta name="color:selection" content="#157df1" />
  34. <meta name="color:question" content="#72c0ff" />
  35. <meta name="color:question font" content="#aaa9a9" />
  36.  
  37.  
  38. <meta name="font:title" content="calibri" />
  39. <meta name="font:body" content="calibri" />
  40. <meta name="font:tooltip text" content="calibri" />
  41.  
  42.  
  43. <meta name="image:sidebar" content="" />
  44. <meta name="image:background" content="" />
  45. <meta name="image:post" content="" />
  46.  
  47. <meta name="text:subtitle" content="" />
  48. <meta name="text:Link1" content="/" />
  49. <meta name="text:Link1 Title" content="link 1" />
  50. <meta name="text:Link2" content="/" />
  51. <meta name="text:Link2 Title" content="link 2" />
  52. <meta name="text:Link3" content="/" />
  53. <meta name="text:Link3 Title" content="link 3" />
  54. <meta name="text:Link4" content="/" />
  55. <meta name="text:Link4 Title" content="link 4" />
  56. <meta name="text:Link5" content="/" />
  57. <meta name="text:Link5 Title" content="link 5" />
  58. <meta name="text:Link6" content="/" />
  59. <meta name="text:Link6 Title" content="link 6" />
  60. <title>{Title}</title>
  61.  
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  63.  
  64.  
  65. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  68.  
  69. <link rel="shortcut icon" href="{Favicon}"/>
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  72.  
  73. <script type="text/javascript"
  74. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  75.  
  76. <SCRIPT TYPE="text/javascript">
  77. <!--
  78. //Disable right click script
  79. //visit http://w#ww.rainbow.arch.scriptmania.com/scripts/
  80. var message="";
  81. ///////////////////////////////////
  82. function clickIE() {if (document.all) {(message);return false;}}
  83. function clickNS(e) {if
  84. (document.layers||(document.getElementById&&!document.all)) {
  85. if (e.which==2||e.which==3) {(message);return false;}}}
  86. if (document.layers)
  87. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  88. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  89. document.oncontextmenu=new Function("return false")
  90. // -->
  91. </SCRIPT>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96. body {
  97. background-color:{color:background};
  98. background-attachment:fixed;
  99. background-image:url('{image:background}');
  100. font-family:calibri;
  101. font-size:11px;
  102. line-height:11px;
  103. color:{color:text};
  104. text-wrap:normal
  105. word-wrap:break-word;
  106. height:100%;
  107. right:5px;
  108. overflow-y:scroll;
  109. overflow-x:hidden;
  110. }
  111.  
  112. html {
  113. overflow-y:auto;
  114. background-color:transparent;
  115. }
  116.  
  117. html {
  118. overflow-y:auto;
  119. background-color:transparent;
  120. }
  121.  
  122. ::-webkit-scrollbar {
  123. width:5px;
  124. height:auto;
  125. background:{color:background};
  126. }
  127.  
  128. ::-webkit-scrollbar-corner {
  129. background:{color:scrollbar};
  130. }
  131.  
  132. ::-webkit-scrollbar-thumb:vertical {
  133. background:{color:scrollbar};
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:horizontal {
  137. background:{color:scrollbar};
  138. }
  139.  
  140.  
  141. ::selection, ::-webkit-selection, ::-moz-selection {
  142. color:{color:selection};
  143. }
  144.  
  145.  
  146. a, a:active, a:visited{
  147. text-decoration:none;
  148. color:{color:link};
  149. }
  150.  
  151. a:hover {
  152. color:{color:link hover};
  153. }
  154.  
  155. #fade {
  156. display:none;
  157. background:#ffffff;
  158. position:fixed;
  159. left: 0;
  160. top: 0;
  161. width: 100%;
  162. height: 100%;
  163. opacity:.1;
  164. z-index: 9999;
  165. }
  166.  
  167. .popup_block{
  168. display: none;
  169. background:{color:post};
  170. border:1px solid {color:border};
  171. padding:20px;
  172. float: left;
  173. position: fixed;
  174. top: 50%;
  175. left: 50%;
  176. z-index: 99999;
  177. }
  178.  
  179. img.btn_close {
  180. float: right;
  181. margin: -55px -55px 0 0;
  182. }
  183.  
  184. *html #fade {
  185. position: absolute;
  186. }
  187.  
  188. *html .popup_block {
  189. position: absolute;
  190. }
  191.  
  192.  
  193. #main {
  194. background-color:{color:background};
  195. background-attachment:fixed;
  196. background-image: url('{image:Background}');
  197. position:absolute;
  198. width:1250px;
  199. height:100%;
  200. }
  201.  
  202. #sidebar {
  203. background-color:{color:background};
  204. text-align:left;
  205. position:fixed;
  206. left:640px;
  207. width:410px;
  208. padding-top:20px;
  209. height:100%;
  210. top:0px;
  211. font-family:calibri;
  212. font-size:10px;
  213. line-height:10px;
  214. }
  215.  
  216. #title {
  217. top:85px;
  218. position:fixed;
  219. width:250px;
  220. left:635px;
  221. text-align:center;
  222. height:30px;
  223. z-index:999;
  224. text-shadow:1px 1px 2px {color:border};
  225. padding:10px 5px 5px 5px;
  226. }
  227.  
  228. #title a {
  229. font-family:georgia;
  230. color:{color:title};
  231. font-size:18px;
  232. font-style:italic;
  233. line-height:18px;
  234. }
  235.  
  236. #title a:hover {
  237. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  238. -webkit-transition-duration:.25s;
  239. -moz-transition-duration:.25s;
  240. -o-transition: all 0.25s ease-in-out;
  241. transition: all 0.25s ease-in-out;
  242. }
  243.  
  244. #pageturn {
  245. position:relative;
  246. font-size:9px;
  247. width:200px;
  248. font-family:inconsolata;
  249. text-align:center;
  250. left:-10px;
  251. margin-top:10px;
  252. margin-bottom:-14px;
  253. text-transform:uppercase;
  254. z-index:999;
  255. -webkit-transition:all 0.5s ease-out;
  256. -moz-transition:all 0.5s ease-out;
  257. transition:all 0.5s ease-out;
  258. -o-transition: all 0.5s ease-in-out;
  259. }
  260.  
  261. #pageturn a {
  262. padding:2px 3px 2px 3px;
  263. border:1px solid {color:border};
  264. background-color:{color:desc};
  265. }
  266.  
  267. #pageturn a:hover {
  268. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  269. -webkit-transition-duration:.25s;
  270. -moz-transition-duration:.25s;
  271. -o-transition: all 0.25s ease-in-out;
  272. transition: all 0.25s ease-in-out;
  273. }
  274.  
  275. #simg {
  276. height:200px;
  277. width:200px;
  278. text-align:center;
  279. }
  280.  
  281. .container {
  282. -webkit-perspective:1000;
  283. -ms-perspective:1000;
  284. -moz-perspective:1000;
  285. -o-perspective:1000;
  286. position:fixed;
  287. margin-left:-13px;
  288. margin-top:55px;
  289. }
  290.  
  291. .card {
  292. width:200px;
  293. height:200px;
  294. -webkit-transform-style:preserve-3d;
  295. -ms-transform-style:preserve-3d;
  296. -moz-transform-style:preserve-3d;
  297. -o-transform-style:preserve-3d;
  298. -webkit-transition:0.5s;
  299. -ms-transition:0.5s;
  300. -moz-transition:0.5s;
  301. -o-transition:0.5s;
  302. }
  303.  
  304. .container:hover .card {
  305. -webkit-transform:rotateY(180deg);
  306. -ms-transform:rotateY(180deg);
  307. -moz-transform:rotateY(180deg);
  308. -o-transform:rotateY(180deg);
  309. }
  310.  
  311. .container:hover .back {
  312. opacity:1;
  313. -webkit-transition-duration:.75s;
  314. -moz-transition-duration:.75s;
  315. -ms-transition-duration:.75s;
  316. -o-transition-duration:.75s;
  317. transition-duration:.75s;
  318. }
  319.  
  320. .face {
  321. position:absolute;
  322. -webkit-backface-visibility:hidden;
  323. }
  324.  
  325. .side {
  326. padding:40px;
  327. text-align:center;
  328. }
  329.  
  330. .side .front {
  331. overflow:hidden;
  332. -webkit-transition-duration:.75s;
  333. -moz-transition-duration:.75s;
  334. -ms-transition-duration:.75s;
  335. -o-transition-duration:.75s;
  336. transition-duration:.75s;
  337. }
  338.  
  339. .side .back {
  340. opacity:0;
  341. overflow:hidden;
  342. -webkit-transform: rotateY(180deg);
  343. -ms-transform:rotateY(180deg);
  344. -moz-transform:rotateY(180deg);
  345. -o-transform:rotateY(180deg);
  346. -webkit-transition-duration:.75s;
  347. -moz-transition-duration:.75s;
  348. -ms-transition-duration:.75s;
  349. -o-transition-duration:.75s;
  350. transition-duration:.75s;
  351. }
  352.  
  353. .links {
  354. margin-left:18px;
  355. width:220px;
  356. height:15px;
  357. text-align:center;
  358. margin-top:290px;
  359. z-index:995;
  360. margin-bottom:4px;
  361. opacity:1;
  362. position:absolute;
  363. }
  364.  
  365. .links a {
  366. width:40px;
  367. height:10px;
  368. font-family:inconsolata;
  369. text-transform:uppercase;
  370. font-size:9px;
  371. line-height:9px;
  372. padding:3px 3px 1px 3px;
  373. text-align:center;
  374. background-color:{color:desc};
  375. margin:1px;
  376. border:1px solid {color:border};
  377. display:inline-block;
  378. }
  379.  
  380. .links a:hover {
  381. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  382. -webkit-transition-duration:.25s;
  383. -moz-transition-duration:.25s;
  384. -o-transition: all 0.25s ease-in-out;
  385. transition: all 0.25s ease-in-out;
  386. }
  387.  
  388. .subtitle {
  389. font-family:georgia;
  390. color:{color:title};
  391. font-size:14px;
  392. font-style:italic;
  393. line-height:14px;
  394. }
  395.  
  396. .linkage {
  397. text-align:center;
  398. height:175px;
  399. width:198px;
  400. padding-top:10px;
  401. background-color:{color:desc};
  402. border:1px solid {color:border};
  403. }
  404.  
  405. .linkage a {
  406. width:200px;
  407. height:3px;
  408. font-family:inconsolata;
  409. font-size:12px;
  410. line-height:5px;
  411. margin-bottom:16px;
  412. padding-top:3px;
  413. padding-bottom:3px;
  414. border-bottom:4px solid {color:linkage};
  415. display:block;
  416. }
  417.  
  418. .linkage a:hover {
  419. border-bottom:4px solid {color:link};
  420. color:{color:linkage};
  421. -webkit-transition-duration:.75s;
  422. -moz-transition-duration:.75s;
  423. -o-transition: all 0.75s ease-in-out;
  424. transition: all 0.75s ease-in-out;
  425. }
  426.  
  427. #desc {
  428. width:180px;
  429. padding:15px 10px 10px 10px;
  430. margin-left:27px;
  431. margin-top:300px;
  432. text-align:justify;
  433. position:fixed;
  434. opacity:1;
  435. background-color:{color:desc};
  436. color:{color:description};
  437. border:1px solid {color:border};
  438.  
  439. }
  440.  
  441. #desc a {
  442. letter-spacing:0px;
  443. }
  444.  
  445. #question {
  446. font-size:15px;
  447. line-height:16px;
  448. padding-bottom:-4px;
  449. font-family:calibri;
  450. text-align:left;
  451. padding:5px 10px 13px 5px;
  452. border-bottom:1px solid {color:question};
  453. color:{color:question font};
  454. }
  455.  
  456. #triangle {
  457. width:30px;
  458. height:25px;
  459. font-size:30px;
  460. left:35px;
  461. font-family:calibri;
  462. position:relative;
  463. color:{color:question};
  464. top:-3.5px;
  465. }
  466.  
  467. #asker {
  468. text-transform:uppercase;
  469. font-size:10px;
  470. margin-top:-20px;
  471. font-family:inconsolata;
  472. margin-left:35px;
  473. }
  474.  
  475. #answer {
  476. margin-top:-10px;
  477. }
  478.  
  479. #content {
  480. position:absolute;
  481. height:auto;
  482. left:0px;
  483. width:580px;
  484. background-color:{color:content};
  485. font-family:calibri;
  486. margin-bottom:10px;
  487. margin-top:-10px;
  488. }
  489.  
  490. #post {
  491. width:500px;
  492. margin-left:30px;
  493. margin-right:20px;
  494. margin-top:35px;
  495. padding:10px;
  496. border:1px solid {color:border};
  497. background-color:{color:post};
  498. background-image: url('{image:post}');
  499. }
  500.  
  501. #info a {
  502. border:1px solid {color:border};
  503. padding:2px;
  504. background-color:{color:background};
  505. }
  506.  
  507. #info {
  508. margin-bottom:5px;
  509. position:relative;
  510. width:522px;
  511. margin-top:-6px;
  512. text-transform:uppercase;
  513. font-size:9px;
  514. left:30px;
  515. padding-left:15px;
  516. text-align:left;
  517. letter-spacing:1px;
  518. font-family:inconsolata;
  519. -webkit-transition-duration:.5s;
  520. -moz-transition-duration:.5s;
  521. -o-transition: all 0.5s ease-in-out;
  522. transition: all 0.5s ease-in-out;
  523. }
  524.  
  525. #info a:hover {
  526. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  527. -webkit-transition-duration:.25s;
  528. -moz-transition-duration:.25s;
  529. -o-transition: all 0.25s ease-in-out;
  530. transition: all 0.25s ease-in-out;
  531. }
  532.  
  533. .tagging {
  534. position:relative;
  535. margin-bottom:5px;
  536. padding:10px 5px 5px 45px;
  537. font-size:11px;
  538. opacity:.7;
  539. font-family:inconsolata;
  540. -webkit-filter: blur(1px);
  541. }
  542.  
  543. .tagging a {
  544. position:relative;
  545. padding:4px 5px 4px 5px;
  546. height:2px;
  547. }
  548.  
  549. .tagging:hover {
  550. -webkit-filter: blur(0px);
  551. opacity:1;
  552. -webkit-transition-duration:.5s;
  553. -moz-transition-duration:.5s;
  554. -o-transition: all 0.5s ease-in-out;
  555. transition: all 0.5s ease-in-out;
  556. }
  557.  
  558. .tagging a:hover {
  559. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  560. -webkit-transition-duration:.25s;
  561. -moz-transition-duration:.25s;
  562. -o-transition: all 0.25s ease-in-out;
  563. transition: all 0.25s ease-in-out;
  564. }
  565.  
  566. h1{
  567. font-size:15px;
  568. line-height:15px;
  569. font-weight:700;
  570. color:{color:title};
  571. }
  572.  
  573. h2{
  574. font-size:11px;
  575. line-height:11px;
  576. padding:6px;
  577. font-style:italic;
  578. font-family:calibri;
  579. background-color:{color:background};
  580. color:{color:title};
  581. }
  582.  
  583. h3{
  584. font-size:10px;
  585. line-height:10px;
  586. position:justify;
  587. padding-left:10px;
  588. font-family:calibri;
  589. }
  590.  
  591. h4{
  592. font-size:15px;
  593. line-height:15px;
  594. font-weight:700;
  595. font-family:inconsolata;
  596. text-transform:uppercase;
  597. color:{color:title};
  598. }
  599.  
  600. .theme {
  601. text-align:center;
  602. margin-top:10px;
  603. }
  604.  
  605. .theme a {
  606. font-size:11px;
  607. line-height:11px;
  608. margin-right:5px;
  609. text-transform:uppercase;
  610. padding:4px;
  611. font-family:inconsolata;
  612. border:1px solid {color:border};
  613. background-color:{color:background};
  614. }
  615.  
  616. .theme a:hover {
  617. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  618. -webkit-transition-duration:.25s;
  619. -moz-transition-duration:.25s;
  620. -o-transition: all 0.25s ease-in-out;
  621. transition: all 0.25s ease-in-out;
  622. }
  623.  
  624. .quote {
  625. font-size:13px;
  626. line-height:14px;
  627. font-family:calibri;
  628. padding-top:-5px;
  629. padding-left:25px;
  630. }
  631.  
  632. #mark {
  633. font-size:80px;
  634. font-family:georgia;
  635. color:{color:accent};
  636. margin-left:5px;
  637. margin-top:20px;
  638. opacity:.3;
  639. position:absolute;
  640. }
  641.  
  642. .quotesource {
  643. width:500px;
  644. left:20px;
  645. font-family:calibri;
  646. font-size:10px;
  647. padding:2px;
  648. text-align:right;
  649. }
  650.  
  651. .user_1 .label {
  652. color:{color:link};
  653. font-weight:bold;
  654. }
  655.  
  656. .user_2 .label {
  657. color:{color:text};
  658. font-weight:bold
  659. }
  660. .user_3 .label {
  661. color:{color:link};
  662. font-weight:bold;
  663. }
  664.  
  665. .user_4 .label {
  666. color:{color:text};
  667. font-weight:bold
  668. }
  669. .user_5 .label {
  670. color:{color:link};
  671. font-weight:bold;
  672. }
  673.  
  674. .user_6 .label {
  675. color:{color:text};
  676. font-weight:bold
  677. }
  678.  
  679. .user_7 .label {
  680. color:{color:link};
  681. font-weight:bold
  682. }
  683.  
  684. .user_8 .label {
  685. color:{color:text};
  686. font-weight:bold
  687. }
  688.  
  689. .user_9 .label {
  690. color:{color:link};
  691. font-weight:bold
  692. }
  693.  
  694. .user_10 .label {
  695. color:{color:text};
  696. font-weight:bold
  697. }
  698.  
  699. ul.chat, .chat ol, .chat li {
  700. list-style:none;
  701. margin:0px;
  702. padding:0px;
  703. line-height:15px;
  704. }
  705.  
  706. .notes img {
  707. width:15px;
  708. position:relative;
  709. top:1px;
  710. }
  711.  
  712. .notes {
  713. width:500px;
  714. margin-left:30px;
  715. padding:10px;
  716. border:1px solid {color:border};
  717. }
  718.  
  719. ol.notes, .notes li {
  720. background-color:{color:post};
  721. list-style:none;
  722. margin-top:10px;
  723. }
  724.  
  725.  
  726. blockquote {
  727. font-family:calibri;
  728. padding-left:3px;
  729. margin:0px 2px 0px 10px;
  730. border-left:3px solid {color:blockquote};
  731. }
  732.  
  733. #audentryprob {
  734. display:block;
  735. height:auto;
  736. min-height:135px;
  737. position:relative;
  738. }
  739.  
  740. .audentry {
  741. position:relative;
  742. width:490px;
  743. background-color:transparent;
  744. padding:5px;
  745. min-height:135px;
  746. {block:IndexPage}overflow:hidden;{/block:IndexPage};
  747. }
  748.  
  749. .audioplayersquare {
  750. position:absolute;
  751. z-index:3;
  752. top:5px;
  753. left:5px;
  754. background:white;
  755. opacity:0.7;
  756. filter:alpha(opacity=70);
  757. }
  758.  
  759. .audioplayer {
  760. width:20px;
  761. height:30px;
  762. overflow:hidden;
  763. margin:15px 24px 15px 16px;
  764. }
  765.  
  766. .audiodata {
  767. text-transform:uppercase;
  768. height:15px;
  769. }
  770.  
  771. .audiocaption {
  772. color:{color:link};
  773. }
  774.  
  775. #credit {
  776. position:fixed;
  777. bottom:6px;
  778. border:1px solid {color:border};
  779. background-color:{color:desc};
  780. padding:8px 4px 6px 4px;
  781. right:4px;
  782. text-align:right;
  783. color:{color:link};
  784. font-family:inconsolata;
  785. text-transform:uppercase; font-size:12px;
  786. }
  787.  
  788. #credit a:hover {
  789. text-shadow:1.5px 0 .2px {color:link shadow one}, -1.5px 0 .2px {color:link shadow two};
  790. -webkit-transition-duration:.25s;
  791. -moz-transition-duration:.25s;
  792. -o-transition: all 0.25s ease-in-out;
  793. transition: all 0.25s ease-in-out;
  794. }
  795.  
  796.  
  797. iframe#tumblr_controls {
  798. top:2px !important;
  799. right:4px !important;
  800. position:fixed !important;
  801. }
  802.  
  803. </style>
  804. </head>
  805.  
  806.  
  807. <body>
  808.  
  809.  
  810. <div id="main">
  811.  
  812. <div id="sidebar">
  813. <div id="title"><a href="/">{Title}</a></div>
  814.  
  815. <div class="container side">
  816. <div class="card">
  817. <div class="face front">
  818.  
  819. <div id="simg">
  820. <img src="{image:sidebar}" width="200px" height="200px"/>
  821. </div></div>
  822.  
  823. <div class="face back">
  824. <div class="subtitle">{text:subtitle}</div>
  825. <div class="linkage">
  826. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  827. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  828. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  829. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  830. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  831. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  832. </div>
  833.  
  834. </div></div></div>
  835.  
  836. <div class="links">
  837. <a href="/">refresh</a>
  838. {block:AskEnabled}
  839. <a href="/ask">mailbox</a>{/block:AskEnabled}
  840. {block:SubmissionsEnabled}<a href="/submit">submit</a> {/block:SubmissionsEnabled}
  841. <a href="/archive">history</a>
  842. </div>
  843.  
  844. <div id="desc">{Description}
  845. <div id="pageturn">{block:PreviousPage}<a href="{PreviousPage}">prev</a>
  846. {/block:PreviousPage}
  847. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  848. </div>
  849. </div>
  850.  
  851. </div>
  852. </div>
  853.  
  854. <div id="content">
  855.  
  856. {block:Posts}
  857. <div id="post">
  858.  
  859. {block:Text}
  860. {block:Title}
  861. <h1><a href="{Permalink}">{Title}</a></h1>
  862. {/block:Title}
  863. {Body}
  864. {/block:Text}
  865.  
  866. {block:Photo}
  867. {block:Title}
  868. <h1><a href="{Permalink}">{Title}</a></h1>
  869. {/block:Title}
  870. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  871. {block:Caption}
  872. <div class="caption">{Caption}</div>
  873. {/block:Caption}
  874. {/block:Photo}
  875.  
  876. {block:Photoset}
  877. <center>{Photoset-500}</center>
  878. {block:Caption}
  879. <div class="caption">{Caption}</div>
  880. {/block:Caption}
  881. {/block:Photoset}
  882.  
  883. {block:Quote}
  884. <div id="mark">&ldquo;</div>
  885. {block:Title}
  886. <h1><a href="{Permalink}">{Title}</a></h1>
  887. {/block:Title}
  888. <div class="quote">{Quote}</div>
  889. {block:Source}
  890. <div class="quotesource">-{Source}</div>
  891. {/block:Source}
  892. {/block:Quote}
  893.  
  894. {block:Link}
  895. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  896. {block:Description}
  897. <div class="description">{Description}</div>
  898. {/block:description}
  899.  
  900. {/block:Link}
  901. {block:Chat}
  902. {block:Title}
  903. <h1><a href="{Permalink}">{Title}</a></h1>
  904. {/block:Title}
  905. <ul class="chat">
  906. {block:Lines}
  907. <li class="user_{UserNumber}">
  908. {block:Label}
  909. <span class="label">
  910. {Label}
  911. </span>
  912. {/block:Label}
  913. &nbsp;{Line}</li>
  914. {/block:Lines}
  915. </ul>
  916. {/block:Chat}
  917.  
  918. {block:Answer}
  919. <div id="question">{Question}
  920.  
  921. </div><div id="triangle">◥</div><br>
  922. <div id="asker">{Asker}</div><br>
  923. <div id="answer">{Answer}</div>
  924. {/block:Answer}
  925.  
  926. {block:Video}
  927. {block:Title}
  928. <h1><a href="{Permalink}">{Title}</a></h1>
  929. {/block:Title}
  930. <center>{Video-500}</center>
  931. {block:Caption}
  932. <div class="caption">{Caption}</div>
  933. {/block:Caption}
  934. {/block:Video}
  935.  
  936. {block:Audio}
  937. <div id="audentryprob">
  938. <div class="audentry">
  939. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  940. {block:AlbumArt}
  941. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  942. {/block:AlbumArt}
  943.  
  944. <div class="audioplayersquare">
  945. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  946. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  947. {block:TrackName}
  948. <tr>
  949. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  950. </tr>
  951. {/block:TrackName}
  952. {block:Artist}
  953. <tr>
  954. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  955. </tr>
  956. {/block:Artist}
  957. {block:Album}
  958. <tr>
  959. <td class="audiodata"><b>Album: </b>{Album}</td>
  960. </tr>
  961. {/block:Album}
  962. <tr>
  963. <td class="audiodata">Played {FormattedPlayCount} times</td>
  964. </tr>
  965. {block:ExternalAudio}
  966. <tr>
  967. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  968. </tr>
  969. {/block:ExternalAudio}
  970. {block:Caption}<tr>
  971. <td class="audiocaption">{Caption}</td></tr>
  972. {/block:Caption}
  973. </table>
  974. </div>
  975. </div>{/block:Audio}
  976. <br>
  977. </div>
  978. <div id="info">
  979. <a href="{Permalink}">{block:Date}{DayOfMonth} {ShortMonth} {Year}</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">&#9829;{NoteCount}</a>{/block:NoteCount}
  980. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a></a>{/block:ContentSource} <a href="{ReblogURL}"target="_blank">reblog</a></div>
  981.  
  982. <div class="tagging">
  983. {block:HasTags}tags: {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  984. <br>
  985.  
  986.  
  987. {/block:Posts} <br>
  988.  
  989.  
  990. <br>
  991. {block:PostNotes}{PostNotes}{/block:PostNotes}
  992. <div id="credit">© <a href="http://afterwordbyamelia.tumblr.com">afterwordbyamelia</a>
  993. </div>
  994. </div>
  995. </div>
  996. </div>
  997.  
  998.  
  999. </body>
  1000.  
  1001. </html>
  1002.  
  1003. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment