Advertisement
ramisaaaaa

Untitled

Oct 30th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.81 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga
  3. -->
  4.  
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Droid+Sans|PT+Sans|Duru+Sans' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Inder' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <meta name="color:background" content="#FFFFFF"/>
  14. <meta name="color:text" content="#130C11"/>
  15. <meta name="color:hover" content="#130C11"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:sidebar bar" content="#000000"/>
  18. <meta name="color:scrollbar" content="#aaaaaa"/>
  19. <meta name="image:sidebar" content="1"/>
  20. <meta name="image:background" content="1"/>
  21. <meta name="text:Link one" content=""/>
  22. <meta name="text:Link two" content="" />
  23. <meta name="text:Link three" content="" />
  24. <meta name="text:Link four" content="" />
  25.  
  26. <style type="text/css">
  27.  
  28. 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;}
  29.  
  30.  
  31.  
  32. iframe#tumblr_controls {
  33. right:3px !important;
  34. position: fixed !important;
  35. -webkit-transition: opacity 0.7s
  36. linear;opacity: 0.7;
  37. -webkit-transition: all 0.8s ease-out;
  38. -moz-transition: all 0.8s ease-out;
  39. transition: all 0.8s ease-out;
  40. }
  41.  
  42.  
  43. iframe#tumblr_controls:hover{
  44. -webkit-transition: opacity 0.7s linear;
  45. opacity: 1;
  46. -webkit-transition: all 0.4s ease-out;
  47. -moz-transition: all 0.4s ease-out;
  48. transition: all 0.4s ease-out;
  49. }
  50.  
  51.  
  52.  
  53. .wrapper{
  54. margin:1px auto;
  55. width: 802px;
  56. }
  57.  
  58. .header{
  59. float: left;
  60. width: 100%;
  61. }
  62.  
  63. .left{
  64. float: left;
  65. margin-right: 20px;
  66. width: 802px;
  67. }
  68.  
  69. .right{
  70. float: right;
  71. width: 200px;
  72. background-color: {color:Background};
  73. }
  74.  
  75.  
  76. p {
  77. margin:0px;
  78. margin-top:0px;
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82. background-color: {color:scrollbar};
  83. height:auto;
  84. opacity:0.4;
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb:horizontal {
  88. height:auto !important;
  89. opacity:0.4;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:auto;
  94. opacity:0.4;
  95. width:7px;
  96. background-color: transparent;
  97. }
  98.  
  99. @font-face { font-family: 'Codystar'; font-style: normal; font-weight: 300; src: local('Codystar Light'), local('Codystar-Light'), url(http://themes.googleusercontent.com/static/fonts/codystar/v1/BM8u7YRmG0S-vNUxWAiLF7rIa-7acMAeDBVuclsi6Gc.woff) format('woff'); }
  100.  
  101. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  102.  
  103.  
  104. @font-face {
  105. font-family: "swaggie"; src: url('http://static.tumblr.com/6uz0wvr/74bm85g6q/gram_c.ttf'); }
  106.  
  107.  
  108. body {
  109. margin:0px;
  110. text-decoration: none;
  111. background-color: {color:background};
  112. background-image:url({image:Background});
  113. background-attachment: fixed;
  114. background-repeat: repeat;
  115. color: {color:Text};
  116. font-family:arial;
  117. font-size: 10px;
  118. letter-spacing: 0px;
  119. line-height: 11px;
  120. }
  121.  
  122. a:link, a:active, a:visited{
  123. color: {color:link};
  124. text-decoration: none;
  125. -webkit-transition: color 0.2s ease-out;
  126. -moz-transition: color 0.2s ease-out;
  127. }
  128.  
  129.  
  130. a:hover{
  131. color:{color:hover};
  132. text-shadow: 0px 0px 2px #000000;
  133. -webkit-transition: opacity 0.7s linear;
  134. -webkit-transition: all 0.8s ease-out;
  135. -moz-transition: all 0.7s ease-out;
  136. transition: all 0.7s ease-out;
  137. }
  138.  
  139.  
  140. .entry {
  141. float:left;
  142. margin:0px;
  143. padding: 3px;
  144. background-color: {color:background};
  145. background-image:url({image:Background});
  146. {block:IndexPage}
  147. width: 500px;
  148. {/block:IndexPage}
  149. {block:PermalinkPage}
  150. width:500px;
  151. {/block:PermalinkPage}
  152. }
  153.  
  154.  
  155. .excel{
  156. opacity: 0.7;
  157. }
  158.  
  159. .excel:hover{
  160. -webkit-transition: opacity 0.7s linear;
  161. opacity: 1;
  162. -webkit-transition: all 0.4s ease-out;
  163. -moz-transition: all 0.4s ease-out;
  164. transition: all 0.4s ease-out;
  165. }
  166.  
  167. .permalink{
  168. line-height: 13px;
  169. text-transform: none;
  170. font-size: 9px;
  171. text-align:center;
  172. margin-top: 1px;
  173. text-align: right;
  174. }
  175.  
  176. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  177.  
  178. div#sidebar{
  179. position:fixed !important;
  180. width: 200px;
  181. height:auto;
  182. margin-top: 160px;
  183. margin-left:20px;
  184. padding: 4px;
  185. line-height:12px;
  186. letter-spacing:0px;
  187. margin-bottom: 6px;
  188. background-color:transparent;
  189. font-size: 10px;
  190. letter-spacing: 0px;
  191. {block:ifborder}border: 4px solid {color:sidebar links};{/block:ifborder}
  192. }
  193.  
  194. #sidebarimg img {
  195. max-width:200px;
  196. margin-left:0px;
  197. margin-top:0px;
  198. height: auto;
  199. text-align:center;
  200. }
  201.  
  202. div#shit{
  203. padding: 3px;
  204. height: 27px;
  205. position: fixed;
  206. overflow:auto;
  207. text-align: center;
  208. width: 192px;
  209. color: #000000;
  210. opacity: 0.5;
  211. margin-top: 6px;
  212. background-color: #ffffff;
  213. -webkit-transition: opacity 0.7s linear;
  214. -webkit-transition: all 0.8s ease-out;
  215. -moz-transition: all 0.7s ease-out;
  216. transition: all 0.7s ease-out;
  217. border: 2px solid {color:scrollbar};
  218. }
  219.  
  220. #shit:hover{
  221. height: 48px;
  222. opacity: 0.7;
  223. -webkit-transition: opacity 0.7s linear;
  224. -webkit-transition: all 0.8s ease-out;
  225. -moz-transition: all 0.7s ease-out;
  226. transition: all 0.7s ease-out;
  227. }
  228.  
  229.  
  230.  
  231. div#fuck{
  232. position: fixed;
  233. background-color: {color:sidebar bar};
  234. width: 200px;
  235. height: 14px;
  236. margin-top: -30px;
  237. border-top: 1px dotted #aaaaaa;
  238. border-bottom: 1px dotted #aaaaaa;
  239. }
  240.  
  241.  
  242. #no { font-size: 10px; text-shadow: 0px 0px 1px #000000;}
  243.  
  244.  
  245. @font-face {font-family: "faggot";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  246.  
  247.  
  248.  
  249.  
  250. #posts {
  251. width:500px;
  252. margin-left:253px;
  253. margin-top: 10px;
  254. background-color: {color:background};
  255. background-image:url({image:Background});
  256. {block:PermalinkPage}
  257. margin-left:253px;
  258. {/block:PermalinkPage}
  259. float:left;
  260. }
  261.  
  262. #infscr-loading{
  263. bottom: -70px;
  264. position: absolute;
  265. left: 50%;
  266. margin-left:-8px;
  267. width:16px;
  268. height:11px;
  269. overflow:hidden;
  270. margin-bottom: 50px;
  271. }
  272.  
  273.  
  274.  
  275. #smd a {
  276. {block:ifborder}color: {color:sidebar links};{/block:ifborder}
  277. }
  278.  
  279.  
  280.  
  281. #smd {
  282. font-family:lovenote;
  283. font-size:52px;
  284. text-shadow: 0px 0px 10px #000000;
  285. margin-top: -76px;
  286. text-align: center;
  287. line-height: 50px;
  288. }
  289.  
  290. .links:hover a{background:trans;display:inline-block;font-family:arial;font-size:9px;letter-spacing: px; -webkit-border-radius: 2px;-moz-border-radius: 2px; color:}
  291.  
  292.  
  293. #description {text-align:center; font-size:11px;font-family:droid sans;line-height:16px; height: 20px;}
  294.  
  295. .title{
  296. font-size: 11px;
  297. line-height:14px;
  298. color: {color:Title};
  299. font-weight: bold;
  300. }
  301.  
  302.  
  303. #pagination{
  304. display:none;
  305. }
  306.  
  307.  
  308. .perma {
  309. opacity: 0.0;
  310. filter: alpha(opacity = 0);
  311. z-index:9999991;
  312. display: inline-block;
  313. position: absolute;
  314. text-align: left;
  315. top: 6px;
  316. left: 6px;
  317. width: 100%;
  318. opacity: 0.0;
  319. -webkit-transition: all 0.5s ease-out;
  320. -moz-transition: all 0.5s ease-out;
  321. transition: all 0.9s ease-out;
  322. }
  323.  
  324. .entry:hover .perma {
  325. opacity: 1;
  326. filter: alpha(opacity = 100);
  327. opacity: 1;
  328. -webkit-transition: all 0.5s ease-out;
  329. -moz-transition: all 0.5s ease-out;
  330. transition: all 0.9s ease-out;
  331. }
  332.  
  333. .likep {
  334. width: 21px;
  335. height: 20px;
  336. overflow: hidden;
  337. z-index: 9999999;
  338. display: inline-block;
  339. margin-right: 3px;
  340. }
  341.  
  342. .rep {
  343. width: 24px;
  344. height: 20px;
  345. overflow: hidden;
  346. z-index: 9999999;
  347. display: inline-block;
  348. }
  349.  
  350. .likep a:hover {
  351. background-position: 0px 0px;
  352. }
  353.  
  354. .likep a {
  355. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  356. background-position: 0px 0px;
  357. display: block;
  358. z-index: 9999999;
  359.  
  360. }
  361.  
  362. .likep img {
  363. width: 21px;
  364. height: 20px;
  365. }
  366.  
  367. .rep img{
  368. width: 24px;
  369. height: 20px;
  370. line-height: 30px;
  371. display: inline;
  372. margin-right: 3px;
  373. }
  374.  
  375. .not { display: inline-block;
  376. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  377. height: 20px;
  378. top: -6px;
  379. font-size: 11px;
  380. line-height: 20px;
  381. color: #fff;
  382. padding-left: 4px;
  383. padding-right: 4px;
  384. -moz-border-radius: 2px;
  385. border-radius: 2px;
  386. position: relative;
  387. left: 3px;
  388. }
  389.  
  390. .not a, .not:hover a, .not a:hover{
  391. color: #ffffff!important;
  392. letter-spacing: 0px;
  393. font-family: Arial;
  394. -webkit-transition: all 0.5s ease-out;
  395. -moz-transition: all 0.5s ease-out;
  396. transition: all 0.9s ease-out;
  397. }
  398.  
  399. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  400. opacity: 1.0;
  401. filter: alpha(opacity = 80);
  402. -webkit-transition: all 0.5s ease-out;
  403. -moz-transition: all 0.5s ease-out;
  404. transition: all 0.9s ease-out;
  405. }
  406.  
  407. .not:hover , .rep:hover, .likep:hover {
  408. opacity: 0.8!important;
  409. filter: alpha(opacity = 100)!important;
  410. -webkit-transition: all 0.5s ease-out;
  411. -moz-transition: all 0.5s ease-out;
  412. transition: all 0.9s ease-out;
  413. }
  414.  
  415. .t {
  416. text-align: right;
  417. opacity: 1;
  418. filter: alpha(opacity =100);
  419. margin-right: 3px;
  420.  
  421. }
  422.  
  423. .t {
  424. font-size: 10px;
  425. line-height: 13px;
  426. height: 13px;
  427. margin-right: 3px;
  428. }
  429.  
  430.  
  431.  
  432. .entry:hover .t {
  433. opacity: 1;
  434. filter: alpha(opacity = 100);
  435. margin-right: 3px;
  436. }
  437.  
  438. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  439.  
  440. blockquote{
  441. padding:0px 0px 2px 5px;
  442. margin:0px 0px 2px 10px;
  443. border-left: 1px dotted #555555;
  444. }
  445.  
  446. select {
  447. font-size: 9px;
  448. width: 130px;
  449. margin-left: 10px;
  450. border: 2px #636363 solid;
  451. padding: 1px;
  452. }
  453.  
  454. option {
  455. font-size: 9px;
  456. text-align: left;
  457.  
  458. }
  459. input[type=button]
  460. {
  461. font-size: 9px;
  462. }
  463.  
  464.  
  465. {CustomCSS}
  466.  
  467. </style>
  468.  
  469. {block:IndexPage}
  470. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  471. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  472.  
  473. <script type="text/javascript">
  474. $(window).load(function () {
  475. var $content = $('#posts');
  476. $content.masonry({itemSelector: '.entry'}),
  477. $content.infinitescroll({
  478. navSelector : 'div#pagination',
  479. nextSelector : 'div#pagination a#nextPage',
  480. itemSelector : '.entry',
  481. loading: {
  482. finishedMsg: '',
  483. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  484. },
  485. bufferPx : 600,
  486. debug : false,
  487. },
  488. // call masonry as a callback.
  489. function( newElements ) {
  490. var $newElems = $( newElements );
  491. $newElems.hide();
  492. // ensure that images load before adding to masonry layout
  493. $newElems.imagesLoaded(function(){
  494. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  495.  
  496.  
  497. });
  498. });
  499. });
  500. </script>
  501.  
  502. {/block:IndexPage}
  503.  
  504.  
  505. <title>{title}</title>
  506.  
  507. <link rel="shortcut icon" href="{Favicon}">
  508. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  509. <meta name="viewport" content="width=820" />
  510.  
  511. </head>
  512. <body>
  513. <div class="wrapper">
  514. <div class="header">
  515. </span>
  516. </div>
  517. <div id="sidebar">
  518.  
  519. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  520.  
  521. <div id="fuck">
  522. <center><a href="{text:Link One}"><img src="http://i.imgur.com/3a9eb.png"></a>
  523. <a href="{text:Link Two}"><img src="http://i.imgur.com/jue8h.png"></a></a>
  524. <a href="{text:Link Three}"><img src="http://i.imgur.com/8jZZ0.png"></a>
  525. <a href="{text:Link Four}"><img src="http://i.imgur.com/XAHpo.png"></a></div>
  526.  
  527.  
  528. <div id="shit">
  529. {Description}
  530.  
  531. </div>
  532.  
  533. </div>
  534.  
  535.  
  536.  
  537. <div class="left">
  538.  
  539. <div id="posts">
  540.  
  541. {block:Posts}
  542. <div class="entry">
  543.  
  544. {block:IndexPage}
  545. {/block:IndexPage}
  546.  
  547. {block:Text}
  548. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  549. <div class="permalink">
  550. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  551. {/block:Text}
  552.  
  553. {block:Link}
  554. <a href="{URL}" class="title">{Name}</a>
  555. {block:Description}{Description}{/block:Description}
  556. <div class="permalink">
  557. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  558. {block:Link}
  559.  
  560.  
  561.  
  562. {block:Photoset}
  563. {block:IndexPage}
  564. {Photoset-500}
  565. {/block:IndexPage}
  566. {/block:Photoset}
  567.  
  568.  
  569.  
  570. {block:Photo}
  571.  
  572.  
  573. {block:IndexPage}{LinkOpenTag}
  574.  
  575. <div class="photo">
  576.  
  577. <div class="perma">
  578. <div class="likep">
  579. <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>
  580. </div>
  581. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  582. </div>
  583. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  584. </div>
  585.  
  586. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a></div>{LinkCloseTag}{/block:IndexPage}
  587. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  588. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  589. {LinkCloseTag}{/block:PermalinkPage}
  590. {/block:Photo}
  591.  
  592. {block:Quote}
  593. {Quote}</span>
  594. {block:Source}<strong>{Source}</strong>{/block:Source}
  595. <div class="permalink">
  596. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  597. {/block:Quote}
  598.  
  599. {block:Chat}
  600. <div class="text">
  601. {block:Title}
  602. <h3><a href="{Permalink}">{Title}</a></h3>
  603. {/block:Title}
  604. <ul class="chat">
  605. {block:Lines}
  606. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  607.  
  608. {Line} </li>
  609. {/block:Lines}
  610. </ul>
  611. </div>
  612. {/block:Chat}
  613.  
  614.  
  615. {block:Audio}
  616. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  617. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  618. <div class="permalink">
  619. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  620. {/block:Audio}
  621.  
  622. {block:Video}
  623. {block:IndexPage}
  624. <center>
  625. {Video-500}</center>
  626. {/block:IndexPage}
  627. {block:Video}
  628.  
  629. {block:PermalinkPage}
  630. <center>
  631. {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>
  632. {/block:PermalinkPage}
  633.  
  634.  
  635. {block:PostNotes}{PostNotes}
  636. {/block:PostNotes}
  637. </div>
  638.  
  639.  
  640. {/block:Posts}
  641. </div>
  642. </div>
  643. {block:IndexPage}
  644. {block:Pagination}
  645. <div id="pagination">
  646. {block:NextPage}
  647. <a id="nextPage" href="{NextPage}"></a>
  648. {/block:NextPage}
  649. {block:PreviousPage}
  650. <a href="{PreviousPage}"></a>
  651. {/block:PreviousPage}
  652. </div>
  653. {/block:Pagination}
  654. {/block:IndexPage}
  655. </div>
  656.  
  657. <div style="position:fixed;left:0px;bottom:-24px;">
  658. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  659. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  660. </div>
  661.  
  662. </body>
  663.  
  664. <div style="position:fixed; bottom:10px; left:10px;">
  665. <a href="http://cyrusnigga.tumblr.com/">©</a>
  666.  
  667.  
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement