Advertisement
consdeleonn

Oceans - consdeleonn.tumblr.com

Oct 13th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.20 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.  
  4. <!--
  5. consdeleonn.tumblr.com
  6. -->
  7.  
  8. <head>
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  10. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  11. <script type="text/javascript">
  12. $(document).ready(function(){
  13. $(".description").hide();
  14. $(".about").click(function(){
  15. $('.description').slideToggle("fast");
  16. return true;
  17. });
  18. });
  19. </script>
  20.  
  21. <meta name="color:Background" content="#fff" />
  22. <meta name="color:Text" content="#333" />
  23. <meta name="color:Links" content="#333"/>
  24. <meta name="color:Hover" content="#dad8d8"/>
  25. <meta name="color:Scrollbar" content="#666666"/>
  26. <meta name="color:Scrollbar Background" content="#dad8d8"/>
  27. <meta name="color:Posts" content="#F2F2F2"/>
  28. <meta name="color:Borders" content="#dad8d8"/>
  29. <meta name="color:Sidebar" content="#F8F8F8"/>
  30. <meta name="color:Sidebar Border" content="#dad8d8"/>
  31. <meta name="color:Accent" content="#dad8d8"/>
  32. <meta name="color:Answer" content="#ebebeb"/>
  33. <meta name="color:Entry Hover" content="#dad8d8"/>
  34.  
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Content" content="http://static.tumblr.com/ykziu7r/l4umg488m/tumblr_m5mkzmnsbx1qfwt2xo1_500.jpg"/>
  37. <meta name="image:Sidebar" content=""/>
  38.  
  39. <meta name="text:First custom link title" content="link 1"/>
  40. <meta name="text:First custom link url" content=""/>
  41. <meta name="text:Second custom link title" content="link 2"/>
  42. <meta name="text:Second custom link url" content=""/>
  43. <meta name="text:Third custom link title" content="link 3"/>
  44. <meta name="text:Third custom link url" content=""/>
  45. <meta name="text:Fourth custom link title" content="link 4"/>
  46. <meta name="text:Fourth custom link url" content=""/>
  47. <meta name="text:Fifth custom link title" content="link 5"/>
  48. <meta name="text:Fifth custom link url" content=""/>
  49. <meta name="text:Title Font Size" content="60"/>
  50. <meta name="text:Sidebar Top Margin" content="100"/>
  51.  
  52. <meta name="if:Cross cursor" content="1"/>
  53. <meta name="if:Show Image" content="0"/>
  54. <meta name="if:Show Title" content="1"/>
  55. <meta name="if:Sidebar Border" content="1"/>
  56. <meta name="if:Home link" content="1"/>
  57. <meta name="if:Message link" content="1"/>
  58. <meta name="if:Submit link" content="0"/>
  59. <meta name="if:Archive link" content="1"/>
  60. <meta name="if:First custom link" content="0"/>
  61. <meta name="if:Second custom link" content="0"/>
  62. <meta name="if:Third custom link" content="0"/>
  63. <meta name="if:Fourth custom link" content="0"/>
  64. <meta name="if:Fifth custom link" content="0"/>
  65. <meta name="if:Inverted fade" content="0" />
  66. <meta name="if:Faded images" content="1" />
  67. <meta name="if:Transparent Post Backgrounds" content="0"/>
  68. <meta name="if:Sidebar Text Shadow" content="1"/>
  69. <meta name="if:Custom Font Title" content="1"/>
  70.  
  71. <meta name="font:Body" content="Lucida Sans"/>
  72. <meta name="font:Title" content="Courier New"/>
  73. <meta name="font:Permalink" content="Arial"/>
  74.  
  75. <title>{Title}</title>
  76. <link rel="shortcut icon" href="{Favicon}">
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  78. <link rel="shortcut icon" href="{Favicon}">
  79. <title>Untitled Document</title>
  80. <link rel="shortcut icon" href="{Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82.  
  83. {block:Description}
  84. <meta name="description" content="{MetaDescription}" />
  85. {/block:Description}
  86.  
  87. <style type="text/css">
  88. {CustomCSS}
  89.  
  90. p{
  91. margin:0px;
  92. padding:0px;
  93. }
  94.  
  95. #tumblr_controls{
  96. position:fixed !important;
  97. }
  98.  
  99. #tumblr_controls{
  100. -webkit-transition: opacity 0.2s linear;
  101. opacity: 0.7;
  102. }
  103. #tumblr_controls:hover{
  104. -webkit-transition: opacity 0.2s linear;
  105. opacity: 1;
  106. }
  107.  
  108. a{
  109. text-decoration: none;
  110. color:{color:links};
  111. -moz-transition: all 0.3s ease-out;
  112. -o-transition: all 0.3s ease-out;
  113. -webkit-transition: all 0.3s ease-out;
  114. transition: all 0.3s ease-out;
  115. {block:ifcrosscursor}
  116. cursor: crosshair;
  117. {/block:ifcrosscursor}
  118. }
  119.  
  120. a:hover{
  121. color:{color:hover};
  122. {block:ifcrosscursor}
  123. cursor: crosshair;
  124. {/block:ifcrosscursor}
  125. -moz-transition: all 0.3s ease-out;
  126. -o-transition: all 0.3s ease-out;
  127. -webkit-transition: all 0.3s ease-out;
  128. transition: all 0.3s ease-out;
  129. }
  130.  
  131. body{
  132. color:{color:Text};
  133. background-color:{color:Background};
  134. background-image:url({image:Background});
  135. background-attachment: fixed; background-repeat: repeat;
  136. font-size:9px;
  137. text-align:center;
  138. font-family: {font:Body};
  139. line-height:9px;
  140. {block:ifcrosscursor}
  141. cursor: crosshair;
  142. {/block:ifcrosscursor}
  143. }
  144.  
  145. #content{
  146. margin: auto auto auto auto ;
  147. width:100%;
  148. top:-2px;
  149. left:0px;
  150. position:relative;
  151. {block:ifcrosscursor}
  152. cursor: crosshair;
  153. {/block:ifcrosscursor}
  154. }
  155.  
  156. #content .posts{
  157. width:934px;
  158. font-family: {font:Body};
  159. margin: 0px 0px 0px 0px;
  160. margin-left: 330px;
  161. {block:PermalinkPage}
  162. font-size:10px;
  163. line-height:10px;
  164. width:500px !important;
  165. margin-left:450px;
  166. margin-top:-3px;
  167. background-color:{color:Accent};
  168. {/block:PermalinkPage}
  169. }
  170.  
  171. #content .entry{
  172. {block:IndexPage}
  173. width:250px;
  174. margin:15px;
  175. padding:5px 5px 4px 5px;
  176. float:left;
  177. {block:ifnottransparentpostbackgrounds}
  178. background-color:{color:Posts};
  179. border-width:1px;
  180. border-style:solid;
  181. border-color:{color:Borders};
  182. {/block:ifnottransparentpostbackgrounds}
  183. {block:iftransparentpostbackgrounds}
  184. background-color:transparent;
  185. {block:iftransparentpostbackgrounds}
  186. {block:ifcrosscursor}
  187. cursor: crosshair;
  188. {/block:ifcrosscursor}
  189. {/block:IndexPage}
  190. {block:PermalinkPage}
  191. width:500px;
  192. {/block:PermalinkPage}
  193. -webkit-transition-duration:0.5s;
  194. }
  195.  
  196. {block:IndexPage}
  197. #content .entry:hover{
  198. opacity:1;
  199. -webkit-transition-duration:0.5s;
  200. background-color:{color:Entry Hover};
  201. }
  202. {/block:IndexPage}
  203.  
  204. #content .entry img{
  205. {block:IndexPage}
  206. max-width:250px;
  207. {block:ifcrosscursor}
  208. cursor: crosshair;
  209. {/block:ifcrosscursor}
  210. {/block:IndexPage}
  211. {block:ifcrosscursor}
  212. cursor: crosshair;
  213. {/block:ifcrosscursor}
  214. }
  215.  
  216. {block:IndexPage}
  217. {block:ifinvertedfade}
  218. img{
  219. opacity:1;
  220. -webkit-transition-duration:0.7s;
  221. }
  222.  
  223. img:hover{
  224. opacity:0.8;
  225. -webkit-transition-duration:0.7s;
  226. }
  227. {/block:ifinvertedfade}
  228.  
  229. {block:iffadedimages}
  230. img{
  231. opacity:0.8;
  232. -webkit-transition-duration:0.7s;
  233. }
  234. img:hover{
  235. opacity:1;
  236. -webkit-transition-duration:0.7s;
  237. }
  238. {/block:iffadedimages}
  239. {/block:IndexPage}
  240.  
  241. .textperma{
  242. font-family:trebuchet ms;
  243. letter-spacing:0px;
  244. font-size:10px;
  245. line-height:10px;
  246. letter-spacing:2px;
  247. text-align:right;
  248. opacity: 0;
  249. margin-top:7px;
  250. margin-bottom:2px;
  251. -webkit-transition-duration:0.7s;
  252. }
  253.  
  254. .entry:hover .textperma{
  255. opacity:1;
  256. padding-top:0px;
  257. }
  258.  
  259. .top{
  260. width:300px;
  261. opacity:1;
  262. text-align:left;
  263. z-index:5000;
  264. position: fixed;
  265. padding-top:{text:Sidebar Top Margin}px;
  266. padding-left:5px;
  267. padding-bottom:5px;
  268. padding-right:5px;
  269. font-size:11px;
  270. letter-spacing:-1px;
  271. top:0px;
  272. left:0px;
  273. height:100%;
  274. background-color:{Color:Sidebar};
  275. background-image:url({image:Content});
  276. background-attachment: fixed; background-repeat: repeat;
  277. {block:ifsidebarborder}
  278. border-right-style:solid;
  279. border-width:10px;
  280. border-color:{color:Sidebar Border};
  281. {/block:ifsidebarborder}
  282. {block:ifcrosscursor}
  283. cursor: crosshair;
  284. {/block:ifcrosscursor}
  285. {block:ifsidebartextshadow}
  286. -webkit-transition-duration:1.7s;
  287. text-shadow: black 0.1em 0.1em 0.2em;
  288. {/block:ifsidebartextshadow}
  289. }
  290.  
  291. .entry:hover .tc {
  292. opacity: .5;
  293. filter: alpha(opacity = 50);
  294. margin-left: 0;
  295. }
  296.  
  297. .entry .permaone {
  298. position: absolute;
  299. width: 244px;
  300. text-align: center;
  301. top:5px;
  302. left:5px;
  303. opacity: 0;
  304. filter:alpha(opacity=0);
  305. z-index: 10000;
  306. background: rgba(255, 255, 255, 0.9);
  307. font-size: 10px;
  308. height: 14px;
  309. line-height: 14px;
  310. font-family: {font:Permalink};
  311. text-transform: Uppercase;
  312. color:#000000;
  313. padding: 3px;
  314. -webkit-transition: all 0.4s ease-in-out;
  315. -moz-transition: all 0.4s ease-in-out;
  316. -o-transition: all 0.4s ease-in-out;
  317. transition: all 0.4s ease-in-out;
  318. }
  319.  
  320. .entry:hover .permaone{
  321. opacity: 1;
  322. filter:alpha(opacity=100);
  323. }
  324.  
  325. .permaone:hover{
  326. background: rgba(255, 255, 255, 100);
  327. }
  328.  
  329. .permaone a{
  330. color:#000;
  331. -webkit-transition: all 0.4s ease-in-out;
  332. -moz-transition: all 0.4s ease-in-out;
  333. -o-transition: all 0.4s ease-in-out;
  334. transition: all 0.4s ease-in-out;
  335. }
  336.  
  337. .permaone a:hover{
  338. color:{color:hover};
  339. -webkit-transition: all 0.4s ease-in-out;
  340. -moz-transition: all 0.4s ease-in-out;
  341. -o-transition: all 0.4s ease-in-out;
  342. transition: all 0.4s ease-in-out;
  343. }
  344.  
  345. .entry:hover .tc {
  346. opacity: .5;
  347. filter: alpha(opacity = 50);
  348. margin-left: 0;
  349. }
  350.  
  351. .entry .permatwo {
  352. position: absolute;
  353. width: 244px;
  354. text-align: center;
  355. top:27px;
  356. left:5px;
  357. opacity: 0;
  358. filter:alpha(opacity=0);
  359. z-index: 10000;
  360. background: rgba(255, 255, 255, 0.8);
  361. font-size: 10px;
  362. height: 14px;
  363. line-height: 14px;
  364. font-family: {font:Permalink};
  365. text-transform: Uppercase;
  366. color:#000000;
  367. padding: 3px;
  368. -webkit-transition: all 0.6s ease-in-out;
  369. -moz-transition: all 0.6s ease-in-out;
  370. -o-transition: all 0.6s ease-in-out;
  371. transition: all 0.6s ease-in-out;
  372. }
  373.  
  374. .entry:hover .permatwo{
  375. opacity: 1;
  376. filter:alpha(opacity=100);
  377. }
  378.  
  379. .permatwo:hover{
  380. background: rgba(255, 255, 255, 100);
  381. }
  382.  
  383. .permatwo a{
  384. color:#000;
  385. -webkit-transition: all 0.6s ease-in-out;
  386. -moz-transition: all 0.6s ease-in-out;
  387. -o-transition: all 0.6s ease-in-out;
  388. transition: all 0.6s ease-in-out;
  389. }
  390.  
  391. .permatwo a:hover{
  392. color:{color:hover};
  393. -webkit-transition: all 0.6s ease-in-out;
  394. -moz-transition: all 0.6s ease-in-out;
  395. -o-transition: all 0.6s ease-in-out;
  396. transition: all 0.6s ease-in-out;
  397. }
  398.  
  399. .entry:hover .tc {
  400. opacity: .5;
  401. filter: alpha(opacity = 50);
  402. margin-left: 0;
  403. }
  404.  
  405. .entry .permathree {
  406. position: absolute;
  407. width: 244px;
  408. text-align: center;
  409. top:49px;
  410. left:5px;
  411. opacity: 0;
  412. filter:alpha(opacity=0);
  413. z-index: 10000;
  414. background: rgba(255, 255, 255, 0.70);
  415. font-size: 10px;
  416. height: 14px;
  417. line-height: 14px;
  418. font-family: {font:Permalink};
  419. text-transform: Uppercase;
  420. color:#000000;
  421. padding: 3px;
  422. -webkit-transition: all 0.8s ease-in-out;
  423. -moz-transition: all 0.8s ease-in-out;
  424. -o-transition: all 0.8s ease-in-out;
  425. transition: all 0.8s ease-in-out;
  426. }
  427.  
  428. .entry:hover .permathree{
  429. opacity: 1;
  430. filter:alpha(opacity=100);
  431. }
  432.  
  433. .permathree:hover{
  434. background: rgba(255, 255, 255, 100);
  435. }
  436.  
  437. .permathree a{
  438. color:#000;
  439. -webkit-transition: all 0.8s ease-in-out;
  440. -moz-transition: all 0.8s ease-in-out;
  441. -o-transition: all 0.8s ease-in-out;
  442. transition: all 0.8s ease-in-out;
  443. }
  444.  
  445. .permathree a:hover{
  446. color:{color:hover};
  447. -webkit-transition: all 0.8s ease-in-out;
  448. -moz-transition: all 0.8s ease-in-out;
  449. -o-transition: all 0.8s ease-in-out;
  450. transition: all 0.8s ease-in-out;
  451. }
  452.  
  453. .entry:hover .tc {
  454. opacity: .5;
  455. filter: alpha(opacity = 50);
  456. margin-left: 0;
  457. }
  458.  
  459. .entry .permafour {
  460. position: absolute;
  461. width: 244px;
  462. text-align: center;
  463. top:71px;
  464. left:5px;
  465. opacity: 0;
  466. filter:alpha(opacity=0);
  467. z-index: 10000;
  468. background: rgba(255, 255, 255, 0.5);
  469. font-size: 10px;
  470. height: 14px;
  471. line-height: 14px;
  472. font-family: {font:Permalink};
  473. text-transform: Uppercase;
  474. color:#000000;
  475. padding: 3px;
  476. -webkit-transition: all 1.0s ease-in-out;
  477. -moz-transition: all 1.0s ease-in-out;
  478. -o-transition: all 1.0s ease-in-out;
  479. transition: all 1.0s ease-in-out;
  480. }
  481.  
  482. .entry:hover .permafour{
  483. opacity: 1;
  484. filter:alpha(opacity=100);
  485. }
  486.  
  487. .permafour:hover{
  488. background: rgba(255, 255, 255, 100);
  489. }
  490.  
  491. .permafour a{
  492. color:#000;
  493. -webkit-transition: all 1.0s ease-in-out;
  494. -moz-transition: all 1.0s ease-in-out;
  495. -o-transition: all 1.0s ease-in-out;
  496. transition: all 1.0s ease-in-out;
  497. }
  498.  
  499. .permafour a:hover{
  500. color:{color:hover};
  501. -webkit-transition: all 1.0s ease-in-out;
  502. -moz-transition: all 1.0s ease-in-out;
  503. -o-transition: all 1.0s ease-in-out;
  504. transition: all 1.0s ease-in-out;
  505. }
  506.  
  507. .notes{
  508. width:537px;
  509. padding-left:3px;
  510. text-align:left;
  511. font-size:10px;
  512. background-color:{color:Accent};
  513. text-transform:uppercase;
  514. margin-top:-2px;
  515. }
  516.  
  517. .h1{
  518. display:block;
  519. font-size:15px;
  520. letter-spacing: 1px;
  521. line-height:15px;
  522. text-align: center;
  523. font-family: {font:Body};
  524. }
  525.  
  526. .h2{
  527. font-size:21px;
  528. letter-spacing: 1px;
  529. line-height:23px;
  530. font-family: {font:Body};
  531. }
  532.  
  533. .h4{
  534. font-size:12px;
  535. line-height:12px;
  536. text-align:center;
  537. letter-spacing:1px;
  538. }
  539.  
  540. .h5{
  541. font-size:9px;
  542. line-height:10px;
  543. letter-spacing:0px;
  544. text-align:justify;
  545. font-family: {font:Body};
  546. font-color:{color:text};
  547. }
  548.  
  549. .h6{
  550. font-size:10px;
  551. line-height:9px;
  552. text-align:center;
  553. padding:1px;
  554. font-family: {font:Body};
  555. letter-spacing:1px;
  556. font-color:{color:text};
  557. }
  558.  
  559. .h9{
  560. font-size:10px;
  561. line-height:10px;
  562. text-align:left;
  563. padding:1px;
  564. font-family: {font:Body};
  565. letter-spacing:0px;
  566. font-color:{color:text};
  567. }
  568.  
  569. #blogtitle{
  570. font-size:{text:Title Font Size}px;
  571. line-height:{text:Title Font Size}px;
  572. text-align:center;
  573. padding-bottom:2px;
  574. {block:ifcustomfonttitle}
  575. font-family: Six caps;
  576. {block:ifcustomfonttitle}
  577. {block:ifnotcustomfonttitle}
  578. font-family:{font:Title};
  579. {block:ifnotcustomfonttitle}
  580. Letter-spacing:1px;
  581. width:246px;
  582. background-color:transparent;
  583. margin-bottom:2px;
  584. }
  585.  
  586. .nav{
  587. text-align:justify;
  588. margin-top:0px;
  589. margin-bottom:0px;
  590. letter-spacing:1px;
  591. font-family: {font:Body};
  592. }
  593.  
  594. .quote{
  595. font-size:17px;
  596. line-height:20px;
  597. text-transform:none;
  598. margin-bottom:5px;
  599. font-family: {font:Body};
  600. }
  601.  
  602. .audio{
  603. {block:IndexPage}
  604. width:240px;
  605. {/block:IndexPage}
  606. {block:PermalinkPage}
  607. width:530px;
  608. {/block:PermalinkPage}
  609. background-color:#e3e3e3;
  610. padding:5px;
  611. margin-bottom:0px;
  612. }
  613.  
  614. .albumart, .albumart img{
  615. {block:IndexPage}
  616. width:250px;
  617. {/block:IndexPage}
  618. {block:PermalinkPage}
  619. width:540px;
  620. {/block:PermalinkPage}
  621. }
  622.  
  623. div.video embed,
  624. div.post div.video object {
  625. {block:IndexPage}
  626. width:250px !important;
  627. height:150px !important;
  628. {/block:IndexPage}
  629. {block:PermalinkPage}
  630. width:500px !important;
  631. height:400px !important;
  632. {/block:PermalinkPage}
  633. }
  634.  
  635. #bg img {
  636. z-index:-1;
  637. position:fixed;
  638. background-repeat:repeat;
  639. }
  640.  
  641. .question{
  642. margin-bottom:5px;
  643. font-size:10px;
  644. line-height:10px;
  645. display:block;
  646. font-family: {font:Body};
  647. background-color:{color:Answer};
  648. border-left-style:solid;
  649. border-right-style:solid;
  650. border-width:2px;
  651. border-color:{color:Borders};
  652. padding:5px;
  653. }
  654.  
  655. .asker{
  656. font-family: {font:Body};
  657. font-size:10px;
  658. line-height:10px;
  659. }
  660.  
  661. .answer{
  662. padding:3px;
  663. font-size:10px;
  664. line-height:10px;
  665. font-family: {font:Body};
  666. color: {color:text};
  667. }
  668.  
  669. ::-webkit-scrollbar-thumb:vertical{
  670. background-color:{color:Scrollbar};
  671. height:75px;
  672. }
  673.  
  674. ::-webkit-scrollbar-thumb:horizontal{
  675. background-color:{color:Scrollbar};
  676. height:10px;
  677. }
  678.  
  679. ::-webkit-scrollbar{
  680. height:10px;
  681. width:8px;
  682. background-color:{color:Scrollbar Background};
  683. }
  684.  
  685. #desc{
  686. text-decoration: none;
  687. background-color:transparent;
  688. width:236px;
  689. text-align:justify;
  690. margin-top:-5px;
  691. padding:5px;
  692. }
  693.  
  694. #link{
  695. width:530px;
  696. height:auto;
  697. margin-bottom:2px;
  698. padding:5px;
  699. background-color:{color:Accent};
  700. z-index:999999;
  701. }
  702.  
  703. #chat{
  704. width:530px;
  705. height:auto;
  706. margin-bottom:2px;
  707. padding:5px;
  708. background-color:{color:Accent};
  709. z-index:999999;
  710. margin-top:0px;
  711. }
  712.  
  713. #quote{
  714. width:530px;
  715. height:auto;
  716. margin-bottom:2px;
  717. padding:5px;
  718. background-color:{color:Accent};
  719. z-index:999999;
  720. margin-top:0px;
  721. }
  722.  
  723. #text{
  724. width:530px;
  725. height:auto;
  726. margin-bottom:2px;
  727. padding:5px;
  728. background-color:{color:Accent};
  729. z-index:999999;
  730. }
  731.  
  732. #vid{
  733. width:530px;
  734. height:auto;
  735. margin-bottom:2px;
  736. padding:5px;
  737. background-color:{color:Accent};
  738. z-index:999999;
  739. }
  740.  
  741. #photoset{
  742. width:530px;
  743. height:auto;
  744. margin-bottom:2px;
  745. padding:5px;
  746. background-color:{color:Accent};
  747. z-index:999999;
  748. }
  749.  
  750. #ans{
  751. width:540px;
  752. height:auto;
  753. margin-bottom:2px;
  754. padding:5px;
  755. background-color:{color:Accent};
  756. z-index:999999;
  757. }
  758.  
  759. </style>
  760.  
  761. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  762. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  763. </script>
  764. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  765. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  766. <script type="text/javascript">
  767.  
  768. $(window).load(function () {
  769. $('.posts').masonry(),
  770. $('.masonryWrap').infinitescroll({
  771. navSelector : "div#navigation",
  772. // selector for the paged navigation (it will be hidden)
  773. nextSelector : "div#navigation a#nextPage",
  774. // selector for the NEXT link (to page 2)
  775. itemSelector : ".entry",
  776. // selector for all items you'll retrieve
  777. bufferPx : 10000,
  778. extraScrollPx: 11000,
  779. loadingImg : "",
  780. loadingText : "<em></em>",
  781. },
  782. // call masonry as a callback.
  783. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  784. );
  785. });
  786. </script>
  787. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  788.  
  789.  
  790.  
  791. <body>
  792.  
  793. <div class="top">
  794. <center>{block:ifshowtitle}<div id="blogtitle"><a href="/">{Title}</a></span></div>{block:ifshowtitle}<div id="nav"><span class="h9">
  795. {block:ifhomelink}<a href="/">home</a>&nbsp;&nbsp;{block:ifhomelink}
  796. {block:ifmessagelink}<a href="/ask">message</a>&nbsp;&nbsp;{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">archive</a>&nbsp;&nbsp;{/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">submit</a>&nbsp;&nbsp;{block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a>&nbsp;&nbsp;{/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a>&nbsp;&nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a>&nbsp;&nbsp;{/block:ifthirdcustomlink}
  797. {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a>&nbsp;&nbsp;{/block:iffourthcustomlink}
  798. {block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a>&nbsp;&nbsp;{/block:iffifthcustomlink}
  799. <a href="http://consdeleonn.tumblr.com">tema</a></span>
  800. {block:ifshowimage}<a href="/"><img src="{image:sidebar}" width="250px" target="_blank" style="cursor: crosshair; margin-top:10px; margin-bottom:0px; opacity:0.9; background-color:{color:Sidebar Border}; padding:5px;"></a>{/block:ifshowimage}<div id="desc"><div class="nav"><div align="center">
  801. <br>
  802. <span class="h5">{Description}</span>
  803. </div></div></div></div></a></div></div></div></span></div></div></div></div>
  804.  
  805. <div id="content">
  806. <div class="posts">
  807. {block:Posts}
  808. <div class="entry">
  809.  
  810. {block:Text}
  811. {block:IndexPage}
  812. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  813. {Body}{/block:IndexPage}
  814. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
  815. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}
  816. {Body}</div>{/block:PermalinkPage}
  817. {/block:Text}
  818.  
  819. {block:Photo}
  820. {block:IndexPage}
  821. <b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250"/>
  822. {/block:IndexPage}
  823. {block:PermalinkPage}
  824. {LinkOpenTag}
  825. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="540"/></a>
  826. {LinkCloseTag}
  827. {/block:permalinkpage}
  828. {/block:Photo}
  829.  
  830. {block:Photoset}
  831. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  832. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:450px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
  833. {/block:Photoset}
  834.  
  835. {block:Quote}
  836. {block:IndexPage}<div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div> {block:Source}<small>{Source}</small>{/block:Source}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
  837. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> - {block:Source}<small>{Source}</small>{/block:Source}</div>{/block:PermalinkPage}
  838. {/block:Quote}
  839.  
  840. {block:Link}
  841. {block:IndexPage}<a href="{URL}"{Target}><span class="h2">+{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
  842. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
  843. <div id="link"><a href="{URL}"{Target}><span class="h2"> +{Name}</span></a>
  844. {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
  845. {/block:Link}
  846.  
  847. {block:Video}
  848. <div class="video">
  849. {block:IndexPage}{Video-250}{/block:IndexPage}
  850. </div>{block:IndexPage}<div class="videocap"></a></div><div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:450px;"</div>
  851. {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage}
  852. {/block:Video}
  853.  
  854. {block:Chat}
  855. {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
  856. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage}
  857. {/block:Chat}
  858.  
  859. {block:Audio}
  860. <a href="{Permalink}">
  861. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerGrey}</div>
  862. {block:PermalinkPage}{/block:PermalinkPage}
  863. {/block:Audio}
  864.  
  865. {block:Answer}
  866. {block:IndexPage}
  867. <div class="question">{Asker} said:</a> {Question}</div>
  868. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  869. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
  870. <div class="answer"><i>{Answer}</i></div>{/block:PermalinkPage}
  871. {/block:Answer}
  872.  
  873. {block:PermalinkPage}<div class="notes"><br>
  874. {block:Caption}{Caption}{/block:Caption}
  875. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  876. <br>Has a total of: {NoteCount} Notes
  877. {block:PostNotes}<br><br><div style="background-color:{color:Accent}; text-align:left; max-height: 200px; width:537px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div></div>
  878. {/block:PermalinkPage}
  879. </div>{/block:Posts}</div></div>
  880.  
  881. {block:IndexPage}
  882. <div class="column navigation" id="navigation">
  883. {block:Pagination}
  884. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  885. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  886. </div>
  887. {/block:IndexPage}
  888.  
  889. <div style="position:fixed; bottom:5px; color: {color:Text}; right:1px; font-size:36px; opacity:1; background-color:{color:Posts}; border-radius:18px; padding:9px; font-family:Times New Roman;"><a href="http://consdeleonn.tumblr.com">+</a></div><div style="right: 3px; top: 26px; position:fixed; opacity:0.6;z-index:99999999;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a>
  890.  
  891. </div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement