Advertisement
ramisaaaaa

Untitled

Jan 3rd, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.29 KB | None | 0 0
  1. <!---------
  2. theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  9. <script type="text/javascript">
  10. $(document).ready(function () {
  11. $('li.drawer div:nth-child(2)').hide();
  12. $('li.drawer h4').click(function () {
  13. if ($(this).hasClass('open')) {
  14. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  15. else {
  16. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  17. $(this).next().slideDown();
  18. $(this).addClass('open');}
  19. });
  20. });
  21. </script>
  22.  
  23. <title>{title}</title>
  24. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  25. <meta name="image:Sidebar" content="https://secure.static.tumblr.com/9286b0655827ebdbafe0372785a4c5ff/33x1j2u/Cr0n7uz66/tumblr_static_7c0b5wpwhjoc4g8g4cggc408w.png"/>
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Post Box" content="#ffffff"/>
  28. <meta name="color:Blog Description" content="#000"/>
  29. <meta name="color:title" content ="#000">
  30. <meta name="color:text" content="#000">
  31. <meta name="color:link" content="#000">
  32. <meta name="color:hover" content="#b8b8b8">
  33. <meta name="color:border" content="#777777">
  34. <meta name="image:Background" content=""/>
  35. <meta name="if:Side image" content="0"/>
  36. <meta name="color:border" content="#777"/>
  37. <meta name="color:scrollbar" content="#fff"/>
  38. <meta name="if:faded images" content="0" />
  39. <meta name="if:Scrollbar" content="1"/>
  40. <meta name="if:small cursor" content="1" />
  41. <meta name="if:Black and white images" content="0"/>
  42. <meta name="text:link one" content="/" />
  43. <meta name="text:link one title" content="home" />
  44. <meta name="text:link two" content="/ask" />
  45. <meta name="text:link two title" content="message" />
  46. <meta name="text:link three" content="/archive" />
  47. <meta name="text:link three title" content="archive" />
  48. <meta name="text:link four" content="" />
  49. <meta name="text:link four title" content="" />
  50. <meta name="text:link five" content="" />
  51. <meta name="text:link five title" content="" />
  52. <meta name="text:link six" content="" />
  53. <meta name="text:link six title" content="" />
  54. <meta name="text:link seven" content="" />
  55. <meta name="text:link seven title" content="" />
  56. <meta name="text:link eight" content="" />
  57. <meta name="text:link eight title" content="" />
  58.  
  59. </script>
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. html, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), progress !important;}</style>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70.  
  71. <script>
  72.  
  73. (function($){
  74.  
  75. $(document).ready(function(){
  76.  
  77. $("a[title]").style_my_tooltips({
  78.  
  79. tip_follows_cursor:true,
  80.  
  81. tip_delay_time:5,
  82.  
  83. tip_fade_speed:100,
  84.  
  85. attribute:"title"
  86.  
  87. });
  88.  
  89. });
  90.  
  91. })(jQuery);
  92.  
  93. </script>
  94.  
  95.  
  96.  
  97. <style type="text/css">
  98.  
  99. {block:ifblackandwhitefollowbutton}
  100. iframe#tumblr_controls {opacity: 1;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  101. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  102. {/block:ifblackandwhitefollowbutton}
  103.  
  104. #s-m-t-tooltip {
  105. display: none;
  106. text-align:center;
  107. position:absolute;
  108. letter-spacing:1px;
  109. text-transform:uppercase;
  110. margin-top:10px;
  111. z-index:99;margin-left:4px;
  112. font-family:'consolas';
  113. font-size:8px;
  114. padding:3px;
  115. line-height:10px;
  116. border-radius:3px;
  117. border:1px solid #eee;
  118. color:#999999;
  119. background:#ffffff;
  120. }
  121.  
  122.  
  123. body{
  124. margin:0px;
  125. background-color: {color:Background};
  126. background-image:url({image:Background});
  127. background-attachment: fixed;
  128. background-repeat: no-repeat;
  129. background-position: bottom right;
  130. font-size: 11px;
  131. font-family:consolas;
  132. line-height:10px;
  133. color:{color:Text};
  134. {block:ifsmallcursor}
  135. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  136. {/block:ifsmallcursor}
  137. }
  138.  
  139. a:link, a:active, a:visited{
  140. color: {color:Link};
  141. text-decoration: none;
  142. transition: all 0.4s ease;
  143. -o-transition-transition: all 0.9s ease;
  144. -webkit-transition: all 0.9s ease;
  145. -moz-transition: all 0.4s ease;
  146. {block:ifsmallcursor}
  147. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  148. {/block:ifsmallcursor}
  149.  
  150.  
  151. }
  152.  
  153. a:hover{
  154. color:{color:Hover};
  155. text-decoration: none;
  156. transition: all 0.4s ease;
  157. text-decoration: none;
  158. -o-transition-transition: all 0.9s ease;
  159. -webkit-transition: all 0.9s ease;
  160. -moz-transition: all 0.4s ease;
  161. {block:ifsmallcursor}
  162. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  163. {/block:ifsmallcursor}
  164. }
  165.  
  166. {block:ifscrollbar}
  167.  
  168. ::-webkit-scrollbar-thumb:vertical {
  169. background:{color:scrollbar};
  170. border:1px solid {color:border};
  171.  
  172. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  173. }
  174.  
  175. ::-webkit-scrollbar-thumb:horizontal {
  176. background-color: {color:scrollbar};
  177. border:1px solid {color:borders};}
  178.  
  179. ::-webkit-scrollbar {
  180. width:9px;
  181. background: transparent;
  182. height:0px;}
  183.  
  184. ::-webkit-scrollbar-track {
  185. background: transparent;
  186. width:9px; }
  187.  
  188. {/block:ifscrollbar}}
  189.  
  190.  
  191. div#stuff{
  192. }
  193.  
  194. #sidebar {
  195. position:fixed;
  196. background:{color:posts};
  197. text-align:center;
  198. width:170px;
  199. border:1px solid {color:border};
  200. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  201. margin-top:190px;
  202. margin-left:350px;
  203. }
  204.  
  205. #blogtitle {
  206. text-align:center;
  207. padding-top:10px;
  208. margin-bottom:-35px;
  209. {block:ifnotcustomfont}font-family:{font:blogtitle};{block:ifnotcustomfont}
  210. {block:ifcustomfont}font-family:'inconsolata';{/block:ifcustomfont}
  211. font-size:26px;
  212. width:190px;
  213. font-style:italic;
  214. letter-spacing:2px;}
  215.  
  216. .description{
  217. text-align:justify;
  218. background:white;
  219. line-height:130%;
  220. padding-right:10px;
  221. padding-left:10px;
  222. padding-bottom:10px;
  223. border-radius:0px 0px 5px 5px;
  224. padding-top:5px;
  225. {block:ifnotcustomfont}font-family:{font:Body};{block:ifnotcustomfont}
  226. {block:ifcustomfont}font-family:'inconsolata';{/block:ifcustomfont}
  227. font-size:11px;
  228. margin-top:50px;}
  229.  
  230. #permalinksidebar{
  231. text-align:right;
  232. width:192px;
  233. margin-top:-1px;
  234. height:11px;
  235. font-family:'courier new';
  236. padding:4px 4px 4px 4px;
  237. background:{color:permalink};
  238. border-radius:5px 5px 0px 0px;
  239. border-bottom:1px solid {color:Border};}
  240.  
  241.  
  242.  
  243.  
  244.  
  245. #sidebar2{
  246. position:fixed;z-index:1;
  247. background:#fff;
  248. text-align:center;
  249. width:190px;
  250. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  251. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  252. box-shadow: 0px 2px 8px rgba(0,0,0,0.60);
  253. border-radius:5px;
  254. height:auto;
  255. border-top:1px solid {color:Border};
  256. margin-top:100px;
  257. margin-left:140px;
  258. padding-bottom:10px;
  259. z-index:1;}
  260.  
  261.  
  262. #permalinksidebar2{
  263. text-align:right;
  264. width:182px;
  265. margin-top:-1px;
  266. height:11px;
  267. font-family:'courier new';
  268. padding:4px 4px 4px 4px;
  269. background:{color:permalink};
  270. border-radius:5px 5px 0px 0px;
  271. border-bottom:1px solid {color:Border};}
  272.  
  273.  
  274.  
  275.  
  276.  
  277. #permalinklinks{
  278. text-align:right;
  279. height:10px;
  280. width:242px;
  281. font-family:'courier new';
  282. padding:4px 4px 4px 4px;
  283. background:{color:permalink};
  284. border-radius:5px 5px 0px 0px;
  285. border-bottom:1px solid {color:Border};}
  286.  
  287. #permalinklinks a{
  288. margin-top:-10px;
  289. font-weight:lighter;
  290. margin-left:-10px;}
  291.  
  292. #links{
  293. position:absolute;
  294. background:white;
  295. font-size:10px;
  296. width:250px;
  297. text-transform:lowercase;
  298. margin-top:12px;
  299. margin-left:0px;
  300. font-weight:bold;
  301. text-align:center;
  302. border-radius:5px;
  303. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  304. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  305. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);}
  306.  
  307. #links a {
  308. padding:5px;
  309. line-height:20px;
  310. margin-bottom:3px;
  311. text-align:center;
  312. font-family:'inconsolata';
  313. text-transform:uppercase;
  314. display:inline-block;}
  315.  
  316.  
  317. #todo {
  318. line-height:110%px;
  319. display:block;
  320. height:12px;
  321. width:118px;
  322. padding:0px 5px 5px 5px;
  323. text-align:left;
  324. z-index:1;
  325. top:15px;
  326. left:15px;
  327. color:#000;
  328. font-family:'Arial';
  329. font-size:9px;
  330. position:fixed;
  331. background:white;
  332. overflow:hidden;
  333. border-radius:5px;
  334. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  335. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  336. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  337. -moz-transition-duration:0.6s;
  338. -webkit-transition-duration:0.6s;
  339. -o-transition-duration:0.6s;}
  340.  
  341. #todo:hover {
  342. background:white;
  343. height:130px;
  344. border-radius:5px;
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;}
  348.  
  349. #permalinktodo{
  350. text-align:right;
  351. height:10px;
  352. margin-left:-5px;
  353. width:120px;
  354. font-family:'courier new';
  355. padding:4px 4px 4px 4px;
  356. background:{color:permalink};
  357. border-radius:5px;
  358. border-bottom:1px solid {color:Border};
  359. -moz-transition-duration:0s;
  360. -webkit-transition-duration:0s;
  361. -o-transition-duration:0s;}
  362.  
  363. #permalinktodo a{
  364. margin-top:-30px;}
  365. #permalinktodo:hover{
  366. border-radius:5px 5px 0px 0px;
  367. -moz-transition-duration:0s;
  368. -webkit-transition-duration:0s;
  369. -o-transition-duration:0s;}
  370.  
  371. div#content{
  372. margin:auto;
  373. top:0px;
  374. padding-top:5px;
  375. position:absolute;
  376. overflow:hidden;
  377. {block:indexpage}
  378. width:935px;
  379. {/block:indexpage}
  380. {block:permalinkpage}
  381. width:1100px;
  382. left:50px;
  383. {/block:permalinkpage}
  384. }
  385.  
  386.  
  387. div#posts{
  388. float:right;
  389. {block:ifdarkimages}
  390. -webkit-filter: grayscale(50%);
  391. {/block:ifdarkimages}
  392. {block:ifblackandwhiteimages}
  393. -webkit-filter: grayscale(100%);
  394. {/block:ifblackandwhiteimages}
  395. {block:indexpage}
  396. width:380px;
  397. {/block:indexpage}
  398. {block:permalinkpage}
  399. width:550px;
  400. {/block:permalinkpage}
  401. margin-left:68px;
  402. }
  403.  
  404.  
  405. div#entry{
  406. float: left;
  407. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  408. margin:20px;
  409. width: 250px;
  410. padding-top: 10px;
  411. padding-left:10px;
  412. padding-right:10px;
  413. padding-bottom:19px;
  414. background:white;
  415. border:1px solid {color:border};
  416. {block:PermalinkPage}
  417. width: 400px;
  418. height: auto;
  419. {/block:PermalinkPage}
  420. line-height:8px;
  421. overflow:hidden;
  422. {block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}
  423. }
  424.  
  425.  
  426. #entry img:hover{
  427. opacity:1;
  428.  
  429. {block:iffadedimages}
  430. -webkit-filter: Grayscale(0%);
  431. -webkit-transition: all .7s ease;
  432. -moz-transition: all .7s ease;
  433. -o-transition: all .7s ease;
  434. transition: all .7s ease;
  435. {/block:iffadedimages}
  436.  
  437. }
  438.  
  439.  
  440. ::selection {
  441. color:{color:Text};
  442. background-color: {color:Link};
  443. }
  444.  
  445. ::-moz-selection {
  446. color:{color:Text};
  447. background-color: {color:Link};
  448. }
  449.  
  450. ::-webkit-selection {
  451. color:{color:Text};
  452. background-color:{color:Link};
  453. }
  454.  
  455.  
  456. #entry img{
  457. {block:iffadedimages}
  458. opacity:0.8;
  459. -webkit-filter: Grayscale(40%);
  460. {/block:iffadedimages}
  461. {block:IndexPage}
  462. max-width: 250px;
  463. height: auto;
  464. {/block:IndexPage}
  465. {block:PermalinkPage}
  466. max-width:400px;
  467. height: auto;
  468. {/block:PermalinkPage}
  469. -webkit-transition: all 0.5s ease-out;
  470. -moz-transition: all 0.5s ease-out;
  471. transition: all 0.5s ease-out;
  472. }
  473.  
  474.  
  475. .title{
  476. font-family: calibri;
  477. font-size: 10px;
  478. line-height: 12px;
  479. color: {color:Title};
  480. font-weight: normal;
  481. letter-spacing: 0px;
  482. text-transform:uppercase;
  483. letter-spacing:1px;
  484. font-style:italic;
  485. }
  486.  
  487. blockquote{
  488. padding:0px 0px 2px 3px;
  489. margin:0px 0px 2px 1px;
  490. }
  491.  
  492. ul, ol, li{
  493. list-style:none;
  494. margin:0px;
  495. padding:0px;
  496. }
  497.  
  498. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  499. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  500. }
  501.  
  502. ::selection {
  503. color:{color:Text};
  504. background-color: {color:Link};
  505. }
  506.  
  507. ::-moz-selection {
  508. color:{color:Text};
  509. background-color: {color:Link};
  510. }
  511.  
  512. ::-webkit-selection {
  513. color:{color:Text};
  514. background-color:{color:Link};
  515. }
  516.  
  517.  
  518. #audio {
  519. width:250px;
  520. height:auto;
  521. min-height:60px;
  522. margin-top:17px;
  523. padding-bottom:5px;
  524. margin-left:40px;
  525. }
  526. .cover {
  527. position:absolute;
  528. z-index:1;
  529. width:70px;
  530. height:670px;
  531. margin-top:-4px;
  532. margin-left:-10px;
  533. }
  534. .cover img {
  535. float:left;
  536. width:70px;
  537. height:70px;
  538. }
  539. .playbox {
  540. opacity:0.6;
  541. width:27px;
  542. height:30px;
  543. overflow:hidden;
  544. position:absolute;
  545. z-index:1000;
  546. margin-left:14px;
  547. margin-top:18px;
  548. text-align:center;
  549. }
  550. .info {
  551. margin-left:73px;
  552. margin-top:4px;
  553. line-height:14px;
  554. }
  555.  
  556. #hmm{
  557. padding:3px;
  558. text-align:center;
  559. {block:Ifsmallerlinks}
  560. margin-top:9px;
  561. line-height:15px;
  562. font-size:11px;margin-bottom:2px;
  563. {block:Ifsmallerlinks}
  564. {block:Ifnotsmallerlinks}
  565. font-size:20px;
  566. margin-top:13px;
  567. line-height:28px;
  568. {/block:Ifnotsmallerlinks}
  569. }
  570.  
  571. #hmm a{
  572. padding:1px;
  573. }
  574.  
  575. .yo{
  576. position:fixed;
  577. text-align:center;
  578. bottom:0px;
  579. font-family:tahoma;
  580. font-size:20px;
  581. right:0px;
  582. padding-top:1px;
  583. padding-right:6px;
  584. padding-left:5px;
  585. padding-bottom:6px;
  586. width:auto;
  587. height:auto;
  588. border-top-left-radius:5px;
  589. background-color:#000;
  590. z-index:99999;
  591. color:#fff;
  592. }
  593.  
  594. #permalink{
  595. text-align:right;
  596. width:212px;
  597. height:10px;
  598. font-family:'courier new';
  599. padding:4px 4px 4px 4px;
  600. background:{color:permalink};
  601. border-radius:5px 5px 0px 0px;
  602. border-bottom:1px solid {color:Border};
  603. {block:PermalinkPage}
  604. width:392px;
  605. {/block:PermalinkPage}
  606.  
  607. }
  608.  
  609.  
  610. #fade { /*--Transparent background layer--*/
  611. display: none; /*--hidden by default--*/
  612. background: #000;
  613. position: fixed; left: 0; top: 0;
  614. width: 100%; height: 100%;
  615. opacity: .80;
  616. z-index: 9999;
  617. }
  618. .popup_block{
  619. display: none; /*--hidden by default--*/
  620. background: #000;
  621. padding: 20px;
  622. border: 1px solid #fff;
  623. float: left;
  624. font-size: 1.2em;
  625. position: fixed;
  626. top: 50%; left: 50%;
  627. z-index: 99999;
  628. /*--CSS3 Box Shadows--*/
  629. -webkit-box-shadow: 0px 0px 20px #000;
  630. -moz-box-shadow: 0px 0px 20px #000;
  631. box-shadow: 0px 0px 20px #000;
  632. /*--CSS3 Rounded Corners--*/
  633. }
  634. img.btn_close {
  635. float: right;
  636. margin: -5px -5px 0 0;
  637. }
  638. /*--Making IE6 Understand Fixed Positioning--*/
  639. *html #fade {
  640. position: absolute;
  641. }
  642. *html .popup_block {
  643. position: absolute;
  644. }
  645.  
  646.  
  647. .lmfao{
  648. margin:3px; font-size:10px;
  649. color:#fff;
  650. }
  651.  
  652. .lmfao a{
  653. color:#fff;
  654. padding:3px;
  655. }
  656.  
  657.  
  658.  
  659. #perm{
  660. position:absolute;
  661. font-family:consolas;
  662. font-size:10px;
  663. text-align:center;
  664. text-transform:uppercase;
  665. padding-right:4px;
  666. background:#e9e9e9;
  667. margin-left:-10px;
  668. margin-top:0px;
  669. height:13px;
  670. width: 266px;
  671. {block:PermalinkPage}
  672. width:416px;
  673. {/block:PermalinkPage}
  674. padding-bottom:2px;
  675. padding-top:5px;
  676. letter-spacing:1px;
  677. z-index:11;
  678. }
  679.  
  680. #perm img{
  681. {block:ifwhitepermalinks}
  682. -webkit-filter: invert(100%);
  683. {/block:ifwhitepermalinks}
  684. }
  685.  
  686.  
  687. #perm2{
  688. position:absolute;
  689. font-family:consolas;
  690. font-size:8px;
  691. text-align:center;
  692. text-transform:uppercase;
  693. padding-right:4px;
  694. background:{color:perma background};
  695. margin-left:-px;
  696. border-bottom:1px solid {color:border};
  697. height:10px;
  698. width:176px;
  699. padding-bottom:3px;
  700. padding-top:3px;
  701. letter-spacing:1px;
  702. z-index:11;
  703. }
  704.  
  705. #perm2 img{
  706. {block:ifwhitepermalinks}
  707. -webkit-filter: invert(100%);
  708. {/block:ifwhitepermalinks}
  709. }
  710.  
  711. ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  712.  
  713. ul#drawers a {text-decoration: none; color: #000;}
  714.  
  715. ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
  716. transition: background-color 0.2s ease-out;}
  717.  
  718. h4.small {display: table-cell; width: 100px;height: 100%;}
  719.  
  720. li.drawer h4.open {background-color: ; border-top: 0px;}
  721.  
  722. li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  723.  
  724. li.drawer div li {list-style-type: disc;}
  725.  
  726. li.drawer div ul {-webkit-padding-start: 12px;}
  727.  
  728. #cock{
  729. background-color:#e9e9e9;
  730. padding-top:4px; padding-bottom:4px;
  731. margin-top:8px;margin-bottom:-14px;
  732. font-size:11px; text-transform:uppercase; font-family:consolas;
  733. letter-spacing:2px;
  734. }
  735.  
  736. #fuckme{
  737. margin-bottom:6px;
  738. }
  739.  
  740. #fuckmee{
  741. width:120px;display:block;
  742. background-color:#e9e9e9;
  743. margin-bottom:5px; padding-top:3px; padding-bottom:3px;
  744. border-radius:5px;color:{color:link};
  745. }
  746.  
  747. #fuckmee a:hover{
  748. color:{link};
  749. }
  750.  
  751.  
  752. #yh img {
  753. position:absolute;
  754. border-radius:30px;
  755. }
  756.  
  757. #question {
  758. padding:5px;
  759. border:1px solid #c6c6c6;
  760. margin-left:65px;padding-bottom:3px;
  761. background:#DDDDDD;
  762.  
  763. }
  764.  
  765. .tri-down {
  766. position:absolute;
  767. margin-left:39px;
  768. top:20px;
  769.  
  770. top:35px;
  771.  
  772. }
  773.  
  774. .tri-down:before, .tri-down:after {
  775. content: "";
  776. position: absolute;
  777. width: 0;
  778. height: 0;
  779. border-style: solid;
  780. border-color: transparent;
  781. border-bottom: 0;
  782. }
  783.  
  784. .tri-down:before {
  785. bottom: -15px;
  786. left: 11px;
  787. border-bottom: 8px solid transparent;
  788. border-top: 8px solid transparent;
  789. border-right: 13px solid #c6c6c6;
  790. }
  791.  
  792. .tri-down:after {
  793. bottom: -14px;
  794. left: 12px;
  795. border-bottom: 7px solid transparent;
  796. border-top: 7px solid transparent;
  797. border-right: 12px solid #DDDDDD;
  798. }
  799.  
  800. #answer {
  801. padding:5px;
  802. margin-left:65px;
  803. }
  804.  
  805. #answer img {
  806. width:100%;
  807. }
  808.  
  809.  
  810. </style>
  811. <link rel="shortcut icon" href="{Favicon}">
  812. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  813. <meta name="viewport" content="width=720" />
  814. </head>
  815. <body>
  816.  
  817. <div id="stuff">
  818. <div id="content">
  819.  
  820.  
  821. <div id="sidebar">
  822.  
  823.  
  824. {block:Ifsidebarimage}<div align="left" style="padding-bottom:0px;
  825. margin-bottom:6px;">
  826. <a href="/">
  827. <img style="" src="{image:sidebar}"width=100%" /></a></div>{/block:Ifsidebarimage}
  828.  
  829. <div align="center" style="line-height:12px;{block:Ifsidebarimage} margin-top:12px;{/block:Ifsidebarimage} {block:Ifnotsidebarimage} margin-top:29px;{/block:Ifnotsidebarimage} margin-bottom:18px; color:{color:Blog Description};padding-left:3px;padding-right:3px;">{description}</div>
  830.  
  831.  
  832. <ul >
  833. <li class="drawer" >
  834. <h4><div id="cock">navigation</div></h4>
  835. <div align="center">
  836. <div id="fuckme">
  837.  
  838. <div align="center" style="line-height:12px; margin-bottom:-5px; color:{color:Blog Description};padding-left:3px;opacity:0;padding-right:3px;">cock</div>
  839.  
  840. {block:IfLinkonetitle}<div id="fuckmee"><a href="{text:link one}">{text:link one title}</a></div>{/block:IfLinkonetitle}
  841. {block:IfLinktwotitle}<div id="fuckmee"><a href="{text:link two}">{text:link two title}</a></div>{/block:IfLinktwotitle}
  842. {block:IfLinkthreetitle}<div id="fuckmee"><a href="{text:link three}">{text:link three title}</a></div>{/block:IfLinkthreetitle}
  843. {block:IfLinkfourtitle}<div id="fuckmee"><a href="{text:link four}">{text:link four title}</a></div>{/block:IfLinkfourtitle}
  844. {block:IfLinkfivetitle}<div id="fuckmee"><a href="{text:link five}">{text:link five title}</a></div>{/block:IfLinkfivetitle}
  845. {block:IfLinksixtitle}<div id="fuckmee"><a href="{text:link six}">{text:link six title}</a></div>{/block:IfLinksixtitle}
  846. {block:IfLinkseventitle}<div id="fuckmee"><a href="{text:link seven}">{text:link seven title}</a></div>{/block:IfLinkseventitle}
  847. {block:IfLinkeighttitle}<div id="fuckmee"><a href="{text:link eight}">{text:link eight title}</a></div>{/block:IfLinkeighttitle}
  848. <div id="fuckmee"><a href="http://cyrusnigga.tumblr.com">theme</a></div></center>
  849. </div>
  850. </div>
  851. </li>
  852. </ul>
  853.  
  854. </div>
  855.  
  856.  
  857.  
  858.  
  859.  
  860. <div align="center">
  861.  
  862. <div id="posts">
  863.  
  864. {block:Posts}
  865.  
  866.  
  867. {block:ContentSource}
  868.  
  869. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  870.  
  871. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  872.  
  873. {/block:SourceLogo}
  874.  
  875. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  876.  
  877. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  878.  
  879.  
  880. <div id="entry">
  881.  
  882.  
  883. {block:Photo}
  884. {block:IndexPage}
  885.  
  886.  
  887. <div id="postys">
  888. <a href="{permalink}">
  889. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style=""
  890. width=390;"width="{notecountwithlabel}"></a></div>
  891.  
  892. <div id="perm">
  893. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  894. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  895. <a href="{ReblogURL}" title="reblog">reblog </a>
  896. </div>
  897.  
  898.  
  899.  
  900. {/block:IndexPage}
  901. {block:PermalinkPage}
  902. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
  903. <center>{caption}</center>
  904. {/block:PermalinkPage}
  905. {/block:Photo}
  906.  
  907. {block:Photoset}
  908. {block:IndexPage}
  909. {Photoset-250}
  910.  
  911. {block:indexpage}
  912. <div id="perm">
  913. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  914. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  915. <a href="{ReblogURL}" title="reblog">reblog</a>
  916. </div>
  917. {/block:indexpage}
  918.  
  919.  
  920. {/block:IndexPage}
  921.  
  922.  
  923. {block:PermalinkPage}
  924. {Photoset-400}
  925. {/block:PermalinkPage}
  926.  
  927. {/block:Photoset}
  928.  
  929.  
  930.  
  931. {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  932. {block:Title}
  933. <a href="{permalink}"><span class="title">{Title}</span></a>
  934. {/block:Title}
  935. <span class="entrytext" style="line-height:12px;">{Body}</span>
  936. <a href="{Permalink}"></a></div>
  937. {block:indexpage}
  938. <div id="perm">
  939. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  940. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  941. <a href="{ReblogURL}" title="reblog">reblog </a>
  942. </div>
  943. {/block:indexpage}
  944. {/block:Text}
  945.  
  946. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  947. <a href="{URL}"><span class="title">{Name}</span></a></div>
  948. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  949. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  950. {block:indexpage}
  951. <div id="perm">
  952. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  953. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  954. <a href="{ReblogURL}" title="reblog">reblog </a>
  955. </div>
  956. {/block:indexpage}
  957. {/block:Link}
  958.  
  959. {block:Quote}
  960. <div style="padding-top:10px; padding-bottom:10px;">
  961. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  962. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  963. -{Source}
  964. {/block:Source}</a></div><br>
  965. {block:indexpage}
  966. <div id="perm">
  967. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  968. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  969. <a href="{ReblogURL}" title="reblog">reblog</a>
  970. </div>
  971. {/block:indexpage}
  972.  
  973. </div>
  974. {/block:Quote}
  975.  
  976. {block:Chat}
  977. <div style="padding-top:15px; padding-bottom:10px;">
  978. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  979. <ul class="chat">
  980. {block:Lines}
  981. <li class="user_{UserNumber}">
  982. {block:Label}
  983. <span class="label" style="line-height:12px;">{Label}</span>
  984. {/block:Label}
  985. {Line}
  986. </li>
  987. {/block:Lines}
  988. </ul>
  989. {block:Caption}{Caption}{/block:Caption}
  990.  
  991. {block:indexpage}
  992. <div id="perm">
  993. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  994. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  995. <a href="{ReblogURL}" title="reblog">reblog </a>
  996. </div>
  997. {/block:indexpage}
  998.  
  999. </div>
  1000. {/block:Chat}
  1001.  
  1002.  
  1003. {block:Answer}
  1004. <div align="left">
  1005. <div id="yh"><img src="{AskerPortraitURL-48}"></div>
  1006.  
  1007. <div id="question" ><strong>{asker}:</strong><p>{Question}</div>
  1008. <div class="tri-down"></div>
  1009.  
  1010.  
  1011. <div id="answer" style="overflow:hidden; margin-bottom:-4px;margin-top:-5px;line-height:11px;"><p>{Answer}</p></div></div>
  1012.  
  1013. {block:indexpage}
  1014. <div id="perm">
  1015. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  1016. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  1017. <a href="{ReblogURL}" title="reblog">reblog </a>
  1018. </div>
  1019. {/block:indexpage}
  1020. {/block:Answer}
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027. {block:Audio}
  1028. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div style="text-align:left"><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>
  1029.  
  1030.  
  1031. <div style="padding-bottom:0px;padding-top:6px;"></div>
  1032.  
  1033.  
  1034. {block:indexpage}
  1035. <div id="perm">
  1036. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  1037. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  1038. <a href="{ReblogURL}" title="reblog">reblog</a>
  1039. </div>
  1040. {/block:indexpage}
  1041.  
  1042.  
  1043. {/block:Audio}
  1044.  
  1045.  
  1046.  
  1047. {block:Video}
  1048.  
  1049. {block:IndexPage}
  1050. {Video-250}
  1051.  
  1052.  
  1053. {block:indexpage}
  1054. <div id="perm">
  1055. <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
  1056. <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
  1057. <a href="{ReblogURL}" title="reblog">reblog</a>
  1058. </div>
  1059. {/block:indexpage}
  1060.  
  1061.  
  1062. {/block:IndexPage}
  1063.  
  1064.  
  1065. {block:PermalinkPage}
  1066. {Video-400}
  1067. {/block:PermalinkPage}
  1068. {/block:Video}
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074. {block:PermalinkPage}
  1075. <center>
  1076. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  1077. </center>
  1078.  
  1079. <br><br>
  1080. <div align="left">
  1081. {block:PostNotes}
  1082. {PostNotes}
  1083. {/block:PostNotes}</div>
  1084. {/block:PermalinkPage}
  1085.  
  1086.  
  1087. </div>
  1088.  
  1089.  
  1090.  
  1091. {/block:Posts}
  1092. </div>
  1093. </div>
  1094. </div>
  1095. </center>
  1096. </div>
  1097. </div>
  1098.  
  1099.  
  1100.  
  1101.  
  1102. {block:indexpage}
  1103.  
  1104.  
  1105. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  1106. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1107. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  1108. <script type="text/javascript">
  1109. $(window).load(function(){
  1110. var $wall = $('#posts');
  1111. $wall.imagesLoaded(function(){
  1112. $wall.masonry({
  1113. itemSelector: '#entry, #entry_photo',
  1114. isAnimated : false
  1115. });
  1116. });
  1117.  
  1118. $wall.infinitescroll({
  1119. navSelector : '#page-nav',
  1120. nextSelector : '#page-nav a',
  1121. itemSelector : '#entry, #entry_photo',
  1122. bufferPx : 2000,
  1123. debug : false,
  1124. errorCallback: function() {
  1125. $('#infscr-loading').fadeOut('normal');
  1126. }},
  1127. function( newElements ) {
  1128. var $newElems = $( newElements );
  1129. $newElems.hide();
  1130. $newElems.imagesLoaded(function(){
  1131. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1132. });
  1133. }); $('#content').show(500);
  1134. });
  1135. </script>
  1136. {/block:indexpage}
  1137.  
  1138.  
  1139. </body>
  1140.  
  1141.  
  1142.  
  1143. </div>
  1144.  
  1145.  
  1146.  
  1147. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement