Advertisement
ramisaaaaa

Untitled

Aug 17th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.26 KB | None | 0 0
  1. <!--
  2. theme by biebinator
  3. -->
  4.  
  5. <head>
  6. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Unkempt|The+Girl+Next+Door|Allura|Sevillana|Seaweed+Script|Norican|Ruluko|Italianno' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Miniver|Give+You+Glory|Short+Stack|Loved+by+the+King|Coming+Soon|Raleway:100|Handlee|Indie+Flower' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <meta name="color:background" content="#dadada"/>
  12. <meta name="color:text" content="#130C11"/>
  13. <meta name="color:hover" content="#130C11"/>
  14. <meta name="color:link" content="#000000"/>
  15. <meta name="color:shadow" content="#dadada"/>
  16. <meta name="image:sidebar" content="1"/>
  17. <meta name="image:background" content="1"/>
  18. <meta name="if:show photo" content="1"/>
  19. <meta name="if:faded images" content="0"/>
  20. <meta name="if:transparent sidebar" content="1"/>
  21. <meta name="text:link two" content="" />
  22. <meta name="text:link two title" content="" />
  23. <meta name="text:link three" content="" />
  24. <meta name="text:link three title" content="" />
  25. <meta name="text:link four" content="" />
  26. <meta name="text:link four title" content="" />
  27. <meta name="text:link five" content="" />
  28. <meta name="text:link five title" content="" />
  29. <meta name="color:link 1" content="#A23838"/>
  30. <meta name="color:link 2" content="#DD7616"/>
  31. <meta name="color:link 3" content="#F1F12D"/>
  32. <meta name="color:link 4" content="#16B816"/>
  33. <meta name="color:link 5" content="#16B8B1"/>
  34. <meta name="color:link 6" content="#320C55"/>
  35.  
  36. <style type="text/css">
  37.  
  38. {block:iffadedimages}img{
  39.  
  40. -webkit-transition: opacity 0.4s linear;
  41.  
  42. opacity: 0.90;
  43.  
  44. }
  45. img:hover{
  46.  
  47. -webkit-transition: opacity 0.4s linear;
  48.  
  49. opacity: 1;
  50.  
  51. }{/block:iffadedimages}
  52.  
  53.  
  54.  
  55. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  56. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  57.  
  58.  
  59. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  60.  
  61. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  62.  
  63.  
  64. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  65.  
  66. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 0ex; border: 1px solid black;}
  67.  
  68.  
  69. #tumblr_controls{
  70. position:fixed !important;
  71. }
  72.  
  73. .wrapper{
  74. margin: 0px auto;
  75. width: 802px;
  76. }
  77.  
  78. .header{
  79. float: left;
  80. width: 100%;
  81. }
  82.  
  83. .left{
  84. float: left;
  85. margin-right: 0px;
  86. width: 802px;
  87. }
  88.  
  89. .right{
  90. float: right;
  91. width: 200px;
  92. background-color: {color:Background};
  93. }
  94.  
  95. body {
  96. margin:0px;
  97. text-decoration: none;
  98. background-color: {color:background};
  99. background-image:url({image:Background});
  100. background-attachment: fixed;
  101. background-repeat: repeat;
  102. color: {color:Text};
  103. font-family: verdana;
  104. font-size:9px;
  105. }
  106.  
  107. div#content{
  108. padding: 4px;
  109. }
  110.  
  111. a:link, a:active, a:visited{
  112. color: {color:Link};
  113. text-decoration: none;
  114. -webkit-transition: color 0.2s ease-out;
  115. -moz-transition: color 0.2s ease-out;
  116. }
  117.  
  118. a:hover{
  119. color:{color:Hover};
  120. text-decoration: ;
  121. -webkit-transition: color 0.2s ease-out;
  122. -moz-transition: color 0.2s ease-out;
  123. text-shadow: {color:shadow} 5px 2px 2px;
  124. }
  125.  
  126. .entry {
  127. float:left;
  128. {block:IndexPage}
  129. padding: 2px;
  130. padding-bottom: 0px;
  131. margin: 0px;
  132. width: 400px;
  133. {/block:IndexPage}
  134. background-color: white;
  135. {block:PermalinkPage}
  136. width:400px;
  137. {/block:PermalinkPage}
  138. opacity: 1.0;
  139. }
  140.  
  141. .permalink{
  142. display: block;
  143. line-height: 13px;
  144. text-transform: none;
  145. font-family: helvetica;
  146. font-size: 8px;
  147. text-align:center;
  148. margin-top: 1px;
  149. background-color: #696969;
  150. opacity: 0.8;
  151. text-transform: uppercase;
  152. font-color: #000000;
  153. }
  154.  
  155. .entry:hover .permalink{
  156. background-color: white;
  157. -webkit-transition: all .2s ease;
  158. -moz-transition: all .2s ease;
  159. -o-transition: all .2s ease;
  160. transition: all .2s ease;
  161. }
  162.  
  163. .perms {
  164. color: #000000;
  165. opacity: 0.8;
  166. font-family: littlefont;
  167. text-transform: uppercase;
  168. font-size:8px;
  169. line-height:18px;
  170. background-color: #ffffff;
  171. padding:5px 5px;
  172. }
  173.  
  174. .perms a:hover {
  175. color: #000000;
  176. text-decoration: underline;
  177. }
  178.  
  179.  
  180. .perma
  181. {
  182. opacity: 0.0;
  183. filter: alpha(opacity = 0);
  184. margin-top: 0px;
  185. width: px;
  186. height: 30px;
  187. line-height: 30px;
  188. font-size: 9px;
  189. position:absolute;
  190. text-align: center;
  191. z-index:9999991;
  192. color: {color:permalink};
  193.  
  194. }
  195. a.p
  196. {
  197.  
  198. color: {color:permalink};
  199. }
  200. .entry:hover .perma {
  201.  
  202. margin-top: -20px;
  203. margin-left: 0px;
  204. opacity: 1;
  205. -webkit-transition: all .2s ease;
  206. -moz-transition: all .2s ease;
  207. -o-transition: all .2s ease;
  208. transition: all .2s ease;
  209.  
  210.  
  211. }
  212.  
  213.  
  214. .perma2
  215. {
  216. opacity: 0.0;
  217. filter: alpha(opacity = 0);
  218. margin-top: -25px;
  219. width: px;
  220. height: 30px;
  221. line-height: 30px;
  222. font-size: 9px;
  223. position:absolute;
  224. text-align: center;
  225. z-index:9999991;
  226. color: {color:permalink};
  227.  
  228. }
  229. a.p
  230. {
  231.  
  232. color: {color:permalink};
  233. }
  234. .entry:hover .perma2 {
  235.  
  236. margin-top:-18px;
  237. margin-left: 60px;
  238. opacity: 1;
  239. -webkit-transition: all .2s ease;
  240. -moz-transition: all .2s ease;
  241. -o-transition: all .2s ease;
  242. transition: all .2s ease;
  243.  
  244.  
  245. }
  246.  
  247.  
  248. select {
  249. font-size: 9px;
  250. width: 100px;
  251.  
  252.  
  253. }
  254. option {
  255. font-size: 9px;
  256.  
  257. text-align: left;
  258.  
  259. }
  260. input[type=button]
  261. {
  262. font-size: 9px;
  263. }
  264.  
  265. .likep {
  266. width: 21px;
  267. height: 20px;
  268. overflow: hidden;
  269. position: relative;
  270. z-index: 9999999;
  271. position: absolute;
  272. margin-top: 26px;
  273. margin-left: 5px;
  274. }
  275. .rep {
  276. width: 24px;
  277. height: 20px;
  278. overflow: hidden;
  279. position: relative;
  280. z-index: 9999999;
  281. position: absolute;
  282. margin-top: 26px;
  283. margin-left: 31px;
  284. }
  285. .likep a:hover {
  286. background-position: 0px 0px;
  287. }
  288. .likep a {
  289. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  290. background-position: 0px 0px;
  291. display: block;
  292. z-index: 9999999;
  293. webkit-transition: all 0s linear;
  294. -webkit-transition: all 0s linear;
  295. -moz-transition: all 0s linear;
  296. transition: all 0s linear;
  297. }
  298. .likep img {
  299. width: 21px;
  300. height: 20px;
  301. webkit-transition: all 0.2s linear;
  302. -webkit-transition: all 0.2s linear;
  303. -moz-transition: all 0.2s linear;
  304. transition: all 0.2s linear;
  305. }
  306. .rep img{
  307. width: 24px;
  308. height: 20px;
  309. line-height: 30px;
  310. display: inline;
  311. }
  312.  
  313. .noteslabel { position: absolute;
  314. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  315. height: 20px;
  316. font-size: 11px;
  317. line-height: 20px;
  318. color: #fff;
  319. position: absolute;
  320. margin-top: 26px;
  321. margin-left: 60px;
  322. padding-left: 4px;
  323. padding-right: 4px;
  324. -moz-border-radius: 2px;
  325. border-radius: 2px;
  326. font-weight: bold;
  327. }
  328. .noteslabel a{
  329. color: #fff;
  330. }
  331.  
  332. div#sidebar2{
  333. position:fixed !important;
  334. margin-left: 728px;
  335. margin-top: 140px;
  336. width: 60px;
  337. height: 14%;
  338. padding: 0px;
  339. line-height:10px;
  340. font-size: 8px;
  341. font-family: tinytots;
  342. letter-spacing:0px;
  343. margin-bottom: 0px;
  344. background-color:transparent;
  345. background-image:url(http://assets.tumblr.com/images/x.gif);
  346. }
  347.  
  348.  
  349. .link1 a {
  350. width:3px; height:3px; font-family: littlefont;
  351. font-size:8px;
  352. text-transform: uppercase; line-height: 3px; display:block; margin-bottom:0px; margin-right:8px; text-align: right; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 3px;background-color:{color:Link 1};
  353. }
  354.  
  355.  
  356.  
  357. .link1:hover a{
  358. background-color:{color:Link 1}; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:56px; text-align:right; border-radius: 0px 10px 10px 0px; border: 1px black solid;
  359. }
  360.  
  361.  
  362.  
  363. .link2 a {
  364. width:3px; height:3px;font-family: littlefont;
  365. font-size:8px;
  366. text-transform: uppercase; line-height: 3px; display:block; margin-bottom:0px; margin-right:8px; text-align: right; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 3px;background-color:{color:Link 2};
  367. }
  368.  
  369.  
  370.  
  371. .link2:hover a{
  372. background-color:{color:Link 2}; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:56px; text-align:right; border-radius: 0px 10px 10px 0px; border: 1px black solid;
  373. }
  374.  
  375.  
  376.  
  377. .link3 a {
  378. width:3px; height:3px; font-family: littlefont;
  379. font-size:8px;
  380. text-transform: uppercase; line-height: 3px; display:block; margin-bottom:0px; margin-right:8px; text-align: right; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 3px;background-color:{color:Link 3};
  381. }
  382.  
  383.  
  384.  
  385. .link3:hover a{
  386. background-color:{color:Link 3}; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:56px; text-align:right; border-radius: 0px 10px 10px 0px; border: 1px black solid;
  387. }
  388.  
  389.  
  390.  
  391. .link4 a {
  392. width:3px; height:3px; font-family: littlefont;
  393. font-size:8px;
  394. text-transform: uppercase; line-height: 3px; display:block; margin-bottom:0px; margin-right:8px; text-align: right; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 3px;background-color:{color:Link 4};
  395. }
  396.  
  397. .link4:hover a{
  398. background-color:{color:Link 4}; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:56px; text-align:right; border-radius: 0px 10px 10px 0px; border: 1px black solid;
  399. }
  400.  
  401. .link5 a {
  402. padding-left:11px;
  403. width:3px; height:3px;font-family: littlefont;
  404. font-size:8px;
  405. text-transform: uppercase; line-height: 3px; display:block; margin-bottom:0px; margin-right:8px; text-align: right; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 3px;background-color:{color:Link 5};
  406. }
  407.  
  408. .link5:hover a{
  409. background-color:{color:Link 5}; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:56px; text-align:right; border-radius: 0px 10px 10px 0px; border: 1px black solid;
  410. }
  411.  
  412. .link6 a {
  413. padding-left:11px;
  414. width:3px; height:3px;font-family: littlefont;
  415. font-size:8px;
  416. text-transform: uppercase; line-height: 3px;display:block; margin-bottom:0px; margin-right:8px; text-align: right; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 3px;background-color:{color:Link 6};
  417. }
  418.  
  419. .link6:hover a{
  420. background-color:{color:Link 6}; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:56px; text-align:right; border-radius: 0px 10px 10px 0px; border: 1px black solid;
  421. }
  422.  
  423.  
  424. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  425.  
  426. div#sidebar{
  427. position:fixed !important;
  428. width: 200px;
  429. height:auto;
  430. margin-top: 50px;
  431. margin-left:520px;
  432. padding: 2px;
  433. line-height:11px;
  434. letter-spacing:0px;
  435. margin-bottom: 6px;
  436. background-color:white {block:iftransparentsidebar}transparent{/block:iftransparentsidebar};
  437. font-size: 9px;
  438. opacity: 1.0;
  439. }
  440.  
  441. #posts {
  442. width: 630px;
  443. margin-left:100px;
  444. background-color: transparent;
  445. {block:PermalinkPage}
  446. margin-left:160px;
  447. {/block:PermalinkPage}
  448. float:left;
  449. }
  450.  
  451.  
  452. #infscr-loading{
  453. bottom: -70px;
  454. position: absolute;
  455. left: 50%;
  456. margin-left:-8px;
  457. width:16px;
  458. height:11px;
  459. overflow:hidden;
  460. margin-bottom: 50px;
  461. }
  462.  
  463.  
  464. .nav {position:fixed; margin-left:186px; margin-top:-122px; overflow:hidden}
  465.  
  466. #side1 {overflow:hidden}
  467.  
  468. #side1 a {width:36px; height:10px; font-family:helvetica; font-size: 10px; line-height: 9px; display:block; margin-bottom:0px; margin-right:8px; text-align: left; background-color: ; color: transparent; padding: 5px; letter-spacing: 0px; text-transform:lowercase; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; font-style:normal; overflow:hidden; margin-bottom: 1px;}
  469.  
  470. #side1 a:hover {background-color:#aaa; color:#000;-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;padding:5px; width:-56px; text-align:left; border-radius: 0px 10px 10px 0px;border: 1px white solid;}
  471.  
  472.  
  473.  
  474.  
  475. .title{
  476. font-family: arial;
  477. font-size: 20px;
  478. line-height:24px;
  479. color: {color:Title};
  480. text-transform: uppercase;
  481. font-weight: bold;
  482. }
  483.  
  484. .blogtitle{
  485. font-family: meow;
  486. font-size: 25px;
  487. line-height:35px;
  488. color: {color:Title};
  489. font-weight: italic;
  490. }
  491.  
  492. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  493.  
  494. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  495.  
  496. blockquote{
  497. padding:0px 0px 2px 5px;
  498. margin:0px 0px 2px 10px;
  499. border-left: 1px dotted #555555;
  500. }
  501.  
  502.  
  503. {CustomCSS}
  504.  
  505. </style>
  506.  
  507. {block:IndexPage}
  508. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  509. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  510.  
  511. <script type="text/javascript">
  512. $(window).load(function () {
  513. var $content = $('#posts');
  514. $content.masonry({itemSelector: '.entry'}),
  515. $content.infinitescroll({
  516. navSelector : 'div#pagination',
  517. nextSelector : 'div#pagination a#nextPage',
  518. itemSelector : '.entry',
  519. loading: {
  520. finishedMsg: '',
  521. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  522. },
  523. bufferPx : 600,
  524. extraScrollPx: 700,
  525. debug : false,
  526. },
  527. // call masonry as a callback.
  528. function( newElements ) {
  529. var $newElems = $( newElements );
  530. $newElems.hide();
  531. // ensure that images load before adding to masonry layout
  532. $newElems.imagesLoaded(function(){
  533. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  534.  
  535.  
  536. });
  537. });
  538. });
  539. </script>
  540.  
  541. {/block:IndexPage}
  542.  
  543. <title>{title}</title>
  544.  
  545. <link rel="shortcut icon" href="{Favicon}">
  546. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  547. <meta name="viewport" content="width=820" />
  548.  
  549. </head>
  550. <body>
  551. <div class="wrapper">
  552. <div class="header">
  553. </span>
  554. </div>
  555.  
  556.  
  557. <div id="center">
  558.  
  559. <div id="sidebar2">
  560. <span class="link1"><a href="/">home</a> </span>
  561. {block:iflinktwo}<span class="link2"><a href="{text:link two}">{text:link two title}</a></span>{/block:iflinktwo}
  562. {block:iflinkthree}<span class="link3"><a href="{text:link three}">{text:link three title}</a></span>{/block:iflinkthree}
  563. {block:iflinkfour}<span class="link4"><a href="{text:link four}">{text:link four title}</a></span>{/block:iflinkfour}
  564. {block:iflinkfive}<span class="link5"><a href="{text:link five}">{text:link five title}</a></span>{/block:iflinkfive}
  565. <span class="link6"><a href="http://biebinator.tumblr.com/">theme</a></span>
  566. </div>
  567.  
  568.  
  569. <div id="sidebar">
  570.  
  571. <center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}"height= auto width=200px></a>
  572. {/block:ifshowphoto}</center>
  573. <center>{Description}</center>
  574.  
  575. </div>
  576.  
  577. <div id="content">
  578. <div class="left">
  579.  
  580. <div id="posts">
  581.  
  582. {block:Posts}
  583. <div class="entry">
  584.  
  585. {block:IndexPage}
  586. {/block:IndexPage}
  587.  
  588. {block:Text}
  589. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  590. <div class="permalink">
  591. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  592. <span class="permalink"><a href="{permalink}"></a></div>
  593. {/block:Text}
  594.  
  595. {block:Link}
  596. <a href="{URL}" class="title">{Name}</a>
  597. {block:Description}{Description}{/block:Description}
  598. <div class="permalink">
  599. <span class="permalink"><a href="{permalink}">
  600. <span class="permalink"><a href="{permalink}">
  601. </a></a></span></div>
  602. {block:Link}
  603.  
  604. {block:Photo}{block:IndexPage}<div class="perma">
  605. <div class="likep"><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>
  606. {block:NoteCount}<div class="noteslabel"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>{/block:NoteCount}
  607.  
  608.  
  609. </div>
  610. {/block:IndexPage}
  611. {block:IndexPage}
  612. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>
  613. {/block:IndexPage}
  614. {block:permalinkpage}{LinkOpenTag}
  615. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  616. {/block:permalinkpage}
  617.  
  618. {/block:Photo}
  619.  
  620.  
  621.  
  622. {block:Photoset}
  623. {block:IndexPage}
  624. <center>
  625. {Photoset-400}</center>
  626. {/block:IndexPage}
  627. {block:PermalinkPage}
  628. <center>
  629. {Photoset-500}</center>
  630. <div class="permalink">
  631. <span class="permalink"><a href="{permalink}">
  632. <span class="permalink"><a href="{permalink}">
  633. </a></a></span></div>
  634. {/block:PermalinkPage}
  635. {/block:Photoset}
  636.  
  637. {block:Quote}
  638. {Quote}</span>
  639. {block:Source}<strong>{Source}</strong>{/block:Source}
  640. <div class="permalink">
  641. <span class="permalink"><a href="{permalink}">
  642. <span class="permalink"><a href="{permalink}">
  643. </a></a></span></div>
  644. {/block:Quote}
  645.  
  646. {block:Chat}
  647. {block:Title}<span class="title">{Title}</span>{/block:Title}
  648. <ul class="chat">
  649. {block:Lines}
  650. <li class="user_{UserNumber}">
  651. {block:Label}
  652. <span class="label">{Label}</span>
  653. {/block:Label}
  654.  
  655. {Line}
  656. </li>
  657. {/block:Lines}
  658. </ul><div class="permalink">
  659. <span class="permalink"><a href="{permalink}">
  660. <span class="permalink"><a href="{permalink}">
  661. </a></a></span></div>
  662.  
  663. {/block:Chat}
  664.  
  665. {block:Audio}
  666. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  667. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  668. <div class="permalink">
  669. <span class="permalink"><a href="{permalink}">
  670. <span class="permalink"><a href="{permalink}">
  671. </a></a></span></div>
  672. {/block:Audio}
  673.  
  674. {block:Video}
  675. {block:IndexPage}
  676. <center>
  677. {Video-400}</center>
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. <center>
  681. {Video-500}</center>
  682. {/block:PermalinkPage}
  683. <div class="permalink">
  684. <span class="permalink"><a href="{permalink}">
  685. <span class="permalink"><a href="{permalink}">
  686. </a></a></span></div>
  687. {block:Video}
  688.  
  689. {block:PermalinkPage}
  690. <center>
  691. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  692. {/block:PermalinkPage}
  693.  
  694.  
  695. {block:PostNotes}{PostNotes}
  696. {/block:PostNotes}
  697. </div>
  698.  
  699.  
  700. {/block:Posts}
  701. </div>
  702. </div>
  703. {block:IndexPage}
  704. {block:Pagination}
  705. <div id="pagination">
  706. {block:NextPage}
  707. <a id="nextPage" href="{NextPage}"></a>
  708. {/block:NextPage}
  709. {block:PreviousPage}
  710. <a href="{PreviousPage}">&larr;&nbsp;</a>
  711. {/block:PreviousPage}
  712. </div>
  713. {/block:Pagination}
  714. {/block:IndexPage}
  715. </div>
  716. </body>
  717. </html>
  718.  
  719. <div style="position:fixed; bottom:2px; left:2px;">
  720. <center><font size="1.5"></center> <a href="http://biebinator.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement