Advertisement
ramisaaaaa

Untitled

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