Advertisement
ramisaaaaa

Untitled

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