Advertisement
ramisaaaaa

Untitled

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