Advertisement
ramisaaaaa

Untitled

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