Advertisement
ramisaaaaa

Untitled

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