Advertisement
ramisaaaaa

Untitled

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