Advertisement
Guest User

Theme 4 by themesbyhabiba

a guest
Nov 19th, 2012
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 18.96 KB | None | 0 0
  1. <!---
  2. Theme 4 by yogurtly/wreckedblog. Do NOT use as a base-code.
  3. ----->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. WebFontConfig = {
  11. google: { families: [ 'Monsieur+La+Doulaise::latin' , 'Oswald::latin', 'Marvel::latin', 'Six+Caps::latin' ] }
  12. };
  13. (function() {
  14. var wf = document.createElement('script');
  15. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  16. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  17. wf.type = 'text/javascript';
  18. wf.async = 'true';
  19. var s = document.getElementsByTagName('script')[0];
  20. s.parentNode.insertBefore(wf, s);
  21. })(); </script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise|Oswald|Marvel|Six+Caps' rel='stylesheet' type='text/css'>
  24.  
  25. <script type="text/javascript">
  26.  
  27.  
  28. <!--
  29.  
  30. // Disable Right Click Script
  31.  
  32. function IE(e)
  33. {
  34. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  35. {
  36. return false;
  37. }
  38. }
  39. function NS(e)
  40. {
  41. if (document.layers || (document.getElementById && !document.all))
  42. {
  43. if (e.which == "2" || e.which == "3")
  44. {
  45. return false;
  46. }
  47. }
  48. }
  49. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  50.  
  51. //-->
  52. </script>
  53. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  54. <meta name="color:Background" content="#C29B9B"/>
  55. <meta name="color:Border" content="#363636"/>
  56. <meta name="color:Title" content="#292929"/>
  57. <meta name="color:Text" content="#363636"/>
  58. <meta name="color:Links" content="#C29B9B"/>
  59. <meta name="color:bb" content="#C29B9B"/>
  60. <meta name="color:scrollbar" content="#727272"/>
  61. <meta name="color:text shadow" content="#aaaaaa"/>
  62. <meta name="color:Sidebar Title" content="#ffffff"/>
  63. <meta name="color:Hover" content="#ddd"/>
  64. <meta name="color:topbar" content=""/>
  65. <meta name="image:Background" content=""/>
  66. <meta name="image:Sidebar" content=""/>
  67. <meta name="image:LinksBackground" content=""/>
  68. <meta name="image:Post BG" content=""/>
  69. <meta name="text:Sidebar Title" content="title here"/>
  70. <meta name="text:Link One Title" content="link 1" />
  71. <meta name="text:Link One" content="" />
  72. <meta name="text:Link Two Title" content="link 2"/>
  73. <meta name="text:Link Two" content="" />
  74. <meta name="text:Link Three Title" content="link 3"/>
  75. <meta name="text:Link Three" content="" />
  76. <meta name="if:ShowLinksBackground" content=""/>
  77. </script>
  78.  
  79. <script type="text/javascript" src="http://static.tumblr.com/lz9mf2v/jD2mdnb3r/myfont.txt"></script>
  80.  
  81. <style type="text/css">
  82.  
  83. @import url(http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise|Oswald|Marvel|Six+Caps);
  84.  
  85. iframe#tumblr_controls {
  86.     right:3px !important;
  87.     position: fixed !important;
  88.     -webkit-transition:
  89.     opacity: .7s linear;
  90.     opacity: 1;
  91.     -webkit-transition: all 0.8s ease-out;
  92.     -moz-transition: all 0.8s ease-out;
  93.     transition: all 0.8s ease-out;}
  94.  
  95.  
  96. ::-webkit-scrollbar {width: 5px; height: 5px; background: #dddddd;}
  97.  
  98. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  99.  
  100. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  101.  
  102. @font-face {
  103. font-family: "dawning";
  104. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  105. }
  106.  
  107. ::selection {
  108. background: #ebbbaa;
  109. color: #ffffff;
  110. }
  111.  
  112.  
  113. ::-moz-selection {
  114. background: #ebbbaa;
  115. color: #ffffff;
  116. }
  117.  
  118.  
  119. body{
  120. margin:5px;
  121. background-color: {color:Background};
  122. background-image:url({image:Background});
  123. background-attachment: fixed;
  124. background-repeat: repeat;
  125. font-size: 8px;
  126. font-family: ronda;
  127. line-height:10px;
  128. color:{color:Text};
  129. color-link:{color:Links}
  130. cursor:url(http://i.imgur.com/2qleX.jpg), progress;
  131. }
  132.  
  133. a:link, a:active, a:visited{
  134. color: {color:Links};
  135. text-decoration: none;
  136. -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;
  137. }
  138.  
  139. a:hover{
  140. -webkit-transition: color 0.4s ease-out;
  141. -moz-transition: color 0.4s ease-out;
  142. text-shadow: 2px 0 .6px #FF0000, -3px 0 .5px #00F1F5;
  143. }
  144.  
  145. #meow: width:250px; height:auto;}
  146. {block:PermalinkPage}
  147. width:410px;
  148. {/block:PermalinkPage}
  149. }
  150.  
  151. #center{
  152. padding-top:3px;
  153. padding-bottom:3px;
  154. position:fixed !important;
  155. width:250px;
  156. height:207px;
  157. background-color:#fff;
  158. {block:PermalinkPage}
  159. width:410px;
  160. height:207px;
  161. {/block:PermalinkPage}
  162. }
  163.  
  164. #posts{
  165. float:center;
  166. {block:indexpage}
  167. width:622px;
  168. {/block:indexpage}
  169. {block:permalinkpage}
  170. width:800px;
  171. {/block:permalinkpage}
  172. background-image:url({image:post BG});
  173. background-attachment !important;
  174. padding: 17px;
  175. width:508px;
  176. backgroun-repeat: repeat;
  177. margin-left: 270px;
  178. margin-top: 80px;
  179. }
  180.  
  181. #topbar {
  182. z-index:99999;
  183. top:0px;
  184. position:fixed !important;
  185. width:540px;
  186. margin-left:265px;
  187. height: 80px;
  188. line-height:11px;
  189. {Block:IfNotShowLinksBackground}
  190. color:({color:Topbar Links});
  191. {/Block:IfNotShowLinksBackground}
  192. background-color:{color:topbar};
  193. {Block:IfShowLinksBackground}
  194. background-image:url({image:linksbackground});
  195. {/Block:IfShowLinksBackground}
  196. opacity:0.9;
  197. }
  198.  
  199. #sidebar {
  200. opacity:1;
  201. position:fixed !important;
  202. width: 210px;
  203. font-size: 10px;
  204. font-family: "arial";
  205. height: auto;
  206. background-color:white;
  207. margin-left:900px;
  208. margin-top:145px;
  209. padding:6px;
  210. border: 1px solid #aaa;
  211. }
  212. #sidebar:hover{
  213. opacity: 1.0;
  214. }
  215. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  216.  
  217. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  218.  
  219. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  220.  
  221. div#desc{
  222. position:fixed !important;
  223. opacity: 0.7;
  224. background-color:;
  225. border: px solid #aaa;
  226. padding: 8px;
  227. width: 213px;
  228. height: auto;
  229. margin-top: 10px;
  230. margin-left: -5px;
  231. text-align: center;
  232. }
  233.  
  234. .navbox {
  235. display: block;
  236. background: {color:navigation box background};
  237. }
  238.  
  239. .navtitle{
  240. text-transform: uppercase;
  241. font-size: 11px;
  242. line-height: 11px;
  243. letter-spacing: 3px;
  244. border-bottom: 1px solid #4c4c4c;
  245. padding-bottom: 5px;
  246. color: {color:navigation title};
  247. }
  248.  
  249.  
  250. @font-face {
  251. font-family: "Call Me";
  252. src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype");
  253. }
  254.  
  255.  
  256.  
  257. p.custom_font {
  258. font-family: Call Me;
  259. }
  260.  
  261.  
  262.  
  263. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  264.  
  265. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  266.  
  267. @font-face { font-family: "simply"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  268.  
  269. @font-face { font-family: "s"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  270.  
  271. faqq {
  272. font-family: simply;
  273. font-size:30px;
  274. color:{color:Title};
  275. text-shadow: 0px 0px 0px #ddd;
  276. z-index:1;
  277. }
  278.  
  279. div#placelinks{
  280.     margin-top:30px;
  281.     color:{color:Topbar Links};
  282. }
  283.  
  284. div#titlebar{
  285. position: fixed !important;
  286. margin-left:892px;
  287. margin-top:110px;
  288. color:{color:Sidebar Title};
  289. text-shadow: 2px 2px 4px {color:text shadow};
  290. width: 258px;
  291. font-family:'Oswald', sans-serif;
  292. text-transform: uppercase;
  293. font-size: 30px;
  294. line-height:10px;
  295. letter-spacing:0px;
  296. text-align: center;
  297. }
  298. @font-face { font-family:Sweetly Broken; src: url(http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf);
  299. }
  300.  
  301. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  302.  
  303. div#underbar{
  304. position: fixed !important;
  305. margin-left:105px;
  306. margin-top:165px;
  307. color:{color:Sidebar Title};
  308. text-shadow: 0px 0px 10px {color:text shadow};
  309. width: 258px;
  310. font-family: "Oswald";
  311. font-size: 10px;
  312. line-height:10px;
  313. letter-spacing:0px;
  314. text-align: right;
  315. }
  316. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/pwgdr2n/yAkm3iisd/a_s_black_swan.ttf');
  317. }
  318.  
  319. .linkbar{
  320. padding:5px;
  321. font-family:"six caps";
  322. font-size:40px;
  323. line-height:10px;
  324. text-transform:none;
  325. text-align:center;
  326. color:{color:other links};
  327. z-index:9999999999999;
  328. -webkit-transition: all 0.2s ease-in-out;
  329. -moz-transition: all 0.2s ease-in-out;
  330. -o-transition: all 0.2s ease-in-out;
  331. -ms-transition: all 0.2s ease-in-out;
  332. transition: all 0.2s ease-in-out;
  333. }
  334.  
  335. .linkbar:hover{
  336. -webkit-transition: all 0.2s ease-in-out;
  337. -moz-transition: all 0.2s ease-in-out;
  338. -o-transition: all 0.2s ease-in-out;
  339. -ms-transition: all 0.2s ease-in-out;
  340. transition: all 0.2s ease-in-out;
  341. text-shadow: 0px 0px 2px #fff;
  342. }
  343.  
  344.  
  345. @font-face{
  346. font-family: 'pixel';
  347. font-style: normal;
  348. font-weight: normal;
  349. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  350.  
  351.  
  352. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  353.  
  354. @font-face { font-family: "gram"; src: url('http://static.tumblr.com/jdjsstr/vQrm800ez/neou-bold_1_.otf'); }
  355.  
  356. #entry .perma a{
  357. color:;}
  358.  
  359. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  360.  
  361. @font-face {font-family: "neou";src: url('http://static.tumblr.com/jdjsstr/tmCm6t649/neou-thin_1_.otf');}
  362.  
  363. .permalink {
  364. display: block;
  365. border-top: 1px solid #ddd;
  366. padding: 3px;
  367. margin: 4px 8px 0px 8px;
  368. font-family: arma;
  369. font-size: 8px;
  370. color: #424242;
  371. line-height: 18px;
  372. text-align: center;
  373. text-decoration: none;
  374. -webkit-transition: color 0.9s ease-out;
  375. -moz-transition: color 0.9s ease-out;
  376. }
  377.  
  378. #entry .perma a{
  379. color:;
  380.  
  381. -webkit-transition: color 0.9s ease-out;
  382. -moz-transition: color 0.9s ease-out;
  383. }
  384.  
  385.  
  386. #entry .perma{
  387. width:125px;
  388. height: 12px;
  389. font-family: arma;
  390. text-transform:cursive;
  391. position: absolute;
  392. font-size: 8px;
  393. line-height: 11px;
  394. text-align: center;
  395. overflow:hidden;
  396. opacity: 0.0;
  397. background-color:#fff;
  398. letter-spacing:0px;
  399. margin-top:-5px;
  400. margin-left: 5px;
  401. padding-bottom:1px;
  402. -webkit-transform: rotate(240deg);
  403. border-radius: 0px;
  404. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  405. -webkit-transition: all 0.5s linear;
  406. -moz-transition: all 0.5s linear;
  407. transition: all 0.5s linear;
  408. }
  409.  
  410. #entry:hover .perma{
  411. margin-top: 5px;
  412. margin-left: 5px;
  413. width: 65px;
  414. height: 12px;
  415. text-transform:uppercase;
  416. overflow:visible;
  417. -webkit-transform: rotate(0deg);
  418. -webkit-transition: all 0.5s linear; opacity: 0.8;
  419. -webkit-transition: all 0.5s linear;
  420. -moz-transition: all 0.5s linear;
  421. transition: all 0.5s linear;
  422. }
  423.  
  424.  
  425.  
  426. .permalinktext {
  427. display: block;
  428. padding: 1px;
  429. margin: 0px 0px 0px 8px;
  430. font-family: arma;
  431. letter-spacing: 0px;
  432. font-size: 8px;
  433. color: #424242;
  434. line-height: 10px;
  435. text-align: right;
  436. text-decoration: none;
  437. -webkit-transition: color 0.5s ease-out;
  438. -moz-transition: color 0.5s ease-out;
  439. border-top: 1px solid #dcdcdc;
  440. }
  441.  
  442. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  443.  
  444. askk {
  445. font-family: yolo;
  446. color: {color:Title};
  447. font-size:25px;
  448. z-index:1;
  449. }
  450.  
  451. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  452. #postnotes{
  453. text-align: left;
  454. }
  455.  
  456. #postnotes blockquote{
  457. border: 0px;
  458. }
  459.  
  460. #entry{
  461. opacity:1;
  462. font-family: ronda;
  463. font-size: 8px;
  464. line height: 11px;
  465. text-align:center;
  466. z-index:9999;
  467. float:left;
  468. width: 237px;
  469. height: auto;
  470. {block:PermalinkPage}
  471. width: 514px;
  472. height: auto;
  473. {/block:PermalinkPage}
  474. line-height:8px;
  475. background-color:#fff;
  476. padding:2px;
  477. margin-right:13px;
  478. overflow:hidden;
  479. margin-bottom:13px;
  480. transition: all 0.9s ease-out;
  481. -o-transition-transition: all 0.9s ease-out;
  482. -webkit-transition: all 0.9s ease-out;
  483. -moz-transition: all 0.9s ease-out;
  484. }
  485.  
  486. #entry:hover {
  487. opacity: 1.0;
  488. -webkit-filter: grayscale(95%);
  489. transition: all 0.5s ease-out;
  490.  
  491. transition: all 0.9s ease-out;
  492. -o-transition-transition: all 0.9s ease-out;
  493. -webkit-transition: all 0.9s ease-out;
  494. -moz-transition: all 0.9s ease-out;
  495. }
  496.  
  497. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  498.  
  499. #permapage{
  500. font-family: tinytots;
  501. font-size: 8px;
  502. line-height: 8px;
  503. text-align: center;
  504. padding-bottom:10px;
  505. z-index:9999;}
  506.  
  507. .title{
  508. font-family: Joe Schmoe;
  509. font-size: 19px;
  510. line-height: 20px;
  511. color: {color:Title};
  512. font-weight: normal;
  513. padding: 2px 0px 0px 0px;
  514. }
  515. @font-face {font-family:Joe Schmoe; src:url(http://static.tumblr.com/9wzbixa/grOm26n8m/dk_joe_schmoe.ttf);
  516. }
  517. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  518.  
  519. .blogtitle{
  520. font-family: beauty;
  521. font-size: 18px;
  522. line-height: 18px;
  523. color: {color:Link};
  524. font-weight: normal;
  525. }
  526.  
  527. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  528.  
  529. blockquote{
  530. padding:0px 0px 2px 3px;
  531. margin:0px 0px 2px 1px;
  532. }
  533. ul, ol, li{
  534. list-style:none;
  535. margin:0px;
  536. padding:0px;
  537. }
  538.  
  539. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  540. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  541. }
  542.  
  543. a.links {
  544. font-family: ruluko;
  545. font-size: 8px;
  546. line-height: 8px;
  547. text-transform: normal;
  548. letter-spacing:0px;
  549. display:block;
  550. padding: 0px;
  551. margin-top: 0px;
  552. }
  553.  
  554. a.links:hover {
  555. font-style: underline;
  556. text-decoration: none;
  557. letter-spacing:10px;
  558. }
  559.  
  560. </style>
  561. <title>{Title}</title>
  562. <link rel="shortcut icon" href="{favicon}">
  563. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  564. <meta name="viewport" content="width=720" />
  565. </head>
  566. <body>
  567. <div id="center">
  568. <div id="content">
  569. <div id="border"></div>
  570. <div id="sidebar">
  571. <a href="/"><img src="{image:sidebar}" style="" width="210"px; height="auto";></a>
  572. <center>
  573. {Description}
  574. </div>
  575. <div id="links">
  576. <center>
  577. <div class="linkbar">
  578. <div id="topbar">
  579. <div id="placelinks">
  580. <a href="/">home</a>
  581. &middot
  582. <a href="/ask">Ask</a>
  583. &middot
  584. <a href="{text:Link One}">{text:Link One Title}</a>
  585. &middot
  586. <a href="{text:Link Two}">{text:Link Two Title}</a>
  587. &middot
  588. <a href="{text:Link Three}">{text:Link Three Title}</a>
  589. </div>
  590. </div>
  591. </div>
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. <div id="titlebar">
  597. <center>
  598. {text:Sidebar Title}
  599. </center>
  600. </div>
  601. </div>
  602.  
  603. <div id="posts">
  604.  
  605. {block:Posts}
  606. <div id="entry">
  607. {block:Text}
  608. {block:Title}<span class="title">{Title}</span>{/block:Title}
  609. <span class="entrytext">{Body}</span>
  610. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  611. {/block:Text}
  612.  
  613. {block:Link}
  614. <a href="{URL}" class="title">{Name}</a>
  615. {block:Description}{Description}{/block:Description}
  616. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  617. {block:Link}
  618.  
  619. {block:Photo}{block:IndexPage}
  620. <div class="perma">
  621. <a href="{permalink}">{NoteCount}</a> &middot <a> <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  622. {/block:IndexPage}
  623. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=237px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  624. {/block:Photo}
  625.  
  626.  
  627. {block:Quote}
  628. <span class="entrytext">{Quote}</span>
  629. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  630. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">Reblog</a> </div>
  631. {/block:Quote}
  632.  
  633. {block:Chat}
  634. {block:Title}<span class="title">{Title}</span>{/block:Title}
  635. <ul class="chat">
  636. {block:Lines}
  637. <li class="user_{UserNumber}">
  638. {block:Label}
  639. <span class="label">{Label}</span>
  640. {/block:Label}
  641.  
  642. {Line}
  643. </li>
  644. {/block:Lines}
  645. </ul>
  646. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  647. {/block:Chat}
  648.  
  649.  
  650. {block:Audio}
  651. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  652. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  653. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  654. {/block:Audio}
  655.  
  656. {block:Video}<center>
  657. <div class="video">{Video-400}</div></center>
  658. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  659. {block:Video}
  660.  
  661. {block:Answer}
  662. <br>
  663. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  664. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  665. <askk>{Asker}</askk>: {Question}<br></div>
  666. <div style="font-family: ronda; font-size: 8px;">
  667. {Answer}
  668. </div>
  669. {/block:Answer}
  670.  
  671. {block:PostNotes}<div align="middle">{caption}</div>
  672. <center>
  673.  
  674. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  675.  
  676. {block:HasTags}
  677. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  678. {block:RebloggedFrom}
  679. kissed <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  680. kissed by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  681.  
  682. {/block:RebloggedFrom}
  683. </center></span>
  684. <br>
  685. <div id="postnotes">{PostNotes}</div><br>
  686.  
  687. <center>{block:ContentSource}
  688. <br><a href="{SourceURL}">
  689. {lang:Source}:
  690. {block:SourceLogo}
  691. <img src="{BlackLogoURL}" width="{LogoWidth}"
  692. height="{LogoHeight}" alt="{SourceTitle}" />
  693. {/block:SourceLogo}
  694. {block:NoSourceLogo}
  695. {SourceLink}
  696. {/block:NoSourceLogo}
  697. </a>
  698. {/block:ContentSource}</center>
  699.  
  700. {/block:PostNotes}
  701. </div>
  702. {/block:Posts}
  703. </div></div>
  704.  
  705. {block:indexpage}
  706. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  707. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  708. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  709. <script type="text/javascript">
  710. $(window).load(function(){
  711. var $wall = $('#posts');
  712. $wall.imagesLoaded(function(){
  713. $wall.masonry({
  714. itemSelector: '#entry, #entry_photo',
  715. isAnimated : false
  716. });
  717. });
  718.  
  719. $wall.infinitescroll({
  720. navSelector : '#page-nav',
  721. nextSelector : '#page-nav a',
  722. itemSelector : '#entry, #entry_photo',
  723. bufferPx : 2000,
  724. debug : false,
  725. errorCallback: function() {
  726. $('#infscr-loading').fadeOut('normal');
  727. }},
  728. function( newElements ) {
  729. var $newElems = $( newElements );
  730. $newElems.hide();
  731. $newElems.imagesLoaded(function(){
  732. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  733. });
  734. }); $('#content').show(500);
  735. });
  736. </script>
  737. {/block:indexpage}
  738.  
  739. </div>
  740. <body onkeydown="return false">
  741.  
  742. </html>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement