Advertisement
gabyschank

Blurry Theme

Feb 2nd, 2014
1,460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!--Blurry Theme by confers
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:title" content="#000000" />
  15. <meta name="color:title hover" content="#000000" />
  16. <meta name="color:link" content="#000000" />
  17. <meta name="color:link hover" content="#000000" />
  18. <meta name="color:questions" content="#eeeeee" />
  19. <meta name="color:scrollbar" content="#000000" />
  20. <meta name="color:highlight text" content="#ffffff" />
  21. <meta name="color:highlight background" content="#cccccc" />
  22. <meta name="select:Title Font" content="font-family:Consolas;font-size:16px;" title="Consolas">
  23. <meta name="select:Title Font" content="font-family: 'Zeyada', cursive;
  24. font-size:24px;letter-spacing:1px;line-height:21px;" title="Zeyada">
  25. <meta name="select:Title Font" content="font-family: 'Dawning of a New Day', cursive;font-size:26px;line-height:25px;" title="Dawning of a New Day">
  26. <meta name="select:Title Font" content="font-family: 'Cedarville Cursive', cursive;font-size:26px;line-height:25px;" title="Cedarville Cursive">
  27. <meta name="select:Title Font" content="font-family: 'Sacramento', cursive;font-size:26px;line-height:25px;" title="Sacramento">
  28. <meta name="select:Title Font" content="font-family: 'Covered By Your Grace', cursive;font-size:20px;line-height:23px;" title="Covered By Your Grace">
  29. <meta name="select:Title Font" content="font-family: 'Coming Soon', cursive;font-size:18px;line-height:23px;" title="Coming Soon">
  30. <meta name="select:Title Font" content="font-family: 'Indie Flower', cursive;font-size:20px;line-height:23px;" title="Indie Flower">
  31. <meta name="select:Title Font" content="font-family: 'Just Me Again Down Here', cursive;font-size:24px;line-height:20px;" title="Just Me Again Down Here">
  32. <meta name="select:Title Font" content="font-family: 'Gloria Hallelujah', cursive;font-size:17px;line-height:22px;" title="Gloria Hallelujah">
  33. <meta name="select:Title Font" content="font-family: 'Shadows Into Light', cursive;font-size:20px;line-height:22px;" title="Shadows Into Light">
  34. <meta name="select:Title Font" content="font-family: 'Reenie Beanie', cursive;font-size:26px;line-height:21px;" title="Reenie Beanie">
  35. <meta name="select:Title Font" content="font-family: 'Give You Glory', cursive;font-size:20px;line-height:25px;" title="Give You Glory">
  36. <meta name="text:home title" content="home" />
  37. <meta name="text:ask title" content="ask" />
  38. <meta name="text:link 1 title" content="" />
  39. <meta name="text:link 1" content="" />
  40. <meta name="text:link 2 title" content="" />
  41. <meta name="text:link 2" content="" />
  42. <meta name="text:link 3 title" content="" />
  43. <meta name="text:link 3" content="" />
  44. <meta name="text:link 4 title" content="" />
  45. <meta name="text:link 4" content="" />
  46. <meta name="text:link 5 title" content="" />
  47. <meta name="text:link 5" content="" />
  48. <meta name="text:link 6 title" content="" />
  49. <meta name="text:link 6" content="" />
  50.  
  51. <meta name="image:Left Background" content""/>
  52. <meta name="image:Right Background" content""/>
  53. <meta name="image:Cover Background" content""/>
  54. <meta name="image:Sidebar" content""/>
  55.  
  56. <meta name="if:Link One" content""/>
  57. <meta name="if:Link Two" content""/>
  58. <meta name="if:Link Three" content""/>
  59. <meta name="if:Link Four" content""/>
  60. <meta name="if:Link Five" content""/>
  61. <meta name="if:Link Six" content""/>
  62.  
  63. <meta name="if:two columns" content""/>
  64.  
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory|Reenie+Beanie|Shadows+Into+Light|Gloria+Hallelujah|Just+Me+Again+Down+Here|Indie+Flower|Coming+Soon|Covered+By+Your+Grace|Sacramento|Cedarville+Cursive|Dawning+of+a+New+Day|Zeyada' rel='stylesheet' type='text/css'>
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68.  
  69.  
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  72. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  73.  
  74. {block:IndexPage}
  75. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  76. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  77.  
  78. <script type="text/javascript">
  79. $(window).load(function(){
  80. var $wall = $('#entries');
  81. $wall.imagesLoaded(function(){
  82. $wall.masonry({
  83. itemSelector: '#post, #post_photo',
  84. isAnimated : false
  85. });
  86. });
  87.  
  88. $wall.infinitescroll({
  89. navSelector : '#pagination',
  90. nextSelector : '#pagination a',
  91. itemSelector : '#post, #post_photo',
  92. bufferPx : 2000,
  93. debug : false,
  94. errorCallback: function() {
  95. $('#scroll').fadeOut('normal');
  96. }},
  97. function( newElements ) {
  98. var $newElems = $( newElements );
  99. $newElems.hide();
  100. $newElems.imagesLoaded(function(){
  101. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  102. });
  103. }); $('#entries').show(500);
  104. });
  105. </script>
  106. {/block:IndexPage}
  107.  
  108. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  109. <script>
  110. (function($){
  111. $(document).ready(function(){
  112. $("[title]").style_my_tooltips({
  113. tip_follows_cursor:true,
  114. tip_delay_time:200,
  115. tip_fade_speed:300
  116. }
  117. );
  118. });
  119. })(jQuery);
  120. </script>
  121.  
  122. <style type="text/css">
  123.  
  124. #s-m-t-tooltip{
  125. max-width:300px;
  126. margin:15px;
  127. padding:2px 8px;
  128. border:1px solid #ddd;
  129. border-radius:4px;
  130. background:#fff;
  131. color:#aaa;
  132. z-index:999999;
  133. font-size:8px;
  134. font-style:italic;
  135. text-transform:lowercase;
  136. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  137.  
  138. body{
  139. background-color:{color:background};
  140. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  141. background-attachment: fixed;
  142. background-position: bottom 0px left 0px, bottom 0px right 0px;
  143. background-repeat: no-repeat, no-repeat, no-repeat;
  144. -webkit-background-size: auto, auto, auto;
  145. -moz-background-size: auto, auto, auto;
  146. -o-background-size: auto, auto, auto;
  147. background-size: auto, auto, cover;
  148. color:{color:text};
  149. font-family:consolas;
  150. font-size:10px;
  151. }
  152.  
  153. ::selection {
  154. background:{color:highlight background};
  155. color:{color:highlight text};
  156. }
  157. ::-moz-selection {
  158. background:{color:highlight background};
  159. color:{color:highlight text};
  160. }
  161.  
  162. ::-webkit-scrollbar{
  163. width:8px;
  164. height:8px;
  165. background:{color:background};}
  166.  
  167. ::-webkit-scrollbar-thumb{
  168. background:{color:scrollbar};
  169. height:5px;
  170. border:{color:background} solid 3px;}
  171.  
  172. a:link, a:active, a:visited{
  173. -webkit-transition: 0.3s ease;
  174. transition: 0.3s ease;
  175. -o-transition: 0.3s ease;
  176. -moz-transition: 0.3s ease;
  177. color:{color:link};
  178. text-decoration:none;
  179. }
  180.  
  181. a:hover{
  182. -webkit-transition: 0.3s ease;
  183. transition: 0.3s ease;
  184. -o-transition: 0.3s ease;
  185. -moz-transition: 0.3s ease;
  186. color:{color:link hover};
  187. }
  188.  
  189. #n{
  190.  
  191. }
  192.  
  193. #entries{{block:IndexPage}
  194. width:250px;
  195. {block:IfTwoColumns}
  196. width:890px;
  197. {/block:IfTwoColumns}
  198. margin-top:-10px;
  199. margin-left:50px;
  200. position:absolute;
  201. {/block:IndexPage}{block:PermalinkPage}
  202. margin-top:-10px;
  203. margin-left:50px;
  204. position:absolute;
  205. {/block:PermalinkPage}
  206. }
  207.  
  208. #post{
  209. {block:IndexPage}
  210. padding:30px 30px 30px 30px;
  211. border:1px solid #efefef;
  212. margin-top:50px;
  213. margin-left:50px;
  214. width:250px;
  215. {/block:IndexPage}
  216. {block:PermalinkPage}
  217. padding:30px 30px 30px 30px;
  218. border:1px solid #efefef;
  219. margin-top:50px;
  220. margin-left:50px;
  221. width:500px;
  222. {/block:PermalinkPage}
  223. }
  224.  
  225. #post .perma{
  226. {block:IndexPage}
  227. -webkit-transition: 0.3s ease;
  228. transition: 0.3s ease;
  229. -o-transition: 0.3s ease;
  230. -moz-transition: 0.3s ease;
  231. margin-top:5px;
  232. text-align:center;
  233. width:250px;
  234. font-style:italic;
  235. opacity:0;
  236. font-size:9px;
  237. text-transform:lowercase;
  238. {/block:IndexPage}{block:PermalinkPage}
  239. display:none;
  240. {/block:PermalinkPage}
  241. }
  242.  
  243.  
  244.  
  245. #post:hover .perma{
  246. -webkit-transition: 0.3s ease;
  247. transition: 0.3s ease;
  248. -o-transition: 0.3s ease;
  249. -moz-transition: 0.3s ease;
  250. opacity:1;
  251. }
  252.  
  253. #sidebar{
  254. bottom:20%;
  255. z-index:9999;
  256. text-align:left;
  257. background:transparent;
  258. width:250px;
  259. margin-left:800px;
  260. position:fixed;
  261. }
  262.  
  263. #sidebar img{
  264. max-width:150px;
  265. }
  266.  
  267. #desc{
  268.  
  269. }
  270.  
  271. .title{
  272. padding:2px;
  273. {select:Title Font}}
  274.  
  275. .title a{
  276. -webkit-transition: 0.3s ease;
  277. transition: 0.3s ease;
  278. -o-transition: 0.3s ease;
  279. -moz-transition: 0.3s ease;
  280. color:{color:title};
  281. }
  282.  
  283. .title a:hover{
  284. -webkit-transition: 0.3s ease;
  285. transition: 0.3s ease;
  286. -o-transition: 0.3s ease;
  287. -moz-transition: 0.3s ease;
  288. color:{color:title hover};
  289. }
  290.  
  291.  
  292. i, em{
  293. color:{color:link};}
  294. b, strong{
  295. font-weight:normal;
  296. text-transform:uppercase;
  297. color:{color:link};}
  298. ul,ol{
  299. margin:0px;
  300. margin-left:-5px;}
  301. p{
  302. padding:0px;
  303. margin:2px;}
  304.  
  305.  
  306.  
  307. #credit {
  308. position:fixed;
  309. font-family:consolas;
  310. font-size:10px;
  311. bottom:10px;
  312. z-index:999999999999;
  313. right:10px;
  314. text-transform:uppercase;
  315. }
  316.  
  317.  
  318. blockquote{
  319. padding:3px;
  320. border-left:1px solid #e1e1e1;
  321. margin-left:10px;
  322. line-height:10px;
  323. }
  324.  
  325. {block:IndexPage}
  326. blockquote img{
  327. width:100px;
  328. overflow:hidden;
  329. }
  330. {/block:IndexPage}
  331. {block:PermalinkPage}
  332. blockquote img{
  333. width:200px;
  334. overflow:hidden;
  335. }
  336. {/block:PermalinkPage}
  337.  
  338. .text{
  339. text-decoration:bold;
  340. font-size:12px;
  341. text-transform:uppercase;
  342. }
  343.  
  344. #questions img{
  345. float:left;
  346. padding:2px;
  347. }
  348.  
  349. #questions a{
  350. font-size:9px;
  351. letter-spacing:1px;
  352. text-transform:uppercase;
  353. }
  354.  
  355. #questions {
  356. padding:4px;
  357. border-radius:6px;
  358. min-height:28px;
  359. font-weight: bold;
  360. border-bottom:1px solid #ccc;
  361. background:{color:questions};
  362. }
  363.  
  364. #questions img{
  365. border-radius:6px;
  366. }
  367.  
  368. .player{
  369. margin-left:110px;
  370. margin-top:25px;
  371. position:absolute;
  372. padding:2px;
  373. max-width:135px;
  374. padding:2px;
  375. font-size:9px;
  376. text-transform:uppercase;
  377. z-index:999999;
  378. {block:PermalinkPage}
  379. margin-top:0px;
  380. {/block:PermalinkPage}
  381. }
  382.  
  383. .audioplayer{
  384. margin-top:20px;
  385. margin-left:20px;
  386. opacity:.7;
  387. width:27px;
  388. height:27px;
  389. border-radius:30px;
  390. overflow:hidden;
  391. background:#fff;
  392. padding:15px;
  393. }
  394.  
  395. #cover{
  396. width:100px;
  397. background:#eee;
  398. position:absolute;
  399. height:100px;
  400. display:inline-block;
  401. float:left;
  402. {block:PermalinkPage}
  403. margin-top:-20px;
  404. {/block:PermalinkPage}
  405. }
  406.  
  407. #cover img{
  408. width:100px;
  409. height:100px;
  410. {block:PermalinkPage}
  411. margin-top:0px;
  412. {/block:PermalinkPage}
  413. }
  414.  
  415. .playbutton {
  416. width:30px;
  417. height:30px;
  418. overflow:hidden;
  419. position:relative;
  420. z-index:1000;
  421. margin:0px;}
  422.  
  423. </style>
  424.  
  425. </head>
  426. <body>
  427.  
  428. <div id="sidebar">
  429. <img src="{image:Sidebar}">
  430. <div class="title"><a href="/">{Title}</a></div>
  431. <div id="desc">{Description}</div>
  432. <select style="
  433. width:100px;
  434. outline:none;
  435. -webkit-appearance:none;
  436. -moz-appearance:none;
  437. border:1px solid #ddd;
  438. border-radius:4px;
  439. color:#aaa;
  440. cursor:help;
  441. font-family:consolas;
  442. opacity:.8;
  443. display: inline-block;
  444. text-transform:lowercase;
  445. font-size:9px;
  446. padding:3px;
  447. letter-spacing:6px
  448. background:#fff;
  449. border:1px solid #ccc;"
  450. onChange="location.href=this.options[this.selectedIndex].value;">
  451. <option value="/">navigate</option>
  452. <option value="/">{text:home title}</option>
  453. <option value="/ask">{text:ask title}</option>
  454. {block:IfLinkOne}
  455. <option value="{text:link 1}">{text:link 1 title}</a>
  456. {/block:IfLinkOne}
  457. {block:IfLinkTwo}
  458. <option value="{text:link 2}">{text:link 2 title}</a>
  459. {/block:IfLinkTwo}
  460. {block:IfLinkThree}
  461. <option value="{text:link 3}">{text:link 3 title}</a>
  462. {/block:IfLinkThree}
  463. {block:IfLinkFour}
  464. <option value="{text:link 4}">{text:link 4 title}</a>
  465. {/block:IfLinkFour}
  466. {block:IfLinkFive}
  467. <option value="{text:link 5}">{text:link 5 title}</a>
  468. {/block:IfLinkFive}
  469. {block:IfLinkSix}
  470. <option value="{text:link 6}">{text:link 6 title}</a>
  471. {/block:IfLinkSix}
  472. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  473. <option value="http://fluorescent-themes.tumblr.com/">theme</option>
  474. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  475. </select>
  476. </div>
  477.  
  478. <div id="entries">
  479.  
  480.  
  481. {block:Posts}
  482.  
  483.  
  484. {block:ContentSource}
  485. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  486. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  487. {/block:SourceLogo}
  488. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  489. {/block:ContentSource}
  490.  
  491. <div id="post">
  492.  
  493.  
  494. {block:Photo}
  495. {block:IndexPage}
  496. <a href="{permalink}"><img src="{PhotoURL-250}" title="{NoteCountWithLabel}"/></a>
  497. {/block:IndexPage}
  498. {block:PermalinkPage}
  499. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  500. {/block:PermalinkPage}
  501. {/block:Photo}
  502.  
  503.  
  504.  
  505. {block:Photoset}
  506. {block:IndexPage}
  507. {block:Photos}
  508. <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="{PhotoURL-500}" width="250px;" style="padding-bottom:5px;"/></a>
  509. {/block:Photos}
  510. {/block:IndexPage}
  511. {block:PermalinkPage}
  512. {Photoset-500}
  513. {/block:PermalinkPage}
  514. {/block:Photoset}
  515.  
  516. {block:Video}
  517. {block:IndexPage}
  518. {Video-250}
  519. <div class="perma">
  520. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  521. <a href="{ReblogURL}">reblog</a>
  522. </div>
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. {Video-500}
  526. {/block:PermalinkPage}
  527. {/block:Video}
  528.  
  529.  
  530. {block:Text}
  531. <div class="text">{Title}</div>{Body}
  532. <div class="perma">
  533. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  534. <a href="{ReblogURL}">reblog</a>
  535. </div>
  536. {/block:Text}
  537.  
  538.  
  539. {block:Link}
  540. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  541. {block:Description}{Description}{/block:Description}
  542. <div class="perma">
  543. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  544. <a href="{ReblogURL}">reblog</a>
  545. </div>
  546. {/block:Link}
  547.  
  548.  
  549. {block:Quote}
  550. <div class="text">"{Quote}"</div>
  551. {block:Source}-{Source}{/block:Source}
  552. <div class="perma">
  553. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  554. <a href="{ReblogURL}">reblog</a>
  555. </div>
  556. {/block:Quote}
  557.  
  558.  
  559. {block:Chat}
  560. {block:Lines}
  561. {block:Label}<br>
  562. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  563. {/block:Label}
  564. &nbsp;{Line}</div>
  565. {/block:Lines}
  566. <div class="perma">
  567. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  568. <a href="{ReblogURL}">reblog</a>
  569. </div>
  570. {/block:Chat}
  571.  
  572.  
  573. {block:Audio}
  574. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  575. {block:Artist}by {Artist}{/block:Artist}<br>
  576. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  577. </div>
  578. <div id="cover">
  579. {block:AlbumArt}
  580. <img src="{AlbumArtURL}">
  581. {/block:AlbumArt}</div>
  582. <div class="audioplayer"><div class="playbutton">
  583. {AudioPlayerWhite}</div></div><br><br>
  584. <div class="perma">
  585. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  586. <a href="{ReblogURL}">reblog</a>
  587. </div>
  588. {/block:Audio}
  589.  
  590.  
  591.  
  592. {block:Answer}<div id="questions">
  593. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  594. {Answer}
  595. <div class="perma">
  596. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  597. <a href="{ReblogURL}">reblog</a>
  598. </div>
  599. {/block:Answer}
  600.  
  601. {block:PermalinkPage}<div id="n">
  602. <br>
  603. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  604. <br>
  605. {block:Date}{TimeAgo}{/block:Date}
  606. {block:NoteCount}
  607. {NoteCountWithLabel}
  608. {/block:NoteCount}
  609. <br>
  610. {block:Caption}
  611. {Caption}
  612. {/block:Caption}
  613. <br>
  614. {block:PostNotes}{PostNotes}{/block:PostNotes}
  615. </div>
  616. {/block:PermalinkPage}
  617. </div>
  618. {/block:Posts}
  619. </div>
  620.  
  621.  
  622.  
  623.  
  624. {block:IndexPage}
  625. {block:Pagination}
  626. <div id="pagination">
  627. {block:NextPage}
  628. <a id="nextPage" href="{NextPage}"></a>
  629. {/block:NextPage}
  630. {block:PreviousPage}
  631. <a href="{PreviousPage}"></a>
  632. {/block:PreviousPage}
  633. </div>
  634. {/block:Pagination}
  635. {/block:IndexPage}
  636.  
  637. </div>
  638. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  639. <div id="credit"><a href="http://fluorescent-themes.tumblr.com">credit</a></div>
  640. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  641. </div>
  642. </body>
  643. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement