Advertisement
Guest User

candid theme

a guest
Apr 28th, 2014
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.87 KB | None | 0 0
  1. <!--
  2. candid theme by wlngless
  3.  
  4. please do not remove the credit!
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38.  
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  45. <meta name="color:background" content="#fff"/>
  46. <meta name="color:link" content="#777"/>
  47. <meta name="color:text" content="#777"/>
  48. <meta name="image:background" content="1"/>
  49. <meta name="image:sidebar" content=""/>
  50.  
  51. <meta name="text:link one" content="">
  52. <meta name="text:link one title" content="">
  53. <meta name="text:link one tooltip" content="">
  54. <meta name="text:link two" content="">
  55. <meta name="text:link two title" content="">
  56. <meta name="text:link two tooltip" content="">
  57. <meta name="text:link three" content="">
  58. <meta name="text:link three title" content="">
  59. <meta name="text:link three tooltip" content="">
  60. <meta name="text:link four" content="">
  61. <meta name="text:link four title" content="">
  62. <meta name="text:link four tooltip" content="">
  63.  
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  71.  
  72. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  73.  
  74. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  75.  
  76. p {
  77. margin:0px;
  78. margin-top:0px;
  79. }
  80.  
  81.  
  82. body {
  83. padding: 0px;
  84. margin: 0px;
  85. color:{color:text};
  86. font-family: belleza;
  87. line-height:9px;
  88. font-size:10px;
  89. background-color: {color:Background};
  90. background-image:url({image:Background});
  91. background-attachment: fixed;
  92. background-repeat: repeat;
  93. }
  94.  
  95.  
  96. a:link, a:active, a:visited{
  97. text-decoration: none;
  98. -webkit-transition: color 0.3s ease-out;
  99. -moz-transition: color 0.3s ease-out;
  100. transition: color 0.3s ease-out;
  101. color:{color:link};
  102. }
  103.  
  104. a:hover {
  105. text-decoration: none;
  106. font-style:italic;
  107. }
  108.  
  109. div#center{
  110. margin:auto;
  111. position:relative;
  112. width:1000px;
  113. background-color:;
  114. overflow:auto;
  115. overflow-y:hidden;
  116. }
  117.  
  118.  
  119. /*entries*/
  120. .entry {
  121. float:left;
  122. display: block;
  123. margin:3px;
  124. overflow:hidden;
  125. width:220px;
  126. {block:PermalinkPage}
  127. width:450px;
  128. text-align:left;
  129. line-height:10px;
  130. {/block:PermalinkPage}
  131. background:white;
  132. background-image:URL();
  133. }
  134.  
  135.  
  136. /*permalinks*/
  137. .entry .perma{
  138. width:22px;
  139. height:20px;
  140. margin-left:10px;
  141. position: absolute;
  142. line-height: 16px;
  143. overflow:hidden;
  144. text-align:center;
  145. border-radius:10px;
  146. top:10px;
  147. background:#fff;
  148. font-size:16px;
  149. word-spacing:2px;
  150. letter-spacing:1px;
  151. opacity: 0.0;
  152. -webkit-transition: all .7s ease;
  153. -moz-transition: all .7s ease;
  154. -o-transition: all .7s ease;
  155. transition: all .7s ease;
  156.  
  157. }
  158.  
  159. .entry:hover .perma{
  160. overflow:visible;
  161. opacity:0.6;
  162. transform: rotate(360deg);
  163. -ms-transform: rotate(360deg);
  164. -webkit-transform: rotate(360deg);
  165. -o-transform: rotate(360deg);
  166. -moz-transform: rotate(360deg);
  167. }
  168.  
  169.  
  170. /*post positions*/
  171. #posts {
  172. width:500px;
  173. margin-top:1px;
  174. z-index:99;
  175. margin-left:270px;
  176. right:auto;
  177. background:transparent;
  178. margin-right:auto;
  179. position:relative;
  180. overflow-y: hidden;
  181. }
  182.  
  183. /*tooltips*/
  184. #s-m-t-tooltip {
  185. padding: 3px;
  186. height:auto;
  187. display: none;
  188. font-family:times;
  189. font-size: 8px;
  190. text-transform:normal;
  191. text-align: center;
  192. letter-spacing:1px;
  193. margin-top:12px;
  194. margin-left: 15px;
  195. line-height: 8px;
  196. z-index: 999999999999;
  197. border-radius:3px;
  198. background:#ffffff;
  199. color: #888;}
  200.  
  201.  
  202.  
  203. /*sidebar stuff*/
  204. #sidebar{
  205. position:fixed !important;
  206. width:170px;
  207. background:transparent;
  208. height:auto;
  209. margin-top:180px;
  210. margin-left:40px;
  211. text-align:center;
  212.  
  213. }
  214.  
  215. .sidebar img{
  216. width:155px;height:auto;padding:5px;background-color:transparent
  217. }
  218.  
  219. .linksies{
  220. margin:2;
  221. font-size:10px;
  222. font-style:none;
  223. width:150px;
  224. text-align:center;
  225. padding:5px;
  226. text-shadow:13px 0px transparent, -13px 0px transparent;
  227. line-height:210%;
  228. }
  229.  
  230.  
  231. .linksies a{
  232. text-decoration:none;
  233. padding:0 4px;
  234. }
  235.  
  236. .linksies a:hover{
  237. text-decoration:bold;
  238. }
  239.  
  240. .desc{
  241. padding:2px;
  242. text-transform:normal;
  243. }
  244.  
  245.  
  246. @font-face { font-family: "belleza"; src: url('http://fonts.googleapis.com/css?family=Belleza'); }
  247.  
  248.  
  249.  
  250. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  251. .title{
  252. line-height: 12px;
  253. color:{color:Title};
  254. font-weight: normal;
  255. }
  256.  
  257.  
  258. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  259. .permalink{
  260. text-transform: normal;
  261. display: block;
  262. text-align: right;
  263. text-decoration: none;
  264. }
  265.  
  266.  
  267. /*DON'T TOUCH ANY OF THIS UNLESS YOU WANT TO FUCK SOME STUFF UP*/
  268. #infscr-loading{
  269. bottom: -70px;
  270. position: absolute;
  271. left: 50%;
  272. margin-left:-8px;
  273. width:16px;
  274. height:11px;
  275. overflow:hidden;
  276. margin-bottom: 50px;
  277. }
  278.  
  279. #postnotes{
  280. text-align: justify;}
  281.  
  282. #postnotes blockquote{
  283. border: 0px;}
  284.  
  285. blockquote{
  286. padding:0px 0px 2px 5px;
  287. margin:0px 0px 2px 10px;
  288. border-left: 1px dotted #555555;
  289. }
  290.  
  291. blockquote p, ul{
  292. margin:0px;
  293. padding:0px;
  294. }
  295.  
  296. a img{border: 0px;}
  297.  
  298.  
  299. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  300.  
  301. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  302. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  303.  
  304. .notes img{width:10px; position:relative; top:3px;}
  305. <--ses-->
  306. small{font-size: 90%;}
  307.  
  308.  
  309.  
  310. #audioplayer {
  311. width:30px;
  312. height:30px;
  313. overflow:hidden;
  314. position:absolute;
  315. margin-top:40px;
  316. margin-bottom:45px;
  317. margin-left:43px;
  318. margin-right:45px;
  319.  
  320. opacity: 0.7;
  321. filter:alpha(opacity=70);
  322. -moz-opacity: 0.7;
  323. -khtml-opacity: 0.7;
  324.  
  325. }
  326.  
  327. #albumart { float:left; margin:0px 7px;}
  328.  
  329.  
  330.  
  331.  
  332. {CustomCSS}
  333.  
  334. </style>
  335.  
  336. {block:IndexPage}
  337. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  338. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  339.  
  340. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  341. <script>
  342. (function($){$(document)
  343. .ready(function(){$("[title]")
  344. .style_my_tooltips();});})
  345. (jQuery);
  346. </script>
  347.  
  348. <script type="text/javascript">
  349. $(window).load(function(){
  350. var $wall = $('#posts');
  351. $wall.imagesLoaded(function(){
  352. $wall.masonry({
  353. itemSelector: '.entry, .entry_photo',
  354. isAnimated : false
  355. });
  356. });
  357.  
  358. $wall.infinitescroll({
  359. navSelector : '#pagination',
  360. nextSelector : '#pagination a',
  361. itemSelector : '.entry, .entry_photo',
  362. bufferPx : 2000,
  363. debug : false,
  364. errorCallback: function() {
  365. $('#infscr-loading').fadeOut('normal');
  366. }},
  367. function( newElements ) {
  368. var $newElems = $( newElements );
  369. $newElems.hide();
  370. $newElems.imagesLoaded(function(){
  371. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  372. });
  373. }); $('#posts').show(500);
  374. });
  375. </script>
  376.  
  377.  
  378. {/block:IndexPage}
  379.  
  380.  
  381. <title>{title}</title>
  382.  
  383. <link rel="shortcut icon" href="{Favicon}" />
  384. <meta name="viewport" content="width=820" />
  385. </head>
  386.  
  387. <body>
  388. <BODY onselectstart="return false;" ondragstart="return false;">
  389. <div class="wrapper">
  390. <div class="header">
  391. </div>
  392.  
  393. <div id="cage">
  394. <div id="center">
  395.  
  396. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  397. <div id="sidebar">
  398. <center>
  399. <div class="sidebar img"><a href="/"><img src="{image:sidebar}"></a></div>
  400. <div class="desc">{description}
  401. <p>
  402. <div class="linksies">
  403. <a href="{text:link one}" title="{text:link one tooltip}">{text:link one title}</a>
  404. <a href="{text:link two}" title="{text:link two tooltip}">{text:link two title}</a>
  405. <a href="{text:link three}" title="{text:link three tooltip}">{text:link three title}</a>
  406. <a href="{text:link four}" title="{text:link four tooltip}">{text:link four title}</a>
  407. </center>
  408. </div>
  409.  
  410. <!------------------------------------->
  411.  
  412.  
  413. <div class="left">
  414. <div id="posts">
  415. {block:Posts}
  416. <div class="entry">
  417.  
  418. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  419.  
  420. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  421. {/block:Text}
  422.  
  423. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  424.  
  425. {block:Photo}
  426. {block:IndexPage}
  427. <center>
  428. <div class="perma">
  429. <a href="{ReblogURL}" title="reblog" target="_blank"><img src="http://static.tumblr.com/qqwi01i/7IDmlddc5/refresh-32.png" height="20px"></a><a href="{Permalink}" title="{notecountwithlabel}"></a> </div>
  430.  
  431. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  432. {/block:IndexPage}
  433. {block:PermalinkPage}
  434. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  435.  
  436. {LinkCloseTag}
  437. {/block:PermalinkPage}
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. {block:IndexPage}
  442. <center>
  443.  
  444. <div class="perma">
  445. <a href="{ReblogURL}" target="_blank"><img src="http://i48.tinypic.com/kc0ux.png"></a> / <a href="{Permalink}">{notecount} </a> </div>
  446.  
  447. {Photoset}</center>
  448. {/block:IndexPage}
  449. {block:PermalinkPage}
  450. <center>
  451. {Photoset}</center>
  452. {/block:PermalinkPage}
  453. {/block:Photoset}
  454.  
  455. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  456.  
  457. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  458.  
  459. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  460. <ul class="chat">
  461. {block:Lines}
  462. <li class="user_{UserNumber}">
  463. {block:Label}
  464. <span class="label">{Label}</span>
  465. {/block:Label}
  466.  
  467. {Line}
  468. </li>
  469. {/block:Lines}
  470. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  471. {/block:Chat}
  472.  
  473.  
  474.  
  475. {block:Audio}
  476. <div id="audioplayer">{AudioPlayerWhite} </div>
  477. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  478. <br>
  479. {PlayCountWithLabel}
  480.  
  481. <br><br><br><br><br><br><br><br><br><br><br><br><br>
  482. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>
  483. {/block:Audio}
  484.  
  485.  
  486. {block:Video}
  487. {block:IndexPage}
  488. <center>
  489. <div class="perma">
  490. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  491. {Video-250}</center>
  492. {/block:IndexPage}
  493. {block:PermalinkPage}
  494. <center>
  495. {Video-400}</center>
  496. {/block:PermalinkPage}
  497. {block:Video}
  498.  
  499.  
  500. {block:PostNotes}<div align="middle">{caption}</div>
  501. <center>
  502.  
  503. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  504.  
  505. {block:HasTags}
  506. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  507. {block:RebloggedFrom}
  508. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  509. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  510.  
  511. {/block:RebloggedFrom}
  512. </center></span>
  513. <br>
  514. <div id="postnotes">{PostNotes}</div><br>
  515.  
  516. <center>{block:ContentSource}
  517. <br><a href="{SourceURL}">
  518. {lang:Source}:
  519. {block:SourceLogo}
  520. <img src="{BlackLogoURL}" width="{LogoWidth}"
  521. height="{LogoHeight}" alt="{SourceTitle}" />
  522. {/block:SourceLogo}
  523. {block:NoSourceLogo}
  524. {SourceLink}
  525. {/block:NoSourceLogo}
  526. </a>
  527. {/block:ContentSource}</center>
  528.  
  529. {/block:PostNotes}
  530. </div>
  531. {/block:Posts}
  532. </div></div>
  533.  
  534. {block:IndexPage}
  535. {block:Pagination}
  536. <div id="pagination">
  537. {block:NextPage}
  538. <a id="nextPage" href="{NextPage}"></a>
  539. {/block:NextPage}
  540. {block:PreviousPage}
  541. <a href="{PreviousPage}"></a>
  542. {/block:PreviousPage}
  543. </div>
  544. {/block:Pagination}
  545. {/block:IndexPage}
  546. </body>
  547.  
  548. <div style="bottom:5px;right:10px;position:fixed;font-size:12px;"><a href="http://wlngless.tumblr.com" title="credit"><img src="http://th20.photobucket.com/albums/b240/epal18/i-emoji/th_F957.gif"></a></div>
  549.  
  550. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement