Advertisement
ramisa

Untitled

Jul 24th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.00 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga don't remove credit!!!!1!!!!
  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. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  9. <meta name="color:background" content="#FFFFFF"/>
  10. <meta name="color:text" content="#000000"/>
  11. <meta name="color:hover" content="#000000"/>
  12. <meta name="color:link" content="#000000"/>
  13. <meta name="image:sidebar" content="1"/>
  14. <meta name="image:background" content="1"/>
  15. <meta name="font:Body" content="Arial"/>
  16. <meta name="text:link one" content="" />
  17. <meta name="text:link one title" content="" />
  18. <meta name="text:link two" content="" />
  19. <meta name="text:link two title" content="" />
  20. <meta name="text:link three" content="" />
  21. <meta name="text:link three title" content="" />
  22. <meta name="text:link four" content="" />
  23. <meta name="text:link four title" content="" />
  24. <meta name="text:link five" content="" />
  25. <meta name="text:link five title" content="" />
  26. <meta name="text:link six" content="" />
  27. <meta name="text:link six title" content="" />
  28. <meta name="text:link seven" content="" />
  29. <meta name="text:link seven title" content="" />
  30. <meta name="text:link eight" content="" />
  31. <meta name="text:link eight title" content="" />
  32. <meta name="text:link nine" content="" />
  33. <meta name="text:link nine title" content="" />
  34. <meta name="text:link ten" content="" />
  35. <meta name="text:link ten title" content="" />
  36. <meta name="if:italic hover" content="0"/>
  37. <meta name="if:3d hover" content="0"/>
  38. <meta name="if:black and white hover" content="1"/>
  39. <div class="yo">
  40. <a href="http://cyrusnigga.tumblr.com/" title=credit>
  41. <font size="3"><font color="white"><small>$$</font></a></div>
  42. </small></font>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. {block:iftinycursor}
  48. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  49.  
  50. 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;}
  51.  
  52. .wrapper{
  53. margin:1px auto;
  54. width: 802px;
  55. }
  56.  
  57. .header{
  58. float: left;
  59. width: 100%;
  60. }
  61.  
  62. .left{
  63. float: left;
  64. margin-right: 20px;
  65. width: 802px;
  66. }
  67.  
  68. .right{
  69. float: right;
  70. width: 200px;
  71. background-color: {color:Background};
  72. }
  73.  
  74.  
  75. p {
  76. margin:0px;
  77. margin-top:0px;
  78. }
  79.  
  80.  
  81. #lol {
  82. text-align:center;
  83. bottom:0px;
  84. right: 6px;
  85. position:fixed;
  86. opacity:1.0;
  87. }
  88.  
  89. body {
  90. margin:0px;
  91. text-decoration: none;
  92. background-color: {color:background};
  93. background-image:url({image:Background});
  94. background-attachment: fixed;
  95. background-repeat: repeat;
  96. color: {color:Text};
  97. font-size:9px;
  98. line-height:11px;
  99. font-family: {font:Body};
  100. }
  101.  
  102. a:link, a:active, a:visited{
  103. -webkit-transition: all 0.3s ease-in-out;
  104. color: {color:Link};
  105. text-decoration:none;
  106. {block:if3dhover}
  107. text-shadow:10px 0px transparent, -10px 0px transparent;
  108. transition: all 0.9s ease;
  109. -o-transition-transition: all 0.9s ease;
  110. -webkit-transition: all 0.9s ease;
  111. -moz-transition: all 0.9s ease;{/block:if3dhover}
  112. }
  113.  
  114. a:hover {
  115. color:{color:hover};
  116. -webkit-transition: all 0.3s ease-in-out;
  117. {block:if3dhover}
  118. text-shadow:0px 0px #aaa, 0px 0px #aaa;
  119. transition: all 0.9s ease;
  120. -o-transition-transition: all 0.9s ease;
  121. -webkit-transition: all 0.9s ease;
  122. -moz-transition: all 0.9s ease;{/block:if3dhover}
  123. {block:ifitalichover}font-style:italic;{/block:ifitalichover}
  124. }
  125.  
  126.  
  127. .yo{
  128. position:fixed;
  129. text-align:center;
  130. bottom:0px;
  131. font-family:tahoma;
  132. font-size:20px;
  133. right:0px;
  134. padding-top:1px;
  135. padding-right:6px;
  136. padding-left:5px;
  137. padding-bottom:2px;
  138. width:auto;
  139. height:auto;
  140. border-top-left-radius:5px;
  141. background-color:#000;
  142. z-index:99999;
  143. color:#fff;
  144. }
  145.  
  146. {block:ifblackandwhitehover}
  147. .entry img{-webkit-filter: grayscale(30%);-webkit-transition: opacity 0.5s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.5s linear;
  148. transition: all 0.5s linear; opacity: 1.0;}
  149.  
  150. .entry img:hover{ -webkit-filter: grayscale(100%);-webkit-transition: 0.5s linear; -moz-transition: all 0.5s linear;
  151. transition: all 0.5s linear; opacity:1.0;}
  152. {/block:ifblackandwhitehover}
  153.  
  154. .entry {
  155. float:left;
  156. overflow: hidden;
  157. margin: 2px;
  158. margin-bottom:0px;
  159. background-color: {color:background};
  160. background-image:url({image:Background});
  161. {block:IndexPage}
  162. width:340px;
  163. {/block:IndexPage}
  164. {block:PermalinkPage}
  165. width:400px;
  166. {/block:PermalinkPage}
  167. }
  168.  
  169.  
  170. ::-webkit-scrollbar {width: 3px; height: 0px; background: {color:Background};}
  171.  
  172. ::-webkit-scrollbar-thumb { background-color: {color:link};}
  173.  
  174. .permalink{
  175. line-height: 13px;
  176. text-transform: none;
  177. text-align:center;
  178. margin-top: 1px;
  179. text-align: right;
  180. padding:2px;
  181. }
  182.  
  183. div#sidebar{
  184. position:fixed !important;
  185. width: 190px;
  186. height:auto;
  187. margin-top: 200px;
  188. margin-left: 110px;
  189. padding: 2px;
  190. line-height:11px;
  191. padding-bottom: 5px;
  192. margin-bottom: 0px;
  193. }
  194.  
  195.  
  196. #descriptionman{
  197. padding-top: 4px;
  198. padding-bottom: 2px;
  199. }
  200.  
  201. #descriptionmann{
  202. }
  203.  
  204. #descriptionmann a{
  205. padding:3px;
  206. }
  207.  
  208. #posts {
  209. width: 400px;
  210. margin-left:325px;
  211. margin-top: 5px;
  212. -webkit-filter:grayscale(50%);
  213. background-color: {color:background};
  214. background-image:url({image:Background});
  215. {block:PermalinkPage}
  216. width:400px;
  217. text-align:left;
  218. {/block:PermalinkPage}
  219. float:left;
  220. }
  221.  
  222. #infscr-loading{
  223. bottom: -70px;
  224. position: absolute;
  225. left: 50%;
  226. margin-left:-8px;
  227. width:16px;
  228. height:11px;
  229. overflow:hidden;
  230. margin-bottom: 50px;
  231. }
  232.  
  233.  
  234. .title{
  235. font-size: 13px;
  236. line-height:19px;
  237. color: {color:Title};
  238. font-family:calibri;
  239. text-transform:uppercase;
  240. letter-spacing:2px;
  241. }
  242.  
  243.  
  244. #pagination{
  245. display:none;
  246. }
  247.  
  248.  
  249. #lolok{
  250. padding-bottom:5px;
  251. padding-top:9px;
  252. padding-left:1px;
  253. padding-right:1px;
  254. }
  255.  
  256. .perma {
  257. opacity: 0.0;
  258. filter: alpha(opacity = 0);
  259. position:absolute;
  260. z-index:9999991;
  261. margin-top: 5px;
  262. margin-left: 292px;
  263. -webkit-transition: opacity 0.6s linear;
  264. -moz-transition: all 0.6s linear;
  265. transition: all 0.4s linear;
  266. }
  267.  
  268. .entry:hover .perma {
  269. -webkit-transition: opacity 0.7s linear;
  270. opacity: 1.0;
  271. -moz-transition: all 0.7s linear;
  272. transition: all 0.4s linear;
  273. filter: alpha(opacity = 100);
  274. }
  275.  
  276. select {
  277. font-size: 9px;
  278. width: 100px;
  279. margin-left: 10px;
  280. letter-spacing: 0px;
  281. padding: 1px;
  282. }
  283. option {
  284. font-size: 9px;
  285. text-align: left;
  286.  
  287. }
  288. input[type=button]
  289. {
  290. font-size: 9px;
  291. }
  292.  
  293. blockquote, q {
  294. quotes: "«" "»" "'" "'";
  295. padding-left: 5px;
  296. }
  297.  
  298.  
  299. .user_1 .label {color:{color:link}; font-weight:bold}
  300. .user_2 .label {color:{color:text}; font-weight:bold}
  301. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  302.  
  303. i, em {color: {color:Link};}
  304. b, strong {color: {color:text};}
  305.  
  306. ::selection {
  307. color:{color:Text};
  308. background-color: {color:Link};
  309. }
  310.  
  311. ::-moz-selection {
  312. color:{color:Text};
  313. background-color: {color:Link};
  314. }
  315.  
  316. ::-webkit-selection {
  317. color:{color:Text};
  318. background-color:{color:Link};
  319. }
  320.  
  321. #audio {
  322. width:200px;
  323. height:auto;
  324. min-height:60px;
  325. padding-bottom:0px;
  326. }
  327. .cover {
  328. position:absolute;
  329. z-index:1;
  330. width:60px;
  331. height:60px;
  332. }
  333. .cover img {
  334. float:left;
  335. width:60px;
  336. height:60px;
  337. margin-left:5px;
  338. margin-top:-1px;
  339. }
  340. .playbox {
  341. opacity:0.6;
  342. width:27px;
  343. height:30px;
  344. overflow:hidden;
  345. position:absolute;
  346. z-index:1000;
  347. margin-left:22px;
  348. margin-top:17px;
  349. text-align:center;
  350. }
  351. .info {
  352. margin-left:73px;
  353. margin-top:4px;
  354. line-height:14px;
  355. }
  356.  
  357. {CustomCSS}
  358.  
  359. </style>
  360.  
  361. {block:IndexPage}
  362. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  363.  
  364. <script type="text/javascript">
  365. $(window).load(function () {
  366. var $content = $('#posts');
  367. $content.masonry({itemSelector: '.entry'}),
  368. $content.infinitescroll({
  369. navSelector : 'div#pagination',
  370. nextSelector : 'div#pagination a#nextPage',
  371. itemSelector : '.entry',
  372. loading: {
  373. finishedMsg: '',
  374. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  375. },
  376. bufferPx : 600,
  377. debug : false,
  378. },
  379. // call masonry as a callback.
  380. function( newElements ) {
  381. var $newElems = $( newElements );
  382. $newElems.hide();
  383. // ensure that images load before adding to masonry layout
  384. $newElems.imagesLoaded(function(){
  385. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  386.  
  387.  
  388. });
  389. });
  390. });
  391. </script>
  392.  
  393. {/block:IndexPage}
  394.  
  395.  
  396. <title>{title}</title>
  397.  
  398. <link rel="shortcut icon" href="{Favicon}">
  399. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  400. <meta name="viewport" content="width=820" />
  401.  
  402. </head>
  403. <body>
  404. <div class="wrapper">
  405. <div class="header">
  406. </span>
  407. </div>
  408.  
  409. <div id="sidebar">
  410.  
  411. <a href="/"><img src="{image:sidebar}" width=190px/></a>
  412.  
  413.  
  414. <div id="descriptionman">
  415. <center>{Description}</center></div>
  416. <div id="descriptionmann">
  417. <center>{block:Ifitaliclinks}<i>{/block:Ifitaliclinks}
  418. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  419. {block:IfLinktwotitle} <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  420. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  421. {block:IfLinkfourtitle} <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  422. {block:IfLinkfivetitle} <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  423. {block:IfLinksixtitle} <a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  424. {block:IfLinkseventitle} <a href="{text:link seven}">{text:link seven title}</a> {/block:IfLinkseventitle}
  425. {block:IfLinkeighttitle} <a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  426. {block:IfLinkninetitle} <a href="{text:link nine}">{text:link nine title}</a>{/block:IfLinkninetitle}
  427. {block:IfLinktentitle} <a href="{text:link ten}">{text:link ten title}</a>{/block:IfLinktentitle}
  428. {block:Ifitaliclinks}</i>{/block:Ifitaliclinks}</center>
  429. </div>
  430.  
  431. </div>
  432.  
  433.  
  434. <div class="left">
  435.  
  436. <div id="posts">
  437.  
  438. {block:Posts}
  439. <div class="entry">
  440.  
  441. {block:IndexPage}
  442. {/block:IndexPage}
  443.  
  444. {block:Text}
  445. <div id="lolok">
  446. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  447. <div class="permalink">
  448. <a href="{permalink}">+</a></div></div>
  449. {/block:Text}
  450.  
  451. {block:Link}
  452. <div id="lolok"><a href="{URL}" class="title">{Name}</a>
  453. {block:Description}{Description}{/block:Description}
  454. <div class="permalink">
  455. <a href="{permalink}">+</a></div></div>
  456. {block:Link}
  457.  
  458.  
  459. {block:Photoset}
  460. {block:IndexPage}
  461. <div class="perma">
  462. <div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"></a> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" width="21" height="20" alt="Like this post" id="likeimage{PostID}" title="like"/></a>
  463. </div></div></div>
  464. {Photoset-400}
  465. {/block:IndexPage}
  466. {block:PermalinkPage}
  467. <center>
  468. {Photoset-400}</center>
  469. {/block:PermalinkPage}
  470. {/block:Photoset}
  471.  
  472.  
  473.  
  474. {block:Photo}
  475.  
  476.  
  477. {block:IndexPage}{LinkOpenTag}
  478. <div class="perma">
  479. <div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"></a> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" width="21" height="20" alt="Like this post" id="likeimage{PostID}" title="like"/></a>
  480. </div></div></div>
  481. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  482.  
  483. <div class="kk"></div>
  484.  
  485. {/block:IndexPage}
  486. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  487. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}
  488. {/block:Photo}
  489.  
  490.  
  491. {block:Quote}
  492. <div id="lolok">{Quote}</span>
  493. {block:Source}<strong>{Source}</strong>{/block:Source}
  494. <div class="permalink">
  495. <a href="{permalink}">+</a></div></div>
  496. {/block:Quote}
  497.  
  498. {block:Chat}
  499. <div id="lolok">{block:Title}<span class="title">{Title}</span>{/block:Title}
  500. <ul class="chat">
  501. {block:Lines}
  502. <li class="user_{UserNumber}">
  503. {block:Label}
  504. <span class="label">{Label}</span>
  505. {/block:Label}
  506.  
  507. {Line}
  508. </li>
  509. {/block:Lines}
  510. </ul><div class="permalink">
  511. <a href="{permalink}">+</a></div></div>
  512.  
  513. {/block:Chat}
  514.  
  515. {block:Audio}
  516. <div id="lolok"><div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  517. <div class="permalink">
  518. <a href="{permalink}">+</a></div></div>
  519. {/block:Audio}
  520.  
  521.  
  522.  
  523. {block:Video}
  524. {block:IndexPage}
  525. <div class="perma">
  526. <div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"></a> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" width="21" height="20" alt="Like this post" id="likeimage{PostID}" title="like"/></a>
  527. </div></div></div>
  528. {Video-400}
  529. {/block:IndexPage}
  530. {block:PermalinkPage}
  531. {Video-400}
  532. {/block:PermalinkPage}
  533. {block:Video}
  534. </center>
  535. {block:PermalinkPage}
  536. <center>{block:caption}<br>{caption}{/block:caption}
  537. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  538. </center>
  539. {/block:PermalinkPage}
  540.  
  541. {block:PostNotes}<br>{PostNotes}
  542. {/block:PostNotes}
  543. </div>
  544.  
  545.  
  546. {/block:Posts}
  547. </div>
  548. </div>
  549. {block:IndexPage}
  550. {block:Pagination}
  551. <div id="pagination">
  552. {block:NextPage}
  553. <a id="nextPage" href="{NextPage}"></a>
  554. {/block:NextPage}
  555. {block:PreviousPage}
  556. <a href="{PreviousPage}"></a>
  557. {/block:PreviousPage}
  558. </div>
  559. {/block:Pagination}
  560. {/block:IndexPage}
  561. </div>
  562.  
  563.  
  564. </body>
  565. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement