Guest User

forgetful theme (redux edit)

a guest
Apr 29th, 2013
2,385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 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. redux edits more like death
  5. leave credit or haha
  6. -->
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#3b627e" />
  11. <meta name="color:post border" content="#ff0012" />
  12. <meta name="color:sidebar border" content="#ff0012" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:link color" content="#ff749f" />
  15. <meta name="color:footer bg" content="#ffd5d9" />
  16. <meta name="color:footer text" content="#000000" />
  17.  
  18. <meta name="font:title" content="Arial" />
  19. <meta name="font:body" content="Arial" />
  20. <meta name="font:accent" content="Lucida Sans" />
  21.  
  22. <meta name="if:show tags" content="1" />
  23. <meta name="if:show album art" content="1" />
  24. <meta name="if:enable jump pagination" content="0" />
  25. <meta name="if:show picture captions" content="1" />
  26. <meta name="if:show permalink image" content="0" />
  27. <meta name="if:show permalink" content="0" />
  28. <meta name="if:400px" content="1" />
  29. <meta name="if:500px" content="0" />
  30.  
  31. <meta name="image:background" content="http://media.tumblr.com/17f5857eb5c8bb20e48c1bb6c43f82cb/tumblr_inline_mm0fufKrGz1qz4rgp.gif" />
  32. <meta name="image:sidebar" content="http://media.tumblr.com/ee277fcaf840819480884d0de6c79a5e/tumblr_inline_mm0frhVO1B1qz4rgp.gif" />
  33. <meta name="image:floating image" content="http://25.media.tumblr.com/df99d8d07911e24f5a842d9f4fcbf746/tumblr_ml347m8uCf1sn1apeo1_500.png" />
  34. <meta name="image:permalink image" content="http://media.tumblr.com/afff2511c60bc52bafeff3b2c86efbde/tumblr_inline_mm0g41yV6z1qz4rgp.gif">
  35.  
  36. <meta name="text: floating image top" content="-50" />
  37. <meta name="text: floating image left" content="150" />
  38. <meta name="text: custom link 1" content="/" />
  39. <meta name="text: custom link 2" content="/" />
  40. <meta name="text: custom link 3" content="/" />
  41. <meta name="text: link 1 title" content="link" />
  42. <meta name="text: link 2 title" content="link" />
  43. <meta name="text: link 3 title" content="link" />
  44. <meta name="text: sidebar position top" content="400" />
  45. <meta name="text: sidebar position left" content="200" />
  46. <meta name="text: sidebar image width" content="72" />
  47. <meta name="text: sidebar image height" content="48" />
  48. <meta name="text: sidebar image top" content="260" />
  49. <meta name="text: sidebar image left" content "200" />
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  52. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  57.  
  58. <style type="text/css">
  59. @font-face { font-family: 'tinytots'; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  60.  
  61. iframe#tumblr_controls{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; position:fixed !important;bottom:0px;}
  62.  
  63. A:link {text-decoration: none}
  64. A:visited {text-decoration: none}
  65. A:active {text-decoration: none}
  66. A:hover {text-decoration: none}
  67.  
  68. ::-webkit-scrollbar {
  69. height: 0px;
  70. width: 8px;
  71. background: #ffffff;
  72. opacity:0;
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb {
  76. background: #ffffff url('{image:background}');
  77. height: 8px;
  78. width: 8px;
  79. border-radius: 2px;
  80. -moz-border-radius: 2px;
  81. -webkit-border-radius: 2px;
  82. -o-border-radius: 2px;
  83. -ms-border-radius: 2px;
  84. }
  85. body {
  86. background: {color:Background} url('{image:Background}') top left fixed repeat;
  87. margin: 0;
  88. padding: 0;
  89. font-family: {font:Body};
  90. }
  91.  
  92. .clear {
  93. clear: both;
  94. height: 0px;
  95. overflow: hidden;
  96. }
  97.  
  98. a img {
  99. border: none;
  100. }
  101.  
  102. #wrapper {
  103. width: 845px;
  104. margin: 0 auto;
  105. }
  106.  
  107. #wrapper #title {
  108. margin: 0px 0;
  109. color: #fff;
  110. font-size: 50px;
  111. font-weight: bold;
  112. font-family: {font:Title};
  113. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  114. letter-spacing: -1px;
  115. }
  116.  
  117. #wrapper #title a {
  118. color: #fff;
  119. text-decoration: none;
  120. }
  121.  
  122. #wrapper #content {
  123. width:{block:if400px}420px{/block:if400px}{block:if500px}510px{/block:if500px};
  124. float: right;
  125. margin-right: 0px
  126. }
  127.  
  128. #wrapper #content .post {
  129. -moz-border-radius: 8px; -webkit-border-radius: 8px;
  130. font-family: tinytots;
  131. background: #fff;
  132. padding: 2px;
  133. position: relative;
  134. border: 1px dashed {color:Post Border} ;
  135. box-shadow:rgba(0,0,0,0.0)0px 0px;}
  136.  
  137. #wrapper #content .post .media {
  138. text-align: center;
  139. margin-bottom: 5px;
  140. }
  141.  
  142. #wrapper #content .post .quotebg {
  143. font-family: georgia, serif;
  144. font-size: 150px;
  145. color: {color:text};
  146. opacity: 0.2;
  147. filter: alpha(opacity=20);
  148. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  149. position: absolute;
  150. top: 70px;
  151. left: 10px;
  152. }
  153.  
  154. #wrapper #content .post .quote {
  155. color: {color:text};
  156. font-weight: bold;
  157. text-align: center;
  158. padding: 20px 20px 0px 20px;
  159. }
  160.  
  161. #wrapper #content .post .quote.short {
  162. font-size: 12px;
  163. line-height: 15px;
  164. }
  165.  
  166. #wrapper #content .post .quote.medium {
  167. font-size: 25px;
  168. line-height: 15px;
  169. }
  170.  
  171. #wrapper #content .post .quote.long {
  172. font-size: 18px;
  173. line-height: 22px;
  174. }
  175.  
  176. #wrapper #content .post .quote_source *:first-child {
  177. margin-top: 0px;
  178. }
  179.  
  180. #wrapper #content .post .quote_source *:last-child {
  181. margin-bottom: 0px;
  182. }
  183.  
  184. #wrapper #content .post .quote *:first-child {
  185. margin-top: 0px;
  186. }
  187.  
  188. #wrapper #content .post .quote *:last-child {
  189. margin-bottom: 0px;
  190. }
  191.  
  192. #wrapper #content .post .copy {
  193. color: {color:text};
  194. padding: 10px;
  195. font-size: 10px;
  196. line-height: 10px;
  197. }
  198.  
  199. #wrapper #content .post .copy a {
  200. color: {color:link color};e
  201. text-decoration: underline;
  202. }
  203.  
  204. #wrapper #content .post .copy p {
  205. margin: 10px 0 0 0;
  206. padding: 0;
  207. }
  208.  
  209. #wrapper #content .post .copy pre {
  210. margin: 10px 0px 10px 0px;
  211. padding: 10px;
  212. background-color: #e6e6e6;
  213. font: normal 11px Courier, monospace;
  214. overflow: auto;
  215. }
  216.  
  217. #wrapper #content .post .copy > p:first-child {
  218. margin-top: 0;
  219. }
  220.  
  221. #wrapper #content .post .copy img {
  222. max-width: 100%;
  223. }
  224.  
  225. #wrapper #content .post .audio {
  226. background: #eaeaea;
  227. float: left;
  228. padding: 7px;
  229. margin-bottom: 10px;
  230. -moz-border-radius: 4px;
  231. -webkit-border-radius: 4px;
  232. border-radius: 4px;
  233. }
  234.  
  235. #wrapper #content .post .audio .player {
  236. float: left;
  237. }
  238.  
  239. #wrapper #content .post .audio .player .audio_player embed {
  240. border: 1px solid #c8c8c8;
  241. }
  242.  
  243. #wrapper #content .post .audio .meta {
  244. padding: 8px 13px;
  245. height: 13px;
  246. float: left;
  247. color: #666;
  248. font-family: {font:Accent};
  249. font-size: 11px;
  250. text-transform: lowercase;
  251. }
  252.  
  253. #wrapper #content .post .audio .meta a {
  254. color: #666;
  255. text-decoration: none;
  256. }
  257.  
  258. #wrapper #content .post .album_art {
  259. text-align: center;
  260. }
  261.  
  262. #wrapper #content .post .question {
  263. color: #494949;
  264. font-size: 16px;
  265. font-weight: bold;
  266. background: #f1f1f1;
  267. -moz-border-radius: 8px;
  268. -webkit-border-radius: 8px;
  269. border-radius: 8px;
  270. margin: 0 0 15px 0;
  271. padding: 15px 20px;
  272. position: relative;
  273. }
  274.  
  275. #wrapper #content .post .question .nipple {
  276. width: 13px;
  277. height: 7px;
  278. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  279. position: absolute;
  280. bottom: -7px;
  281. left: 30px;
  282. }
  283.  
  284. #wrapper #content .post .asker_container {
  285. margin: 0 0 20px 24px;
  286. }
  287.  
  288. #wrapper #content .post .asker_container img {
  289. margin: 0 12px -7px 0;
  290. }
  291.  
  292. #wrapper #content .post .asker_container a.asker {
  293. color: {color:Body};
  294. }
  295.  
  296. #wrapper #content .post .title {
  297. color: #494949;
  298. font-size: 16px;
  299. font-weight: bold;
  300. padding: 10px 10px 0 10px;
  301. }
  302.  
  303. #wrapper #content .post img {
  304. max-width: 500px;
  305. }
  306.  
  307. #wrapper #content .post .chat {
  308. background-color: #fff;
  309. border-left: 0px solid #dedddd;
  310. margin: 10px 10px 0 5px;
  311. font-size: 10px;
  312. }
  313.  
  314. #wrapper #content .post .chat .lines {
  315. margin-left: 1px;
  316. }
  317.  
  318. #wrapper #content .post .chat .lines .line {
  319. background-color: #eaeaea;
  320. color: #494949;
  321. margin-bottom: 0px;
  322. padding: 0px 0px;
  323. }
  324.  
  325. #wrapper #content .post .chat .lines .line.even {
  326. background-color: #dedddd;
  327. }
  328.  
  329. #wrapper #content .post .link {
  330. margin: 4px 0 2px 0;
  331. font-size: 18px;
  332. line-height: 12px;
  333. }
  334.  
  335. #wrapper #content .post .link a {
  336. background-color:;
  337. color: {color: link color};
  338. padding: 2px 7px;
  339. -moz-border-radius: 4px;
  340. -`webkit-border-radius: 4px;
  341. border-radius: 5px;
  342. }
  343.  
  344. #wrapper #content .post .link a:hover {
  345. opacity: 0.9;
  346. filter: alpha(opacity=90);
  347. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  348. }
  349.  
  350. #wrapper #content .post .footer {
  351. background: {color:footer bg};
  352. border-radius: 10px;
  353. -webkit-border-radius: 10px;
  354. -moz-border-radius: 0px;
  355. -o-border-radius: 0px;
  356. -ms-border-radius: 0px;
  357. font-family: tinytots;
  358. font-size: 10px;
  359. color: #666;
  360. padding: 0px 5px;
  361. margin-top: -5px;
  362. text-transform:lowercase;
  363. }
  364.  
  365. #wrapper #content .post .footer.for_permalink:hover {
  366. opacity: 0.9;
  367. filter: alpha(opacity=90);
  368. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  369. }
  370.  
  371. #wrapper #content .post .footer .date {
  372. width: 67%;
  373. float: left;
  374. color: #666;
  375. }
  376.  
  377. #wrapper #content .post .footer .notes {
  378. width: 33%;
  379. float: right;
  380. text-align: right;
  381. color: #666;
  382. }
  383.  
  384. #wrapper #content .post .footer .notes a {
  385. color: #666;
  386. }
  387.  
  388. #wrapper #content .post .footer .tags a {
  389. color: #4a4a51;
  390. text-decoration: none;
  391. }
  392.  
  393. #wrapper #content .post .footer .tags .tag-commas:last-child {
  394. display: none;
  395. }
  396.  
  397. #wrapper #content .post .footer.with_source_url .tags {
  398. max-width: 330px;
  399. float: left;
  400. }
  401.  
  402. #wrapper #content .post .footer.with_source_url .source_url {
  403. float: right;
  404. max-width: 160px;
  405. overflow: hidden;
  406. white-space: nowrap;
  407.  
  408. }
  409.  
  410. #wrapper #content .post .footer.with_source_url .source_url img {
  411. vertical-align: top;
  412. -moz-opacity: 0.5;
  413. opacity: 0.5;
  414. }
  415.  
  416. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  417. -moz-opacity: 0.7;
  418. opacity: 0.7;
  419. }
  420.  
  421. #wrapper #content .post a {
  422. color: {color:footer text};
  423. text-decoration: none;
  424. }
  425.  
  426. #wrapper #content .post .copy blockquote {
  427. margin: 10px 0px 10px 10px;
  428. padding-left: 15px;
  429. border-left: solid 4px #dcdcdc;
  430. }
  431.  
  432. #wrapper #content .post .copy blockquote blockquote {
  433. border-left: solid 4px #cccccc;
  434. }
  435.  
  436. #wrapper #content .post .copy blockquote blockquote blockquote {
  437. border-left: solid 4px #bcbcbc;
  438. }
  439.  
  440. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  441. border-left: solid 4px #acacac;
  442. }
  443.  
  444. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  445. border-left: solid 4px #9c9c9c;
  446. }
  447.  
  448. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  449. border-left: solid 4px #8c8c8c;
  450. }
  451.  
  452. #wrapper #content .bottom {
  453. background: url('') top center no-repeat transparent;
  454. width: 400px;
  455. height: 5px;
  456. margin: 0 auto;
  457. }
  458.  
  459. #wrapper #content #navigation {
  460. text-align: right;
  461. padding-bottom: 0px;
  462. text-transform: lowercase;
  463. }
  464.  
  465. #wrapper #content #navigation a {
  466. background-color: transparent;
  467. color: {color:Background};
  468. padding: 0px 10px;
  469. text-decoration: none;
  470. margin-left: 25px;
  471. }
  472.  
  473. #wrapper #content #navigation a:hover {
  474. opacity: 0.9;
  475. filter: alpha(opacity=90);
  476. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  477. }
  478.  
  479. #wrapper #content #navigation.jump_pagination {}
  480.  
  481. #wrapper #content #navigation.jump_pagination a {
  482. margin: 0 0 0 4px;
  483. }
  484.  
  485. #wrapper #content #navigation.jump_pagination .current_page {
  486. color: #fff;
  487. background-color: rgba(255,255,255, 0.1);
  488. border: 2px solid #fff;
  489. padding: 3px 8px;
  490. margin: 0 0 0 4px;
  491. cursor: default;
  492. }
  493.  
  494. #wrapper #content #navigation.jump_pagination .jump_page {}
  495.  
  496. #wrapper #content .post .notecontainer {
  497. background:{color: footerbg};
  498. -moz-border-radius: 4px;
  499. -webkit-border-radius: 4px;
  500. border-radius: 0px;
  501. font-family: {font:Accent};
  502. font-size: 11px;
  503. color: #666;
  504. margin-top: 0px;
  505. margin-bottom: -0px;
  506. }
  507.  
  508. #wrapper #content .post .notecontainer a {
  509. color: #666;
  510. text-decoration: underline;
  511. }
  512.  
  513. #wrapper #content .post .notecontainer ol.notes {
  514. padding: 0px 0 10px 0;
  515. list-style-type: none;
  516. font-size: 11px;
  517. }
  518.  
  519. #wrapper #content .post .notecontainer ol.notes li.note {
  520. padding: 10px 10px 0 10px;
  521. }
  522.  
  523. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  524. vertical-align: -4px;
  525. margin-right: 10px;
  526. width: 16px;
  527. height: 16px;
  528. }
  529.  
  530. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  531. font-weight: normal;
  532. }
  533.  
  534. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  535. font-weight: normal;
  536. }
  537.  
  538. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  539. border-left: 2px solid #666;
  540. padding: 4px 10px;
  541. margin: 10px 0px 0px 25px;
  542. }
  543.  
  544. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  545. text-decoration: none;
  546. }
  547.  
  548. #sidebar1 {
  549. position:fixed;
  550. width:auto;
  551. z-index:1;
  552.   padding:100px;
  553.   overflow:hidden;
  554.   left:50px;
  555.   top:80px;
  556.   height:200px;
  557. }
  558.  
  559. #portrait {
  560. width: 20px;
  561. height:20px;
  562. margin-top: {text: sidebar image top}px;
  563. margin-left: {text: sidebar image left}px;
  564. }
  565.  
  566. #portrait .profilepic{
  567. background: url('{image:Sidebar}');
  568. background-position:;
  569. width: {text: sidebar image width}px;
  570. height: {text: sidebar image height}px;
  571. position:fixed;
  572. border-radius: 0px;
  573. -webkit-transition: 0.7s ease-in-out;
  574. -moz-transition: 0.7s ease-in-out;
  575. -o-transition: 0.7s ease-in-out;
  576. }
  577.  
  578. #portrait:hover #sidelinks {
  579. opacity:5;
  580. padding-top:45px;
  581. padding-bottom:12px;
  582. margin-top:2px;
  583. background-color:#transparent;
  584. font-family: tinytots;
  585. -webkit-transition:opacity 0.7s linear;
  586. -webkit-transition:all 0.3s ease-out;
  587. -moz-transition:all 0.3s ease-out;
  588. transition:all 0.3s ease-out;
  589. }
  590.  
  591. #sidelinks {
  592. width:0px;
  593. opacity:0;
  594. margin-left:0px;
  595. margin-top:0px;
  596. letter-spacing:0px;
  597. line-height:1px;
  598. font-size:9px;
  599. font-family:ronda;
  600. -webkit-transition:opacity 0.8s linear;
  601. -webkit-transition:all 0.5s ease-out;
  602. -moz-transition:all 0.5s ease-out;
  603. transition:all 0.5s ease-out;
  604. }
  605.  
  606. #sidelinks a {
  607. margin-left:-20px;
  608. margin-top:2px;
  609. opacity:.7;
  610. text-align:;
  611. display:inline-block;
  612. width:0px;
  613. height:auto;
  614. color:{color:link color};
  615. padding:10px;
  616. margin-bottom:-13px;
  617. -webkit-transition:opacity 0.8s linear;
  618. -webkit-transition:all 0.5s ease-out;
  619. -moz-transition:all 0.5s ease-out;
  620. transition:all 0.5s ease-out;
  621. }
  622.  
  623. #wrapper #sidebar
  624. {position:fixed!important;float:left;border: 2px solid #;top: {text: sidebar position top}px; width: 200px; margin-left: {text: sidebar position left}px; color: {color:text}; font-family: tinytots}
  625. #wrapper #sidebar #top
  626. {background: #ffffff;padding: 0 20px;-moz-border-radius: 8px; -webkit-border-radius: 8px; border: 1px dashed {color:Sidebar Border};
  627. box-shadow:rgba(0,0,0,0.0)0px 0px;}
  628. #wrapper #sidebar #top #description
  629. {font-size: 11px;position: relative;top: -18px;text-align:center}
  630. #wrapper #sidebar #top #description a
  631. {color: {color:Background};text-decoration: none;}
  632.  
  633. #wrapper #sidebar #top .heading
  634. {color: #fff;
  635. font-family: helvetica, arial, sans-serif;
  636. font-size: 17px;margin-top: 20px;padding: 10px;background-color: {color:Background};-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;}
  637. #wrapper #sidebar #top a .heading {color: #fff;text-decoration: none;}
  638. #wrapper #sidebar #top .content {margin-top: 2px;padding: 7px 10px;background: #eaeaea;color: #666;font-size: 11px;overflow: hidden;}
  639. #wrapper #sidebar #top a {text-decoration: none;}
  640. #wrapper #sidebar #bottom {background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;width: 250px;height: 25px;}
  641.  
  642.  
  643. </style>
  644. <!--[if lt IE 7.]>
  645. <style type="text/css">
  646. #wrapper #sidebar #bottom {
  647. background: transparent;
  648. }
  649.  
  650. #wrapper #sidebar #top #avatar {
  651. background: none;
  652. }
  653.  
  654. #wrapper #sidebar #top #avatar img {
  655. border: 5px solid #f1f1f1;
  656. }
  657.  
  658. #wrapper #sidebar #top .heading#followontumblr {
  659. background-image: none;
  660. text-indent: 0;
  661. }
  662.  
  663. #wrapper #sidebar #top .heading#twitter {
  664. background-image: none;
  665. }
  666.  
  667. #wrapper #sidebar #top .heading#following {
  668. background-image: none;
  669. }
  670.  
  671. #wrapper #content .post .audio .player {
  672. float: none;
  673. }
  674.  
  675. #wrapper #content .post .audio .meta {
  676. display: none;
  677. float: none;
  678. }
  679. </style>
  680. <![endif]-->
  681.  
  682. <!--[if lt IE 8.]>
  683. <style type="text/css">
  684. #wrapper #content .bottom {
  685. background: transparent;
  686. }
  687.  
  688. #wrapper #content .post .footer {
  689. background: transparent;
  690. color: #000;
  691. }
  692.  
  693. #wrapper #content .post .audio {
  694. float: none;
  695. background: transparent;
  696. }
  697.  
  698. #wrapper #content .post .notecontainer .notes {
  699. padding: 0;
  700. margin: 0;
  701. }
  702. </style>
  703. <![endif]-->
  704. <style type="text/css">{CustomCSS}</style>
  705. </head>
  706.  
  707. <body>
  708. <div id="wrapper">
  709. <br>
  710.  
  711. <div id="content">
  712.  
  713. {block:Posts}
  714. <div class="post">
  715.  
  716. {block:Photo}
  717. <div class="media">{LinkOpenTag}{block:if400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:if400px}{block:if500px}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:if500px}{LinkCloseTag}</div>
  718. {block:IfShowPictureCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfShowPictureCaptions}
  719. {/block:Photo}
  720.  
  721. {block:Photoset}
  722. <div class="media">{LinkOpenTag}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{LinkCloseTag}</div>
  723. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  724.  
  725. {block:PermalinkPage}
  726. <a class="no" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:PermalinkPage}
  727. {/block:Photoset}
  728.  
  729. {block:Video}
  730. <div class="media">{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}</div>
  731. {/block:Video}
  732.  
  733. {block:Audio}
  734. {block:IfShowAlbumArtOnAudioPosts}
  735. {block:AlbumArt}
  736. <div class="album_art">
  737. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  738. </div>
  739. {/block:AlbumArt}
  740. {/block:IfShowAlbumArtOnAudioPosts}
  741.  
  742. <div class="audio">
  743. <div class="player">{AudioPlayerWhite}</div>
  744. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  745. <div class="clear"></div>
  746. </div>
  747. <div class="clear"></div>
  748. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  749. {/block:Audio}
  750.  
  751. {block:Quote}
  752. <div class="quote {Length}">{Quote}</div>
  753. <div class="copy">
  754. <div class="quotebg">“</div>
  755. {block:Source}
  756. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  757. <tr>
  758. <td valign="top" style="width:20px;">&mdash;</td>
  759. <td valign="top" class="quote_source">
  760. {Source}
  761. </td>
  762. </tr>
  763. </table>
  764. {/block:Source}
  765. </div>
  766. {/block:Quote}
  767.  
  768. {block:Text}
  769. {block:Title}<div class="title">{Title}</div>{/block:Title}
  770. <div class="copy">{Body}</div>
  771. {/block:Text}
  772.  
  773. {block:Answer}
  774. <div class="question">
  775. <div class="nipple"></div>
  776. {Question}
  777. </div>
  778. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  779. <div class="copy">{Answer}</div>
  780. {/block:Answer}
  781.  
  782. {block:Chat}
  783. {block:Title}<div class="title">{Title}</div>{/block:Title}
  784. <div class="chat">
  785. <div class="lines">
  786. {block:Lines}
  787. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  788. {/block:Lines}
  789. </div>
  790. </div>
  791. <div class="clear"></div>
  792. <div style="height:10px;"></div>
  793. {/block:Chat}
  794.  
  795. {block:Link}
  796. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  797. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  798. {/block:Link}
  799.  
  800. {block:Date}
  801. <a href="{Permalink}">
  802. <div class="footer for_permalink">
  803. <div class="date">
  804. {block:ifshowpermalinkimage}
  805. <a href="{Permalink}"></a><a href="{Permalink}"><img src="{image:Permalink Image}" align=left></a>{/block:ifshowpermalinkimage}
  806.  
  807. {block:ifshowpermalink}{block:Reblog}
  808. {Month} {DayofMonthWithSuffix}, {Year} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  809. {/block:Reblog}
  810.  
  811. {block:NotReblog}
  812. {Month} {DayofMonthWithSuffix}, {Year}
  813. {/block:NotReblog}
  814. </div>
  815. <div class="notes">{block:NoteCount}♡{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}{/block:ifshowpermalink}</div>
  816. <div class="clear"></div></a>
  817. </div>
  818. {/block:Date}
  819.  
  820.  
  821. <div class="footer" style="
  822. display:none;
  823. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  824.  
  825. ">
  826. {block:IfShowTags}
  827. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  828. {/block:IfShowTags}
  829.  
  830.  
  831. <div class="clear"></div>
  832. </div>
  833. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  834.  
  835. </div>
  836. <div class="bottom"></div>
  837.  
  838. {/block:Posts}
  839.  
  840. </div>
  841. <div id="sidebar">
  842. <div id="top">
  843. <div id="description"><br><br>{Description}</div>
  844.  
  845. <center>{block:Pagination}
  846. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  847. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://media.tumblr.com/d6e218ecdf207a09c009b343baa26940/tumblr_inline_mm0g3vYxAg1qz4rgp.gif"></a>{/block:PreviousPage}
  848.  
  849. {block:IfEnableJumpPagination}
  850. {block:JumpPagination length="5"}
  851. {block:CurrentPage}
  852. <span class="current_page">{PageNumber}</span>
  853. {/block:CurrentPage}
  854.  
  855. {block:JumpPage}
  856. <a class="jump_page" href="{URL}">{PageNumber}</a>
  857. {/block:JumpPage}
  858.  
  859. {/block:JumpPagination}
  860. {/block:IfEnableJumpPagination}
  861.  
  862. {block:NextPage}<a href="{NextPage}"><img src="http://media.tumblr.com/3b1be6b66ce1b40bb7bd33eddea3303f/tumblr_inline_mm0g3pt0oy1qz4rgp.gif"></a>{/block:NextPage}
  863. </div>
  864. {/block:Pagination}</center></div></div>
  865.  
  866.  
  867. <div style="position:fixed; bottom:{text: floating image top}px; left:{text: floating image left}px; z-index: -1;"><img src="{image:floating image}"></a></div>
  868.  
  869. <div id="portrait"><div class="profilepic">
  870. <center><div id="sidelinks">
  871. <a href="/">home</a><br>
  872. <a href="/ask">message</a><br>
  873. <a href="/submit">submit</a><br>
  874. <a href="{text: custom link 1}">{text: link 1 title}</a><br>
  875. <a href="{text: custom link 2}">{text: link 2 title}</a><br>
  876. <a href="{text: custom link 3}">{text: link 3 title}</a><br>
  877. <a href="http://ryouko.tumblr.com"><img src="http://media.tumblr.com/7dd0c8e17c7ca05a3a4f89ad4ccfc490/tumblr_inline_mm0m5wxPIc1qz4rgp.gif"></a></div>
  878. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment