kakawan

122

Sep 13th, 2014
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.44 KB | None | 0 0
  1.  
  2. <!---- mists
  3. --->
  4.  
  5.  
  6.  
  7.  
  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" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <meta name="color:background" content="#FFFFFF">
  17. <meta name="color:link" content="#000000">
  18. <meta name="color:scrollbar" content="#D6D5D5">
  19. <meta name="color:scrollbg" content="#FFFFFF">
  20. <meta name="color:descri" content="#000000">
  21. <meta name="color:links" content="#000000">
  22. <meta name="color:border" content="#cccbcb">
  23. <meta name="text:frase" content="pq hoje to pro crime"/>
  24. <meta name="color:hover" content="#eeeeee">
  25. <meta name="color:detalhes" content="#eeeeee"/>
  26. <meta name="color:Font" content="#444444"/>
  27.  
  28. <meta name="color:background" content="#fff" />
  29. <meta name="color:posts" content="#fff" />
  30. <meta name="color:scrollbar" content="#f8f8f8" />
  31. <meta name="color:texts" content="#000" />
  32.  
  33. <meta name="if:Opacity in images" content="1"/>
  34. <meta name="if:Post width 400px" content="0"/>
  35. <meta name="if:Customize scrollbar" content="1"/>
  36.  
  37.  
  38.  
  39. <meta name="image:sidebar" content="https://secure.static.tumblr.com/119797a1101f520a8370b0a91ab16144/cc5cirs/IuNnbutbf/tumblr_static_csm6mh69fxcggw484kkksk0sw.jpg"/>
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="link" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="link" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="link" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="link" />
  49.  
  50. <meta name="if:Rolagem infinita" content="1"/>
  51.  
  52.  
  53.  
  54.  
  55. <style type="text/css" media="screen">
  56.  
  57. body {background: {color:Background} url('{image:background}') no-repeat fixed; background-size: 100% 100%; font: 12px 'Tahoma'; color: {color:font}; line-height: 1.7em; text-align: center; margin: 0;}
  58.  
  59. a {color: {color:link}; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: 0.2s ease-in;}
  60.  
  61. a:hover {color: {color:Link hover}; {block:IfNotUnderlineInLinks}text-decoration: none;{/block:IfNotUnderlineInLinks}{block:IfUnderlineInLinks}text-decoration: underline;{/block:IfUnderlineInLinks}}
  62.  
  63. p {margin: 6px 0 0 0;}
  64.  
  65. ul {list-style: circle;}
  66.  
  67. {block:IfOpacityInImages}img {opacity: 0.8;}{/block:IfOpacityInImages}
  68.  
  69. {block:IfCustomizeScrollbar}
  70. ::-webkit-scrollbar{width:4px; height:4px;}
  71. ::-webkit-scrollbar-button:start:decrement
  72. ::-webkit-scrollbar-button:end:increment{display:block; height:0;background-color: transparent;}
  73. ::-webkit-scrollbar-track-piece{background-color: transparent;}
  74. ::-webkit-scrollbar-thumb:vertical{height:4px; background-color: {color:Scrolling bar}; border-radius: 10px;}
  75. ::-webkit-scrollbar-thumb:horizontal{width:4px; background-color: {color:Scrolling bar}; border-radius: 10px;}
  76. {/block:IfCustomizeScrollbar}
  77.  
  78.  
  79. #tudo {
  80. width: 1100px;
  81. position: relative;
  82. margin: 0 auto;
  83. }
  84.  
  85. #content {
  86. position: relative;
  87. padding-left:5px;
  88. margin: 40px auto 40px 450px;
  89. {block:IfNotPostWidth400px}width:550px;
  90. {/block:IfNotPostWidth400px}{block:IfPostWidth400px}
  91. width: 850px;{/block:IfPostWidth400px}
  92. }
  93.  
  94. #caixa {background: {color:Post};
  95.  
  96. text-align: left;
  97. font: 12px 'tahoma';
  98. color: {color:Font};
  99. line-height: 1.7em;
  100. position: relative;
  101. overflow: hidden;
  102. {block:IfNotPostWidth400px}
  103. {block:IndexPage}
  104. margin: 2px; float: left; width: 250px;
  105. {/block:IndexPage}
  106. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  107. {/block:IfNotPostWidth400px}
  108. {block:IfPostWidth400px}
  109. width: 300px; margin: 0 5px 5px 0; float: left;
  110. {/block:IfPostWidth400px}
  111. }
  112.  
  113. #caixa img {max-width: 100%;}
  114.  
  115. #caixa blockquote {margin: 5px; border-left: 1px solid {color:Font}; padding-left: 5px;}
  116. #caixa blockquote img {max-width: 100%!important}
  117.  
  118. #caixa .post {margin: 5px;}
  119.  
  120. h1 {font: normal 13px 'georgia'; text-transform: none;}
  121.  
  122. h2, .asked h4 {text-align:left;font: 13px 'georgia'; text-transform: none; line-height: 1.7em; margin: 5px 0;}
  123.  
  124. h2:before {content:'“';text-align:left;}
  125. h2:after {content:'”';text-align:left;}
  126.  
  127. h3 {font: normal 14px 'arial'; color: {color:Font}; text-transform: none; text-align: center; line-height: 1.7em;}
  128.  
  129. .photo {text-align: center;}
  130.  
  131. .photo img {vertical-align: middle; {block:IndexPage}width: 100%;{/block:IndexPage}{block:PermalinkPage}max-width: 100%;{/block:PermalinkPage} height: auto;}
  132.  
  133. {block:IfOpacityInImages}
  134. .photoset img {opacity: 0.8;}
  135. {/block:IfOpacityInImages}
  136.  
  137.  
  138. .link {margin: 0;}
  139. .link a {color: {color:Font}; text-decoration: none;}
  140. .link a:after {content:' ';}
  141.  
  142. .quote-by {padding: 0 5px;text-align:left;}
  143. .quote-by:before {content:'— ';text-align:left;}
  144.  
  145. .audio iframe, .video iframe, .photoset iframe {width: 100%; vertical-align: middle;}
  146.  
  147. .audio {display: block; text-align: center;}
  148. .audio iframe {height: 30px; width: 30px; display: inline-block;}
  149.  
  150. .chat {margin: 0 0 5px; list-style: none; font-family: 'Courier New';}
  151. .chat li {padding: 3px 5px; margin: 1px 0px;}
  152. .chat li:first-child {padding: 5px 5px 3px;}
  153. .chat li:last-child {border: none;}
  154. .chat .label {font-weight: bold;}
  155.  
  156. #askerpam{text-align: left;
  157. vertical-align:bottom;
  158. margin-top:-24px;
  159. color: {color:descri};
  160. margin-left:20px;
  161. font-size:10px;
  162. font-family:calibri;}
  163. #questionpam{width:239px;
  164. padding:5px;
  165. background-color: {color:detalhes};
  166. -webkit-border-radius: 5px 5px 5px 5px;
  167. -moz-border-radius: 5px 5px 5px 5px;
  168. border-radius: 5px 5px 5px 5px;}
  169. #setapam {margin-top:-0px;
  170. color: {color:descri};
  171. margin-left:18px;
  172. font-size:10px;
  173. width: 0;
  174. height: 0;
  175. border-top: 17px solid {color:detalhes};
  176. border-left: 17px solid transparent;}
  177. .asked-info {margin: 10px 0; height: 24px; color: {color:descri};padding-left: 20px; font-size:12px;}
  178. .asked-info img {vertical-align: middle; -webkit-border-radius: 60px 0px 60px 60px;
  179. -moz-border-radius: 60px 0px 60px 60px;
  180. border-radius: 60px 0px 60px 60px;
  181. box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);} margin-right: 3px;}
  182.  
  183. #caixa .caption {margin: 5px;}
  184.  
  185. #caixa #info {margin: 20px 0 0; list-style: none; text-align: center;}
  186. #caixa #info button {background: none; border: none; padding: 0; margin: 0; overflow: hidden;}
  187.  
  188. ol.notes {margin: 0; list-style: none; padding: 5px;}
  189. ol.notes li {padding: 1px 0;}
  190. ol.notes li img.avatar {vertical-align: middle; margin-right: 5px;}
  191.  
  192. .r {-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;text-align:center;margin: 5px 15px 10px; font-size: 11px; opacity:0.5;}
  193. #caixa:hover .r {opacity: 1;-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;}
  194.  
  195. .c {position: absolute; cursor: default; left: 10px; bottom: 0; z-index: 9; opacity: 0;}
  196. #caixa:hover .c {opacity: 1; bottom: 5px;}
  197. .c cleiton {display: inline-block; cursor: pointer; background: rgba(0,0,0,.4); height: 15px; width: 15px; padding: 1px 3px 2px; border: 1px solid rgba(0,0,0,.2); border-radius: 2px;}
  198. .c cleiton:hover {background: rgba(0,0,0,.3);}
  199. .c.time {-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
  200.  
  201. {block:IfOpacityInImages}#sidebar {
  202. width: 160px;
  203. height:10px;
  204.  
  205. position:fixed; padding:px; border-top:0px solid #Eee;
  206. border-left:0px solid {color:border};
  207. border-bottom:0px solid {color:border};
  208. border-right:px solid {color:border};
  209. margin-left:260px;
  210. margin-top:70px;
  211.  
  212.  
  213. -webkit-transition: all 0.7s ease;
  214. -moz-transition: all 0.7s ease;
  215. -o-transition: all 0.7s ease;}
  216. #sidebar:hover #links {opacity: 1;}
  217.  
  218.  
  219. #sidebarimage {
  220. width 200px;
  221. -webkit-transition: all 0.7s ease;
  222. -moz-transition: all 0.7s ease;
  223. -o-transition: all 0.7s ease;
  224. border-radius: 522px; -webkit-filter: grayscale(0%); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  225.  
  226. #sidebarimage img {
  227. width:160px;
  228. height:200px;
  229. outline: 0px solid #eee; outline-offset: 5px;
  230. border:0px solid #eaeaea;
  231. border-left:0px solid #ccc;
  232. border-top:1px solid transparent;
  233. padding:8px ;
  234. opacity:0.9;
  235. border-left2px solid {color:border};
  236. -webkit-border-radius: px 100px 0px 0px;
  237. -webkit-transition: all 0.7s ease;
  238. -moz-transition: all 0.7s ease;
  239.  
  240. -o-transition: all 0.7s ease;
  241. }
  242. {/block:IfOpacityInImages}
  243.  
  244.  
  245. #sidebarimage:hover {
  246.  
  247. opacity:1;
  248. -webkit-transition: all 0.6s ease-out;
  249. -moz-transition: all 0.2s ease-out;
  250. }
  251.  
  252.  
  253. #sidebar:hover #sidebarimage img{outline: 0px solid #eee; outline-offset: -10px;}
  254.  
  255. #links1 {color: ;text-shadow: 5px 0px 0px; font-family:cambria; -webkit-border-radius:100px 00px 100px 0px;border-top:px solid #aaa; background:#00;border-left:px solid #EEE;font-style:itali; border-bottom:px dotted #ccc; font-size:10px;opacity:1; margin-top:280px; margin-left:261px; position:fixed; line-height: 11px; letter-spacing:px; height: px; z-index:100; text-align:center; font-weight: bld; padding:3px; text-shadow: 0px 0px 0px transparent; width: 170px;-webkit-transition: all 0.6s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.4s linear;}
  256. #links1 a {color: {color:links}; -webkit-border-radius:100px 0x 00px 00px; display:blck; text-transform: upercase; border-bottom:0px dotted #cccbcb; padding:px; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s; ease-in-out-moz-transition: all 0.4s linear; transition: all 0.4s linear; opacity: 1.7; width: 170px;}
  257. #links a:hover { -webkit-transform: rotateX(40deg); text-decoration:line-throug;-moz-opacity:1.0; letter-spacing:px; font-style:itaic; border-bottom:px solid #000; border-top:px solid #000; text-transform:upprcase; font-size:px;font-style:ialic; color: {color:hover};-khtml-opacity: 1.0; opacity: 1.0; -webkit-transition: all 0.6s linear; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;}
  258.  
  259.  
  260. #descri{width:145px; position:fixed; font-weight:bld;opacity:0; border-left:px solid {color:border}; background:#ee; {color:border};margin-left:13px;margin-top:8px; font-style:italc; text-transform: upprcase; font-size:10px;font-family:consolas; text-align:center; color: {color:descri}; padding:3px; height:10px; line-height:12px; letter-spacing:px; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  261. #sidebar:hover #descri {margin-top:-1px;opacity:1;-webkit-transform: rotateY(360deg);-webkit-transform: rotateX(360deg); }
  262. #titulo{
  263. -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  264. position:fixed;
  265. color: {color:descri};
  266. text-align:center;
  267. font-style:italc;
  268. width:145px;
  269. border-left:px solid #eaeaea;
  270. border-bottom:px solid #eaeaea;
  271. opacity:1;
  272. letter-spacing:0px;
  273. border-left:px solid {color:border};
  274. padding:2px;
  275. background: #ff;
  276. height:px;
  277. font-weight:bod;
  278. text-transform:upercase;
  279. margin-left:14px;
  280. margin-top:-0px;
  281. -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  282. -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out;
  283. font-family:consolas;
  284. text-transform: ;
  285. font-size:10px;
  286. line-height:12px;
  287.  
  288. -webkit-border-radius: 00px 00px 100px px;}
  289. #sidebar:hover #titulo {background:#000;color:#fff; -webkit-border-radius:100px 00px 100px 0px; margin-top:-40px;opacity:1; -webkit-transform: rotateX(-360deg); -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
  290. @font-face {
  291. font-family:titulo;
  292. src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,
  293. }
  294. @font-face{font-family:"Basic";src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  295.  
  296. .simb2{width:100px; position:fixed; margin-left:41px; margin-top:5px; font-size:15px; font-family: 'Old Standard TT'; text-align:center; color: {color:border}; line-height:1px; z-index: 9999999;}
  297. .simb2 a{color: transparent;}
  298. .simb2 a:hover{font-size:15px; color: black; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  299.  
  300. #pipi {width:70px;background:#ff; margin-left:9px; opacity:1;margin-top:220px;position:fixed;}
  301. #pipi {width:30px; height:20px;background:#00;transition:All 8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease;}
  302. #sidebar:hover .pipi {opacity:0;-webkit-transform: rotateY(360deg);}
  303. .pipi1 {width:160px;background:000; margin-left:70px; opacity:0;margin-top:111px;position:fixed;}
  304. .pipi1 {width:20px; height:20px;background:#00;transition:All 8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease;}
  305.  
  306.  
  307. #kawan{opacity:0;width:15px; height:15px; margin-top:225px;margin-left:10px; background-color:white; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out}
  308. #kawan img { width:20px; height:20px; -webkit-filter: grayscale(50%);}
  309.  
  310.  
  311.  
  312.  
  313. #sidebar:hover #kawan img{ -webkit-transform: rotateY(360deg); -webkit-transition-duration: .90s;}
  314.  
  315.  
  316. {CustomCSS}</style>
  317. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  318. <script type="text/javascript" src="https://31.media.tumblr.com/7be1a522f0ee0b608e8fd011c3f86a51/tumblr_mumrp5hCvu1qhlzvpo1_500.png"></script>
  319.  
  320.  
  321. <script type="text/javascript">
  322.  
  323. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  324. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  325. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  326.  
  327. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  328. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  329. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  330.  
  331. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  332. //$: Access to jQuery
  333. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  334. //state: "block" or "none", depending on state
  335. }
  336.  
  337. animatedcollapse.init()
  338.  
  339. </script>
  340. </head><body>
  341.  
  342.  
  343. <div id="sidemenu"></div>
  344.  
  345. <div id="sidebar">
  346. <div id="kawan"><img src="https://31.media.tumblr.com/0685e07f0179735187431dd84e7bed21/tumblr_naxempj9Dr1rcz87qo1_100.png"></div>
  347.  
  348.  
  349. <a href="/"><div id="sidebarimage"> <img src="{image:sidebar}">
  350. </div></a>
  351.  
  352. <div id="titulo"> {description}</i> </div>
  353. <div id="descri"> {text:frase}</i> </div>
  354. </big>
  355. </div>
  356. </div>
  357. <div id="links1">
  358. <i><a href="{text:Link1}">{text:Link1 Title}</a></i>
  359. <b><a href="{text:Link2}">{text:Link2 Title}</b></a>
  360. <i><a href="{text:Link3}">{text:Link3 Title}</i></a>
  361. <b><a href="{text:Link4}"> {text:Link4 Title}</b> </a>
  362. <a href="http://mists.tumblr.com"></a>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  369. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  370.  
  371. <div id="content">
  372. {block:Posts}
  373. <div id="caixa">
  374.  
  375. {block:Text}
  376. <div class="post">
  377. {block:Title}<h1>{Title}</h1>{/block:Title}
  378. {Body}
  379. {block:IndexPage}
  380. <div class="r">
  381. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  382. </div>
  383. {/block:IndexPage}
  384. </div>
  385. {/block:Text}
  386.  
  387. {block:Photo}
  388. <div class="photo">
  389. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  390. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{PhotoWidth-HighRes}" height="{PhotoHeight-HighRes}">
  391. {block:IndexPage}</a>{/block:IndexPage}
  392. </div>
  393. {block:IndexPage}<div class="c time">
  394. <cleiton>{ReblogButton size="15" color="white"}</cleiton>
  395. <cleiton>{LikeButton size="15" color="white"}</cleiton>
  396. </div>{/block:IndexPage}
  397. {block:PermalinkPage}
  398. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  399. {/block:PermalinkPage}
  400. {/block:Photo}
  401.  
  402. {block:Photoset}
  403. <div class="photoset">{Photoset}</div>
  404. {block:IndexPage}
  405. <div class="r">
  406. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  407. </div>
  408. {/block:IndexPage}
  409. {block:PermalinkPage}
  410. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  411. {/block:PermalinkPage}
  412. {/block:Photoset}
  413.  
  414. {block:Video}
  415. {block:IndexPage}
  416. {block:IfNotPostWidth400px}<div class="video">{VideoEmbed-250}</div>{/block:IfNotPostWidth400px}
  417. {block:IfPostWidth400px}<div class="video">{VideoEmbed-400}</div>{/block:IfPostWidth400px}
  418. <div class="r">
  419. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  420. </div>
  421. {/block:IndexPage}
  422. {block:PermalinkPage}
  423. {block:IfNotPostWidth400px}<div class="video">{VideoEmbed-500}</div>{/block:IfNotPostWidth400px}
  424. {block:IfPostWidth400px}<div class="video">{VideoEmbed-400}</div>{/block:IfPostWidth400px}
  425. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  426. {/block:PermalinkPage}
  427. {/block:Video}
  428.  
  429. {block:Quote}
  430. <div class="post">
  431. <h2>{Quote}</h2>
  432. {block:Source}<div class="quote-by"><b>{Source}</b></div>{/block:Source}
  433. {block:IndexPage}
  434. <div class="r">
  435. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  436. </div>
  437. {/block:IndexPage}
  438. </div>
  439. {/block:Quote}
  440.  
  441. {block:Link}
  442. <div class="post">
  443. <h3 class="link"><a href="{URL}" {Target}>{Name}</a></h3>
  444. {block:Description}{Description}{/block:Description}
  445. {block:IndexPage}
  446. <div class="r">
  447. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  448. </div>
  449. {/block:IndexPage}
  450. </div>
  451. {/block:Link}
  452.  
  453. {block:Chat}
  454. <div class="post">
  455. {block:Title}<h1>{Title}</h1>{/block:Title}
  456. <div class="chat">
  457. {block:Lines}<li>
  458. {block:LABEL}<span class="label">{Label}</span>{/block:Label}
  459. {Line}
  460. </li>{/block:Lines}
  461. </div>
  462. {block:IndexPage}
  463. <div class="r">
  464. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  465. </div>
  466. {/block:IndexPage}
  467. </div>
  468. {/block:Chat}
  469.  
  470. {block:Audio}
  471. <div class="post">
  472. <div class="audio">{AudioEmbed}</div>
  473. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  474. {block:IndexPage}
  475. <div class="r">
  476. <a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">reblog</a>
  477. </div>
  478. {/block:IndexPage}
  479. </div>
  480. {/block:Audio}
  481.  
  482. {block:Answer}
  483. <div class="post">
  484. <div id="questionpam">{Question}</div>
  485.  
  486. <div id="setapam"></div>
  487.  
  488. <div class="asked-info">
  489.  
  490. <a href="{AskerURL}"><img src="{AskerPortraitURL-24}" title="{AskerNAME}"></a> {Asker}
  491. </div>
  492. {Answer}
  493. {block:IndexPage}
  494. <div class="r">
  495. <a href="{Permalink}">{NoteCount}</a>{block:AskEnabled} · <a href="/ask">ask me</a>{/block:AskEnabled}
  496. </div>
  497. {/block:IndexPage}
  498. </div>
  499. {/block:Answer}
  500.  
  501. {block:PermalinkPage}
  502. {block:Date}
  503. <div id="info">
  504.  
  505. <li>{DayOfMonth} {Month} {Year}, {24HourWithZero}:{Minutes}</li>
  506.  
  507. {block:NoteCount}<li>{NoteCountWithLabel}</li>{/block:NoteCount}
  508.  
  509. {block:Answer}<li>{lang:Asked by Asker 2}</li>{/block:Answer}
  510.  
  511. {block:RebloggedFrom}<li>{lang:Reblogged from} <a href="{ReblogParentURL}">{ReblogParentName}</a></li>{/block:RebloggedFrom}
  512.  
  513. {block:ContentSource}<li>{lang:Source}: <a href="{SourceURL}">{SourceLink}</a></li>{/block:ContentSource}
  514.  
  515. {block:HasTags}<li>{lang:Tags}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</li>{/block:HasTags}
  516.  
  517. </div>
  518. {/block:Date}
  519.  
  520. {block:PostNotes}{PostNotes}{/block:PostNotes}
  521.  
  522. {/block:PermalinkPage}
  523.  
  524. </div>
  525. {/block:Posts}
  526. </div>
  527.  
  528. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  529. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  530. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  531. <script type="text/javascript">
  532. $(window).load(function () {
  533. $('#content').masonry(),
  534. $('.masonryWrap').infinitescroll({
  535. navSelector : "div#navigation",
  536. nextSelector : "div#navigation a#nextPage",
  537. itemSelector : "#caixa",
  538. bufferPx : 10000,
  539. extraScrollPx: 11000,
  540. loadingImg : "http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif",
  541. loadingText : "",
  542. },
  543. // call masonry as a callback.
  544. function() { $('#content').masonry({ appendedContent: $(this) }); }
  545. );
  546. });
  547. </script>
  548.  
  549. {block:IndexPage}
  550. <div class="column navigation" id="navigation">
  551. {block:Pagination}
  552. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  553. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  554. </div>
  555. {/block:IndexPage}
  556.  
  557. </div>
  558.  
  559. </body>
  560. </html>
  561.  
  562. <style>
  563. .thm {position:fixed;bottom:30px;right:22px;font-size:11px;font-family:consolas;color:#555;font-style:ialic;}</style>
  564.  
  565. <div class="thm" title=""><a href="http://mathkawan.tumblr.com/">mists</a></div>
  566.  
  567.  
  568. </div>
  569.  
  570. </body>
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment