Advertisement
ogaraster

Frank Theme

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