Advertisement
Guest User

wifilover theme one

a guest
Jul 3rd, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.48 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <script type="text/javascript">
  6.  
  7. </script>
  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.  
  13.  
  14. <meta name="color:text"content="#000">
  15. <meta name="color:link"content="#000">
  16. <meta name="color:post"content="#fff">
  17. <meta name="color:hover"content="#fff">
  18. <meta name="color:border"content="#fcfdfd">
  19. <meta name="color:background"content="#fff">
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="if:Sidebar Pic"content="1">
  22. <meta name="image:background" content="1"/>
  23. <meta name="text:Link One Title" content="" />
  24. <meta name="text:Link One" content="" />
  25. <meta name="text:Link Two Title" content="" />
  26. <meta name="text:Link Two" content="" />
  27. <meta name="text:Link Three Title" content="" />
  28. <meta name="text:Link Three" content="" />
  29. <meta name="text:Link Four Title" content="" />
  30. <meta name="text:Link Four" content="" />
  31.  
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. #tumblr_controls{
  38. position:fixed !important;
  39. -webkit-filter: invert(100%)
  40. }
  41.  
  42.  
  43.  
  44.  
  45.  
  46. #sidebar {
  47. display: block;
  48. position:fixed;
  49. width:200px;
  50. height:auto;
  51. border:1px solid #ccc;
  52. padding:8px;
  53. padding-right:18px;
  54. margin-top:160px;
  55. margin-left:50px;
  56. font-family:consolas;
  57. font-size:11px;
  58. letter-spacing:1px;
  59. line-height: 12px;
  60. background-color:#fff;
  61. opacity:1;
  62. }
  63.  
  64. #title{
  65. position:fixed !important;
  66. width:217px;
  67. height:15px;
  68. opacity: 1;
  69. padding:5px;
  70. margin-left:-9px;
  71. margin-top:-40px;
  72. background:#555;
  73. font-weight: normal;
  74. line-height:17px;
  75. text-align:center;
  76. color:{color:blogtitle};
  77. letter-spacing:1px;
  78. font-size: 20px;
  79. font-family: courier new;
  80. text-transform:uppercase;
  81. text-decoration:italic;
  82. z-index:3;
  83. }
  84.  
  85.  
  86.  
  87. body{
  88. margin-5px;
  89. background-color:{color:background};
  90. background-image:url({image:background});
  91. font-family:Calibri;
  92. font-size:10px;
  93. line-height:10px;
  94. color:{color:text};
  95. scrollbar:{color:scrollbar};
  96. }
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. a:link, a:active, a:visited{
  106. color:{color:link};
  107. text-decoration: none;
  108. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  109. }
  110.  
  111.  
  112.  
  113. #center{
  114. position:fixed !important;
  115. padding-top:3px;
  116. padding-bottom::3px;
  117. width:500px;
  118. height:207px;
  119. background-color:#fff;
  120. {block:PermalinkPage}
  121. width:410px;
  122. height:207px;
  123. {/block:PermalinkPage}
  124. }
  125.  
  126. #posts{
  127. float:center;
  128. {block:indexpage}
  129. width:580px;
  130. {/block:indexpage}
  131. {block:permalinkpage}
  132. width:800px;
  133. {/block:permalinkpage}
  134. margin-left:400px;
  135. margin-top:50px;
  136. }
  137.  
  138. .permalink {
  139. display: block;
  140. border-top: 1px solid #ddd;
  141. padding: 3px;
  142. margin: 4px 8px 0px 8px;
  143. font-family:Calibri;
  144. font-size: 8px;
  145. text-transform:uppercase;
  146. color:#84aeca;
  147. line-height: 18px;
  148. text-align: left;
  149. text-decoration: none;
  150. -webkit-transition: color 0.9s ease-out;
  151. -moz-transition: color 0.9s ease-out;
  152. }
  153.  
  154. #entry .perma{
  155. position:fixed !important;
  156. width:230px;
  157. height:18px;
  158. font-family:Consolas;
  159. font-size: 8px;
  160. text-transform:uppercase;
  161. letter-spacing:1px;
  162. color:#000;
  163. line-height: 18px;
  164. text-align: center;
  165. overflow:hidden;
  166. background-color:#fff;
  167. letter-spacing:0px;
  168. margin-top:-20px;
  169. margin-left:10px;
  170. -webkit-transition: opacity 0.8s linear; opacity: 0.0;
  171. -webkit-transition: all 0.8s linear;
  172. -moz-transition: all 0.8s linear;
  173. transition: all 0.8s linear;
  174. }
  175.  
  176. #entry:hover .perma{
  177. margin-top:10px;
  178. -webkit-filter: blur(0px);
  179. -webkit-transition: all 0.8s linear; opacity: 1;
  180. -webkit-transition: all 0.8s linear;
  181. -moz-transition: all 0.8s linear;
  182. transition: all 0.8s linear;
  183. }
  184.  
  185. .permalinktext {
  186. display: block;
  187. padding: 1px;
  188. margin: 0px 0px 0px 8px;
  189. font-family:Calibri;
  190. font-size: 8px;
  191. text-transform:uppercase;
  192. color:#84aeca;
  193. letter-spacing: 0px;
  194. line-height: 10px;
  195. text-align: right;
  196. text-decoration: none;
  197. -webkit-transition: color 0.5s ease-out;
  198. -moz-transition: color 0.5s ease-out;
  199. }
  200. #postnotes blockquote{
  201. border: 0px;
  202. }
  203.  
  204. #entry{
  205. opacity:1;
  206. font-family:Calibri;
  207. font-size: 10px;
  208. text-align:left;
  209. float:left;
  210. width: 250px;
  211. height: auto;
  212. {block:PermalinkPage}
  213. width: 500px;
  214. height: auto;
  215. margin-left:0px;
  216. {/block:PermalinkPage}
  217. line-height:14px;
  218. background-color:#fff;
  219. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
  220. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
  221. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
  222. padding:10px;
  223. margin-right:20px;
  224. overflow:hidden;
  225. margin-bottom:20px;
  226. }
  227.  
  228. #permapage{
  229. font-family: pixel;
  230. font-size: 8px;
  231. line-height: 8px;
  232. text-align: left;
  233. padding-bottom:10px;
  234. z-index:9999;}
  235.  
  236. blockquote{
  237. padding:0px 0px 2px 3px;
  238. margin:0px 0px 2px 1px;
  239. }
  240. ul, ol, li{
  241. list-style:none;
  242. margin:0px;
  243. padding:0px;
  244. }
  245.  
  246. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  247. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  248. }
  249. {CustomCSS}
  250.  
  251.  
  252.  
  253. </style>
  254.  
  255. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  256. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  257.  
  258. {block:IndexPage}
  259.  
  260.  
  261. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  262. {block:IfInfiniteScroll}
  263. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  264. {/block:IfInfiniteScroll}
  265.  
  266. <script>
  267. $(function(){
  268. var $container = $('#container');
  269. $container.imagesLoaded(function(){
  270. $container.masonry({
  271. itemSelector: '.post',
  272. });
  273. });
  274. $container.infinitescroll({
  275. itemSelector : ".post",
  276. navSelector : "div.pagination",
  277. nextSelector : ".pagination a#next",
  278. loadingImg : "",
  279. loadingText : "<em></em>",
  280. bufferPx : 10000,
  281. extraScrollPx: 12000,
  282. },
  283. // trigger Masonry as a callback
  284. function( newElements ) {
  285. var $newElems = $( newElements ).css({ opacity: 0 });
  286. // ensure that images load before adding to masonry layout
  287. $newElems.imagesLoaded(function(){
  288. $newElems.animate({ opacity: 1 });
  289. $container.masonry( 'appended', $newElems, true );
  290. });
  291. }
  292. );
  293. });
  294. </script>
  295.  
  296. {/block:IndexPage}
  297.  
  298. </head>
  299. <body>
  300.  
  301. <div id="sidebar">
  302. <div id="title"><center>{title}</center></div>
  303. <center>
  304. <a href="/"><img src="{image:sidebar}"style="" width=100px; height=100px;></a><br><br>
  305.  
  306. {description}<br>
  307. <br>
  308. <a href="/">index</a>
  309. <a href="/ask">message</a>
  310.  
  311. <a href="{text:Link One}">{text:Link One Title}</a>
  312.  
  313. <a href="{text:Link Two}">{text:Link Two Title}</a>
  314.  
  315. <a href="{text:Link Three}">{text:Link Three Title}</a>
  316.  
  317. <a href="{text:Link Four}">{text:Link Four Title}</a></div></div>
  318.  
  319.  
  320. </div>
  321. </center>
  322.  
  323.  
  324.  
  325. </div>
  326.  
  327.  
  328. <div id="posts">
  329.  
  330. {block:Posts}
  331. <div id="entry">
  332. {block:Text}
  333. {block:Title}<div style="font-family:calibri;
  334. font-size:20px;
  335. letter-spacing:3px;
  336. text-transform:uppercase;
  337. color:{color:descbg};
  338. ><span class="title">{Title}</span></div>{block:Title}
  339. <span class="entrytext">{Body}</span>
  340. <div class="permalinktext"> <div class="perma"> <font color="#aaa"></font> <a href="{ReblogURL}" target="_blank">reblog</a> <a href="{permalink}">{NoteCountWithLabel}</a></div> </div>
  341. {/block:Text}
  342.  
  343. {block:Link}
  344. <a href="{URL}" class="title">{Name}</a>
  345. {block:Description}{Description}{/block:Description}
  346. <div class="permalinktext"> <a href="{permalink}"> <font color="#aaa"></font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  347. {block:Link}
  348.  
  349. {block:Photo}{block:IndexPage}
  350. <div class="perma">
  351. <center>
  352. <a href="{permalink}"> {NoteCount}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a></div></center>
  353. {/block:IndexPage}
  354. {block:IndexPage}
  355. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px /></a>
  356. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  357. {/block:Photo}
  358.  
  359. {block:Photoset}
  360. {block:IndexPage}
  361. <div class="perma">
  362. <center>
  363. posted {TimeAgo} on {DayOfWeek} <br></a> with<a href="{permalink}"> {NoteCountWithLabel}</a> <a><a href="{ReblogURL}" target="_blank"> reblog </a> this picture </span> </div></center>
  364. <center>
  365. {Photoset-250}</center>
  366. {/block:IndexPage}
  367. {block:PermalinkPage}
  368. <center>
  369. {Photoset-500}</center>
  370. {/block:PermalinkPage}
  371. {/block:Photoset}
  372.  
  373. {block:Quote}
  374. <span class="entrytext">{Quote}</span>
  375. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  376. <div class="permalinktext"><div class="perma"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div> </div>
  377. {/block:Quote}
  378.  
  379. {block:Chat}
  380. {block:Title}<span class="title">{Title}</span>{/block:Title}
  381. <ul class="chat">
  382. {block:Lines}
  383. <li class="user_{UserNumber}">
  384. {block:Label}
  385. <span class="label">{Label}</span>
  386. {/block:Label}
  387.  
  388. {Line}
  389. </li>
  390. {/block:Lines}
  391. </ul>
  392. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  393. {/block:Chat}
  394.  
  395.  
  396. {block:Audio}
  397. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  398. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  399. <div class="permalinktext"><div class="perma"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div></div>
  400. {/block:Audio}
  401.  
  402. {block:Video}<center>
  403. <div class="video">{Video-400}</div></center>
  404. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  405. {block:Video}
  406.  
  407.  
  408. {block:Answer}
  409. <br>
  410. <div style="margin-left: -5px; margin-top: -2px; min-height:45px; padding: 3px; background: #fff;">
  411. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; margin-left:3px; margin-top: 3px; padding:7px; background-color:#fff; border-radius:50px; border:1px solid #bbb;"/>
  412. <div style="margin-top:15px; width:auto; padding:2px; border-bottom:1px solid #bbb;"><b><askk>{Asker}</askk></b>:{Question}</div><br></div>
  413. <div style="margin-left:100px;">{Answer}</div><div class="permalinktext" style="color:#000;"> <a href="{permalink}">{NoteCountwithlabel}</a> <a href="{permalink}"></a> <font color="#000"></font> <a href="{ReblogURL}" target="_blank">reblog</a>
  414. </div>
  415. {/block:Answer}
  416.  
  417. {block:PostNotes}<div align="middle">{caption}</div>
  418. <center>
  419.  
  420. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  421.  
  422. {block:HasTags}
  423. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  424. {block:RebloggedFrom}
  425. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  426. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  427.  
  428. {/block:RebloggedFrom}
  429. </center></span>
  430. <br>
  431. <div id="postnotes">{PostNotes}</div><br>
  432.  
  433. <center>{block:ContentSource}
  434. <br><a href="{SourceURL}">
  435. {lang:Source}:
  436. {block:SourceLogo}
  437. <img src="{BlackLogoURL}" width="{LogoWidth}"
  438. height="{LogoHeight}" alt="{SourceTitle}" />
  439. {/block:SourceLogo}
  440. {block:NoSourceLogo}
  441. {SourceLink}
  442. {/block:NoSourceLogo}
  443. </a>
  444. {/block:ContentSource}</center>
  445.  
  446. {/block:PostNotes}
  447. </div>
  448. {/block:Posts}
  449. </div></div>
  450.  
  451. {block:indexpage}
  452. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  453. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  454. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  455. <script type="text/javascript">
  456. $(window).load(function(){
  457. var $wall = $('#posts');
  458. $wall.imagesLoaded(function(){
  459. $wall.masonry({
  460. itemSelector: '#entry, #entry_photo',
  461. isAnimated : false
  462. });
  463. });
  464.  
  465. $wall.infinitescroll({
  466. navSelector : '#page-nav',
  467. nextSelector : '#page-nav a',
  468. itemSelector : '#entry, #entry_photo',
  469. bufferPx : 2000,
  470. debug : false,
  471. errorCallback: function() {
  472. $('#infscr-loading').fadeOut('normal');
  473. }},
  474. function( newElements ) {
  475. var $newElems = $( newElements );
  476. $newElems.hide();
  477. $newElems.imagesLoaded(function(){
  478. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  479. });
  480. }); $('#content').show(500);
  481. });
  482. </script>
  483. {/block:indexpage}
  484.  
  485. </div>
  486. </div>
  487.  
  488. <div style="bottom:5px;right:10px;font-size:11px;font-family:calibri;position:fixed;background-color:transparent;border: 0px #ddd solid ;padding:3px;"> <a href="http://wifilover.tumblr.com/">theme credit</a>
  489.  
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement