Advertisement
ramisaaaaa

Untitled

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