Advertisement
lifegonewild

theme 15 // benbruise

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