Advertisement
ramisaaaaa

Untitled

Jul 23rd, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.79 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  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: 200px;
  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: -9px;
  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: 748px;
  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:540px;
  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: cedarville cursive;
  477. font-size: 18px;
  478. line-height:14px;
  479. color: {color:Title};
  480. font-weight: normal;
  481. }
  482.  
  483. .blogtitle{
  484. font-family: meow;
  485. font-size: 25px;
  486. line-height:35px;
  487. color: {color:Title};
  488. font-weight: italic;
  489. }
  490.  
  491. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  492.  
  493. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  494.  
  495. blockquote{
  496. padding:0px 0px 2px 5px;
  497. margin:0px 0px 2px 10px;
  498. border-left: 1px dotted #555555;
  499. }
  500.  
  501.  
  502. {CustomCSS}
  503.  
  504. </style>
  505.  
  506. {block:IndexPage}
  507. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  508. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  509.  
  510. <script type="text/javascript">
  511. $(window).load(function () {
  512. var $content = $('#posts');
  513. $content.masonry({itemSelector: '.entry'}),
  514. $content.infinitescroll({
  515. navSelector : 'div#pagination',
  516. nextSelector : 'div#pagination a#nextPage',
  517. itemSelector : '.entry',
  518. loading: {
  519. finishedMsg: '',
  520. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  521. },
  522. bufferPx : 600,
  523. extraScrollPx: 700,
  524. debug : false,
  525. },
  526. // call masonry as a callback.
  527. function( newElements ) {
  528. var $newElems = $( newElements );
  529. $newElems.hide();
  530. // ensure that images load before adding to masonry layout
  531. $newElems.imagesLoaded(function(){
  532. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  533.  
  534.  
  535. });
  536. });
  537. });
  538. </script>
  539.  
  540. {/block:IndexPage}
  541.  
  542. <title>{title}</title>
  543.  
  544. <link rel="shortcut icon" href="{Favicon}">
  545. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  546. <meta name="viewport" content="width=820" />
  547.  
  548. </head>
  549. <body>
  550. <div class="wrapper">
  551. <div class="header">
  552. </span>
  553. </div>
  554.  
  555.  
  556. <div id="center">
  557.  
  558. <div id="sidebar2">
  559. <span class="link1"><a href="/">home</a> </span>
  560. {block:iflinktwo}<span class="link2"><a href="{text:link two}">{text:link two title}</a></span>{/block:iflinktwo}
  561. {block:iflinkthree}<span class="link3"><a href="{text:link three}">{text:link three title}</a></span>{/block:iflinkthree}
  562. {block:iflinkfour}<span class="link4"><a href="{text:link four}">{text:link four title}</a></span>{/block:iflinkfour}
  563. {block:iflinkfive}<span class="link5"><a href="{text:link five}">{text:link five title}</a></span>{/block:iflinkfive}
  564. <span class="link6"><a href="http://biebinator.tumblr.com/">theme</a></span>
  565. </div>
  566.  
  567.  
  568. <div id="sidebar">
  569.  
  570. <center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}"height= auto width=200px></a>
  571. {/block:ifshowphoto}</center>
  572. <center>{Description}</center>
  573.  
  574. </div>
  575.  
  576. <div id="content">
  577. <div class="left">
  578.  
  579. <div id="posts">
  580.  
  581. {block:Posts}
  582. <div class="entry">
  583.  
  584. {block:IndexPage}
  585. {/block:IndexPage}
  586.  
  587. {block:Text}
  588. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  589. <div class="permalink">
  590. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  591. <span class="permalink"><a href="{permalink}"></a></div>
  592. {/block:Text}
  593.  
  594. {block:Link}
  595. <a href="{URL}" class="title">{Name}</a>
  596. {block:Description}{Description}{/block:Description}
  597. <div class="permalink">
  598. <span class="permalink"><a href="{permalink}">
  599. <span class="permalink"><a href="{permalink}">
  600. </a></a></span></div>
  601. {block:Link}
  602.  
  603. {block:Photo}{block:IndexPage}<div class="perma">
  604. <span class="perms"><a href="{Permalink}">{NoteCountwithlabel}</a></span>
  605.  
  606. <span class="perms"><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  607. </div>
  608.  
  609. {/block:IndexPage}
  610. {block:IndexPage}
  611. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a>
  612. {/block:IndexPage}
  613. {block:permalinkpage}{LinkOpenTag}
  614. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  615. {/block:permalinkpage}
  616.  
  617. {/block:Photo}
  618.  
  619.  
  620.  
  621. {block:Photoset}
  622. {block:IndexPage}
  623. <center>
  624. {Photoset-200}</center>
  625. {/block:IndexPage}
  626. {block:PermalinkPage}
  627. <center>
  628. {Photoset-500}</center>
  629. <div class="permalink">
  630. <span class="permalink"><a href="{permalink}">
  631. <span class="permalink"><a href="{permalink}">
  632. </a></a></span></div>
  633. {/block:PermalinkPage}
  634. {/block:Photoset}
  635.  
  636. {block:Quote}
  637. {Quote}</span>
  638. {block:Source}<strong>{Source}</strong>{/block:Source}
  639. <div class="permalink">
  640. <span class="permalink"><a href="{permalink}">
  641. <span class="permalink"><a href="{permalink}">
  642. </a></a></span></div>
  643. {/block:Quote}
  644.  
  645. {block:Chat}
  646. {block:Title}<span class="title">{Title}</span>{/block:Title}
  647. <ul class="chat">
  648. {block:Lines}
  649. <li class="user_{UserNumber}">
  650. {block:Label}
  651. <span class="label">{Label}</span>
  652. {/block:Label}
  653.  
  654. {Line}
  655. </li>
  656. {/block:Lines}
  657. </ul><div class="permalink">
  658. <span class="permalink"><a href="{permalink}">
  659. <span class="permalink"><a href="{permalink}">
  660. </a></a></span></div>
  661.  
  662. {/block:Chat}
  663.  
  664. {block:Audio}
  665. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  666. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  667. <div class="permalink">
  668. <span class="permalink"><a href="{permalink}">
  669. <span class="permalink"><a href="{permalink}">
  670. </a></a></span></div>
  671. {/block:Audio}
  672.  
  673. {block:Video}
  674. {block:IndexPage}
  675. <center>
  676. {Video-250}</center>
  677. {/block:IndexPage}
  678. {block:PermalinkPage}
  679. <center>
  680. {Video-500}</center>
  681. {/block:PermalinkPage}
  682. <div class="permalink">
  683. <span class="permalink"><a href="{permalink}">
  684. <span class="permalink"><a href="{permalink}">
  685. </a></a></span></div>
  686. {block:Video}
  687.  
  688. {block:PermalinkPage}
  689. <center>
  690. {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>
  691. {/block:PermalinkPage}
  692.  
  693.  
  694. {block:PostNotes}{PostNotes}
  695. {/block:PostNotes}
  696. </div>
  697.  
  698.  
  699. {/block:Posts}
  700. </div>
  701. </div>
  702. {block:IndexPage}
  703. {block:Pagination}
  704. <div id="pagination">
  705. {block:NextPage}
  706. <a id="nextPage" href="{NextPage}"></a>
  707. {/block:NextPage}
  708. {block:PreviousPage}
  709. <a href="{PreviousPage}">&larr;&nbsp;</a>
  710. {/block:PreviousPage}
  711. </div>
  712. {/block:Pagination}
  713. {/block:IndexPage}
  714. </div>
  715. </body>
  716. </html>
  717.  
  718. <div style="position:fixed; bottom:2px; left:2px;">
  719. <center><font size="1.5"></center> <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement