Advertisement
sugane

.03 THANATOS REDUX EDIT

Oct 14th, 2013
4,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.57 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. _..._
  4. \_.._ `'-.,--,
  5. '-._'-. `\a\\
  6. '. `_.' (|
  7. `7 ||
  8. / .' |
  9. /_.-' ,J
  10. / \
  11. || / ;
  12. _.. || | | /`\.-.
  13. .' _ `\ `\ \ | \_/__/
  14. / /e)-,\ '. \ /.-` .'\
  15. / | ,_ | /\ `;_.-'_.-'`\_/
  16. / '-(-.)/ \_;(((_.-;
  17. .'--. \ ` .(((_,;`'. \
  18. / `\ | _.--'`__.' `\ '-;\
  19. /` | /.-' .--' '._.'\\
  20. .' ; /__.-'` | \ |
  21. .'`-'_ /_.'))) \_\,_/
  22. / -'_.'---;`'-)))
  23. (__.'/ /` .'`
  24. (_.'/ /` /`
  25. _|.' /` thanatos redux edit by tetralyte
  26. .-` __.'|
  27. .-'|| |
  28. \_`/
  29. `
  30. -->
  31. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  32. <head>
  33. <!-- DEFAULT VARIABLES -->
  34. <meta name="color:Background" content="#ffffff" />
  35. <meta name="color:Links BG" content="#b6b6b6" />
  36. <meta name="color:Borders" content="#000" />
  37. <meta name="color:Tags" content="#000" />
  38. <meta name="color:NaviBG" content="#000">
  39. <meta name="color:NaviText" content="#393436">
  40. <meta name="color:Scrollbar" content="#000">
  41.  
  42. <meta name="text:Navigation Title" content="navigation">
  43. <meta name="text:link url1" content="" />
  44. <meta name="text:link url2" content="" />
  45. <meta name="text:link url3" content="" />
  46. <meta name="text:link url4" content="" />
  47. <meta name="text:link url5" content="" />
  48. <meta name="text:link 1" content="" />
  49. <meta name="text:link 2" content="" />
  50. <meta name="text:link 3" content="" />
  51. <meta name="text:link 4" content="" />
  52. <meta name="text:link 5" content="" />
  53.  
  54. <meta name="if:Show Tags" content="1" />
  55. <meta name="if:250px" content="0" />
  56.  
  57. <meta name="image:Favicon" content="" />
  58. <meta name="image:Background" content="" />
  59. <meta name="image:sidebaricon" content="http://static.tumblr.com/f3be9499f80d414dc317319b5bd3d2a6/hcjztpx/Ulzmuoy77/tumblr_static_8tbi3.png" />
  60.  
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Cousine:400,400italic,700,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  65. <link rel="shortcut icon" href="{image:Favicon}" />
  66. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  68. <style type="text/css">
  69. body {
  70. background: {color:Background} url('{image:Background}') top left fixed repeat;
  71. margin: 0;
  72. padding: 0;
  73. font-family: {font:Body};
  74. }
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77. background-color: {color:Scrollbar};
  78. height: 5px;
  79.  
  80. }
  81. ::-webkit-scrollbar {
  82. height: 30px;
  83. width: 5px;
  84. background-color: {color:Scrollbar};
  85. border: 2px solid #fff;
  86. }
  87.  
  88. ::selection {
  89. background: {color:Links BG};
  90. color: #000;
  91. }
  92.  
  93. ::-moz-selection {
  94. background: {color:Links BG};
  95. color: #000;
  96. }
  97.  
  98. .clear {
  99. clear: both;
  100. height: 0px;
  101. overflow: hidden;
  102. }
  103.  
  104. a img {
  105. border: none;
  106. }
  107.  
  108. #wrapper {
  109. width: 840px;
  110. margin: 0 auto;
  111.  
  112. }
  113.  
  114. #wrapper #title {
  115. margin: 30px 0;
  116. color: #fff;
  117. font-size: 50px;
  118. font-weight: bold;
  119. font-family: {font:Title};
  120. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  121. letter-spacing: -1px;
  122. }
  123.  
  124. #wrapper #title a {
  125. color: #000;
  126. text-decoration: none;
  127. }
  128.  
  129. #wrapper #content {
  130. width: {block:ifnot250px}420px{/block:ifnot250px}{block:if250px}270px{/block:if250px};
  131. float: left;
  132.  
  133. }
  134.  
  135. #wrapper #content .post {
  136. font-family: inconsolata;
  137. border: 1px solid {color:Borders};
  138. background: #fff;
  139. padding: 10px;
  140. position: relative;
  141. border-top: 6px solid {color:Borders};
  142. margin-bottom: -25px;
  143.  
  144. }
  145.  
  146. #wrapper #content .post .media {
  147. text-align: center;
  148. margin-bottom: 10px;
  149. }
  150.  
  151. #wrapper #content .post .quotebg {
  152. font-family: georgia, serif;
  153. font-size: 150px;
  154. color: #000;
  155. opacity: 0.2;
  156. filter: alpha(opacity=20);
  157. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  158. position: absolute;
  159. top: 70px;
  160. left: 10px;
  161. }
  162.  
  163. #wrapper #content .post .quote {
  164. color: #000;
  165. font-weight: bold;
  166. padding: 10px 20px 5px 20px;
  167. }
  168.  
  169. #wrapper #content .post .quote.short {
  170. font-size: 12px;
  171. line-height: 18px;
  172. }
  173.  
  174. #wrapper #content .post .quote.medium {
  175. font-size: 12px;
  176. line-height: 18px;
  177. }
  178.  
  179. #wrapper #content .post .quote.long {
  180. font-size: 12px;
  181. line-height: 18px;
  182. }
  183.  
  184. #wrapper #content .post .quote_source *:first-child {
  185. margin-top: 0px;
  186. }
  187.  
  188. #wrapper #content .post .quote_source *:last-child {
  189. margin-bottom: 0px;
  190. }
  191.  
  192. #wrapper #content .post .quote *:first-child {
  193. margin-top: 0px;
  194. }
  195.  
  196. #wrapper #content .post .quote *:last-child {
  197. margin-bottom: 0px;
  198. }
  199.  
  200. #wrapper #content .post .copy {
  201. color: #6e7173;
  202. padding: 5px;
  203. font-size: 11px;
  204. line-height: 15px;
  205. }
  206.  
  207. #wrapper #content .post .copy a {
  208. color: #000;
  209. background-color: {color:Links BG};
  210.  
  211. -webkit-transition: all 0.4s ease-in-out;
  212. -moz-transition: all 0.4s ease-in-out;
  213. -o-transition: all 0.4s ease-in-out;
  214. -ms-transition: all 0.4s ease-in-out;
  215. }
  216.  
  217. #wrapper #content .post .copy a:hover {
  218. color: #000;
  219. background-color: #000;
  220.  
  221. -webkit-transition: all 0.4s ease-in-out;
  222. -moz-transition: all 0.4s ease-in-out;
  223. -o-transition: all 0.4s ease-in-out;
  224. -ms-transition: all 0.4s ease-in-out;
  225. }
  226.  
  227. #wrapper #content .post .copy p {
  228. margin: 10px 0 0 0;
  229. padding: 0;
  230. }
  231.  
  232. #wrapper #content .post .copy pre {
  233. margin: 10px 0px 10px 0px;
  234. padding: 10px;
  235. background-color: #e6e6e6;
  236. font: normal 11px Courier, monospace;
  237. overflow: auto;
  238. }
  239.  
  240. #wrapper #content .post .copy > p:first-child {
  241. margin-top: 0;
  242. }
  243.  
  244. #wrapper #content .post .copy img {
  245. max-width: 100%;
  246. }
  247.  
  248. #wrapper #content .post .audio {
  249. background: #eaeaea;
  250. float: left;
  251. padding: 7px;
  252. margin-bottom: 10px;
  253. -moz-border-radius: 4px;
  254. -webkit-border-radius: 4px;
  255. border-radius: 4px;
  256. }
  257.  
  258. #wrapper #content .post .audio .player {
  259. float: left;
  260. }
  261.  
  262. #wrapper #content .post .audio .player .audio_player embed {
  263. border: 1px solid #c8c8c8;
  264. }
  265.  
  266. #wrapper #content .post .audio .meta {
  267. padding: 8px 13px;
  268. height: 13px;
  269. float: left;
  270. color: #666;
  271. font-family: {font:Accent};
  272. font-size: 11px;
  273. text-transform: lowercase;
  274. }
  275.  
  276. #wrapper #content .post .audio .meta a {
  277. color: #666;
  278. text-decoration: none;
  279. }
  280.  
  281. #wrapper #content .post .album_art {
  282. text-align: center;
  283. }
  284.  
  285. #wrapper #content .post .question {
  286. color: #494949;
  287. font-size: 11px;
  288. font-weight: bold;
  289. background: #f1f1f1;
  290. border-left: 3px solid #000;
  291. margin: 0 0 15px 0;
  292. padding: 15px 20px;
  293. position: relative;
  294. }
  295.  
  296. #wrapper #content .post .question .nipple {
  297. width: 13px;
  298. height: 7px;
  299. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  300. position: absolute;
  301. bottom: -7px;
  302. left: 30px;
  303. }
  304.  
  305. #wrapper #content .post .asker_container {
  306. margin: 0 0 20px 24px;
  307. }
  308.  
  309. #wrapper #content .post .asker_container img {
  310. margin: 0 12px -7px 0;
  311. }
  312.  
  313. #wrapper #content .post .asker_container a.asker {
  314. color: {color:Body};
  315. }
  316.  
  317. #wrapper #content .post .title {
  318. color: #494949;
  319. font-size: 13px;
  320. text-transform: uppercase;
  321. font-family: inconsolata;
  322. padding: 10px 10px 0 10px;
  323. }
  324.  
  325. #wrapper #content .post img {
  326. max-width: {block:ifnot250px}400px{/block:ifnot250px}{block:if250px}250px{/block:if250px};
  327. }
  328.  
  329. #wrapper #content .post .chat {
  330. background-color: #fff;
  331. border-left: 5px solid #dedddd;
  332. margin: 10px 10px 0 10px;
  333. font-size: 10px;
  334. font-family: inconsolata;
  335. }
  336.  
  337. #wrapper #content .post .chat .lines {
  338. margin-left: 1px;
  339. }
  340.  
  341. #wrapper #content .post .chat .lines .line {
  342. background-color: #eaeaea;
  343. color: #494949;
  344. margin-bottom: 1px;
  345. padding: 3px 5px;
  346. }
  347.  
  348. #wrapper #content .post .chat .lines .line.even {
  349. background-color: #dedddd;
  350. }
  351.  
  352. #wrapper #content .post .link {
  353. margin: 4px 0 2px 0;
  354. font-size: 16px;
  355. line-height: 25px;
  356. }
  357.  
  358. #wrapper #content .post .link a {
  359. background-color: {color:Links BG};
  360. color: #000;
  361. padding: 5px 7px;
  362.  
  363. -webkit-transition: all 0.4s ease-in-out;
  364. -moz-transition: all 0.4s ease-in-out;
  365. -o-transition: all 0.4s ease-in-out;
  366. -ms-transition: all 0.4s ease-in-out;
  367. }
  368.  
  369. #wrapper #content .post .link a:hover {
  370. background-color: transparent;
  371.  
  372. -webkit-transition: all 0.4s ease-in-out;
  373. -moz-transition: all 0.4s ease-in-out;
  374. -o-transition: all 0.4s ease-in-out;
  375. -ms-transition: all 0.4s ease-in-out;
  376. }
  377.  
  378. #wrapper #content .post .footer {
  379. background: transparent;
  380. font-family: cousine;
  381. font-size: 10px;
  382. color: #666;
  383. padding: -3px 10px;
  384. margin-top: 10px;
  385. }
  386.  
  387. #wrapper #content .post .footer.for_permalink:hover {
  388. opacity: 0.9;
  389. filter: alpha(opacity=90);
  390. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  391.  
  392. -webkit-transition: all 0.4s ease-in-out;
  393. -moz-transition: all 0.4s ease-in-out;
  394. -o-transition: all 0.4s ease-in-out;
  395. -ms-transition: all 0.4s ease-in-out;
  396. }
  397.  
  398. #wrapper #content .post .footer .date {
  399. width: 67%;
  400. float: left;
  401. color: #666;
  402. }
  403.  
  404. #wrapper #content .post .footer .notes {
  405. width: 33%;
  406. float: right;
  407. text-align: right;
  408. color: #666;
  409. }
  410.  
  411. #wrapper #content .post .footer .notes a {
  412. color: #666;
  413. }
  414.  
  415. #wrapper #content .post .footer .tags a {
  416. color: {color:Tags};
  417. text-decoration: underline;
  418. }
  419.  
  420. #wrapper #content .post .footer .tags .tag-commas:last-child {
  421. display: none;
  422. }
  423.  
  424. #wrapper #content .post .footer.with_source_url .tags {
  425. max-width: 330px;
  426. float: left;
  427. }
  428.  
  429. #wrapper #content .post .footer.with_source_url .source_url {
  430. float: right;
  431. max-width: 160px;
  432. overflow: hidden;
  433. white-space: nowrap;
  434.  
  435. }
  436.  
  437. #wrapper #content .post .footer.with_source_url .source_url img {
  438. vertical-align: top;
  439. -moz-opacity: 0.5;
  440. opacity: 0.5;
  441. }
  442.  
  443. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  444. -moz-opacity: 0.7;
  445. opacity: 0.7;
  446. }
  447.  
  448. #wrapper #content .post a {
  449. color: #6e7173;
  450. text-decoration: none;
  451. }
  452.  
  453. #wrapper #content .post .copy blockquote {
  454. margin: 10px 0px 10px 10px;
  455. padding-left: 15px;
  456. border-left: solid 4px #dcdcdc;
  457. }
  458.  
  459. #wrapper #content .post .copy blockquote blockquote {
  460. border-left: solid 4px #cccccc;
  461. }
  462.  
  463. #wrapper #content .post .copy blockquote blockquote blockquote {
  464. border-left: solid 4px #bcbcbc;
  465. }
  466.  
  467. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  468. border-left: solid 4px #acacac;
  469. }
  470.  
  471. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  472. border-left: solid 4px #9c9c9c;
  473. }
  474.  
  475. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  476. border-left: solid 4px #8c8c8c;
  477. }
  478.  
  479. #wrapper #content .bottom {
  480. width: 513px;
  481. height: 40px;
  482. margin: 0 auto;
  483. }
  484.  
  485. #wrapper #content #navigation {
  486. text-align: right;
  487. padding-bottom: 35px;
  488. text-transform: uppercase;
  489. font-size: 10px;
  490. font-family: inconsolata;
  491.  
  492. }
  493.  
  494. #wrapper #content #navigation a {
  495. background-color: #fff;
  496. color: #000;
  497. padding: 5px 10px;
  498. text-decoration: none;
  499. margin-left: 25px;
  500. font-family: inconsolata;
  501. font-size: 10px;
  502.  
  503. }
  504.  
  505. #wrapper #content #navigation a:hover {
  506. opacity: 0.9;
  507. filter: alpha(opacity=90);
  508. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  509. }
  510.  
  511. #wrapper #content #navigation.jump_pagination {}
  512.  
  513. #wrapper #content #navigation.jump_pagination a {
  514. margin: 0 0 0 4px;
  515. }
  516.  
  517. #wrapper #content #navigation.jump_pagination .current_page {
  518. color: #fff;
  519. background-color: rgba(255,255,255, 0.1);
  520. border: 2px solid #fff;
  521. padding: 3px 8px;
  522. margin: 0 0 0 4px;
  523. cursor: default;
  524. }
  525.  
  526. #wrapper #content #navigation.jump_pagination .jump_page {}
  527.  
  528. #wrapper #content .post .notecontainer {
  529. background: #eaeaea;
  530. font-family: {font:Accent};
  531. font-size: 11px;
  532. color: #666;
  533. margin-top: 10px;
  534. margin-bottom: -10px;
  535.  
  536. }
  537.  
  538. #wrapper #content .post .notecontainer a {
  539. color: #666;
  540. text-decoration: underline;
  541. }
  542.  
  543. #wrapper #content .post .notecontainer ol.notes {
  544. padding: 0px 0 10px 0;
  545. list-style-type: none;
  546. font-size: 11px;
  547. }
  548.  
  549. #wrapper #content .post .notecontainer ol.notes li.note {
  550. padding: 10px 10px 0 10px;
  551. }
  552.  
  553. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  554. vertical-align: -4px;
  555. margin-right: 10px;
  556. width: 16px;
  557. height: 16px;
  558. }
  559.  
  560. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  561. font-weight: normal;
  562. }
  563.  
  564. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  565. font-weight: normal;
  566. }
  567.  
  568. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  569. border-left: 2px solid #666;
  570. padding: 4px 10px;
  571. margin: 10px 0px 0px 25px;
  572. }
  573.  
  574. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  575. text-decoration: none;
  576. }
  577.  
  578. #wrapper #sidebar {
  579. width: 250px;
  580. float: right;
  581. color: #000;
  582. font-family: cousine;
  583. }
  584.  
  585. #wrapper #sidebar a {
  586. color: {color:Links};
  587. }
  588.  
  589. #wrapper #sidebar #navcontainer{
  590. width: 100px;
  591. float: right;
  592. position: fixed;
  593. margin-top: 150px;
  594. margin-left: {block:ifnot250px}-130px{/block:ifnot250px}{block:if250px}-303px{/block:if250px};
  595. background: transparent;
  596. padding: 5px 20px;
  597. }
  598.  
  599. #wrapper #sidebar #sideavatar img{
  600. max-width: 55px;
  601. border: 5px solid {color:Borders};
  602. margin-left: {block:ifnot250px}-130px{/block:ifnot250px}{block:if250px}-300px{/block:if250px};
  603. margin-top: 30px;
  604. position: fixed;
  605. }
  606.  
  607.  
  608. #wrapper #sidebar #top {
  609. width: 100px;
  610. position: fixed;
  611. margin-top: 100px;
  612. margin-left: {block:ifnot250px}-130px{/block:ifnot250px}{block:if250px}-300px{/block:if250px};
  613. background: #fff;
  614. overflow: auto;
  615. max-height: 50px;
  616. border: 1px solid {color:Borders};
  617. padding: 0 20px;
  618.  
  619. }
  620.  
  621. #wrapper #sidebar #top #avatar {
  622. width: 146px;
  623. height: 146px;
  624. padding: 8px 0 0 9px;
  625. position: relative;
  626. top: -24px;
  627. left: -5px;
  628. }
  629.  
  630. #wrapper #sidebar #top #description {
  631. font-size: 9px;
  632. font-color: #000;
  633. position: relative;
  634. top: -18px;
  635. }
  636.  
  637. #wrapper #sidebar #top #description a {
  638. color: #000;
  639. text-decoration: none;
  640. }
  641.  
  642. #wrapper #sidebar #top #navlink {
  643. font-family: cousine;
  644. color: #000;
  645. font-size: 9px;
  646. }
  647.  
  648. #wrapper #sidebar #top .heading {
  649. color: #000;
  650. font-family: helvetica, arial, sans-serif;
  651. font-size: 17px;
  652. margin-top: 20px;
  653. padding: 10px;
  654. background-color: {color:Background};
  655.  
  656. -webkit-border-top-left-radius: 4px;
  657. -webkit-border-top-right-radius: 4px;
  658. -moz-border-radius-topleft: 4px;
  659. -moz-border-radius-topright: 4px;
  660. border-top-left-radius: 4px;
  661. border-top-right-radius: 4px;
  662. }
  663.  
  664. #wrapper #sidebar #top a .heading {
  665. color: #000;
  666. text-decoration: none;
  667. }
  668.  
  669. #wrapper #sidebar #top .content {
  670. margin-top: 2px;
  671. padding: 7px 10px;
  672. background: #eaeaea;
  673. color: #666;
  674. font-size: 11px;
  675. overflow: hidden;
  676. }
  677.  
  678. #wrapper #sidebar #top a {
  679. text-decoration: none;
  680. color: #000;
  681. background-color: {color:Links BG};
  682.  
  683. -webkit-transition: all 0.4s ease-in-out;
  684. -moz-transition: all 0.4s ease-in-out;
  685. -o-transition: all 0.4s ease-in-out;
  686. -ms-transition: all 0.4s ease-in-out;
  687.  
  688. }
  689.  
  690. #wrapper #sidebar #top a:hover {
  691. text-decoration: none;
  692. background-color: #000;
  693. color: #000;
  694.  
  695. -webkit-transition: all 0.4s ease-in-out;
  696. -moz-transition: all 0.4s ease-in-out;
  697. -o-transition: all 0.4s ease-in-out;
  698. -ms-transition: all 0.4s ease-in-out;
  699.  
  700. }
  701.  
  702. #wrapper #sidebar #bottom {
  703. width: 250px;
  704. height: 25px;
  705. }
  706.  
  707. #s-m-t-tooltip{
  708. background: #fff;
  709. font-family: cousine;
  710. font-size: 9px;
  711. border:1px solid {color:Borders};
  712. background-color: #fff;
  713. max-width: 110px;
  714. color: #000;
  715. padding: 2px 5px 2px 6px;
  716. margin: 20px 10px 10px 10px;
  717.  
  718. }
  719.  
  720. #audioart {
  721. font-family: cousine;
  722. font-size: 9px;
  723. color: #000;
  724. }
  725.  
  726.  
  727. </style>
  728. <!--[if lt IE 7.]>
  729. <style type="text/css">
  730. #wrapper #sidebar #bottom {
  731. background: transparent;
  732. }
  733.  
  734. #wrapper #sidebar #top #avatar {
  735. background: none;
  736. }
  737.  
  738. #wrapper #sidebar #top #avatar img {
  739. border: 5px solid #f1f1f1;
  740. }
  741.  
  742. #wrapper #sidebar #top .heading#followontumblr {
  743. background-image: none;
  744. text-indent: 0;
  745. }
  746.  
  747. #wrapper #sidebar #top .heading#twitter {
  748. background-image: none;
  749. }
  750.  
  751. #wrapper #sidebar #top .heading#following {
  752. background-image: none;
  753. }
  754.  
  755. #wrapper #content .post .audio .player {
  756. float: none;
  757. }
  758.  
  759. #wrapper #content .post .audio .meta {
  760. display: none;
  761. float: none;
  762. }
  763. </style>
  764. <![endif]-->
  765.  
  766. <!--[if lt IE 8.]>
  767. <style type="text/css">
  768. #wrapper #content .bottom {
  769. background: transparent;
  770. }
  771.  
  772. #wrapper #content .post .footer {
  773. background: transparent;
  774. color: #000;
  775. }
  776.  
  777. #wrapper #content .post .audio {
  778. float: none;
  779. background: transparent;
  780. }
  781.  
  782. #wrapper #content .post .notecontainer .notes {
  783. padding: 0;
  784. margin: 0;
  785. }
  786. </style>
  787. <![endif]-->
  788. <style type="text/css">{CustomCSS}</style>
  789.  
  790. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  791.  
  792. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  793. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  794. <script>
  795. (function($){
  796. $(document).ready(function(){
  797. $("[title]").style_my_tooltips();
  798. });
  799. })(jQuery);
  800. </script>
  801.  
  802. </head>
  803. <body>
  804. <div id="wrapper">
  805. <div id="title">
  806. </div>
  807.  
  808. <div id="content">
  809.  
  810. {block:Posts}
  811. <div class="post">
  812.  
  813. {block:Photo}
  814. <div class="media">{LinkOpenTag}<img src="{block:ifnot250px}{PhotoURL-400}{/block:ifnot250px}{block:if250px}{PhotoURL-250}{/block:if250px}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  815. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  816. {/block:Photo}
  817.  
  818. {block:Photoset}<div class="photo">
  819. <div class="media">
  820. {block:ifnot250px}{Photoset-400}{/block:ifnot250px}{block:if250px}{Photoset-250}{/block:if250px}
  821. </div></div>
  822. {block:caption}<div class="copy">{Caption}</div>{/block:caption}
  823.  
  824. {/block:Photoset}
  825.  
  826. {block:Video}
  827. <div class="media">{block:ifnot250px}{Video-400}{/block:ifnot250px}{block:if250px}{Video-250}{/block:if250px}</div>
  828. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  829. {/block:Video}
  830.  
  831. {block:Audio}
  832. {block:AlbumArt}<div style="float:left; margin-top:0px; margin-right:10px;">
  833. {block:PermalinkPage}<img src="{AlbumArtURL}" height="82" style="align:left;">{/block:PermalinkPage}
  834. {block:IndexPage}<img src="{AlbumArtURL}" height="82" style="align:left;">{/block:IndexPage}
  835. </div>
  836.  
  837. {/block:AlbumArt}
  838.  
  839. <div id="audioart">
  840. {block:Artist}
  841. <p><b>ARTIST</b>: {Artist}
  842. {/block:Artist}
  843.  
  844. {block:Album}
  845. <br><b>ALBUM</b>: {Album}
  846. {/block:Album}
  847.  
  848. {block:TrackName}
  849. <br><b>TRACK</b>: {TrackName}
  850. {/block:TrackName}
  851. </div>
  852.  
  853. <div class="audio">
  854.  
  855. <div class="player">{AudioPlayerWhite}</div>
  856.  
  857. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  858. <div class="clear"></div>
  859. </div>
  860. <div class="clear"></div>
  861. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  862. {/block:Audio}
  863.  
  864. {block:Quote}
  865. <div class="quote {Length}">{Quote}</div>
  866. <div class="copy">
  867. <div class="quotebg">“</div>
  868. {block:Source}
  869. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  870. <tr>
  871. <td valign="top" style="width:20px;">&mdash;</td>
  872. <td valign="top" class="quote_source">
  873. {Source}
  874. </td>
  875. </tr>
  876. </table>
  877. {/block:Source}
  878. </div>
  879. {/block:Quote}
  880.  
  881. {block:Text}
  882. {block:Title}<div class="title">{Title} →</div>{/block:Title}
  883. <div class="copy">{Body}</div>
  884. {/block:Text}
  885.  
  886. {block:Answer}
  887. <div class="question">
  888. <div class="nipple"></div>
  889. {Question}
  890. </div>
  891. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  892. <div class="copy">{Answer}</div>
  893. {/block:Answer}
  894.  
  895. {block:Chat}
  896. {block:Title}<div class="title">{Title}</div>{/block:Title}
  897. <div class="chat">
  898. <div class="lines">
  899. {block:Lines}
  900. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  901. {/block:Lines}
  902. </div>
  903. </div>
  904. <div class="clear"></div>
  905. <div style="height:10px;"></div>
  906. {/block:Chat}
  907.  
  908. {block:Link}
  909. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  910. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  911. {/block:Link}
  912.  
  913. {block:Date}
  914. <a href="{Permalink}">
  915. <div class="footer for_permalink">
  916. <div class="date">
  917. {block:Reblog}
  918. {12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;/&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}
  919. {/block:Reblog}
  920.  
  921. {block:NotReblog}
  922. {12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;/&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}
  923. {/block:NotReblog}
  924. </div>
  925. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  926. <div class="clear"></div>
  927. </div>
  928. </a>
  929. {/block:Date}
  930.  
  931. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  932. display:none;
  933. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  934. {block:ContentSource}display:block;{/block:ContentSource}
  935. ">
  936. {block:IfShowTags}
  937. {block:HasTags}<div class="tags">→: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  938. {/block:IfShowTags}
  939.  
  940. {block:ContentSource}
  941. <a href="{SourceURL}" class="source_url">
  942. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  943. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  944. </a>
  945. {/block:ContentSource}
  946.  
  947. <div class="clear"></div>
  948. </div>
  949.  
  950. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  951.  
  952. </div>
  953. <div class="bottom"></div>
  954. {/block:Posts}
  955.  
  956. {block:Pagination}
  957. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  958. {block:PreviousPage}<a href="{PreviousPage}">←{lang:Previous}</a>{/block:PreviousPage}
  959.  
  960. {block:JumpPagination length="5"}
  961. {block:CurrentPage}
  962. <span class="current_page">{PageNumber}</span>
  963. {/block:CurrentPage}
  964.  
  965. {block:JumpPage}
  966. <a class="jump_page" href="{URL}">{PageNumber}</a>
  967. {/block:JumpPage}
  968.  
  969. {/block:JumpPagination}
  970.  
  971. {block:NextPage}<a href="{NextPage}">{lang:Next page}→</a>{/block:NextPage}
  972. </div>
  973. {/block:Pagination}
  974.  
  975. </div>
  976.  
  977. <div id="sidebar">
  978. <div id="sideavatar">
  979. <a href="/" title="home"><img src="{image:sidebaricon}"></a>
  980. </div>
  981. <div id="navcontainer">
  982. <div id="pluslinks">
  983.  
  984. <select style="width: 100px; border: 0px solid; padding: 3px; color: {color:navitext}; background-color: {color:NaviBG}; font-family: cousine; margin-left:4px; margin-top:5px; font-size: 9px; letter-spacing: 2px;" onChange="location.href=this.options[this.selectedIndex].value;">
  985. <option value="/">{text:navigation title}</option>
  986. <option value="/ask">message</option>
  987. <option value="/archive">archive</option>
  988. <option value="{text:link url1}">{text:link 1}</option>
  989. <option value="{text:link url2}">{text:link 2}</option>
  990. <option value="{text:link url3}">{text:link 3}</option>
  991. <option value="{text:link url4}">{text:link 4}</option>
  992. <option value="{text:link url5}">{text:link 5}</option>
  993. </select>
  994.  
  995. </div>
  996. </div>
  997. <div id="top">
  998. <br>
  999. <p>
  1000. <div id="description">{Description}</div>
  1001.  
  1002. </div>
  1003.  
  1004. <div id="bottom"></div>
  1005.  
  1006.  
  1007. </div>
  1008. </div>
  1009.  
  1010. </body>
  1011. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement