Advertisement
ramisaaaaa

Untitled

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