Advertisement
ramisaaaaa

Untitled

Jun 3rd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. -->
  4.  
  5. <head>
  6. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  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. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <meta name="color:background" content="#FFFFFF"/>
  11. <meta name="color:text" content="#130C11"/>
  12. <meta name="color:hover" content="#130C11"/>
  13. <meta name="color:link" content="#000000"/>
  14. <meta name="image:sidebar" content="1"/>
  15. <meta name="image:background" content="1"/>
  16. <meta name="if:show photo" content="0"/>
  17. <meta name="text:Link One" content=""/>
  18. <meta name="text:Link One Title" content=""/>
  19. <meta name="text:Link Two" content="" />
  20. <meta name="text:Link Two Title" content=""/>
  21. <meta name="text:Link Three" content="" />
  22. <meta name="text:Link Three Title" content=""/>
  23. <meta name="text:Link Four" content="" />
  24. <meta name="text:Link Four 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: coming soon;
  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: 0px;
  98. margin: 1px;
  99. {block:IndexPage}
  100. width: 200px;
  101. {/block:IndexPage}
  102. {block:PermalinkPage}
  103. width:500px;
  104. {/block:PermalinkPage}
  105. background-color: #fff;
  106. opacity: 1.0;
  107. font-family: coming soon;
  108. -moz-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
  109. box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
  110. }
  111.  
  112. .permalink{
  113. display: block;
  114. line-height: 13px;
  115. text-transform: uppercase;
  116. font-family: indie flower;
  117. font-size: 10px;
  118. text-align:center;
  119. margin-top: 1px;
  120. background-color: #dadada;
  121. opacity: 0.8;
  122. }
  123.  
  124. .permalink:hover {
  125. overflow:visible;
  126. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  127. -webkit-transition: all 0.2s linear;
  128. -moz-transition: all 0.2s linear;
  129. transition: all 0.2s linear;
  130. border-left: 10px solid #aaa;
  131. transition: all 0.8s ease-out;
  132. }
  133.  
  134. .entry .perma{
  135. overflow: hidden;
  136. overflow-y:hidden;
  137. z-index:1000;
  138. opacity: 0;
  139. background-color: #dadada;
  140. position: absolute;
  141. text-align:center;
  142. font-family: indie flower;
  143. font-size: 10px;
  144. height: 10px;
  145. width: 20px;
  146. font-weight: bold;
  147. padding: 5px 10px 5px 0px;
  148. -webkit-transition: all 0.2s ease;
  149. -moz-transition: all 0.2s ease;
  150. -o-transition: all 0.2s ease;
  151. }
  152.  
  153. .entry:hover .perma{
  154. color: #aaa;
  155. opacity: 1.0;
  156. width: 190px;
  157. -webkit-transition: all 0.2s linear;
  158. -moz-transition: all 0.2s linear;
  159. transition: all 0.2s linear;
  160. }
  161.  
  162. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  163.  
  164. div#sidebar{
  165. position:fixed !important;
  166. width: 170px;
  167. height:100%;
  168. margin-left: 640px;
  169. padding: 2px;
  170. line-height:11px;
  171. letter-spacing:0px;
  172. margin-bottom: 6px;
  173. background-color:white;
  174. background-color: #fff;
  175. font-size: 10px;
  176. }
  177.  
  178. #posts {
  179. width: 766px;
  180. margin-left:0px;
  181. {block:PermalinkPage}
  182. margin-left:75px;
  183. width: 510px;
  184. {/block:PermalinkPage}
  185. float:left;
  186. }
  187.  
  188. #infscr-loading{
  189. bottom: -70px;
  190. position: absolute;
  191. left: 50%;
  192. margin-left:-8px;
  193. width:16px;
  194. height:11px;
  195. overflow:hidden;
  196. margin-bottom: 50px;
  197. }
  198.  
  199. .title{
  200. font-family: soymilk;
  201. font-size: 30px;
  202. line-height:14px;
  203. color: {color:Title};
  204. font-weight: normal;
  205. }
  206.  
  207. .blogtitle{
  208. font-family: cutiepop;
  209. font-size: 30px;
  210. line-height:40px;
  211. color: {color:Title};
  212. font-weight: normal;
  213. }
  214.  
  215. #titlething{
  216. font-size:27px;
  217. line-height:21px;
  218. margin:2px;
  219. font-family: meow;
  220. text-align:left;
  221. text-transform:lowercase;
  222. color:{color:text};
  223. border-bottom:1px dashed #dadada;
  224. text-shadow: 1px 1px 2px #ddd;
  225. }
  226.  
  227. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  228.  
  229. @font-face {
  230. font-family: "soymilk";
  231. src: url('http://static.tumblr.com/nsunyax/wb6lzyz3n/denne-soymilk.ttf');
  232. }
  233.  
  234. @font-face {
  235. font-family: "cutiepop";
  236. src: url('http://static.tumblr.com/nsunyax/YPglzyz4r/cutiepop.ttf');
  237. }
  238.  
  239. blockquote{
  240. padding:0px 0px 2px 5px;
  241. margin:0px 0px 2px 10px;
  242. border-left: 1px dotted #555555;
  243. }
  244.  
  245.  
  246. {CustomCSS}
  247.  
  248. </style>
  249.  
  250. {block:IndexPage}
  251. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  252. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  253.  
  254. <script type="text/javascript">
  255. $(window).load(function () {
  256. var $content = $('#posts');
  257. $content.masonry({itemSelector: '.entry'}),
  258. $content.infinitescroll({
  259. navSelector : 'div#pagination',
  260. nextSelector : 'div#pagination a#nextPage',
  261. itemSelector : '.entry',
  262. loading: {
  263. finishedMsg: '',
  264. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  265. },
  266. bufferPx : 600,
  267. extraScrollPx: 700,
  268. debug : false,
  269. },
  270. // call masonry as a callback.
  271. function( newElements ) {
  272. var $newElems = $( newElements );
  273. $newElems.hide();
  274. // ensure that images load before adding to masonry layout
  275. $newElems.imagesLoaded(function(){
  276. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  277.  
  278.  
  279. });
  280. });
  281. });
  282. </script>
  283.  
  284. {/block:IndexPage}
  285.  
  286. <title>{title}</title>
  287.  
  288. <link rel="shortcut icon" href="{Favicon}">
  289. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  290. <meta name="viewport" content="width=820" />
  291.  
  292. </head>
  293. <body>
  294. <div class="wrapper">
  295. <div class="header">
  296. </span>
  297. </div>
  298. <div id="sidebar">
  299. <div class="blogtitle"><center><a href="/">{Title}</a></center></div>
  300. <center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=170px></a>{/block:ifshowphoto}</center>
  301. <div id="titlething">about</div><br>
  302.  
  303. <center>{Description}</center><center>
  304.  
  305. <div id="titlething">links</div><br>
  306.  
  307. <div id="home"><a href="/">home</a></div>
  308. <div id="ask"><a href="/ask">ask</a></div>
  309. <div id="links"><a href="#"></a></a>
  310. <div id="hover">
  311. <center><a href="{text:Link One}">{text:Link One Title}</a></center>
  312. <center><a href="{text:Link Two}">{text:Link Two Title}</a></center>
  313. <center><a href="{text:Link Three}">{text:Link Three Title}</a></center>
  314. <center><a href="{text:Link Four}">{text:Link Four Title}</a></center>
  315. <center><a href="http://icy-me0ws.tumblr.com/">Credit</a></center>
  316. </div>
  317. </div>
  318. <center>
  319.  
  320.  
  321. </div>
  322.  
  323.  
  324. <div class="left">
  325.  
  326. <div id="posts">
  327.  
  328. {block:Posts}
  329. <div class="entry">
  330.  
  331. {block:IndexPage}
  332. {/block:IndexPage}
  333.  
  334. {block:Text}
  335. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  336. <div class="permalink">
  337. <span class="permalink"><a href="{permalink}">
  338. <span class="permalink"><a href="{permalink}">{timeago} // {NoteCountWithLabel}</a></div>
  339. {/block:Text}
  340.  
  341. {block:Link}
  342. <a href="{URL}" class="title">{Name}</a>
  343. {block:Description}{Description}{/block:Description}
  344. <div class="permalink">
  345. <span class="permalink"><a href="{permalink}">
  346. <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
  347. </a></a></span></div>
  348. {block:Link}
  349.  
  350. {block:Photo}
  351.  
  352. <div class="perma">
  353. <div class="permalink2">
  354. <a href="{permalink}">{timeago} / {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">/ reblog</a>
  355. </div>
  356. </div>
  357.  
  358. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}{/block:IndexPage}
  359. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  360. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  361. {/block:Photo}
  362.  
  363. {block:Photoset}
  364. {block:IndexPage}
  365. <center>
  366. {Photoset-240}</center>
  367. {/block:IndexPage}
  368. {block:PermalinkPage}
  369. <center>
  370. {Photoset-500}</center>
  371. <div class="permalink">
  372. <span class="permalink"><a href="{permalink}">
  373. <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
  374. </a></a></span></div>
  375. {/block:PermalinkPage}
  376. {/block:Photoset}
  377.  
  378. {block:Quote}
  379. {Quote}</span>
  380. {block:Source}<strong>{Source}</strong>{/block:Source}
  381. <div class="permalink">
  382. <span class="permalink"><a href="{permalink}">
  383. <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
  384. </a></a></span></div>
  385. {/block:Quote}
  386.  
  387. {block:Chat}
  388. {block:Title}<span class="title">{Title}</span>{/block:Title}
  389. <ul class="chat">
  390. {block:Lines}
  391. <li class="user_{UserNumber}">
  392. {block:Label}
  393. <span class="label">{Label}</span>
  394. {/block:Label}
  395.  
  396. {Line}
  397. </li>
  398. {/block:Lines}
  399. </ul><div class="permalink">
  400. <span class="permalink"><a href="{permalink}">
  401. <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
  402. </a></a></span></div>
  403.  
  404. {/block:Chat}
  405.  
  406. {block:Audio}
  407. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  408. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  409. <div class="permalink">
  410. <span class="permalink"><a href="{permalink}">
  411. <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
  412. </a></a></span></div>
  413. {/block:Audio}
  414.  
  415. {block:Video}
  416. {block:IndexPage}
  417. <center>
  418. {Video-250}</center>
  419. {/block:IndexPage}
  420. {block:PermalinkPage}
  421. <center>
  422. {Video-500}</center>
  423. {/block:PermalinkPage}
  424. <div class="permalink">
  425. <span class="permalink"><a href="{permalink}">
  426. <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
  427. </a></a></span></div>
  428. {block:Video}
  429.  
  430. {block:PermalinkPage}
  431. <center>
  432. {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>
  433. {/block:PermalinkPage}
  434.  
  435.  
  436. {block:PostNotes}{PostNotes}
  437. {/block:PostNotes}
  438. </div>
  439.  
  440.  
  441. {/block:Posts}
  442. </div>
  443. </div>
  444. {block:IndexPage}
  445. {block:Pagination}
  446. <div id="pagination">
  447. {block:NextPage}
  448. <a id="nextPage" href="{NextPage}"></a>
  449. {/block:NextPage}
  450. {block:PreviousPage}
  451. <a href="{PreviousPage}"></a>
  452. {/block:PreviousPage}
  453. </div>
  454. {/block:Pagination}
  455. {/block:IndexPage}
  456. </div>
  457. </body>
  458. </html>
  459. <div style="position:fixed; bottom:2px; left:2px;">
  460. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement