Advertisement
cindie

MagnumX

Aug 12th, 2012
27,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.97 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!--
  5.  
  6. "MAGNUMx" THEMED BY CINDIE.TUMBLR.COM
  7. Please do not remove this credit!
  8. Thanks for using my theme, enjoy!
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <!-- Default Colors -->
  16. <META name="image:Background" content=""/>
  17. <META name="image:Side Background" content=""/>
  18. <META name="image:Menu" content=""/>
  19. <META name="image:Posts" content=""/>
  20. <META name="if:One Column" content="0"/>
  21. <META name="if:Three Column" content="0"/>
  22. <META name="if:Left Sidebar" content="1"/>
  23. <META name="if:Show Avatar" content="1"/>
  24. <META name="if:Show Sidebar Menu" content="1"/>
  25. <META name="if:Static Menu" content="0"/>
  26. <META name="if:Post Borders" content="0"/>
  27. <META name="if:Drop Down Shadow" content="0"/>
  28. <META name="if:Show Reblog Link" content="1"/>
  29. <META name="if:Show Tags" content="0"/>
  30. <META name="if:Show Captions" content="0"/>
  31. <META name="if:Dark BlockQuote" content="0"/>
  32. <META name="if:Hiragana Note List" content="0"/>
  33. <META name="if:Show Custom Scrollbar" content="1"/>
  34. <META name="if:Show Back to Top" content="1"/>
  35. <META name="if:Infinite Scroll" content="1"/>
  36. <META name="color:Highlights" content="#FF008C"/>
  37. <META name="color:Background Color" content="#FFFFFF"/>
  38. <META name="color:Description Box" content=""/>
  39. <META name="color:Posts" content="#FFFFFF"/>
  40. <META name="color:Font" content="#666666"/>
  41. <META name="color:Links" content="#000000"/>
  42. <META name="color:Links Hover" content="#909090"/>
  43. <META name="color:Borders" content="#E6E6E6"/>
  44. <META name="color:Chat Background" content="#EEEEEE"/>
  45. <META name="color:Menu" content="#FFFFFF"/>
  46. <META name="color:Menu Font" content="#888888"/>
  47. <META name="color:Menu Hover" content="#000000"/>
  48. <META name="color:Menu Font Hover" content="#FFFFFF"/>
  49. <META name="color:Headers" content="#000000"/>
  50. <META name="color:Permalink" content="#070707"/>
  51. <META name="color:Permalink Text" content="#B1AEAE"/>
  52. <META name="color:Permalink Text Hover" content="#FFFFFF"/>
  53. <META name="color:Scrollbar" content="#FFFFFF"/>
  54. <META name="color:Scrollbar Main" content="#EEEEEE"/>
  55. <META name="text:Text Alignment" content="Center"/>
  56. <META name="text:Notes Text" content="Notes"/>
  57. <META name="text:Link 1 Title" content="" />
  58. <META name="text:Link 1" content="" />
  59. <META name="text:Link 2 Title" content="" />
  60. <META name="text:Link 2" content="" />
  61. <META name="text:Link 3 Title" content="" />
  62. <META name="text:Link 3" content="" />
  63. <META name="text:Link 4 Title" content="" />
  64. <META name="text:Link 4" content="" />
  65. <META name="text:Link 5 Title" content="" />
  66. <META name="text:Link 5" content="" />
  67. <META name="text:Link 6 Title" content="" />
  68. <META name="text:Link 6" content="" />
  69. <META name="text:Link 7 Title" content="" />
  70. <META name="text:Link 7" content="" />
  71. <META name="text:Link 8 Title" content="" />
  72. <META name="text:Link 8" content="" />
  73. <META name="text:Link 9 Title" content="" />
  74. <META name="text:Link 9" content="" />
  75. <META name="text:Link 10 Title" content="" />
  76. <META name="text:Link 10" content="" />
  77. <!-- End Default Colors -->
  78.  
  79. {block:IfShowBacktoTop}
  80. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop">Back to Top</a>
  81. {/block:IfShowBacktoTop}
  82.  
  83.  
  84. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  85. <meta name="description" content="{MetaDescription}" />
  86.  
  87. <title> {title}</title>
  88. <pnk rel="shortcut icon" href="{Favicon}">
  89. <pnk rel="alternate" type="application/rss+xml" href="{RSS}">
  90. <link rel="shortcut icon" href="{Favicon}">
  91.  
  92. <style type="text/css">
  93. body {
  94. background-color:{color:Background Color};
  95. background-image:url('{image:Background}');
  96. background-repeat: repeat;
  97. background-attachment:fixed;
  98. color:{color:Font};
  99. cursor: url("");
  100. text-align:{block:IfTextAlignment}{text:Text Alignment} {/block:IfTextAlignment};
  101. margin: 0px;
  102. padding: 0px;
  103. font-family: Consolas;
  104. font-size:10px;
  105. }
  106.  
  107. @font-face {font-family:"Harabara";src:url('http://static.tumblr.com/95njt7t/EbGm7h28x/harabara.ttf');}
  108.  
  109.  
  110. a:link, a:visited, a:active {
  111. color: {color:Links};
  112. text-decoration:none;
  113. -webkit-transition: 0.5s ease-in;
  114. -moz-transition: 0.5s ease-in;
  115. transition: 0.5s ease-in;
  116. }
  117.  
  118.  
  119. a:hover {
  120. color: {color:Links Hover};
  121. text-decoration:none;
  122. -webkit-transition: 0.5s ease-in;
  123. -moz-transition: 0.5s ease-in;
  124. transition: 0.5s ease-in; ;
  125. }
  126.  
  127. {block:IfShowCustomScrollbar}
  128. ::-webkit-scrollbar-thumb:vertical {
  129. background-color:{color:Scrollbar};
  130. height:100px;
  131. -moz-border-radius: 10px 30px;
  132. border-radius: 3px;
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb:horizontal {
  136. background-color:{color:Scrollbar};
  137. height:10px !important;
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. height:10px;
  142. width:5px;
  143. background-color:{color:Scrollbar Main};
  144. }
  145. {/block:IfShowCustomScrollbar}
  146.  
  147. ::selection {
  148. background: {color:Highlights};}
  149. ::-moz-selection {
  150. background: {color:Highlights};}
  151.  
  152. .open{
  153. position:absolute;
  154. font-weight:bold;
  155. display:inline;
  156. font-size:65px;
  157. padding-top:2px;
  158. left:1px;
  159. top:1px;
  160. font-family:engravers mt;
  161. text-transform:uppercase;
  162. filter: alpha (opacity=5);
  163. opacity: 0.05;
  164. }
  165.  
  166. .close{
  167. position:absolute;
  168. font-weight:bold;
  169. display:inline;
  170. font-size:65px;
  171. padding-top:2px;
  172. right:1px;
  173. top:1px;
  174. font-family:engravers mt;
  175. text-transform:uppercase;
  176. filter: alpha (opacity=5);
  177. opacity: 0.05;
  178. }
  179.  
  180. .header, .header a{
  181. font-size:20px;
  182. padding-top:1px;
  183. margin-top:1px;
  184. letter-spacing:-1px;
  185. font-family:"Harabara";
  186. text-transform:normal;
  187. color:{color:Headers};
  188. }
  189.  
  190. .header a:hover{color: {color:Link hover};}
  191.  
  192. img {
  193. border: 0px;
  194. }
  195.  
  196. img:hover {
  197. border:0px;
  198. }
  199.  
  200. #topping{
  201. float:right;
  202. width:550px;
  203. {block:IfOneColumn}
  204. margin-right:60px;
  205. {/block:IfOneColumn}
  206. {block:IfNotLeftSidebar}
  207. float:left;
  208. margin-left:0px;
  209. {/block:IfNotLeftSidebar}
  210. {block:IfThreeColumn}
  211. width:800px;
  212. {/block:IfThreeColumn}
  213. }
  214.  
  215.  
  216. #sidebar {
  217. position:fixed;
  218. margin-top:80px;
  219. float:left;
  220. {block:IfNotLeftSidebar}
  221. float:right;
  222. margin-left:525px;
  223. {block:IfOneColumn}
  224. margin-left:415px;
  225. {/block:IfOneColumn}
  226. {block:IfThreeColumn}
  227. margin-left:790px;
  228. {/block:IfThreeColumn}
  229. {/block:IfNotLeftSidebar}
  230. width:120px;
  231. height:100%;
  232. padding:1px;
  233. text-align: center;
  234. font-family:Trebuchet Ms;
  235. font-size:9px;
  236. z-index:2;
  237. }
  238.  
  239. .con, .con a {
  240. background-color:{color:Main Menu Background};
  241. color: {color:Main Menu Text};}
  242.  
  243.  
  244. .con a:hover {
  245. color: {color:Menu Font Hover};
  246. }
  247.  
  248. .namja {
  249. height:100px;
  250. overflow:hidden;
  251. {block:IfStaticMenu}
  252. height:auto;
  253. {/block:IfStaticMenu}
  254. {block:IfNotShowAvatar}
  255. height:60px;
  256. {block:IfStaticMenu}
  257. height:60px;
  258. {/block:IfStaticMenu}
  259. {/block:IfNotShowAvatar}
  260. -webkit-transition: all 2s ease;
  261. -moz-transition: all 2s ease;
  262. -o-transition: all 2s ease;
  263. }
  264.  
  265. .namja:hover{
  266. height:160px;
  267. {block:IfStaticMenu}
  268. height:auto;
  269. {/block:IfStaticMenu}
  270. {block:IfNotShowAvatar}
  271. height:60px;
  272. {block:IfStaticMenu}
  273. height:60px;
  274. {/block:IfStaticMenu}
  275. {/block:IfNotShowAvatar}
  276. {block:IfNotShowSidebarMenu}
  277. height:100px;
  278. {/block:IfNotShowSidebarMenu}
  279.  
  280. }
  281.  
  282. .pica{
  283.  
  284.  
  285. }
  286.  
  287. .des{
  288. background:{color:Description Box};
  289. background-image:url('{image:Side Background}');
  290. }
  291.  
  292. .name {
  293. color:{color:Headers};
  294. font-family:"Harabara";
  295. padding:1px 0 1px 0;
  296. font-size:40px;
  297. }
  298.  
  299.  
  300. .linku {
  301. margin-top:5px;
  302.  
  303. }
  304.  
  305. .linku a {
  306. display:inline-block;
  307. font-size:8px;
  308. line-height:9px;
  309. padding:2px 6px 2px 6px;
  310. margin:-3px;
  311. text-transform:uppercase;
  312. background-color: {color:Menu};
  313. background-image:url('{image:Menu}');
  314. color: {color:Menu Font};
  315. -webkit-transition: all 0.8s ease;
  316. -moz-transition: all 0.8s ease;
  317. -o-transition: all 0.8s ease;
  318. }
  319.  
  320. .linku a:hover {
  321. background:{color:Menu Hover};
  322. color: {color:Menu Font Hover};
  323. -webkit-transition: all 0.8s ease;
  324. -moz-transition: all 0.8s ease;
  325. -o-transition: all 0.8s ease;
  326. }
  327.  
  328. .title, .title a {
  329. margin-bottom:3px;
  330. font-size:25px;
  331. font-family:brush script mt;
  332. }
  333.  
  334. .title a:hover {color: {color:Link hover};}
  335.  
  336. .imaged{
  337. margin-top:0px;
  338. margin-bottom:3px;
  339. }
  340.  
  341.  
  342. #content{
  343. margin:auto;
  344. top:5px;
  345. width:670px;
  346. position:relative;
  347. {block:IfThreeColumn}
  348. width:925px;
  349. {/block:IfThreeColumn}
  350. }
  351.  
  352. #posts{
  353. position:absolute;
  354. margin-top:6px;
  355. margin-left:125px;
  356. float:right;
  357. width:550px;
  358. {block:IfNotLeftSidebar}
  359. float:left;
  360. margin-left:0px;
  361. {/block:IfNotLeftSidebar}
  362. {block:IfThreeColumn}
  363. width:800px;
  364. {/block:IfThreeColumn}
  365.  
  366. }
  367.  
  368. .post {
  369. position: relative;
  370. float:left;
  371. background: {color:Posts} url('{image:Posts}');
  372. width:250px;
  373. {block:IfOneColumn}
  374. width:400px;
  375. {/block:IfOneColumn}
  376. overflow:0px;
  377. margin-left:3px;
  378. margin-bottom:3px;
  379. padding:3px;
  380. {block:IfDropDownShadow}
  381. box-shadow:2px 2px 3px #909090;
  382. -webkit-box-shadow:2px 2px 3px #909090;
  383. -moz-box-shadow:2px 2px 3px #909090;
  384. {/block:IfDropDownShadow}
  385. {block:IfPostBorders}
  386. border:1px solid {color:Borders};
  387. {/block:IfPostBorders}
  388. -webkit-transition: all 0.3s ease-in;
  389. -moz-transition: all 0.3s ease-in;
  390. transition: all 0.3s ease-in;
  391. }
  392.  
  393. .perma{
  394. float: left;
  395. margin-left:0%;
  396. margin-top:0%;
  397. padding: 0px;
  398. height:0px;
  399. width:50%;
  400. overflow:hidden;
  401. font-size: 11px;
  402. font-family:'Yanone Kaffeesatz', sans-serif;
  403. -webkit-transition: all 2s ease;
  404. -moz-transition: all 2s ease;
  405. -o-transition: all 2s ease;
  406. opacity:0;
  407. position:absolute;
  408. background-color:{color:Permalink};
  409. color:{color:Permalink Text};
  410. }
  411.  
  412.  
  413. .perma a {color:{color:Permalink Text};}
  414. .perma a:hover {color:{color:Permalink Text Hover};}
  415.  
  416. .post:hover .perma {
  417. opacity: .50;
  418. height:100%;
  419. }
  420.  
  421.  
  422. #pages {
  423. position:fixed;
  424. bottom:20px;
  425. left:0px;
  426. font-size:70px;
  427. letter-spacing:-10px;
  428. }
  429.  
  430.  
  431. .tp{
  432. padding-top:10px;
  433. padding-bottom:10px;
  434. }
  435.  
  436. .not {
  437. margin-left:10px;
  438. width:100px;
  439. padding-top:10px;
  440. }
  441.  
  442. .blog {
  443. margin-left:20px;
  444. width:64px;
  445. text-align:center;
  446. border-top:1px solid {color:Borders};
  447. }
  448.  
  449. .post img {
  450. max-width:250px;
  451. {block:IfOneColumn}
  452. max-width:400px;
  453. {/block:IfOneColumn}
  454. }
  455.  
  456. .caption {
  457. overflow:hidden;
  458. font-size:9px;
  459. font-family:georgia;
  460. line-height:14px;
  461. background: {color:Chat Background} url('http://static.tumblr.com/95njt7t/HAhm4yca0/00009k2x.png');
  462. {block:IfDarkBlockQuote}
  463. background: url('http://static.tumblr.com/95njt7t/Lq4m4ycid/pattern3.gif');
  464. {/block:IfDarkBlockQuote}
  465. }
  466.  
  467. blockquote{
  468. overflow:hidden;
  469. padding:5px;
  470. font-size:9px;
  471. font-family:georgia;
  472. line-height:10px;
  473. margin:0px;
  474. text-align:left;
  475. letter-spacing:1px;
  476. background: {color:Chat Background} url('http://static.tumblr.com/95njt7t/HAhm4yca0/00009k2x.png');
  477. {block:IfDarkBlockQuote}
  478. background: url('http://static.tumblr.com/95njt7t/Lq4m4ycid/pattern3.gif');
  479. {/block:IfDarkBlockQuote}
  480. }
  481.  
  482. .audioplayer {
  483. width:250px;
  484. {block:IfOneColumn}
  485. width:400px;
  486. {/block:IfOneColumn}
  487. background-color: #000;
  488. text-align: center;
  489. }
  490.  
  491.  
  492.  
  493. .ali {
  494. float:left;
  495. width:240px;
  496. overflow:hidden;
  497. margin-left:5px;
  498. font-size:9px;
  499. font-family:georgia;
  500. line-height:12px;
  501. border-bottom:1px solid {color:Borders};
  502. letter-spacing:1px;
  503. padding-bottom:2px;
  504. {block:IfOneColumn}
  505. padding-bottom:0px;
  506. margin-top:4px;
  507. {/block:IfOneColumn}
  508. }
  509.  
  510. {block:PermalinkPage}
  511. #topping {{block:IfOneColumn}margin-right:60px;{/block:IfOneColumn}{block:IfNotOneColumn}margin-right:60px;{/block:IfNotOneColumn}{block:IfThreeColumn}width:550px;margin-right:60px;{/block:IfThreeColumn}}
  512. #sidebar {display:none;}
  513. #content {width:550px; text-align:center;}
  514. #posts {margin-left:0px;margin-top:70px;}
  515. .perma{display:none;}
  516. .post:hover .perma {display:none;}
  517. .post {margin-top:10px;width:500px;{block:IfPostBorders}border:none;{/block:IfPostBorders}}
  518. .post img {max-width:500px;}
  519. .audioplayer {width:500px;{block:IfNotOneColumn}
  520. width:500px;
  521. {/block:IfNotOneColumn}}
  522. .poto{{block:IfNotOneColumn}display:none;{/block:IfNotOneColumn}}
  523. .linku {margin-top:5px;}
  524. {/block:PermalinkPage}
  525.  
  526. .chat {
  527. padding:0px;
  528. }
  529.  
  530. .chat li {
  531. list-style-type: none;
  532. padding:1px;
  533. text-align:left;
  534. }
  535.  
  536. .chat li:nth-child(odd) {
  537. background-color:{color:Chat Background};
  538. }
  539.  
  540. li{
  541. text-align:left;
  542. }
  543.  
  544. .notus {
  545. font-size:20px;
  546.  
  547. }
  548.  
  549. .notus:hover{
  550. width:
  551. }
  552.  
  553. .notes{
  554. padding-top:10px;
  555. width: 510px;
  556. background-color: {color:Posts};
  557. {block:IfPostBorders}
  558. border:1px solid {color:Borders};
  559. {/block:IfPostBorders}
  560. }
  561.  
  562. ol.notes {
  563. width:490px;
  564. padding-left:40px;
  565. border-bottom: solid 2px {color:Borders};
  566. }
  567.  
  568. ol.notes li.note {
  569. {block:IfHiraganaNoteList}
  570. list-style-type:hiragana;
  571. {/block:IfHiraganaNoteList}
  572. padding: 2px;
  573. }
  574.  
  575. ol.notes li.note img.avatar {
  576. margin-right: 0px;
  577. width: 10px;
  578. height: 10px;
  579. }
  580.  
  581. ol.notes li.note blockquote {
  582. border-color: {color:Borders};
  583. padding: 4px 10px;
  584. margin: 5px 0px 0px 15px;
  585. }
  586.  
  587. ol.notes li.note blockquote a {
  588. text-decoration: none;
  589. }
  590.  
  591. .notes li, .notes ol{
  592. -webkit-transition: 0.5s ease-in;
  593. -moz-transition: 0.5s ease-in;
  594. transition: 0.5s ease-in;
  595. }
  596.  
  597. .notes li:hover {
  598. -webkit-transition: 0.5s ease-in;
  599. -moz-transition: 0.5s ease-in;
  600. transition: 0.5s ease-in;
  601. color:{color:links hover};
  602. margin:10px 0 10px 0 ;
  603. padding:5px;
  604. background-color:{color:Chat Background};
  605. }
  606.  
  607.  
  608. #info{
  609. margin-top:1px;
  610. padding:10px;
  611. background-color: {color:Posts};
  612. width: 510px;
  613. {block:IfPostBorders}
  614. border:1px solid {color:Borders};
  615. {/block:IfPostBorders}
  616. }
  617.  
  618.  
  619. #asker{
  620. padding:3px;
  621. background-color:{color:Chat Background};
  622. }
  623.  
  624. #bottom {
  625. font-size:14px;
  626. letter-spacing:2px;
  627. text-transform:uppercase;
  628. font-family:'Yanone Kaffeesatz';
  629. }
  630.  
  631. #bottom:first-line{
  632. text-transform:normal;
  633. font-family:georgia;
  634. }
  635.  
  636. #scrollToTop:link,#scrollToTop:visited {
  637. color: #fff
  638. background: #000;
  639. display: none;
  640. position: fixed;
  641. bottom:0px;
  642. left:0px;
  643. {block:IfLeftSidebar}
  644. left:195px;
  645. {/block:IfLeftSidebar}
  646. }
  647.  
  648. {CustomCSS}
  649.  
  650. </style>
  651.  
  652. {block:IndexPage}<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  653.  
  654. {block:IfInfiniteScroll}<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>{/block:IfInfiniteScroll}<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  655.  
  656. <script src="http://static.tumblr.com/95njt7t/vf5mdhsmq/cindie_magnumx.js"></script>
  657. {/block:IndexPage}
  658.  
  659. <body>
  660.  
  661. <div id="pages">{block:PreviousPage}<a id="nextpage" title="Previous" alt="Previous" href="{PreviousPage}">-</a>{/block:PreviousPage} &nbsp;{block:NextPage}<a id="nextpage" title="Next" alt="Next" href="{NextPage}">+</a>{/block:NextPage}
  662. </div>
  663.  
  664. <div id="content">
  665.  
  666. <div id="topping">
  667. <div class="name">{Title}</div>
  668.  
  669.  
  670. <div class="linku">
  671. <a href="/">index</a>
  672. <a href="/ask">ask</a>
  673. <a href="/archive">archive</a>
  674. <a href="http://cindie.tumblr.com">barcode</a>
  675. {block:PermalinkPage}
  676. <a href="javascript:javascript:history.go(-1)">go back</a>
  677. {/block:PermalinkPage}
  678.  
  679. </div>
  680. </div>
  681.  
  682. <div id="sidebar">
  683.  
  684. <div class="namja">
  685. {block:IfShowAvatar}<div class="imaged"><img style="-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px" src="{PortraitURL-96}"/></div>{/block:IfShowAvatar}
  686.  
  687. {block:IfShowSidebarMenu}
  688. <div class="linku">
  689. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  690. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  691. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  692. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  693. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  694. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  695. {block:ifLink7}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7}
  696. {block:ifLink8}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8}
  697. {block:ifLink9}<a href="{text:Link 9}">{text:Link 9 Title}</a>{/block:ifLink9}
  698. {block:ifLink10}<a href="{text:Link 10}">{text:Link 10 Title}</a>{/block:ifLink10}
  699. </div>
  700. {/block:IfShowSidebarMenu}
  701.  
  702. </div>
  703.  
  704. <div class="des">{block:Description}{Description}{/block:Description}</div>
  705. </div>
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712. <div id="posts">
  713. {block:Posts}
  714. {block:ContentSource}
  715. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  716. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  717. {/block:SourceLogo}
  718. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  719. {block:ReblogParent}{/block:ReblogParent}
  720. {/block:ContentSource}
  721.  
  722.  
  723. <div class="post">
  724.  
  725. <div class="perma">
  726. <div class="not">
  727. <a href="{Permalink}">
  728. <div class="notus">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a></div>
  729.  
  730. <div class="blog">{block:IfShowReblogLink} <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4%22/"></a>{/block:IfShowReblogLink}</div>
  731.  
  732. {block:IfShowTags}<div class="tagus">
  733. {block:Tags} <a href="{TagURL}"># {Tag}</a> {/block:Tags}
  734. </div>{/block:IfShowTags}
  735.  
  736. </div>
  737. </div>
  738.  
  739. {block:Text}
  740. <div class="tp">
  741. <div class="header"><a href="{Permalink}">{block:Title}{Title}{/block:Title}</a></div>
  742. {Body}
  743.  
  744. {block:IfShowCaptions}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:IfShowCaptions}
  745. </div>
  746.  
  747. {/block:Text}
  748. {block:Photo}
  749.  
  750. <div class="poto">{block:IfNotOneColumn}{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:IfNotOneColumn}
  751.  
  752. {block:IfOneColumn}{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:IfOneColumn}</div>
  753.  
  754. {block:PermalinkPage}{block:IfNotOneColumn}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:IfNotOneColumn}
  755.  
  756. {/block:PermalinkPage}
  757.  
  758. {block:IfShowCaptions}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:IfShowCaptions}
  759.  
  760.  
  761. {/block:Photo}
  762. {block:Photoset}
  763.  
  764. <div class="poto">{block:IfNotOneColumn}{Photoset-250}{block:IfNotOneColumn}
  765. {block:IfOneColumn}{Photoset-400}{/block:IfOneColumn}
  766.  
  767. </div>
  768.  
  769. {block:PermalinkPage}{block:IfNotOneColumn}{Photoset-500}{/block:IfNotOneColumn}{/block:PermalinkPage}
  770.  
  771. {block:IfShowCaptions}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:IfShowCaptions}
  772.  
  773. {/block:Photoset}
  774. {block:Quote}
  775.  
  776. <div class="open">“</div><div class="header">{Quote}</div><div class="close">”</div>
  777. <div style="margin-top:14px;padding-top:5px;text-align:right;border-top:1px solid {color:Borders};">{block:Source}— {Source}{/block:Source}</div>
  778.  
  779. {/block:Quote}
  780.  
  781. {block:Link}
  782.  
  783.  
  784. <a href="{URL}"{Target}><div class="header">{Name}</a></div>
  785. {block:Description}
  786. {Description}
  787. {/block:Description}
  788.  
  789. {/block:Link}
  790.  
  791. {block:Chat}
  792.  
  793. <div class="header">{Title}</a></div>
  794. <ul class="chat">
  795. {block:Lines}
  796. <li class="{Alt}">
  797. {block:Label}
  798. <span class="label">{Label}</span>
  799. {/block:Label}
  800.  
  801. {Line}
  802.  
  803. {/block:Lines}
  804. </ul>
  805.  
  806. </li>
  807.  
  808. {/block:Chat}
  809. {block:Video}
  810.  
  811. <div class="poto">{block:IfNotOneColumn}{Video-250}{/block:IfNotOneColumn}
  812. {block:IfOneColumn}{Video-400}{/block:IfOneColumn}</div>
  813.  
  814. {block:PermalinkPage}{block:IfNotOneColumn}{Video-500}{/block:IfNotOneColumn}{/block:PermalinkPage}
  815.  
  816. {block:IfShowCaptions}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:IfShowCaptions}
  817.  
  818. {/block:Video}
  819. {block:Audio}
  820.  
  821. <div class="ali"><br>
  822. {block:TrackName}{TrackName}{/block:TrackName} {block:Artist}<i>by</i>&nbsp;{Artist}{/block:Artist}
  823. </div>
  824.  
  825. <div class="audioplayer">
  826. <div style="margin: 5px 0 0 5px; width: 18px; overflow:hidden;" id="{postID}">{AudioPlayerBlack}</div></div>
  827.  
  828.  
  829.  
  830. {/block:Audio}
  831.  
  832. {block:Answer}
  833.  
  834. <div id="asker">{Asker} Asked: {Question}</div>
  835. <div id="answer">{Answer}</div>
  836.  
  837. {/block:Answer}
  838.  
  839. </div>
  840.  
  841. {block:PermalinkPage}
  842.  
  843. {block:Date}
  844. <div id="info"><div id="bottom">
  845. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  846. {ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  847. </a>
  848. at {12Hour}:{Minutes}{AmPm}
  849. {block:RebloggedFrom}
  850. <br>Originally posted by
  851. <a href="{ReblogRootURL}">{ReblogRootName}</a>.
  852. {/block:RebloggedFrom}
  853.  
  854. {block:Answer}
  855. <BR>
  856. Ask: <a href="/ask">{AskLabel}</a>
  857. {/block:Answer}
  858.  
  859. {block:Audio}
  860. <BR>Plays: {FormattedPlayCount}
  861. {block:ExternalAudio}
  862. <BR>Download: <a href="{ExternalAudioURL}">here</a>.
  863. {/block:ExternalAudio}
  864. {/block:Audio}
  865.  
  866. {block:HasTags}
  867. <BR>Tagged: {block:Tags}
  868. <a href="{TagURL}">{Tag}</a> {/block:Tags}
  869. {/block:HasTags}
  870.  
  871. {block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  872. </div>
  873. {block:IfNotShowCaptions}
  874. {block:Caption}{Caption}{/block:Caption}
  875. {/block:IfNotShowCaptions}
  876. </div>
  877. {/block:Date}
  878. {/block:PermalinkPage}
  879.  
  880. {block:PostNotes}
  881. {PostNotes}
  882. {/block:PostNotes}
  883.  
  884. {/block:Posts}
  885. </div>
  886. </div>
  887.  
  888. </body>
  889. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement