Advertisement
lsaac

Ripples Theme

Sep 10th, 2012
88,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.37 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. Ripples 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. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  24.  
  25. <meta name="color:Background" content="#f5f5f5" />
  26. <meta name="color:Text" content="#333333" />
  27. <meta name="color:Links" content="#555555"/>
  28. <meta name="color:Hover" content="#dad8d8"/>
  29. <meta name="color:Scrollbar" content="#666666"/>
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:Header" content=""/>
  32. <meta name="text:first custom link title" content=""/>
  33. <meta name="text:first custom link url" content=""/>
  34. <meta name="text:second custom link title" content=""/>
  35. <meta name="text:second custom link url" content=""/>
  36. <meta name="text:third custom link title" content=""/>
  37. <meta name="text:third custom link url" content=""/>
  38. <meta name="text:fourth custom link title" content=""/>
  39. <meta name="text:fourth custom link url" content=""/>
  40. <meta name="text:fifth custom link title" content=""/>
  41. <meta name="text:fifth custom link url" content=""/>
  42. <meta name="text:sixth custom link title" content=""/>
  43. <meta name="text:sixth custom link url" content=""/>
  44. <meta name="text:Title Font Size" content="60px"/>
  45. <meta name="if:first custom link" content="0"/>
  46. <meta name="if:second custom link" content="0"/>
  47. <meta name="if:third custom link" content="0"/>
  48. <meta name="if:fourth custom link" content="0"/>
  49. <meta name="if:fifth custom link" content="0"/>
  50. <meta name="if:sixth custom link" content="0"/>
  51. <meta name="if:Home link" content="1"/>
  52. <meta name="if:Message link" content="1"/>
  53. <meta name="if:Submit link" content="0"/>
  54. <meta name="if:Archive link" content="1"/>
  55. <meta name="if:Inverted fade" content="1" />
  56. <meta name="if:Faded images" content="0" />
  57. <meta name="if:Show Header Image" content="0"/>
  58. <meta name="if:Cross cursor" content="1"/>
  59. <meta name="if:Custom Font Title" content="1"/>
  60. <meta name="font:Body" content="Courier New"/>
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <title>Untitled Document</title>
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69.  
  70. {block:Description}
  71. <meta name="description" content="{MetaDescription}" />
  72. {/block:Description}
  73.  
  74. <style type="text/css">
  75. {CustomCSS}
  76.  
  77. p{
  78. margin:0px;
  79. padding:0px;
  80. }
  81.  
  82. #tumblr_controls{
  83. position:absolute;
  84. margin-top:0px;
  85. margin-right:0px;
  86. }
  87.  
  88. #tumblr_controls{
  89. -webkit-transition: opacity 0.2s linear;
  90. opacity: 0.7;
  91. }
  92. #tumblr_controls:hover{
  93. -webkit-transition: opacity 0.2s linear;
  94. opacity: 1;
  95. }
  96.  
  97. a{
  98. text-decoration: none;
  99. color:{color:links};
  100. -moz-transition: all 0.3s ease-out;
  101. -o-transition: all 0.3s ease-out;
  102. -webkit-transition: all 0.3s ease-out;
  103. transition: all 0.3s ease-out;
  104. {block:ifcrosscursor}
  105. cursor: crosshair;
  106. {/block:ifcrosscursor}
  107. }
  108.  
  109. a:hover{
  110. color:{color:hover};
  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. body{
  121. color:{color:Text};
  122. background-color:{color:Background};
  123. background-image:url({image:Background});
  124. background-attachment: fixed; background-repeat: repeat;
  125. font-size:10px;
  126. text-align: center;
  127. font-family: {font:Body};
  128. line-height:9px;
  129. {block:ifcrosscursor}
  130. cursor: crosshair;
  131. {/block:ifcrosscursor}
  132. }
  133.  
  134. #content{
  135. margin: auto auto auto auto ;
  136. width:100%;
  137. top:0px;
  138. position:relative;
  139. {block:ifcrosscursor}
  140. cursor: crosshair;
  141. {/block:ifcrosscursor}
  142. }
  143.  
  144. #content .posts{
  145. width:1253px;
  146. margin:auto;
  147. background-color:{color:Content};
  148. {block:ifcrosscursor}
  149. cursor: crosshair;
  150. {/block:ifcrosscursor}
  151. {block:PermalinkPage}
  152. margin-bottom:35px;
  153. width:650px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157. #content .entry{
  158. {block:IndexPage}
  159. width:175px;
  160. margin-right:2px;
  161. margin-left:2px;
  162. margin-bottom:2px;
  163. padding:0px;
  164. float:left;
  165. -moz-transition: all 0.9s ease-out;
  166. -o-transition: all 0.9s ease-out;
  167. -webkit-transition: all 0.9s ease-out;
  168. transition: all 0.9s ease-out;
  169. {block:ifcrosscursor}
  170. cursor: crosshair;
  171. {/block:ifcrosscursor}
  172. }
  173.  
  174. {/block:IndexPage}
  175. {block:PermalinkPage}
  176. width:650px;
  177. {/block:PermalinkPage}
  178. }
  179.  
  180. #content .entry img{
  181. {block:IndexPage}
  182. max-width:175px;
  183. {/block:IndexPage}
  184. {block:ifcrosscursor}
  185. cursor: crosshair;
  186. {/block:ifcrosscursor}
  187. }
  188.  
  189. #content .entry:hover{
  190. {block:IndexPage}
  191. -webkit-transform: scale(.900);
  192. -moz-transform: scale(.900);
  193. -o-transform: scale(.900);
  194. -moz-transition: all 0.3s ease-out;
  195. -o-transition: all 0.3s ease-out;
  196. -webkit-transition: all 0.3s ease-out;
  197. transition: all 0.3s ease-out;
  198. {block:IndexPage}
  199. }
  200.  
  201. {block:ifinvertedfade}
  202. img{
  203. -webkit-transition: opacity 0.3s linear;
  204. opacity: 1;
  205. }
  206. img:hover{
  207. -webkit-transition: opacity 0.3s linear;
  208. opacity: 0.7;
  209. }
  210. {/block:ifinvertedfade}
  211.  
  212. {block:iffadedimages}
  213. img{
  214. -webkit-transition: opacity 0.3s linear;
  215. opacity: 0.8;
  216. }
  217. img:hover{
  218. -webkit-transition: opacity 0.3s linear;
  219. opacity: 1;
  220. }
  221. {/block:iffadedimages}
  222.  
  223. .top{
  224. width:564px;
  225. text-align:center;
  226. margin: -20px auto ;
  227. z-index:5000;
  228. margin-bottom:-30px;
  229. padding:38px;
  230. font-family: {font:Body};
  231. background-color:{color:Content};
  232. {block:ifcrosscursor}
  233. cursor: crosshair;
  234. {/block:ifcrosscursor}
  235. }
  236.  
  237. .h1{
  238. font-family: {font:Body};
  239. display:block;
  240. font-size:18px;
  241. letter-spacing: 2px;
  242. line-height:18px;
  243. text-align: center;
  244. margin-bottom: 10px;
  245. }
  246.  
  247. .h2{
  248. font-size:27px;
  249. letter-spacing: 5px;
  250. line-height:20px;
  251. margin-bottom:5px;
  252. font-family: {font:Body};
  253. }
  254.  
  255. .h3{
  256. font-size:{text:Title Font Size};
  257. line-height:20px;
  258. text-align:center;
  259. {block:ifcustomfonttitle}
  260. font-family: 'Pacifico', cursive;
  261. {/block:ifcustomfonttitle}
  262. {block:ifnotcustomfonttitle}
  263. font-family: {font:Body};
  264. {block:ifnotcustomfonttitle}
  265. }
  266.  
  267. .h4{
  268. font-size:9px;
  269. line-height:20px;
  270. text-align:center;
  271. text-transform: uppercase;
  272. letter-spacing:1px;
  273. font-family: {font:Body};
  274. }
  275.  
  276. .h5{
  277. font-size:10px;
  278. line-height:8px;
  279. text-align:center;
  280. font-family: {font:Body};
  281. }
  282.  
  283. .notes{
  284. width:640px;
  285. padding-left:0px;
  286. text-align:left;
  287. }
  288.  
  289. .nav{
  290. text-align:center;
  291. margin-top:0px;
  292. margin-bottom:0px;
  293. font-family: {font:Body};
  294. }
  295.  
  296. .permalink{
  297. font-size:10px;
  298. text-align:right;
  299. font-family: {font:Body};
  300. margin-top:10px;
  301. }
  302.  
  303. .quote{
  304. font-size:17px;
  305. line-height:20px;
  306. text-transform:none;
  307. margin-bottom:5px;
  308. font-family: {font:Body};
  309. }
  310.  
  311. .audio{
  312. {block:IndexPage}
  313. width:150px;
  314. {/block:IndexPage}
  315. {block:PermalinkPage}
  316. width:650px;
  317. {/block:PermalinkPage}
  318. background-color:#fff;
  319. padding:5px;
  320. margin-bottom:0px;
  321. border-left:1px solid;
  322. border-right:1px solid;
  323. }
  324.  
  325. .audiocap, .videocap{
  326. display:block;
  327. padding:10px;
  328. }
  329.  
  330. .albumart, .albumart img{
  331. {block:IndexPage}
  332. width:175px;
  333. {/block:IndexPage}
  334. {block:PermalinkPage}
  335. width:650px;
  336. {/block:PermalinkPage}
  337. }
  338.  
  339. div.video embed,
  340. div.post div.video object {
  341. {block:IndexPage}
  342. width:250px !important;
  343. height:150px !important;
  344. {/block:IndexPage}
  345. {block:PermalinkPage}
  346. width:500px !important;
  347. height:400px !important;
  348. {/block:PermalinkPage}
  349. }
  350.  
  351. .question{
  352. font-weight:normal;
  353. margin-bottom:5px;
  354. font-size:12px;
  355. display:block;
  356. font-family: {font:Body};
  357. }
  358.  
  359. .nav { font-size:10px;
  360. }
  361.  
  362. .asker{
  363. font-family: {font:Body};
  364. font-size:12px;
  365. }
  366.  
  367. .answer{
  368. padding:5px;
  369. font-size:12px;
  370. font-family: {font:Body};
  371. color: {color:text};
  372. border-top-style: solid;
  373. }
  374.  
  375.  
  376. ::-webkit-scrollbar-thumb:vertical {
  377. background-color:{color:Scrollbar};
  378. height:100px;
  379. }
  380.  
  381. ::-webkit-scrollbar-thumb:horizontal {
  382. background-color:{color:Scrollbar};
  383. height:10px;
  384. }
  385.  
  386. ::-webkit-scrollbar {
  387. height:10px;
  388. width:8px;
  389. border-left-style:solid;
  390. border-width:1px;
  391. border-color:{color:Scrollbar};
  392. background-color:{color:background};
  393. }
  394.  
  395. </style>
  396. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  397. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  398. </script>
  399. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  400. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  401. <script type="text/javascript">
  402.  
  403. $(window).load(function () {
  404. $('.posts').masonry(),
  405. $('.masonryWrap').infinitescroll({
  406. navSelector : "div#navigation",
  407. // selector for the paged navigation (it will be hidden)
  408. nextSelector : "div#navigation a#nextPage",
  409. // selector for the NEXT link (to page 2)
  410. itemSelector : ".entry",
  411. // selector for all items you'll retrieve
  412. bufferPx : 10000,
  413. extraScrollPx: 11000,
  414. loadingImg : "",
  415. loadingText : "<em></em>",
  416. },
  417. // call masonry as a callback.
  418. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  419. );
  420. });
  421. </script>
  422. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  423.  
  424. <body>
  425. <div id="bite">
  426. <div class="top">
  427. {block:ifshowheaderimage}
  428. <a href="/"><img src="{image:header}" width=500px></a>
  429. {/block:ifshowheaderimage}
  430. <br><br>
  431. {block:ifnotshowheaderimage}
  432. <span class="h3"><a href="/">{Title}</a></span><br><br><br><br><br>
  433. {/block:ifnotshowheaderimage}
  434. <span class="h5">
  435. {Description}<br><br></span>
  436.  
  437. <div class="nav">
  438. <span class="h4">
  439. {block:ifhomelink}<a href="/">Home</a> &nbsp;{block:ifhomelink}
  440. {block:ifmessagelink}<a href="/ask">Message</a> &nbsp;{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a> &nbsp;{/block:ifarchivelink}
  441. {block:ifsubmitlink}<a href="/submit">Submit</a> &nbsp;
  442. {/block:ifsubmitlink}
  443. {block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a> &nbsp;{/block:iffirstcustomlink}
  444. {block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a> &nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a> &nbsp;{/block:ifthirdcustomlink}
  445. {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a> &nbsp;{/block:iffourthcustomlink}
  446. {block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a> &nbsp;{/block:iffifthcustomlink}
  447. {block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a> &nbsp;{/block:ifsixthcustomlink}
  448. <a href="http://lsaac.tumblr.com">Theme</a> &nbsp;
  449. </div></div></div></div>
  450. <div id="content">
  451. <div class="posts">
  452. {block:Posts}
  453. <div class="entry">
  454. {block:Text}
  455. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  456. {Body}
  457. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  458. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  459. {/block:Text}
  460.  
  461. {block:Photo}
  462. {block:IndexPage}
  463. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  464. {/block:IndexPage}
  465.  
  466. {block:PermalinkPage}
  467. {LinkOpenTag}
  468. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="650"/></a>
  469. {LinkCloseTag}
  470. {/block:permalinkpage}
  471. {/block:Photo}
  472.  
  473. {block:Photoset}
  474. {block:IndexPage}<a href="{Permalink}"><img src="http://static.tumblr.com/ykziu7r/NcVma4uk5/photoset.jpg" height="70px" width="70px" title="Photoset"></a>{/block:IndexPage}
  475. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  476. {block:IndexPage}<div class="permalink"><a href="{Permalink}">View Photoset</a><div>{/block:IndexPage}</span></div></div>
  477. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  478. {/block:Photoset}
  479.  
  480. {block:Quote}
  481. <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
  482. {block:Source}<small>{Source}</small>{/block:Source}
  483. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  484. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  485. {/block:Quote}
  486.  
  487. {block:Link}
  488. <a href="{URL}"{Target}><span class="h2"> ☞{Name}☜</span></a>
  489. {block:Description}<small>{Description}</small>{/block:Description}
  490. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  491. {/block:Link}
  492.  
  493. {block:Video}
  494. <div class="video">
  495. {block:IndexPage}<a href="{Permalink}"><img src="http://static.tumblr.com/ykziu7r/Ps1ma4t7s/untitled.png" height="70px" width="70px" title="Video Post"></a>{/block:IndexPage}
  496. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  497. </div>
  498. {block:IndexPage}<div class="permalink"><a href="{Permalink}">View Video Post</a><div>{/block:IndexPage}</span></div></div><div class="videocap"><a href="{Permalink}"></a></div>{/block:IndexPage}
  499. {block:PermalinkPage}<div style="margin-left:350px;"</div><div class="videocap"></div>{/block:PermalinkPage}
  500. {/block:Video}
  501.  
  502. {block:Chat}
  503. {block:Title}
  504. <div class="ptitle">{Title}</div>
  505. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  506. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  507. {/block:Chat}
  508.  
  509. {block:Audio}
  510. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  511. <div class="audio">{AudioPlayerWhite}</div>
  512. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  513. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  514. {/block:Audio}
  515.  
  516. {block:Answer}
  517. <div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>
  518. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
  519. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  520. {/block:Answer}
  521.  
  522. {block:PermalinkPage}<div class="notes">
  523. {block:Caption}{Caption}{/block:Caption}
  524. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  525. <br>Has a total of: {NoteCount} Notes
  526. {block:PostNotes}<br><br><div style="border-width:1px; border-style:solid; border-color:{color:text}; text-align:left; max-height: 200px; width:648px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  527. {/block:PermalinkPage}
  528.  
  529. </div>
  530. {/block:Posts}
  531. </div>
  532. </div>
  533.  
  534. {block:IndexPage}
  535. <div class="column navigation" id="navigation">
  536. {block:Pagination}
  537. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  538. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  539. </div>
  540. {/block:IndexPage}
  541.  
  542. <div style="position:fixed; bottom:5px; color: {color:Links}; right:0px; font-size:36px; opacity:0.6; padding:3px; border-radius:10px; padding:3px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div>
  543.  
  544. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  545.  
  546. </div>
  547. </div>
  548. </div>
  549. </div>
  550. </div>
  551. </body>
  552. </html>
  553. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement