Advertisement
ogaraster

Pulse v.2

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