Advertisement
ramisaaaaa

Untitled

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