Advertisement
Annie_Schmitz

Faux theme

Aug 2nd, 2014
3,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. <!--Faux Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script type="text/javascript">
  11. $(document).ready(function(){
  12. $(".links_body").hide();
  13. $(".links_head").click(function(){
  14. $(this).next(".links_body").slideToggle('fast');
  15. }); }); </script>
  16.  
  17. <style type="text/css">
  18. .links_head {text-align:center;cursor:help;}
  19. .links_body {text-align:center;padding:3px;}
  20. </style>
  21. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}"/>
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  26. <meta name="color:link hover" content="#717eb6" />
  27. <meta name="color:background" content="#ffffff" />
  28. <meta name="color:text" content="#717eb6" />
  29. <meta name="color:title" content="#717eb6" />
  30. <meta name="color:title hover" content="#717eb6" />
  31. <meta name="color:link" content="#636363" />
  32. <meta name="color:scrollbar" content="#717eb6" />
  33. <meta name="color:scrollbar background" content="#ffffff" />
  34.  
  35. <meta name="text:link 1 title" content="" />
  36. <meta name="text:link 1" content="" />
  37. <meta name="text:link 2 title" content="" />
  38. <meta name="text:link 2" content="" />
  39. <meta name="text:link 3 title" content="" />
  40. <meta name="text:link 3" content="" />
  41. <meta name="text:link 4 title" content="" />
  42. <meta name="text:link 4" content="" />
  43.  
  44. <meta name="image:Left Background" content""/>
  45. <meta name="image:Right Background" content""/>
  46. <meta name="image:Cover Background" content""/>
  47. <meta name="image:Sidebar" content""/>
  48.  
  49. <meta name="if:Two Column" content""/>
  50.  
  51. <style type="text/css">
  52. @font-face{font-family:always forever; src: url(http://static.tumblr.com/pwuyzwr/YMon2lyiq/always_forever.ttf);}
  53.  
  54. body{
  55. background-color:{color:background};
  56. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  57. background-attachment: fixed;
  58. background-position: bottom 0px left 0px, bottom 0px right 0px;
  59. background-repeat: no-repeat, no-repeat, no-repeat;
  60. -webkit-background-size: auto, auto, auto;
  61. -moz-background-size: auto, auto, auto;
  62. -o-background-size: auto, auto, auto;
  63. background-size: 25%, 25%, cover;
  64. color:{color:text};
  65. font-family:Consolas;
  66. font-size:10px;}
  67.  
  68. ::selection {
  69. background:#ccc;
  70. color:#fff;
  71. }
  72. ::-moz-selection {
  73. background:#ccc;
  74. color:#fff;
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. height: 5px;
  79. width: 8px;
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb {
  83. background-color:{color:scrollbar};
  84. }
  85.  
  86. ::-webkit-scrollbar-track{
  87. background-color:{color:scrollbar background};
  88. }
  89.  
  90. ::-webkit-scrollbar-buttom{
  91. background-color:{color:scrollbar background};
  92. }
  93.  
  94. a:link, a:active, a:visited{
  95. color:{color:link};
  96. text-decoration:none;
  97. }
  98.  
  99. a:hover{
  100. -webkit-transition: 0.3s ease;
  101. transition: 0.3s ease;
  102. -o-transition: 0.3s ease;
  103. -moz-transition: 0.3s ease;
  104. color:{color:link hover};
  105. }
  106.  
  107. blockquote{
  108. margin-left:10px;
  109. line-height:10px;
  110. }
  111.  
  112. #entries{{block:IndexPage}
  113. width:250px;
  114. {block:IfTwoColumn}
  115. width:580px;
  116. {/block:IfTwoColumn}
  117. margin-top:0px;
  118. margin-left:300px;
  119. position:absolute;
  120. {/block:IndexPage}{block:PermalinkPage}
  121. width:500px;
  122. margin-top:-10px;
  123. margin-left:500px;
  124. position:absolute;
  125. {/block:PermalinkPage}
  126. }
  127.  
  128. #post{
  129. {block:IndexPage}
  130. margin-top:10px;
  131. margin-left:20px;
  132. padding:10px;
  133. width:200px;
  134. {/block:IndexPage}{block:PermalinkPage}
  135. margin-top:10px;
  136. width:300px;{/block:PermalinkPage}
  137. }
  138.  
  139. #sidebar img{
  140. max-width:150px;
  141. }
  142.  
  143. #desc{
  144. margin-left:120px;
  145. width:150px;
  146. padding:3px;
  147. }
  148.  
  149. #post .perma{
  150. {block:IndexPage}
  151. -webkit-transition: 0.3s ease;
  152. transition: 0.3s ease;
  153. -o-transition: 0.3s ease;
  154. -moz-transition: 0.3s ease;
  155. margin-top:2px;
  156. text-align:right;
  157. width:200px;
  158. opacity:0;
  159. text-transform:uppercase
  160. {/block:IndexPage}{block:PermalinkPage}
  161. display:none;
  162. {/block:PermalinkPage}
  163. }
  164.  
  165.  
  166. #post:hover .perma{
  167. -webkit-transition: 0.3s ease;
  168. transition: 0.3s ease;
  169. -o-transition: 0.3s ease;
  170. -moz-transition: 0.3s ease;
  171. opacity:.8;
  172. }
  173.  
  174. #post .reblogperma{
  175. {block:IndexPage}
  176. -webkit-transition: 0.3s ease;
  177. transition: 0.3s ease;
  178. -o-transition: 0.3s ease;
  179. -moz-transition: 0.3s ease;
  180. margin-top:2px;
  181. text-align:right;
  182. width:200px;
  183. opacity:0;
  184. text-transform:uppercase
  185. {/block:IndexPage}{block:PermalinkPage}
  186. display:none;
  187. {/block:PermalinkPage}
  188. }
  189.  
  190.  
  191. #post:hover .reblogperma{
  192. -webkit-transition: 0.3s ease;
  193. transition: 0.3s ease;
  194. -o-transition: 0.3s ease;
  195. -moz-transition: 0.3s ease;
  196. opacity:.8; ;
  197. }
  198.  
  199. #sidebar{
  200. bottom:10%;
  201. text-align:center;
  202. background:transparent;
  203. width:400px;
  204. left:60%;
  205. position:fixed;
  206. }
  207.  
  208. .text{
  209. text-decoration:bold;
  210. font-size:12px;
  211. text-transform:uppercase;
  212. }
  213.  
  214. .title{
  215. font-family:always forever;
  216. letter-spacing:8px;
  217. font-size:36px;}
  218.  
  219. .title a{
  220. -webkit-transition: 0.3s ease;
  221. transition: 0.3s ease;
  222. -o-transition: 0.3s ease;
  223. -moz-transition: 0.3s ease;
  224. color:{color:title};
  225. }
  226.  
  227. .title a:hover{
  228. -webkit-transition: 0.3s ease;
  229. transition: 0.3s ease;
  230. -o-transition: 0.3s ease;
  231. -moz-transition: 0.3s ease;
  232. color:{color:title hover};
  233. }
  234.  
  235. .links{
  236. text-transform:uppercase;
  237. font-family:consolas;
  238. position:center;
  239. font-size:10px;
  240. letter-spacing: 4px;
  241. padding: 5px;}
  242.  
  243. .links a{
  244. }
  245.  
  246.  
  247. #credit {
  248. position:fixed;
  249. font-family:consolas;
  250. font-size:10px;
  251. bottom:10px;
  252. z-index:999999999999;
  253. right:10px;
  254. text-transform:uppercase;
  255. }
  256.  
  257. #questions {
  258. padding:2px;
  259. border-bottom:1px solid {color:text};
  260. font-weight: bold;
  261. }
  262.  
  263. .photosetimg{
  264. width:200px;
  265. height:auto;
  266. }
  267.  
  268. .player{
  269. padding-bottom:10px;
  270. margin-left:50px;
  271. margin-top:-55px;
  272. width:150px;
  273. }
  274.  
  275. .audioplayer{
  276. margin-top:5px;
  277. margin-bottom:25px;
  278. margin-left:10px;
  279. opacity: 0.7;
  280. filter:alpha(opacity=70);
  281. -moz-opacity: 0.7;
  282. -khtml-opacity: 0.7;
  283. width:28px;
  284. height:28px;
  285. overflow:hidden;
  286. }
  287.  
  288.  
  289. </style>
  290. {block:IndexPage}
  291. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  292. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  293.  
  294. <script type="text/javascript">
  295. $(window).load(function(){
  296. var $wall = $('#entries');
  297. $wall.imagesLoaded(function(){
  298. $wall.masonry({
  299. itemSelector: '#post, #post_photo',
  300. isAnimated : false
  301. });
  302. });
  303.  
  304. $wall.infinitescroll({
  305. navSelector : '#pagination',
  306. nextSelector : '#pagination a',
  307. itemSelector : '#post, #post_photo',
  308. bufferPx : 2000,
  309. debug : false,
  310. errorCallback: function() {
  311. $('#scroll').fadeOut('normal');
  312. }},
  313. function( newElements ) {
  314. var $newElems = $( newElements );
  315. $newElems.hide();
  316. $newElems.imagesLoaded(function(){
  317. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  318. });
  319. }); $('#entries').show(500);
  320. });
  321. </script>
  322.  
  323. {/block:IndexPage}
  324.  
  325.  
  326. </head>
  327. <body>
  328.  
  329. <div id="sidebar">
  330. <div class="title"><a href="/">{Title}</a></div>
  331. <img src="{image:Sidebar}">
  332. <div id="desc">{Description}</div>
  333. <div class="links">
  334. <p class="links_head"><big>+</big></p>
  335. <div class="links_body">
  336. <a href="/">home</a><br>
  337. <a href="/ask">message</a><br>
  338. <a href="{text:link 1}">{text:link 1 title}</a><br>
  339. <a href="{text:link 2}">{text:link 2 title}</a><br>
  340. <a href="{text:link 3}">{text:link 3 title}</a><br>
  341. <a href="{text:link 4}">{text:link 4 title}</a>
  342. </div></div>
  343. </div>
  344. <div id="entries">
  345.  
  346. {block:Posts}
  347.  
  348.  
  349.  
  350. <div id="post">
  351.  
  352.  
  353. {block:Text}
  354. <div class="text">{Title}</div>{Body}
  355. <div class="perma">
  356. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  357. <a href="{ReblogURL}">reblog</a>
  358. </div>
  359. {/block:Text}
  360.  
  361. {block:Link}
  362. <a href="{URL}">{Name}</a>
  363. {block:Description}{Description}{/block:Description}
  364. <div class="perma">
  365. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  366. <a href="{ReblogURL}">reblog</a>
  367. </div>
  368. {/block:Link}
  369.  
  370. {block:Photo}{block:IndexPage}
  371. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/>
  372. {/block:IndexPage}{block:PermalinkPage}
  373. <a href="{permalink}"><img src="{PhotoURL-400}"/></a>
  374. {/block:PermalinkPage}
  375. <div class="reblogperma">
  376. <a href="{Permalink}">{NoteCount}</a> :
  377. <a href="{ReblogURL}">reblog</a>
  378. </div>
  379.  
  380. {/block:Photo}
  381.  
  382. {block:Photoset}
  383. {Photoset}
  384. <div class="reblogperma">
  385. <a href="{Permalink}">{NoteCount}</a> :
  386. <a href="{ReblogURL}">reblog</a>
  387. </div>
  388. {/block:Photoset}
  389.  
  390.  
  391. {block:Quote}
  392. <div class="text">"{Quote}"</div>
  393. {block:Source}-{Source}{/block:Source}
  394. <div class="perma">
  395. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  396. <a href="{ReblogURL}">reblog</a>
  397. </div>
  398. {/block:Quote}
  399.  
  400.  
  401. {block:Video}
  402. {Video-250}<br>
  403. <div class="reblogperma">
  404. <a href="{Permalink}">{NoteCount}</a> :
  405. <a href="{ReblogURL}">reblog</a>
  406. </div>
  407. {/block:Video}
  408.  
  409. {block:Chat}
  410. {block:Lines}
  411. {block:Label}
  412. <br>{Label}
  413. {/block:Label}
  414. &nbsp;{Line}
  415. {/block:Lines}
  416. <div class="reblogperma">
  417. <a href="{Permalink}">
  418. {ShortMonth} {DayOfMonth}
  419. with {NoteCountWithLabel}
  420. </a> //
  421. <a href="{ReblogURL}">↺</a>
  422. </div>
  423. {/block:Chat}
  424.  
  425.  
  426. {block:Audio}
  427. <div class="audioplayer">
  428. {AudioPlayerWhite}</div>
  429. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  430. {block:Artist}by {Artist}{/block:Artist}<br>
  431. {block:PlayCount}Played {PlayCount} times{/block:PlayCount} </div>
  432. <div class="reblogperma">
  433. <a href="{Permalink}">
  434. {ShortMonth} {DayOfMonth}
  435. with {NoteCountWithLabel}
  436. </a> //
  437. <a href="{ReblogURL}">↺</a>
  438. </div>
  439. {/block:Audio}
  440.  
  441.  
  442.  
  443. {block:Answer}<div id="questions">
  444. {Asker}: {Question}</div>
  445. {Answer}
  446. <div class="reblogperma">
  447. <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  448. {/block:Answer}
  449.  
  450. {block:PermalinkPage}
  451. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  452. <br>
  453. {block:Date}{TimeAgo}{/block:Date}
  454. {block:NoteCount}
  455. {NoteCount} notes
  456. {/block:NoteCount}
  457. <Br>
  458. {block:Caption}
  459. {Caption}
  460. {/block:Caption}
  461. <br>
  462. {block:PostNotes}{PostNotes}{/block:PostNotes}
  463. {/block:PermalinkPage}
  464. </div>
  465.  
  466. {/block:Posts}
  467.  
  468. {block:IndexPage}
  469. {block:Pagination}
  470. <div id="pagination">
  471. {block:NextPage}
  472. <a id="nextPage" href="{NextPage}"></a>
  473. {/block:NextPage}
  474. {block:PreviousPage}
  475. <a href="{PreviousPage}"></a>
  476. {/block:PreviousPage}
  477. </div>
  478. {/block:Pagination}
  479. {/block:IndexPage}
  480.  
  481. </div>
  482. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  483. </div>
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement