Advertisement
ogaraster

Submerge Redux Theme

May 20th, 2013
22,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.57 KB | None | 0 0
  1. <!--
  2.  
  3. Submerge Redux Theme brought to you by Atlas Designs
  4. http://atlasdesigns.co/
  5.  
  6. Do not remove credit unless given permission to do so.
  7.  
  8. -->
  9.  
  10. <head>
  11.  
  12. <link rel="shortcut icon" href="{PortraitURL-24}">
  13. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  14. <meta name="viewport" content="width=820" />
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Lobster+Two|Handlee|Satisfy' rel='stylesheet' type='text/css'></script>
  19.  
  20. {block:IndexPage}
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  26.  
  27. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  28. <script type="text/javascript">
  29. $(window).load(function () {
  30. var $content = $('#content');
  31. $content.masonry({itemSelector: '.entry'}),
  32. $content.infinitescroll({
  33. navSelector : 'div#pagination',
  34. nextSelector : 'div#pagination a#nextPage',
  35. itemSelector : '.entry',
  36. loading: {
  37. finishedMsg: '',
  38. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  39. },
  40. bufferPx : 600,
  41. debug : false,
  42. },
  43. // call masonry as a callback.
  44. function( newElements ) {
  45. var $newElems = $( newElements );
  46. $newElems.hide();
  47. // ensure that images load before adding to masonry layout
  48. $newElems.imagesLoaded(function(){
  49. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  50. {/block:IndexPage}
  51.  
  52. <meta name="color:background" content="#ffffff" />
  53. <meta name="color:header" content="#b2dbe4" />
  54. <meta name="color:text" content="#000000" />
  55. <meta name="color:title" content="#b2dbe4" />
  56. <meta name="color:link" content="#a3a3a3" />
  57. <meta name="color:link hover" content="#ebebeb" />
  58. <meta name="color:scrollbar" content="#898989" />
  59. <meta name="color:captions" content="#f0f0f0" />
  60. <meta name="color:post background" content="#f0f0f0" />
  61.  
  62. <meta name="if:header shadow" content="0">
  63. <meta name="if:banner" content="0">
  64. <meta name="if:title font one" content="0">
  65. <meta name="if:title font two" content="0">
  66. <meta name="if:title font three" content="0">
  67. <meta name="if:show captions" content="0">
  68.  
  69. <meta name="text:home link" content="refresh">
  70. <meta name="text:message link" content="mailbox">
  71. <meta name="text:archive link" content="index">
  72.  
  73. <meta name="image:background" content="" />
  74. <meta name="image:banner" content="">
  75.  
  76. <style type="text/css">
  77.  
  78. ::-webkit-scrollbar {width: 7px; height: 0px; background:{color:background};}
  79. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:30px;}
  80.  
  81. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px;}
  82.  
  83. body {
  84. background-color: {color:background};
  85. background-image:url('{image:Background}');
  86. background-attachment: fixed;
  87. background-repeat: repeat;
  88. font-size:12px;
  89. font-family:Source Sans Pro;
  90. line-height:14px;
  91. text-transform:none;
  92. color: {color:text};
  93. }
  94.  
  95. #line{
  96. position:fixed;
  97. top:0px;
  98. left:0px;
  99. width:100%;
  100. height:10px;
  101. background-color:{color:header};
  102. border-bottom:0px solid white;
  103. {block:ifheadershadow}
  104. box-shadow:0 0 5px #a3a3a3;
  105. {/block:ifheadershadow}
  106. z-index:999;
  107. }
  108. #pull{
  109. position:absolute;
  110. left:75px;
  111. bottom:-36px;
  112. height:38px;
  113. width:35px;
  114. background-color:{color:header};
  115. border-bottom:0px solid white;
  116. border-left:0px solid white;
  117. border-right:0px solid white;
  118. {block:ifheadershadow}
  119. box-shadow:0 1px 5px #cacaca;
  120. {/block:ifheadershadow}
  121. text-align:center;
  122. font-family:times;
  123. color:white;
  124. font-style:bold;
  125. font-size:26px;
  126. line-height:37px;
  127. border-bottom-left-radius:5px;
  128. border-bottom-right-radius:5px;
  129. cursor:pointer;
  130. }
  131.  
  132. #top {
  133. padding-top:15px;
  134. padding-left:10%;
  135. padding-right:10%;
  136. padding-bottom:20px;
  137. background-color:{color:background};
  138. background-image:url('{image:Background}');
  139. width:80%;
  140. margin-left:-10px;
  141. text-align:center;
  142. {block:ifheadershadow}
  143. box-shadow:0 0 5px #a3a3a3;
  144. {/block:ifheadershadow}
  145. z-index: 9999;
  146. }
  147.  
  148. #blogtitle a{
  149. font-size:26px;
  150. line-height:28px;
  151. text-align:center;
  152. color:{color:title};
  153. {block:iftitlefontone}
  154. font-family: Lobster Two;
  155. font-size:36px;
  156. {/block:iftitlefontone}
  157. {block:iftitlefonttwo}
  158. font-family: satisfy;
  159. font-size:36px;
  160. {/block:iftitlefonttwo}
  161. {block:iftitlefontthree}
  162. font-family: handlee;
  163. font-size:36px;
  164. {/block:iftitlefontthree}
  165. }
  166.  
  167. #description{
  168. text-align:center;
  169. font-size:12px;
  170. line-height:14px;
  171. color:{color:text};
  172. }
  173. #description a{
  174. color:{top links};
  175. }
  176.  
  177. #nav{
  178. font-size:14px;
  179. line-height:40px;
  180. letter-spacing:1px;
  181. word-spacing:14px;
  182. text-align:center;
  183. font-weight:300;
  184. text-transform:uppercase;
  185. color:{color:top links};
  186. -moz-transition: all 0.4s ease-in-out;
  187. -webkit-transition: all 0.4s ease-in-out;
  188. -o-transition: all 0.4s ease-in-out;
  189. -ms-transition: all 0.4s ease-in-out;
  190. transition: all 0.4s ease-in-out;
  191. }
  192. #nav a{
  193. padding:3px;
  194. border-radius:3px;
  195. }
  196. #nav a:hover{
  197. color:{color:background};
  198. background-color:{color:header};
  199. }
  200.  
  201. .answer{
  202. width:90%;
  203. padding:5%;
  204. background-color:{color:post background};
  205. }
  206. .answer img {
  207. max-width:100%;
  208. {block:permalinkpage}
  209. width:auto;
  210. {/block:permalinkpage}
  211. }
  212.  
  213. a{
  214. text-decoration:none;
  215. color:{color:link};
  216. -webkit-transition: all 0.4s linear;
  217. -moz-transition: all 0.4s linear;
  218. transition: all 0.4s linear;
  219. }
  220.  
  221. a:link, a:active, a:visited{
  222. color:{color:link};
  223. }
  224.  
  225. a:hover{
  226. color:{color:link hover};
  227. }
  228.  
  229. div#content {
  230. width: 100%;
  231. left:7px;
  232. top:10px;
  233. float:center;
  234. position: relative;
  235. }
  236.  
  237. .entry{
  238. margin:5px;
  239. float:left;
  240. overflow:hidden;
  241. {block:IndexPage}
  242. width:19%;
  243. {/block:IndexPage}
  244. {block:PermalinkPage}
  245. position:absolute;
  246. left:50%;
  247. margin-left:-250px;
  248. position:absolute;
  249. width:500px;
  250. height:auto;
  251. {/block:PermalinkPage}
  252. -moz-transition: all 0.4s ease-in-out;
  253. -webkit-transition: all 0.4s ease-in-out;
  254. -o-transition: all 0.4s ease-in-out;
  255. -ms-transition: all 0.4s ease-in-out;
  256. transition: all 0.4s ease-in-out;
  257. }
  258.  
  259. .title{
  260. font-size:20px;
  261. line-height:18px;
  262. font-weight:600;
  263. text-transform:none;
  264. color: {color:text};
  265. }
  266.  
  267. blockquote{
  268. padding:0px 0px 0px 3px;
  269. margin:0px 0px 0px 2px;
  270. border-left: 2px solid #ddd;
  271. }
  272.  
  273. .entry .reperma{
  274. position:absolute;
  275. left:13px;
  276. bottom:-10px;
  277. opacity: 0;
  278. -webkit-transition: all 0.2s linear;
  279. -webkit-transition: all 0.2s linear;
  280. -moz-transition: all 0.2s linear;
  281. transition: all 0.2s linear;
  282. }
  283.  
  284. .reperma img{
  285. height:20px;
  286. width:20px;
  287. padding:5px;
  288. background-color:rgba(255,255,255,.4);
  289. border-radius:100%;
  290. -webkit-filter: invert(100%);
  291. }
  292.  
  293. .entry:hover .reperma{
  294. bottom:13px;
  295. opacity: 1;
  296. -webkit-transition: all 0.2s linear;
  297. -webkit-transition: all 0.2s linear;
  298. -moz-transition: all 0.2s linear;
  299. transition: all 0.2s linear;
  300. }
  301.  
  302. .entry .perma{
  303. position:absolute;
  304. left:46px;
  305. bottom:-10px;
  306. opacity: 0;
  307. -webkit-transition: all 0.3s linear;
  308. -webkit-transition: all 0.3s linear;
  309. -moz-transition: all 0.3s linear;
  310. transition: all 0.3s linear;
  311. }
  312.  
  313. .perma img{
  314. height:20px;
  315. width:20px;
  316. padding:5px;
  317. background-color:rgba(255,255,255,.4);
  318. border-radius:100%;
  319. -webkit-filter: invert(100%);
  320. }
  321.  
  322. .entry:hover .perma{
  323. bottom:13px;
  324. opacity: 1;
  325. -webkit-transition: all 0.3s linear;
  326. -webkit-transition: all 0.3s linear;
  327. -moz-transition: all 0.3s linear;
  328. transition: all 0.3s linear;
  329. }
  330.  
  331. .chat li {
  332. list-style-type:none;
  333. margin-left:-40px;
  334. padding:5px;
  335. border-bottom:1px solid #dddddd;
  336. }
  337. .label{
  338. font-weight:700;
  339. }
  340.  
  341. .notess{
  342. height:300px;
  343. width:500px;
  344. overflow:scroll;
  345. }
  346. .notess li{
  347. list-style:none;
  348. line-height:30px;
  349. margin-left:-40px;
  350. }
  351.  
  352. .play{
  353. position:absolute;
  354. left:50%;
  355. margin-left:-24px;
  356. top:50%;
  357. margin-top:-42px;
  358. border:10px solid white;
  359. height:27px;
  360. width:27px;
  361. border-radius:100%;
  362. overflow:hidden;
  363. }
  364.  
  365. .textbuttons ul{
  366. list-style:none;
  367. position:relative;
  368. }
  369. .textbuttons li {
  370. list-style:None;
  371. float: right;
  372. }
  373. .textbuttons li:first-child {
  374. margin-left:12px;
  375. }
  376.  
  377. .textnote{
  378. position:absolute;
  379. left:5%;
  380. bottom:5px;
  381. font-weight:700;
  382. }
  383. .textnote a{
  384. font-family:helvetica;
  385. font-size:11px;
  386. color:#c9c9c9;
  387. }
  388. .textnoteaudio{
  389. position:absolute;
  390. left:0px;
  391. bottom:5px;
  392. font-weight:700;
  393. }
  394. .textnoteaudio a{
  395. font-family:helvetica;
  396. font-size:11px;
  397. color:#c9c9c9;
  398. }
  399.  
  400. .caption{
  401. width:90%;
  402. padding:5%;
  403. background:{color:captions};
  404. margin-top:-3px;
  405. }
  406.  
  407. {CustomCSS}
  408. </style>
  409.  
  410. <title>{title}</title>
  411.  
  412. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  413.  
  414. </head>
  415. <body>
  416.  
  417. <script type="text/javascript">
  418. $(document).ready(function(){
  419. $("#top").hide(0);
  420. $("#pull").click(function(){
  421. $("#top").slideToggle(300);
  422. });
  423. });
  424. </script>
  425.  
  426. <div id="top">
  427. {block:ifnotbanner}<div id="blogtitle"><a href="/">{title}</div>{/block:ifnotbanner}
  428.  
  429. {block:ifbanner}<img src="{image:banner}" height="120px"><br>{/block:ifbanner}
  430. <div id="nav">
  431. <a href="/">{text:home link}</a>
  432. <a href="/ask">{text:message link}</a>
  433. <a href="/archive">{text:archive link}</a>
  434. {block:HasPages}{block:Pages}<span class="speclink"><a href="{URL}">{Label}</a></span> {/block:Pages}{/block:HasPages}
  435. <a href="http://atlasdesigns.co/">theme</a>
  436. </div>
  437. <span id="description">{Description}</span>
  438. </div>
  439.  
  440. <div id="line">
  441. <div id="pull"><i>i</i></div>
  442. </div>
  443.  
  444. <div id="fb-root"></div>
  445. <script>(function(d, s, id) {
  446. var js, fjs = d.getElementsByTagName(s)[0];
  447. if (d.getElementById(id)) return;
  448. js = d.createElement(s); js.id = id;
  449. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  450. fjs.parentNode.insertBefore(js, fjs);
  451. }(document, 'script', 'facebook-jssdk'));</script>
  452.  
  453.  
  454. <div id="content">
  455.  
  456. {block:Posts}
  457.  
  458. <div class="entry">
  459.  
  460. {block:Text}
  461. <div class="answer">{block:Title}<span class="title">{Title}</span>{/block:Title}
  462. {Body}
  463. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  464. <ul class="textbuttons">
  465. <li>{ReblogButton color="gray" size=15}</li>
  466. <li>{LikeButton color="gray" size=15}</li>
  467. </ul><br>
  468. {/block:IndexPage}
  469. </div>
  470. {/block:Text}
  471.  
  472. {block:Link}
  473. <div class="answer"><a href="{URL}"><span class="title">{Name}</span></a>
  474. {block:Description}{Description}{/block:Description}
  475. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  476. <ul class="textbuttons">
  477. <li>{ReblogButton color="gray" size=15}</li>
  478. <li>{LikeButton color="gray" size=15}</li>
  479. </ul><br>
  480. {/block:IndexPage}
  481. </div>
  482. {block:Link}
  483.  
  484. {block:Photo}
  485. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  486. <div class="reperma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png"></a></div>
  487. <div class="perma"><a href="{Permalink}" target="_blank"><img src="http://static.tumblr.com/qqwi01i/d1nmlddfq/link-2-32.png"></a></div>
  488. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  489. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}
  490. {/block:Photo}
  491.  
  492. {block:Photoset}
  493. <center>
  494. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  495. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  496. </center>
  497. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  498. <ul class="textbuttons">
  499. <li>{ReblogButton color="gray" size=15}</li>
  500. <li>{LikeButton color="gray" size=15}</li>
  501. </ul><br>
  502. {/block:IndexPage}
  503. {/block:Photoset}
  504.  
  505. {block:Quote}
  506. <div class="answer"><div class="title">{Quote}</div>- {Source}
  507. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  508. <ul class="textbuttons">
  509. <li>{ReblogButton color="gray" size=15}</li>
  510. <li>{LikeButton color="gray" size=15}</li>
  511. </ul><br>
  512. {/block:IndexPage}
  513. </div>
  514. {/block:Quote}
  515.  
  516. {block:Chat}
  517. <div class="answer">
  518. <div style="margin-left:3px;">
  519. {block:Title}<span class="title">{Title}</span>{/block:Title}
  520. <ul class="chat">
  521. {block:Lines}
  522. <li class="user_{UserNumber}">
  523. {block:Label}
  524. <span class="label">{Label}</span>
  525. {/block:Label}
  526. {Line}
  527. </li>
  528. {/block:Lines}
  529. </ul>
  530. </div>
  531. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  532. <ul class="textbuttons">
  533. <li>{ReblogButton color="gray" size=15}</li>
  534. <li>{LikeButton color="gray" size=15}</li>
  535. </ul><br>
  536. {/block:IndexPage}
  537. </div>
  538. {/block:Chat}
  539.  
  540. {block:Audio}
  541. {block:AlbumArt}
  542. <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
  543. {/block:AlbumArt}
  544. <div class="play">{AudioPlayerWhite}</div>
  545. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  546. {/block:IndexPage}
  547. {/block:Audio}
  548.  
  549. {block:Answer}
  550. <div class="answer"><div style="font-size:11px;line-height:11px;font-style:italic;color:{color:links}"><i>{Asker} asked:</i></div><br><span class="title">{Question}</span><hr color={color:title}>{Answer}
  551. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  552. <ul class="textbuttons">
  553. <li>{ReblogButton color="gray" size=15}</li>
  554. <li>{LikeButton color="gray" size=15}</li>
  555. </ul><br>
  556. {/block:IndexPage}
  557. </div>
  558. {/block:Answer}
  559.  
  560. {block:Video}
  561. {block:IndexPage}
  562. <center>
  563. {Video-250}</center>
  564. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  565. <ul class="textbuttons">
  566. <li>{ReblogButton color="gray" size=15}</li>
  567. <li>{LikeButton color="gray" size=15}</li>
  568. </ul><br>
  569. {/block:IndexPage}
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. <center>
  573. {Video-500}</center>
  574. {/block:PermalinkPage}
  575. {block:Video}
  576.  
  577. {block:PermalinkPage}
  578. {block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  579. {/block:PermalinkPage}
  580. {block:PostNotes}
  581. <div class="notess"><span class="title">{NoteCount} Notes:</span><br>{PostNotes}</div>
  582. {/block:PostNotes}
  583. </div>
  584.  
  585. {/block:Posts}
  586. </div>
  587.  
  588. {block:IndexPage}
  589. {block:Pagination}
  590. <div id="pagination">
  591. {block:NextPage}
  592. <a id="nextPage" href="{NextPage}"></a>
  593. {/block:NextPage}
  594. {block:PreviousPage}
  595. <a href="{PreviousPage}"></a>
  596. {/block:PreviousPage}
  597. </div>
  598. {/block:Pagination}
  599. {/block:IndexPage}
  600. </div>
  601.  
  602. </div>
  603.  
  604. <div style="position:absolute;z-index:99999999999999999999999999999999999; !important;top:24px;right:3px;-webkit-filter: invert(100%);"><a href="http://atlasdesigns.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
  605. </body>
  606. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement