Advertisement
ramisaaaaa

Untitled

Nov 2nd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga u will not remove credit nope
  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:scrollbar" content="#000000"/>
  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: 8px; height: 4px; background: #000000; }
  35.  
  36. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 20px;}
  37.  
  38.  
  39. iframe#tumblr_controls {
  40. right:3px !important;
  41. position: fixed !important;
  42. -webkit-transition: opacity 0.7s
  43. linear;opacity: 0.5;
  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: arial;
  99. font-size: 11px;
  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: 1px;
  121. margin: 4px;
  122. overflow: hidden;
  123. background-color: {color:background};
  124. background-image:url({image:Background});
  125. {block:IndexPage}
  126. width: 350px;
  127. {/block:IndexPage}
  128. {block:PermalinkPage}
  129. width:500px;
  130. {/block:PermalinkPage}
  131. }
  132.  
  133.  
  134. .excel{
  135. opacity: 0.6;
  136. }
  137.  
  138. .excel:hover{
  139. -webkit-transition: opacity 0.7s linear;
  140. opacity: 1;
  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: 230px;
  160. height:100%;
  161. margin-top: 100px;
  162. margin-left: -80px;
  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: 747px;
  172. margin-left:160px;
  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: 5px;
  217. left: 5px;
  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. font-family: Arial;
  293. }
  294.  
  295. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  296. opacity: 0.8;
  297. filter: alpha(opacity = 80);
  298. margin-right: 0;
  299. }
  300.  
  301. .not:hover , .rep:hover, .likep:hover {
  302. opacity: 1!important;
  303. filter: alpha(opacity = 100)!important;
  304. }
  305.  
  306. .t {
  307. text-align: right;
  308. opacity: 1;
  309. filter: alpha(opacity =100);
  310. }
  311.  
  312. .t {
  313. font-size: 10px;
  314. line-height: 13px;
  315. height: 13px;
  316. }
  317.  
  318.  
  319.  
  320. .entry:hover .t {
  321. opacity: 1;
  322. filter: alpha(opacity = 100);
  323. }
  324.  
  325.  
  326. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  327.  
  328. blockquote{
  329. padding:0px 0px 2px 5px;
  330. margin:0px 0px 2px 10px;
  331. border-left: 1px dotted #555555;
  332. }
  333.  
  334.  
  335. {CustomCSS}
  336.  
  337. </style>
  338.  
  339. {block:IndexPage}
  340. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  341.  
  342. <script type="text/javascript">
  343. $(window).load(function () {
  344. var $content = $('#posts');
  345. $content.masonry({itemSelector: '.entry'}),
  346. $content.infinitescroll({
  347. navSelector : 'div#pagination',
  348. nextSelector : 'div#pagination a#nextPage',
  349. itemSelector : '.entry',
  350. loading: {
  351. finishedMsg: '',
  352. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  353. },
  354. bufferPx : 600,
  355. debug : false,
  356. },
  357. // call masonry as a callback.
  358. function( newElements ) {
  359. var $newElems = $( newElements );
  360. $newElems.hide();
  361. // ensure that images load before adding to masonry layout
  362. $newElems.imagesLoaded(function(){
  363. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  364.  
  365.  
  366. });
  367. });
  368. });
  369. </script>
  370.  
  371. {/block:IndexPage}
  372.  
  373.  
  374. <title>{title}</title>
  375.  
  376. <link rel="shortcut icon" href="{Favicon}">
  377. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  378. <meta name="viewport" content="width=820" />
  379.  
  380. </head>
  381. <body>
  382. <div class="wrapper">
  383. <div class="header">
  384. </span>
  385. </div>
  386. <div id="sidebar">
  387. <center><a href="/"><img src="{image:sidebar}" width=230px></a></center>
  388.  
  389. <center>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  390. {block:IfLinktwotitle} - <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  391. {block:IfLinkthreetitle} - <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  392. {block:IfLinkfourtitle} - <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  393. {block:IfLinkfivetitle} - <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  394.  
  395.  
  396. <center>{Description}</center><center>
  397.  
  398.  
  399. </div>
  400.  
  401.  
  402. <div class="left">
  403.  
  404. <div id="posts">
  405.  
  406. {block:Posts}
  407. <div class="entry">
  408.  
  409. {block:IndexPage}
  410. {/block:IndexPage}
  411.  
  412. {block:Text}
  413. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  414. <div class="permalink">
  415. <a href="{permalink}">+{NoteCount}</a></div>
  416. {/block:Text}
  417.  
  418. {block:Link}
  419. <a href="{URL}" class="title">{Name}</a>
  420. {block:Description}{Description}{/block:Description}
  421. <div class="permalink">
  422. <a href="{permalink}">+{NoteCount}</a></div>
  423. {block:Link}
  424.  
  425.  
  426. {block:Photo}
  427.  
  428. <div class="perma">
  429. <div class="likep">
  430. <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>
  431. </div>
  432. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  433. </div>
  434. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  435. </div>
  436.  
  437. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="350"/></a></div>{LinkCloseTag}{/block:IndexPage}
  438. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  439. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443. {block:IndexPage}
  444. {Photoset-250}
  445. {/block:IndexPage}
  446. {/block:Photoset}
  447.  
  448. {block:Quote}
  449. {Quote}</span>
  450. {block:Source}<strong>{Source}</strong>{/block:Source}
  451. <div class="permalink">
  452. <a href="{permalink}">+{NoteCount}</a></div>
  453. {/block:Quote}
  454.  
  455. {block:Chat}
  456. {block:Title}<span class="title">{Title}</span>{/block:Title}
  457. <ul class="chat">
  458. {block:Lines}
  459. <li class="user_{UserNumber}">
  460. {block:Label}
  461. <span class="label">{Label}</span>
  462. {/block:Label}
  463.  
  464. {Line}
  465. </li>
  466. {/block:Lines}
  467. </ul><div class="permalink">
  468. <a href="{permalink}">+{NoteCount}</a></div>
  469.  
  470. {/block:Chat}
  471.  
  472. {block:Audio}
  473. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  474. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  475. <div class="permalink">
  476. <a href="{permalink}">+{NoteCount}</a></div>
  477. {/block:Audio}
  478.  
  479. {block:Video}
  480. {block:IndexPage}
  481. {Video-250}
  482. {/block:IndexPage}
  483. {block:Video}
  484.  
  485. {block:PermalinkPage}
  486. <center>
  487. {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>
  488. {/block:PermalinkPage}
  489.  
  490.  
  491. {block:PostNotes}{PostNotes}
  492. {/block:PostNotes}
  493. </div>
  494.  
  495.  
  496. {/block:Posts}
  497. </div>
  498. </div>
  499. {block:IndexPage}
  500. {block:Pagination}
  501. <div id="pagination">
  502. {block:NextPage}
  503. <a id="nextPage" href="{NextPage}"></a>
  504. {/block:NextPage}
  505. {block:PreviousPage}
  506. <a href="{PreviousPage}"></a>
  507. {/block:PreviousPage}
  508. </div>
  509. {/block:Pagination}
  510. {/block:IndexPage}
  511. </div>
  512.  
  513.  
  514. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  515. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  516.  
  517.  
  518. </body>
  519.  
  520.  
  521. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement