Advertisement
ramisaaaaa

Untitled

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