mausamixoxo

theme 1

Aug 12th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.45 KB | None | 0 0
  1. <!--
  2. original theme by capturingfeelings
  3. edited by witheredtrust
  4. if you delete the credit, i swear i'll poop on you. jk but seriously, have some dignity.
  5. -->
  6.  
  7. <html lang="en">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40.  
  41. <!-- DEFAULT VARIABLES -->
  42. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  44. <meta name="color:background" content="#FFFFFF"/>
  45. <meta name="color:text" content="#000"/>
  46. <meta name="color:title" content="#000"/>
  47. <meta name="color:first letter of title one" content="#e2b4b4">
  48. <meta name="color:scrollbar" content="#e2b4b4"/>
  49. <meta name="color:link" content="#e2b4b4"/>
  50. <meta name="color:hover" content="#ccc"/>
  51. <meta name="image:sideimage1" content="1"/>
  52. <meta name="image:sideimage2" content="1"/>
  53. <meta name="image:sideimage3" content="1"/>
  54. <meta name="image:sideimage4" content="1"/>
  55. <meta name="if:tiny cursor" content="1"/>
  56. <meta name="image:Background" content=""/>
  57. <meta name="text:title one" content="Love me now, when I'm gone"/>
  58. <meta name="text:title two" content="love me none"/>
  59. <meta name="text:link1" content="" />
  60. <meta name="text:Custom Link One Title" content="home" />
  61. <meta name="text:link2" content="" />
  62. <meta name="text:Custom Link Two Title" content="ask" />
  63. <meta name="text:link3" content="" />
  64. <meta name="text:Custom Link Three Title" content="etcetera" />
  65. <meta name="text:link4" content="" />
  66. <meta name="text:Custom Link Four Title" content="etcetera" />
  67.  
  68. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  69.  
  70. <style type="text/css">
  71.  
  72.  
  73. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  74.  
  75. @font-face {
  76. font-family: "dawning";
  77. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color:{color:Link};
  82. height:auto;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color:#eee
  87. height:auto !important;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. height:auto;
  92. width:4px;
  93. background-color:#ffffff;
  94. border: 0px solid #aaa;
  95. }
  96.  
  97. {block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  98. }
  99. body, a, a:hover {http://img69.imageshack.us/img69/7673/cursorw.png), progress;}a:hover body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  100. }
  101. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  102.  
  103. body {
  104. margin:0px;
  105. background-color: {color:Background};
  106. background-image:url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;}
  109. body, div, p, textarea, submit, input{
  110. font-family: handy00;
  111. font-size: 8px;
  112. line-height:11px;
  113. letter-spacing:0px;
  114. color:{color:Text};
  115. }
  116.  
  117. p {
  118. margin:0px;
  119. margin-top:0px;
  120. }
  121.  
  122. a:link, a:active, a:visited{
  123. color: {color:Link};
  124. text-decoration: none;
  125. -webkit-transition: color 0.8s ease-out;
  126. -moz-transition: color 0.8s ease-out;
  127. transition: color 0.8s ease-out;
  128. }
  129.  
  130. a:hover {
  131. color:{color:Hover};
  132. -webkit-transition: 0.5s ease-in; -moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;
  133.  
  134. text-shadow:4px 2px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),6px 12px 0px rgba(0,0,0,0.1),-8px 5px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  135. }
  136.  
  137. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  138.  
  139. div#center{
  140. margin:auto;
  141. position:relative;
  142. width:900px;
  143. background-color:;
  144. overflow:auto;
  145. overflow-y:hidden;
  146. }
  147.  
  148. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  149.  
  150.  
  151. div#sidebar{
  152. position:fixed !important;
  153. width: 230px;
  154. height:400px;
  155. margin: 100px 0px 0px -70px;
  156. font-family: handy00;
  157. border-right: 0px dashed #aaa;
  158. font-size: 8px;
  159. line-height:11px;
  160. letter-spacing:1px;
  161. background-color: transparent;
  162. padding: 1px;
  163. line-height:8px;
  164. margin-bottom: 5px;
  165. }
  166.  
  167. div#desc{
  168. font-family: littlefont;
  169. overflow: auto;
  170. position:fixed;
  171. width:230px;
  172. height:40px;
  173. background: transparent;
  174. padding:2px;
  175. margin-top: 360px;
  176. margin-left: -100px;
  177. border: 0px solid #ddd;
  178. }
  179.  
  180. div#sideimage1{
  181. opacity: 1;
  182. position: fixed;
  183. width: 125px;
  184. height: 123px;
  185. border: 0px solid #ddd;
  186. margin-top: -3px;
  187. margin-left: -35px;
  188. border-top-left-radius:3px;
  189. }
  190.  
  191.  
  192. div#desc1{
  193. opacity: .0;
  194. position:fixed;
  195. width:9px;
  196. height:5px;
  197. padding: 5px;
  198. background-color:transparent;
  199. margin-top: -8px;
  200. margin-left: -40px;
  201. transition: all 0.7s ease-out;
  202. -o-transition-transition: all 0.7s ease-out;
  203. -webkit-transition: all 0.7s ease-out;
  204. -moz-transition: all 0.7s ease-out;
  205. }
  206.  
  207. #desc1:hover {
  208. opacity:.9;
  209. -webkit-transition: all 0.7s ease-in-out;
  210. -moz-transition: all 0.7s ease-in-out;
  211. -o-transition: all 0.7s ease-in-out;
  212. -ms-transition: all 0.7s ease-in-out;
  213. transition: all 0.7s ease-in-out;
  214. }
  215.  
  216. div#sideimage2{
  217. opacity: 1;
  218. position: fixed;
  219. width: 125px;
  220. height: 123ox;
  221. border: 0px solid #ddd;
  222. margin-top: -3px;
  223. margin-left: 90px;
  224. border-top-left-radius:3px;
  225. }
  226.  
  227. div#desc2{
  228. opacity: .0;
  229. position:fixed;
  230. width:9px;
  231. height:5px;
  232. padding: 5px;
  233. background-color:transparent;
  234. margin-top: -8px;
  235. margin-left: 85px;
  236.  
  237. transition: all 0.7s ease-out;
  238. -o-transition-transition: all 0.7s ease-out;
  239. -webkit-transition: all 0.7s ease-out;
  240. -moz-transition: all 0.7s ease-out;
  241. }
  242.  
  243. #desc2:hover {
  244. opacity:.9;
  245. -webkit-transition: all 0.7s ease-in-out;
  246. -moz-transition: all 0.7s ease-in-out;
  247. -o-transition: all 0.7s ease-in-out;
  248. -ms-transition: all 0.7s ease-in-out;
  249. transition: all 0.7s ease-in-out;
  250. }
  251.  
  252.  
  253. div#sideimage3{
  254. opacity: 1;
  255. position: fixed;
  256. width: 125px;
  257. height: 123px;
  258. border: 0px solid #ddd;
  259. margin-top: 127px;
  260. margin-left: -35px;
  261. border-top-left-radius:3px;
  262. }
  263.  
  264. div#desc3{
  265. opacity: .0;
  266. position:fixed;
  267. width:9px;
  268. height:5px;
  269. padding: 5px;
  270. background-color:transparent;
  271. margin-top: 122px;
  272. margin-left: -40px;
  273. transition: all 0.7s ease-out;
  274. -o-transition-transition: all 0.7s ease-out;
  275. -webkit-transition: all 0.7s ease-out;
  276. -moz-transition: all 0.7s ease-out;
  277. }
  278.  
  279. #desc3:hover {
  280. opacity:.9;
  281. -webkit-transition: all 0.7s ease-in-out;
  282. -moz-transition: all 0.7s ease-in-out;
  283. -o-transition: all 0.7s ease-in-out;
  284. -ms-transition: all 0.7s ease-in-out;
  285. transition: all 0.7s ease-in-out;
  286. }
  287.  
  288. div#sideimage4{
  289. opacity: 1;
  290. position: fixed;
  291. width: 125px;
  292. height: 123ox;
  293. border: 0px solid #ddd;
  294. margin-top: 127px;
  295. margin-left: 90px;
  296. border-top-left-radius:3px;
  297. }
  298.  
  299. div#desc4{
  300. opacity: .0;
  301. position:fixed;
  302. width:9px;
  303. height:5px;
  304. padding: 5px;
  305. background-color:transparent;
  306. margin-top: 122px;
  307. margin-left: 85px;
  308. transition: all 0.7s ease-out;
  309. -o-transition-transition: all 0.7s ease-out;
  310. -webkit-transition: all 0.7s ease-out;
  311. -moz-transition: all 0.7s ease-out;
  312. }
  313.  
  314. #desc4:hover {
  315. opacity:.9;
  316. -webkit-transition: all 0.7s ease-in-out;
  317. -moz-transition: all 0.7s ease-in-out;
  318. -o-transition: all 0.7s ease-in-out;
  319. -ms-transition: all 0.7s ease-in-out;
  320. transition: all 0.7s ease-in-out;
  321. }
  322.  
  323.  
  324.  
  325.  
  326.  
  327. @font-face{
  328.  
  329. font-family: 'pixel';
  330.  
  331. font-style: normal;
  332.  
  333. font-weight: normal;
  334.  
  335. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  336.  
  337.  
  338.  
  339. #posts{
  340. float:center;
  341. {block:indexpage}
  342. width:900px;
  343. {/block:indexpage}
  344. {block:permalinkpage}
  345. width:800px;
  346. {/block:permalinkpage}
  347. margin-left: 180px;
  348. margin-top: 3px;
  349. }
  350.  
  351. #entry{
  352. float:left;
  353. width: 300px;
  354. height: auto;
  355. padding-top: 2px;
  356. padding-bottom: 0px;
  357. padding-left: 2px;
  358. padding-right: 2px;
  359. margin-right:0px;
  360. margin-bottom:0px;
  361. text-align:center;
  362. border: 0px dotted #aaa;
  363. {block:PermalinkPage}
  364. width: 500px;
  365. height: auto;
  366. {/block:PermalinkPage}
  367. }
  368.  
  369. .peeta {
  370. font-family: pixel;
  371. font-size: 8px;
  372. letter-spacing: 0px;
  373. color: #424242;
  374. line-height: 9px;
  375. padding: 0px;
  376. margin: 4px 8px 0px 8px;
  377. text-transform:normal;
  378. text-align: right;
  379. }
  380.  
  381. div#winners{
  382. position:fixed !important;
  383. width: auto;
  384. height: auto;
  385. margin-top:53px;
  386. margin-left: -115px;
  387. color: #000000;
  388. background-color: transparent;
  389. font-family: sweetly;
  390. font-size: 38px;
  391. line-height: 40px;
  392. text-align: center;
  393.  
  394. }
  395.  
  396. div#winners:first-letter {
  397. color: {color:first letter of title one};
  398. font-size:38px;
  399. text-transform: uppercase;
  400. }
  401.  
  402. div#losers{
  403. position:fixed !important;
  404. width: auto;
  405. height: 12px;
  406. margin-top:73px;
  407. margin-left: -15px;
  408. background-color: transparent;
  409. font-family: littlefont;
  410. text-transform: uppercase;
  411. color: #000000;
  412. font-size: 10px;
  413. letter-spacing: 5px;
  414. line-height: 40px;
  415. text-align: center;
  416. border-bottom: 1px dashed #000;
  417. }
  418.  
  419.  
  420. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  421.  
  422. @font-face {
  423. font-family: "sweetly";
  424. src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');
  425. }
  426.  
  427. #postnotes{
  428. text-align: justify;
  429. }
  430.  
  431. #postnotes blockquote{
  432. border: 0px;
  433. }
  434.  
  435. .title{ font-family: "dawning"; font-size: 21px; line-height: 20px; color: {color:Title}; letter-spacing: 0px; font-weight: normal; padding:0px 0px 0px 0px; text-shadow: 1px 1px 4px #CCCCCC;}
  436.  
  437.  
  438. @font-face {
  439. font-family: "dawning";
  440. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  441. }
  442.  
  443.  
  444. blockquote{
  445. padding:0px 0px 2px 5px;
  446. margin:0px 0px 2px 1px;
  447. border-left: 1px solid #000;
  448. }
  449.  
  450. blockquote p, ul{
  451. margin:0px;
  452. padding:0px;
  453. }
  454.  
  455. a img{border: 0px;}
  456. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  457. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  458. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  459. .notes img{width:10px; position:relative; top:3px;
  460. }
  461.  
  462. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  463.  
  464. .blogtitle{ font-family: "discoverbeauty"; text-shadow: 1px 1px 2px #D4CCCD; font-size: 18px; letter-spacing: 0px; line-height: -100px; font-weight: normal; margin: 100px 100px 100px 10px; text-align:center; color: #7A7979; }
  465.  
  466. #permalink {
  467. position: absolute;
  468. margin-top: 8px;
  469. margin-rigth: 1061px;
  470. opacity: 0;
  471. -webkit-transition: all .3s ease;
  472. -moz-transition: all .3s ease;
  473. -o-transition: all .3s ease;
  474. transition: all .3s ease;
  475. }
  476.  
  477. #entry:hover #permalink {
  478. margin-top: 8px;
  479. margin-left: 400px;
  480. opacity: 1;
  481. }
  482.  
  483. #permalink {
  484. position: absolute;
  485. margin-top: 8px;
  486. margin-rigth: 1061px;
  487. opacity: 0;
  488. -webkit-transition: all .3s ease;
  489. -moz-transition: all .3s ease;
  490. -o-transition: all .3s ease;
  491. transition: all .3s ease;
  492. }
  493.  
  494. #entry:hover #permalink {
  495. margin-top: 8px;
  496. margin-left: 60px;
  497. opacity: 1;
  498. }
  499.  
  500.  
  501.  
  502. .perma{
  503. opacity: 0.0;
  504. filter: alpha(opacity = 0);
  505. margin-top: 0px;
  506. width: 60px;
  507. height: 30px;
  508. line-height: 30px;
  509. font-size: 9px;
  510. position:absolute;
  511. text-align: center;
  512. z-index:9999991;
  513. margin-top: 5px;
  514. margin-left: 100px;
  515. -webkit-transition: all .4s ease;
  516. -moz-transition: all .4s ease;
  517. -o-transition: all .4s ease;
  518. transition: all .4s ease;
  519. }
  520.  
  521. #entry:hover .perma {
  522. -webkit-transition: opacity 0.6s linear;
  523. opacity: 1;
  524. margin-top: 5px;
  525. margin-left: -2px;
  526. -webkit-transition: all .4s ease;
  527. -moz-transition: all .4s ease;
  528. -o-transition: all .4s ease;
  529. transition: all .4s ease;
  530. }
  531.  
  532. .permalinktext {
  533. display: block;
  534. padding: 0px;
  535. margin: 4px 8px 0px 8px;
  536. text-transform: uppercase;
  537. font-family: littlefont;
  538. font-size: 8px;
  539. color: #424242;
  540. line-height: 18px;
  541. text-align: center;
  542. text-decoration: none;
  543. -webkit-transition: color 0.5s ease-out;
  544. -moz-transition: color 0.5s ease-out;
  545. border-top: 1px solid #dcdcdc;
  546. }
  547.  
  548.  
  549. .idk {
  550. width: 21px;
  551. height: 20px;
  552. overflow: hidden;
  553. position: relative;
  554. z-index: 9999999;
  555. position: absolute;
  556. margin-top: 0px;
  557. margin-left: 10px;
  558. }
  559. .rep {
  560. width: 24px;
  561. height: 20px;
  562. overflow: hidden;
  563. position: relative;
  564. z-index: 9999999;
  565. position: absolute;
  566. margin-top: 0px;
  567. margin-left: 34px;
  568. }
  569. .idk a:hover {
  570. background-position: 0px 0px;
  571. }
  572. .idk a {
  573. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  574. background-position: 0px 0px;
  575. display: block;
  576. z-index: 9999999;
  577. webkit-transition: all 0s linear;
  578. -webkit-transition: all 0s linear;
  579. -moz-transition: all 0s linear;
  580. transition: all 0s linear;
  581. }
  582. .idk img {
  583. width: 21px;
  584. height: 20px;
  585. webkit-transition: all 0.2s linear;
  586. -webkit-transition: all 0.2s linear;
  587. -moz-transition: all 0.2s linear;
  588. transition: all 0.2s linear;
  589. }
  590. .rep img{
  591. width: 24px;
  592. height: 20px;
  593. line-height: 30px;
  594. display: inline;
  595. }
  596.  
  597. .idk2 { position: absolute;
  598. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  599. height: 20px;
  600. font-size: 11px;
  601. line-height: 20px;
  602. color: #fff;
  603. position: absolute;
  604. font-family: 'happy monkey';
  605. margin-top: 0px;
  606. margin-left: 61px;
  607. padding-left: 4px;
  608. padding-right: 4px;
  609. -moz-border-radius: 2px;
  610. border-radius: 2px;
  611. }
  612. .idk2 a{
  613. color: #fff;
  614. }
  615.  
  616. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  617.  
  618. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  619.  
  620. small{font-size: 90%;}
  621.  
  622. .video2 embed, .post div.video object {width:250px !important; height:250px !important;}
  623.  
  624. {CustomCSS}
  625. ::selection {
  626. background: {color:link};
  627. color: #fff;
  628. }
  629.  
  630. ::-moz-selection {
  631. background: {color:link};
  632. color: #ffffff;
  633. }
  634. </style>
  635.  
  636. <link rel="shortcut icon" href="http://th839.photobucket.com/albums/zz313/galacutie_bucket/th_mini-graphics-bows-835317.gif">
  637. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  638. <meta name="viewport" content="width=820" />
  639.  
  640. </head>
  641. <body onkeydown="return false">
  642.  
  643. <div id="cage">
  644. <div id="center">
  645. <div id="sidebar">
  646. <div id="sideimage1"><a href="/"><img src="{image:sideimage1}" width=125px height=130px></a></div>
  647. <div id="desc1"><a href="{text:link1}"><div style="color:#e2b4b4; width: 125px; height: 130px; border: 0px solid #8e8c92; background-color:#ffffff; font-family: sweetly; font-size: 50px; text-align: center; line-height:100px">{text:Custom Link One Title}</a></div></div>
  648.  
  649. <div id="sideimage2"><a href="/"><img src="{image:sideimage2}" width=125px height=130px></a></div>
  650. <div id="desc2"><a href="{text:link2}"><div style="color:#e2b4b4; width: 125px; height: 130px; border: 0px solid #8e8c92; background-color:#ffffff; font-family: sweetly; font-size: 50px; text-align:center; line-height:100px">{text:Custom Link Two Title}</a></div></div>
  651.  
  652. <div id="sideimage3"><a href="/"><img src="{image:sideimage3}" width=125px height=134px></a></div>
  653. <div id="desc3"><a href="{text:link3}"><div style="color:#e2b4b4; width: 125px; height: 134px; border: 0px solid #8e8c92; background-color:#ffffff; font-family: sweetly; font-size: 50px; text-align: center; line-height:120px">{text:Custom Link Three Title}</a></div></div>
  654.  
  655. <div id="sideimage4"><a href="/"><img src="{image:sideimage4}" width=125px height=134px></a></div>
  656. <div id="desc4"><a href="{text:link4}"><div style="color:#e2b4b4; width: 125px; height: 134px; border: 0px solid #8e8c92; background-color:#ffffff; font-family: sweetly; font-size: 50px; text-align: center; line-height:120px">{text:Custom Link Four Title}</a></div></div>
  657.  
  658.  
  659. </div>
  660.  
  661. <div id="desc"><center>{description}<br></center></div><div style="font color={color:text}">
  662.  
  663.  
  664. <div id="winners">{text:title one} </div>
  665. <div id="losers">{text:title two} </div>
  666.  
  667. <div id="posts">
  668. {block:Posts}
  669. <div id="entry">
  670.  
  671. {block:Text}
  672. {block:Title}<span class="title">{Title}</span>{/block:Title}
  673. <span class="entrytext">{Body}</span>
  674. <div class="permalinktext">
  675. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  676. </div>
  677. {/block:Text}
  678.  
  679. {block:Link}
  680. <a href="{URL}" class="title">{Name}</a>
  681. {block:Description}{Description}{/block:Description}
  682. <div class="permalinktext">
  683. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  684. </div>
  685. {block:Link}
  686.  
  687. {block:Photo}{block:IndexPage}<div class="perma">
  688. <div class="idk"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="30" height="30" alt="Like this post" id="likeimage{PostID}"/></a> </div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  689. <div class="idk2"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  690. </div>
  691. {/block:IndexPage}
  692. {block:IndexPage}
  693. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=300px/></a>
  694. {/block:IndexPage}
  695. {block:permalinkpage}{LinkOpenTag}
  696. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=470px/>{LinkCloseTag}
  697. {/block:permalinkpage}
  698. {/block:Photo}
  699.  
  700.  
  701. {block:Quote}
  702. <span class="entrytext">{Quote}</span>
  703. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  704. <div class="permalinktext">
  705. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  706. </div>
  707. {/block:Quote}
  708.  
  709. {block:Chat}
  710. {block:Title}<span class="title">{Title}</span>{/block:Title}
  711. <ul class="chat">
  712. {block:Lines}
  713. <li class="user_{UserNumber}">
  714. {block:Label}
  715. <span class="label">{Label}</span>
  716. {/block:Label}
  717.  
  718. {Line}
  719. </li>
  720. {/block:Lines}
  721. </ul>
  722. <div class="permalinktext">
  723. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  724. </div>
  725. {/block:Chat}
  726.  
  727.  
  728. {block:Audio}
  729. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  730. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  731. <div class="permalinktext">
  732. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  733. </div>
  734. {/block:Audio}
  735.  
  736. {block:Video}<center>
  737. <div class="video">{Video-400}</div></center>
  738. <div class="permalinktext">
  739. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  740. </div>
  741. {block:Video}
  742.  
  743. {block:Answer}
  744. <div style="border-radius:2px; border: 1px dotted {color:link}; margin: 3px; min-height:30px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 3px #ddd; font-family: handy00; font-size: 8px;">
  745. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 20px;"/>
  746. {Asker} whispered : {Question}</div>
  747. <div style="font-family: ronda; font-size: 8px;">
  748. {Answer}
  749. </div><p align=center><div class="permalinktext">
  750. <a href="{permalink}">{notecountwithlabel} <font color="{color:link}">♥</font> {timeago}</a>
  751. </div></align>{/block:Answer}
  752.  
  753. {block:PostNotes}<div align="middle">{caption}</div>
  754. <center>
  755.  
  756. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  757.  
  758. {block:HasTags}
  759. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  760. {block:RebloggedFrom}
  761. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  762. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  763.  
  764. {/block:RebloggedFrom}
  765. </center></span>
  766. <br>
  767. <div id="postnotes">{PostNotes}</div><br>
  768.  
  769. <center>{block:ContentSource}
  770. <br><a href="{SourceURL}">
  771. {lang:Source}:
  772. {block:SourceLogo}
  773. <img src="{BlackLogoURL}" width="{LogoWidth}"
  774. height="{LogoHeight}" alt="{SourceTitle}" />
  775. {/block:SourceLogo}
  776. {block:NoSourceLogo}
  777. {SourceLink}
  778. {/block:NoSourceLogo}
  779. </a>
  780. {/block:ContentSource}</center>
  781.  
  782. {/block:PostNotes}
  783. </div>
  784. {/block:Posts}
  785. </div></div>
  786.  
  787. {block:indexpage}
  788. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  789. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  790. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  791. <script type="text/javascript">
  792. $(window).load(function(){
  793. var $wall = $('#posts');
  794. $wall.imagesLoaded(function(){
  795. $wall.masonry({
  796. itemSelector: '#entry, #entry_photo',
  797. isAnimated : false
  798. });
  799. });
  800.  
  801. $wall.infinitescroll({
  802. navSelector : '#page-nav',
  803. nextSelector : '#page-nav a',
  804. itemSelector : '#entry, #entry_photo',
  805. bufferPx : 2000,
  806. debug : false,
  807. errorCallback: function() {
  808. $('#infscr-loading').fadeOut('normal');
  809. }},
  810. function( newElements ) {
  811. var $newElems = $( newElements );
  812. $newElems.hide();
  813. $newElems.imagesLoaded(function(){
  814. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  815. });
  816. }); $('#content').show(500);
  817. });
  818. </script>
  819. </div>
  820. </body>
  821.  
  822. <div style="position:fixed; bottom:10px; right:10px;">
  823. <a href="http://witheredtrust.tumblr.com">credit</a>
  824.  
  825.  
  826. </html>
Advertisement
Add Comment
Please, Sign In to add comment