Advertisement
lsaac

Oceans Theme

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