Advertisement
ramisaaaaa

Untitled

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