Advertisement
ramisaaaaa

Untitled

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