Advertisement
5-1-fan

001 Blackpearl

Mar 1st, 2014
1,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.63 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" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---------- DO NOT REMOVE -----------
  6.  
  7. THEME 001 BLACKPEARL BY 5-1-FAN
  8.  
  9. -Do not remove the credit.
  10. -You can move it to a credit page but do not remove it completely.
  11. -Do not use it as base.
  12. -Do not claim it as yours.
  13.  
  14. ----------- DO NOT REMOVE ----------->
  15.  
  16. <link href='http://fonts.googleapis.com/css?famy=Montserrat+Alternates' rel='stylesheet' type='text/css'>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <!--tooltip-->
  26. <link href="http://static.tumblr.com/culyzrr/NhDmzmza5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="http://static.tumblr.com/culyzrr/eLpmzmz9l/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:100,
  35. tip_fade_speed:300,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41. <!--tooltip-->
  42.  
  43. <!--pop-up-->
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <script>
  47. $(document).ready(function() {
  48. //
  49. //When you click on a link with class of poplight and the href starts with a #
  50. $('a.poplight[href^=#]').click(function() {
  51. var popID = $(this).attr('rel'); //Get Popup Name
  52. var popURL = $(this).attr('href'); //Get Popup href to define size
  53. //Pull Query & Variables from href URL
  54. var query= popURL.split('?');
  55. var dim= query[1].split('&');
  56. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  57. //Fade in the Popup and add close button
  58. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  59. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  60. var popMargTop = ($('#' + popID).height() + 80) / 2;
  61. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  62. //Apply Margin to Popup
  63. $('#' + popID).css({
  64. 'margin-top' : -popMargTop,
  65. 'margin-left' : -popMargLeft
  66. });
  67. //Fade in Background
  68. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  69. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  70. return false;
  71. });
  72. //Close Popups and Fade Layer
  73. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  74. $('#fade , .popup_block').fadeOut(function() {
  75. $('#fade, a.close').remove(); //fade them both out
  76. });
  77. return false;
  78. });
  79. });
  80. </script>
  81. <!--pop-up-->
  82.  
  83. <meta name="color:Background" content="#ffffff" />
  84. <meta name="color:Text" content="#6c6a6a" />
  85. <meta name="color:Link" content="#c5c5c5" />
  86. <meta name="color:Link hover" content="#aaaaaa" />
  87. <meta name="color:Bold" content="#9e9e9e" />
  88. <meta name="color:Italic" content="#cccccc" />
  89. <meta name="color:Underline" content="#cccccc" />
  90. <meta name="color:Post bg" content="#ffffff" />
  91. <meta name="color:Post border" content="#eeeeee" />
  92. <meta name="color:Post title" content="#9e9e9e" />
  93. <meta name="color:Selection bg" content="#ffffff" />
  94. <meta name="color:Selection text" content="#000000" />
  95. <meta name="color:Scrollbar" content="#000000" />
  96. <meta name="color:Blockquote" content="#eeeeee" />
  97. <meta name="color:Title" content="#ffffff" />
  98. <meta name="color:Description" content="#ffffff" />
  99. <meta name="color:Description Link" content="#bcbcbc" />
  100. <meta name="color:Description Link Hover" content="#ffffff" />
  101. <meta name="color:Pagination" content="#000000" />
  102. <meta name="color:Navigation" content="#ffffff" />
  103. <meta name="color:Permalink" content="#aaaaaa" />
  104. <meta name="color:Box" content="#000000" />
  105.  
  106. <meta name="text:Your Username" content="eg: 5-1-fan" />
  107. <meta name="text:Font Size" content="10px" />
  108. <meta name="text:Title Font Size" content="40px" />
  109. <meta name="font:Font" content="Baskerville"/>
  110.  
  111. <meta name="text:Link 1 URL" content="/" />
  112. <meta name="text:Link 1 Title" content="home" />
  113. <meta name="text:Link 2 URL" content="don't fill this if you" />
  114. <meta name="text:Link 2 Title" content="are using pop up ask" />
  115. <meta name="text:Link 3 URL" content="/" />
  116. <meta name="text:Link 3 Title" content="link" />
  117. <meta name="text:Link 4 URL" content="/" />
  118. <meta name="text:Link 4 Title" content="link" />
  119.  
  120. <meta name="if:Tiny White Cursor" content="1"/>
  121. <meta name="if:Tiny Black Cursor" content="0"/>
  122. <meta name="if:250" content="1"/>
  123. <meta name="if:400" content="0"/>
  124. <meta name="if:Show Photo Caption" content="0"/>
  125. <meta name="if:Fadeout" content="0"/>
  126. <meta name="if:Grayscale" content="0"/>
  127. <meta name="if:Pop Up Ask" content="1"/>
  128.  
  129. <style type="text/css">
  130.  
  131. @font-face {
  132. font-family: "04b03";
  133. src: url('http://static.tumblr.com/5fd89aw/aFUlmf7ca/04b03.ttf');
  134. }
  135. @font-face {
  136. font-family: "silkscreen";
  137. src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf');
  138. }
  139. @font-face {
  140. font-family: "ronda";
  141. src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  142. @font-face {
  143. font-family: "athletic";
  144. src: url'http://static.tumblr.com/culyzrr/dpHn1jgj2/athletic.ttf');
  145. }
  146.  
  147. {block:IfTinyWhiteCursor}
  148. body, a {
  149. cursor:url('http://i.imgur.com/2qleX.jpg'), auto
  150. }
  151.  
  152. a:hover {
  153. cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
  154. }
  155. {/block:IfTinyWhiteCursor}
  156.  
  157. {block:IfTinyBlackCursor}
  158. body, a {
  159. cursor:url('http://i.imgur.com/vl6y9.jpg'), auto
  160. }
  161.  
  162. a:hover {
  163. cursor: url('http://i.imgur.com/ZJK7G.jpg'), auto;
  164. }
  165. {/block:IfTinyBlackCursor}
  166.  
  167. ::-webkit-scrollbar-thumb{
  168. background-color: {color:Scrollbar};
  169. border: 2px solid white;
  170. }
  171.  
  172. ::-webkit-scrollbar {
  173. height:4px;
  174. width:11px;
  175. background-color: {color:Scrollbar};
  176. border: 5px solid white;
  177. }
  178.  
  179. ::selection {
  180. color:{color:Selection text};
  181. background:{color:Selection bg};
  182. }
  183.  
  184. body {
  185. background:{color:Background};
  186. background-repeat:repeat;
  187. background-attachment:fixed;
  188. margin:0px;
  189. color:{color:Text};
  190. font-family: {font:Font};
  191. font-size:{text:Font Size};
  192. line-height:150%;
  193. letter-spacing:1px;
  194. word-spacing:1px;
  195. }
  196.  
  197. img {
  198. height: auto;
  199. {block:If250}
  200. max-width:250px;
  201. {/block:If250}
  202. {block:If400}
  203. max-width:400px;
  204. {/block:If400}
  205. {block:If500}
  206. max-width:500px;
  207. {/block:If500}
  208. {block:IfFadeout}
  209. opacity:.7;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. -ms-transition: all 0.5s ease-in-out;
  214. transition: all 0.5s ease-in-out;
  215. {/block:IfFadeout}
  216. {block:IfGrayscale}
  217. -webkit-filter: grayscale(1);
  218. -webkit-transition: all 0.5s ease-in-out;
  219. -moz-transition: all 0.5s ease-in-out;
  220. -o-transition: all 0.5s ease-in-out;
  221. -ms-transition: all 0.5s ease-in-out;
  222. transition: all 0.5s ease-in-out;
  223. {/block:IfGrayscale}
  224. }
  225.  
  226. img:hover {
  227. {block:IfFadeout}
  228. opacity:1;
  229. -webkit-transition: all 0.5s ease-in-out;
  230. -moz-transition: all 0.5s ease-in-out;
  231. -o-transition: all 0.5s ease-in-out;
  232. -ms-transition: all 0.5s ease-in-out;
  233. transition: all 0.5s ease-in-out;
  234. {/block:IfFadeout}
  235. {block:IfGrayscale}
  236. filter: none;
  237. -webkit-filter: grayscale(0);
  238. -webkit-transition: all 0.5s ease-in-out;
  239. -moz-transition: all 0.5s ease-in-out;
  240. -o-transition: all 0.5s ease-in-out;
  241. -ms-transition: all 0.5s ease-in-out;
  242. transition: all 0.5s ease-in-out;
  243. {/block:IfGrayscale}
  244. }
  245.  
  246. iframe {
  247. {block:IfFadeout}
  248. opacity: .7;
  249. filter:alpha(opacity=70);
  250. -moz-opacity: .7;
  251. -khtml-opacity: .7;
  252. -webkit-transition: all 0.5s ease-in-out;
  253. -moz-transition: all 0.5s ease-in-out;
  254. -o-transition: all 0.5s ease-in-out;
  255. -ms-transition: all 0.5s ease-in-out;
  256. transition: all 0.5s ease-in-out;
  257. {/block:IfFadeout}
  258. }
  259.  
  260. iframe:hover{
  261. {block:IfFadeout}
  262. opacity: 1;
  263. filter:alpha(opacity=100);
  264. -moz-opacity: 1;
  265. -khtml-opa-webkit-transition: all 0.5s ease-in-out;
  266. -moz-transition: all 0.5s ease-in-out;
  267. -o-transition: all 0.5s ease-in-out;
  268. -ms-transition: all 0.5s ease-in-out;
  269. transition: all 0.5s ease-in-out;city: 1;
  270. {/block:IfFadeout}
  271. }
  272.  
  273. .photoset {
  274. {block:IfGrayscale}
  275. -webkit-filter: grayscale(100%);
  276. -webkit-transition: all 0.5s ease-in-out;
  277. -moz-transition: all 0.5s ease-in-out;
  278. -o-transition: all 0.5s ease-in-out;
  279. -ms-transition: all 0.5s ease-in-out;
  280. transition: all 0.5s ease-in-out;
  281. {/block:IfGrayscale}
  282. }
  283.  
  284. .photoset:hover {
  285. {block:IfGrayscale}
  286. -webkit-filter: grayscale(0);
  287. -webkit-transition: all 0.5s ease-in-out;
  288. -moz-transition: all 0.5s ease-in-out;
  289. -o-transition: all 0.5s ease-in-out;
  290. -ms-transition: all 0.5s ease-in-out;
  291. transition: all 0.5s ease-in-out;
  292. {/block:IfGrayscale}
  293. }
  294.  
  295. blockquote {
  296. background:transparent;
  297. text-align:left;
  298. padding-left : 10px;
  299. margin-left:10px;
  300. border-left: 1px double {color:Blockquote};
  301. }
  302.  
  303. a:link, a:active, a:visited {
  304. color: {color:Link};
  305. text-decoration: none;
  306. word-spacing:2px;
  307. -webkit-transition: all 0.3s ease-in-out;
  308. -moz-transition: all 0.3s ease-in-out;
  309. -o-transition: all 0.3s ease-in-out;
  310. -ms-transition: all 0.3s ease-in-out;
  311. transition: all 0.3s ease-in-out;
  312. }
  313.  
  314. a:hover {
  315. color: {color:Link hover};
  316. -webkit-transition: all 0.3s ease-in-out;
  317. -moz-transition: all 0.3s ease-in-out;
  318. -o-transition: all 0.3s ease-in-out;
  319. -ms-transition: all 0.3s ease-in-out;
  320. transition: all 0.3s ease-in-out;
  321. }
  322.  
  323. b, strong, .strong {
  324. color:{color:Bold};
  325. font-weight: 700;
  326. }
  327.  
  328. i, em, .em {
  329. color:{color:Italic};
  330. font-style:oblique;
  331. }
  332.  
  333. u, em, .em{
  334. color: {color:Underline};
  335. text-decoration: underline;
  336. }
  337.  
  338. h1 {
  339. font-family:"ronda";
  340. font-size:15px;
  341. text-transform:uppercase;
  342. color: {color:Post title};
  343. line-height:150%;
  344. }
  345.  
  346. .posts li, .posts blockquote {
  347. max-width: 100%;
  348. }
  349.  
  350. iframe#tumblr_controls {
  351. top:5px;
  352. right:10px!important;
  353. position:fixed !important;
  354. -webkit-filter: invert(1);
  355. opacity:1;
  356. filter:alpha(opacity=100);
  357. -moz-opacity:1;
  358. }
  359.  
  360. #s-m-t-tooltip{
  361. max-width:300px;
  362. z-index:999999;
  363. margin:20px 0px;
  364. padding: 2px 5px 2px 5px ;
  365. background: #fff;
  366. border:1px solid #eeeeee;
  367. text-transform:uppercase;
  368. font-family: "04b03";
  369. font-size:9px;
  370. color:#6c6a6a;
  371. border-radius: 20px/60px;
  372. text-align:center;
  373. }
  374.  
  375. #entries {
  376. margin-top:120px;
  377. margin-left:375px;
  378. {block:If250}
  379. width:260px;
  380. {/block:If250}
  381. {block:If400}
  382. width:410px;
  383. {/block:If400}
  384. text-align:left;
  385. height:370px ;
  386. }
  387.  
  388. #post {
  389. max-width:100%;
  390. margin-top:50px;
  391. margin-bottom:50px;
  392. {block:If250}
  393. margin-left:210px;
  394. width:250px;
  395. {/block:If250}
  396. {block:If400}
  397. margin-left:60px;
  398. width:400px;
  399. {/block:If400}
  400. height: auto;
  401. background-color: {color:Post bg};
  402. border:1px solid {color:Post border};
  403. word-wrap: break-word;
  404. z-index:9;
  405. padding:30px;
  406. }
  407.  
  408. #info {
  409. {block:If250}
  410. width:250px;
  411. {/block:If250}
  412. {block:If400}
  413. width:400px;
  414. {/block:If400}
  415. color:{color:Text};
  416. text-align:center;
  417. padding-top:15px;
  418. color:{color:Permalink};
  419. font-family: "silkscreen";
  420. font-size:9px;
  421. }
  422.  
  423. {block:IndexPage}
  424. #post .permalink {
  425. margin-right:0px;
  426. margin-top:0px
  427. position: absolute;
  428. }
  429.  
  430. .permalink {
  431. {block:If250}
  432. width:250px;
  433. {/block:If250}
  434. {block:If400}
  435. width:400px;
  436. {/block:If400}
  437. padding-bottom:30px;
  438. z-index:9;
  439. float: left;
  440. font-family: "silkscreen";
  441. font-size:9px;
  442. text-align:right;
  443. }
  444.  
  445. .permalink a {
  446. color:{color:Permalink};
  447. }
  448.  
  449. .permalink a:hover {
  450. color:transparent;
  451. }
  452. {/block:IndexPage}
  453.  
  454. #ask {
  455. text-align:left;
  456. margin-right:25px;
  457. padding: 20px ;
  458. border:1px solid #dedede;
  459. {block:If250}
  460. width:210px;
  461. {/block:If250}
  462. {block:If400}
  463. width:360px;
  464. {/block:If400}
  465. height:auto;
  466. line-height:120%;
  467. }
  468.  
  469. .caption {
  470. text-align:left;
  471. margin-left:3px;
  472. margin-top:10px;
  473. padding-top:5px;
  474. {block:If250}
  475. width:250px;
  476. {/block:If250}
  477. {block:If400}
  478. width:400px;
  479. {/block:If400}
  480. color:{color:Text};
  481. font-family: {font:Font};
  482. font-size:{text:Font Size};
  483. line-height:150%;
  484. letter-spacing:1px;
  485. word-spacing:1px;
  486. }
  487.  
  488. .quote {
  489. font-size:20px;
  490. max-width:100%;
  491. font-weight:700;
  492. line-height:120%;
  493. }
  494.  
  495. #title {
  496. margin-top:-50px;
  497. margin-left:378px;
  498. position:fixed;
  499. font-size:{text:Title Font Size};
  500. text-align:left;
  501. z-index:999;
  502. color:{color:Title};
  503. font-family: 'athletic';
  504. letter-spacing:2px;
  505. text-transform:uppercase;
  506. width:300px;
  507. }
  508.  
  509. #desc {
  510. margin-top:-55px;
  511. {block:If250}
  512. left:663px;
  513. {/block:If250}
  514. {block:If400}
  515. left:763px;
  516. {/block:If400}
  517. position:fixed;
  518. font-size:10px;
  519. text-align:right;
  520. z-index:999;
  521. color:{color:Description};
  522. line-height:150%;
  523. letter-spacing:1px;
  524. word-spacing:1px;
  525. font-family: 'Montserrat Alternates', sans-serif;
  526. {block:If250}
  527. width:150px;
  528. {/block:If250}
  529. {block:If400}
  530. width:200px;
  531. {/block:If400}
  532. }
  533.  
  534. #desc a {
  535. color:{color:Description Link};
  536. font-style:oblique;
  537. -webkit-transition: all 0.5s ease-in-out;
  538. -moz-transition: all 0.5s ease-in-out;
  539. -o-transition: all 0.5s ease-in-out;
  540. -ms-transition: all 0.5s ease-in-out;
  541. transition: all 0.5s ease-in-out;
  542. }
  543.  
  544. #desc a:hover {
  545. color:{color:Description Link Hover};
  546. -webkit-transition: all 0.5s ease-in-out;
  547. -moz-transition: all 0.5s ease-in-out;
  548. -o-transition: all 0.5s ease-in-out;
  549. -ms-transition: all 0.5s ease-in-out;
  550. transition: all 0.5s ease-in-out;
  551. }
  552.  
  553.  
  554. .navi {
  555. position:fixed;
  556. width:10px;
  557. height:10px;
  558. border:1px solid {color:Navigation};
  559. border-radius:100px;
  560. background:{color:Navigation};
  561. z-index:999;
  562. margin-top:-85px;
  563. -webkit-transition: all 0.5s ease-in-out;
  564. -moz-transition: all 0.5s ease-in-out;
  565. -o-transition: all 0.5s ease-in-out;
  566. -ms-transition: all 0.5s ease-in-out;
  567. transition: all 0.5s ease-in-out;
  568. }
  569.  
  570. .navi:hover {
  571. width:10px;
  572. height:10px;
  573. opacity:0;
  574. -webkit-transition: all 0.5s ease-in-out;
  575. -moz-transition: all 0.5s ease-in-out;
  576. -o-transition: all 0.5s ease-in-out;
  577. -ms-transition: all 0.5s ease-in-out;
  578. transition: all 0.5s ease-in-out;
  579. }
  580.  
  581. #tbar {
  582. position:fixed;
  583. z-index: 100;
  584. top:20px;
  585. left:360px;
  586. background:{color:Box};
  587. height: 100px;
  588. box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
  589. {block:If250}
  590. width:465px;
  591. {/block:If250}
  592. {block:If400}
  593. width:615px;
  594. {/block:If400}
  595. }
  596.  
  597. #bbar {
  598. position:fixed;
  599. z-index: 100;
  600. top:665px;
  601. left:360px;
  602. background:{color:Box};
  603. height:20px;
  604. {block:If250}
  605. width:465px;
  606. {/block:If250}
  607. {block:If400}
  608. width:615px;
  609. {/block:If400}
  610. }
  611.  
  612. #lbar {
  613. position:fixed;
  614. z-index: 100;
  615. top:120px;
  616. left:360px;
  617. background:{color:Box};
  618. box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
  619. height:550px;
  620. width:15px;
  621. }
  622.  
  623. #rbar {
  624. position:fixed;
  625. z-index: 100;
  626. top:120px;
  627. {block:If250}
  628. left:810px;
  629. {/block:If250}
  630. {block:If400}
  631. left:960px;
  632. {/block:If400}
  633. background:{color:Box};
  634. height:550px;
  635. width:15px
  636. }
  637.  
  638. #pagination {
  639. font-size:9px;
  640. position: absolute;
  641. {block:If250}
  642. margin-left:210px;
  643. width:310px;
  644. {/block:If250}
  645. {block:If400}
  646. margin-left:60px;
  647. width:400px;
  648. {/block:If400}
  649. margin-bottom:10px;
  650. z-index:999;
  651. font-family: "04b03";
  652. text-transform:uppercase;
  653. text-align:center;
  654. }
  655.  
  656. #pagination a {
  657. color:{color:Pagination};
  658. }
  659.  
  660. #fade {
  661. display: none;
  662. background: #000;
  663. position: fixed;
  664. left: 0;
  665. top: 0;
  666. width: 100%;
  667. height: 100%;
  668. opacity: .50;
  669. z-index: 9999;
  670. }
  671.  
  672. .popup_block{
  673. display: none;
  674. background: #fff;
  675. padding: 20px ;
  676. float: left;
  677. position: fixed;
  678. top: 50%;
  679. left: 50%;
  680. z-index: 99999;
  681. border:1px solid #aaaaaa;
  682. border-radius: 8px;
  683. text-align:center;
  684. }
  685.  
  686. img.btn_close {
  687. float: right;
  688. margin: -55px -55px 0 0;
  689. }
  690.  
  691. *html #fade {
  692. position: absolute;
  693. }
  694.  
  695. *html .popup_block {
  696. position: absolute;
  697. }
  698.  
  699. {CustomCSS}
  700. </style>
  701. </head>
  702. <body>
  703.  
  704. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}" ><div style="{block:If250}margin-left:740px;{/block:If250}{block:If400}margin-left:890px;{/block:If400}"><div class="navi"></div></div></a>
  705. {block:IfNotPopUPAsk}<a href="{text:Link 2 URL}" title="{text:Link 2 Title}" ><div style="{block:If250}margin-left:760px;{/block:If250}{block:If400}margin-left:910px;{/block:If400} "><div class="navi"></div></div></a>{/block:IfNotPopUPAsk}
  706. {block:IfPopUPAsk}<a href="#?w=500" rel="popup_ask" class="poplight">
  707. <div style="{block:If250}margin-left:760px;{/block:If250}{block:If400}margin-left:910px;{/block:If400} "><div class="navi"></div></div></a>
  708. <div id="popup_ask" class="popup_block">
  709. <!---YOU CAN WRITE YOUR FAQS HERE IF YOU WANT TO--->
  710. <p><iframe frameborder="0" scrolling="yes" width="365px" height="260" src="http://www.tumblr.com/ask_form/{text:Your Username}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></p> </div> {/block:IfPopUPAsk}
  711. <a href="{text:Link 3 URL}" title="{text:Link 3 Title}" ><div style="{block:If250}margin-left:780px;{/block:If250}{block:If400}margin-left:930px;{/block:If400}"><div class="navi"></div></div></a>
  712. <a href="{text:Link 4 URL}" title="{text:Link 4 Title}" ><div style="{block:If250}margin-left:800px;{/block:If250}{block:If400}margin-left:950px;{/block:If400}"><div class="navi"></div></div></a>
  713.  
  714. <div id="title">{Title}</div> <div id="desc">{Description}</div>
  715.  
  716. <div id="tbar"></div> <div id="bbar"></div>
  717. <div id="lbar"></div> <div id="rbar"></div>
  718.  
  719. <div id="entries"> <div style="position:absolute; top:122px; width:590px;height:542px; overflow-x:hidden; overflow-y:auto; {block:If250}left:219px; {/block:If250}{block:If400}left:369px; {/block:If400}">
  720.  
  721. {block:Posts}
  722.  
  723. {block:ContentSource}<!--- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  724. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  725.  
  726. <div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  727.  
  728. {block:Photo}{LinkOpenTag}{block:If250}<img src="{PhotoURL-250}">{/block:If250}{block:If400}<img src="{PhotoURL-400}">{/block:If400}{LinkCloseTag}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photo}
  729.  
  730. <div class="photoset">{block:Photoset}{block:If250}{Photoset-250}{/block:If250}{block:If400}{Photoset-400}{/block:If400}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photoset}</div>
  731.  
  732. {block:Quote}<div class="quote">"{Quote}"</div><p>{block:Source}&nbsp;&nbsp;&nbsp;&mdash;&nbsp;{Source}</p>{/block:Source}{/block:Quote}
  733.  
  734. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  735.  
  736. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  737.  
  738. {block:Audio}{AudioPlayerWhite}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Audio}
  739.  
  740. {block:Video}{block:If250}{Video-250}{/block:If250}{block:If400}{Video-400}{/block:If400}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:Video}
  741.  
  742. {block:Answer}<div id="ask">{Asker} asked:&nbsp;{Question}</div><p>{Answer}</p>{/block:Answer}
  743.  
  744. <div id="info">{block:permalinkpage}
  745. {block:Caption}<div class="caption">{caption}</div>{/block:Caption}<br><br>
  746. {block:Date}{TimeAgo}{/block:Date} - <a href="{Permalink}">
  747. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  748. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:permalinkpage}<br>{block:permalinkpage}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  749. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:permalinkpage}</div>
  750.  
  751. <div class="permalink">{block:IndexPage}
  752. <a href="{Permalink}" title="{NoteCountWithLabel}">{TimeAgo}</a> &nbsp;
  753. <a href="{ReblogURL}" target="_blank" title="reblog"> ↺ </a> {/block:IndexPage}</div></div>{/block:Posts}
  754.  
  755. <div id="pagination">
  756. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="previous page">prev</a>&nbsp;&nbsp;{block:PreviousPage}<br>
  757. {block:NextPage}<a href="{NextPage}" title="next page">next</a>{/block:NextPage}{/block:Pagination}</div>
  758. </div></div>
  759.  
  760. <div style="bottom:10px;right:10px;z-index:999;position:fixed;"> <a href="http://exorgy.tumblr.com/" > <font color="#494949">Ⓐ</font></a></div>
  761.  
  762. </body>
  763. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement