Advertisement
theme_bean

Theme #12 (2 columns)

Nov 17th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.15 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't remove the credit slut
  4. -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  8. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  13. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Bad+Script|La+Belle+Aurore|Great+Vibes|Julius+Sans+One|Qwigley|Share' rel='stylesheet' type='text/css'>
  16.  
  17. <meta name="color:link" content="#386086"/>
  18. <meta name="color:hover" content="#5f88af"/>
  19. <meta name="color:border" content="#ccc"/>
  20. <meta name="color:drop down links" content="#eee"/>
  21. <meta name="color:drop down links hover" content="#ccc"/>
  22. <meta name="color:body text" content="#386086"/>
  23. <meta name="color:Perma Background" content="#ccc"/>
  24. <meta name="color:Perma Text" content="#386086"/>
  25. <meta name="color:background" content="#efefef"/>
  26. <meta name="image:background" content="0"/>
  27. <meta name="image:sidebar" content="0"/>
  28. <meta name="if:show sidebar image" content="0"/>
  29. <meta name="if:show Networks Tab" content="0"/>
  30. <meta name="if:show Updates Tab" content="0"/>
  31. <meta name="text:Tab1 Title" content="" />
  32. <meta name="text:Tab2 Title" content="" />
  33. <meta name="text:Tab1 Text" content="" />
  34. <meta name="text:Tab2 Text" content="" />
  35. <meta name="text:Link One Title" content="" />
  36. <meta name="text:Link One" content="" />
  37. <meta name="text:Link Two Title" content="" />
  38. <meta name="text:Link Two" content="" />
  39. <meta name="text:Link Three Title" content="" />
  40. <meta name="text:Link Three" content="" />
  41. <meta name="text:Link Four Title" content="" />
  42. <meta name="text:Link Four" content="" />
  43.  
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}"/>
  49. {/block:Description}
  50. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <!--[if IE]>
  52. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  53. <![endif]-->
  54.  
  55. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  56.  
  57. <style type="text/css">
  58.  
  59. @font-face { font-family: "architect"; src: url('http://static.tumblr.com/pwgdr2n/mhWlvr33a/architectsdaughter_1_.ttf'); }
  60.  
  61. body {
  62. color: {color:Body Text};
  63. background:{color:background}
  64. url({image:background});
  65. background-size:cover;
  66. background-attachment: fixed;
  67. line-height:150%;
  68. font-family: share;
  69. font-size: 11px;
  70. }
  71.  
  72. body, a, a:hover {
  73. color:{color:Hover};
  74. text-decoration: strikethrough;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color:{color:link};
  79. height:auto;
  80. border: 1px solid :{color:hover};
  81. -webkit-border-radius:0px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb:horizontal {
  85. background-color:{color:hover};
  86. height:auto !important;
  87. -webkit-border-radius:0px;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. height:auto;
  92. width:7px;
  93. border-left: 1px solid #aaaaaa;
  94. background-color:{color:post background};
  95. }
  96.  
  97.  
  98. #infscr-loading {
  99. position: absolute;
  100. bottom: 0;
  101. left: 25%;
  102. }
  103. a:link, a:active, a:visited{
  104.  
  105. color:{color:Link};
  106. text-decoration: none;
  107.  
  108. }
  109. a:hover {
  110. color:{color:Hover};
  111. text-decoration: strikethrough;
  112. }
  113. #content {
  114. width: 730px;
  115. margin-top: 5px;
  116. margin-left:320px;
  117.  
  118. }
  119.  
  120. @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  121.  
  122. #titulo {
  123. text-align: center;
  124. padding-top: 10px;
  125. text-transform:uppercase;
  126. font-family: 'kingcoolkc', cursive;
  127. font-size: 27px;
  128. line-height: 70%;
  129. color:#828486;
  130. }
  131.  
  132. #titulo:hover {
  133. color:#eea288;
  134. text-decoration:underline;
  135. }
  136.  
  137.  
  138.  
  139. iframe#tumblr_controls {
  140. right:3px !important;
  141. position: fixed !important;
  142. -webkit-transition: opacity 0.7s linear;
  143. opacity: 0.5;
  144. -webkit-transition: all 0.8s ease-out;
  145. -moz-transition: all 0.8s ease-out;
  146. transition: all 0.8s ease-out;
  147. }
  148.  
  149. iframe#tumblr_controls:hover {
  150. -webkit-transition: opacity 0.7s linear;
  151. opacity: 1;
  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. @-webkit-keyframes bounceIn {
  158. 0% {
  159. opacity: 0;
  160. -webkit-transform: scale(.3);
  161. }
  162.  
  163. 50% {
  164. opacity: .5;
  165. -webkit-transform: scale(1.05);
  166. }
  167.  
  168. 70% {
  169. -webkit-transform: scale(.9);
  170. }
  171.  
  172. 100% {
  173. -webkit-transform: scale(1);
  174. }
  175. }
  176.  
  177. @-moz-keyframes bounceIn {
  178. 0% {
  179. opacity: 0;
  180. -moz-transform: scale(.3);
  181. }
  182.  
  183. 50% {
  184. opacity: 1;
  185. -moz-transform: scale(1.05);
  186. }
  187.  
  188. 70% {
  189. -moz-transform: scale(.9);
  190. }
  191.  
  192. 100% {
  193. -moz-transform: scale(1);
  194. }
  195. }
  196.  
  197. @-o-keyframes bounceIn {
  198. 0% {
  199. opacity: 0;
  200. -o-transform: scale(.3);
  201. }
  202.  
  203. 50% {
  204. opacity: 1;
  205. -o-transform: scale(1.05);
  206. }
  207.  
  208. 70% {
  209. -o-transform: scale(.9);
  210. }
  211.  
  212. 100% {
  213. -o-transform: scale(1);
  214. }
  215. }
  216.  
  217. @keyframes bounceIn {
  218. 0% {
  219. opacity: 0;
  220. transform: scale(.3);
  221. }
  222.  
  223. 50% {
  224. opacity: 1;
  225. transform: scale(1.05);
  226. }
  227.  
  228. 70% {
  229. transform: scale(.9);
  230. }
  231.  
  232. 100% {
  233. transform: scale(1);
  234. }
  235. }
  236.  
  237. .bounceIn {
  238. -webkit-animation-name: bounceIn;
  239. -moz-animation-name: bounceIn;
  240. -o-animation-name: bounceIn;
  241. animation-name: bounceIn;
  242. }
  243.  
  244.  
  245. #note3 {
  246. width: 500px;
  247. text-align:left;
  248. }
  249.  
  250. #contain {
  251. height:100%;
  252. padding-left:10px;
  253. padding-right:10px;
  254. width: 1100px;
  255. margin: 0px auto;
  256. position: relative;
  257.  
  258. }
  259.  
  260. #sidebar {
  261. width: 220px;
  262. height: auto;
  263. position: fixed;
  264. margin-top: 50px;
  265. background:transparent;
  266. opacity: 1;
  267. padding: 2px;
  268. margin-left: 40px;
  269. font-family: 'Julius Sans One', sans-serif;
  270. font-size:10px;
  271. -webkit-animation: bounceIn 2s;
  272. -moz-animation: bounceIn 2s;
  273. -ms-animation: bounceIn 2s;
  274.  
  275. }
  276.  
  277. #sidebar:hover {
  278. color:{color:hover};
  279. opacity: 1;
  280. -khtml-border-radius: 15px;
  281. -moz-border-radius: 5px;
  282. -webkit-border-radius: 5px;
  283. border-radius: 5px;
  284. }
  285.  
  286. .sidebar2 {
  287. width: 200px;
  288. border: 5px solid #aaa;
  289. padding: 10px;
  290. height: auto;
  291. background: #fff;
  292. margin-bottom:10px;
  293. }
  294.  
  295. #basics{
  296. width:65px;
  297. height:17px;
  298. overflow:hidden;
  299. z-index:9999999;
  300. position:fixed;
  301. margin-top:15px;
  302. margin-left:-14px;
  303. padding:4px;
  304. -webkit-transition: all .5s ease-in-out;
  305. }
  306.  
  307. #basics:hover{
  308. height:100px;
  309. -webkit-transition: all .5s ease-in-out;}
  310.  
  311. #hinks{
  312. width:65px;
  313. height:17px;
  314. overflow:hidden;
  315. z-index:988;
  316. position:fixed;
  317. margin-top:15px;
  318. margin-left:60px;
  319. padding:4px;
  320. -webkit-transition: all .5s ease-in-out;
  321. }
  322. #hinks:hover{
  323. height:100px;
  324. -webkit-transition: all .5s ease-in-out;}
  325.  
  326.  
  327. #more{
  328. width:63px;
  329. height:17px;
  330. overflow:hidden;
  331. z-index:967588;
  332. position:fixed;
  333. margin-top:15px;
  334. margin-left:135px;
  335. padding:4px;
  336. -webkit-transition: all .5s ease-in-out;
  337. }
  338.  
  339. #more:hover{
  340. height:237px;
  341. -webkit-transition: all .5s ease-in-out;}
  342.  
  343.  
  344.  
  345. .links1 {
  346. width: 60px;
  347. height: 9px;
  348. padding: 3px;
  349. font-family:kingcoolkc;
  350. Text-transform: uppercase;
  351. background-color: {color:drop down links};
  352. margin-right: -10px;
  353. margin-top: 4px;
  354. font-size:12px;
  355. letter-spacing:1px;
  356. line-height: 7px;
  357. display: inline-block;
  358. text-align:center;
  359. -webkit-transition-duration: .4s;
  360.  
  361. }
  362.  
  363. .links1:hover {
  364. background-color: {color:drop down links hover};
  365. -moz-box-shadow: 0px 0px;
  366. -webkit-box-shadow: 0px 0px;
  367. }
  368.  
  369. ol.notes img {
  370. width: 16px;
  371. display: inline;
  372. position: relative;
  373. top: 3px;
  374. }
  375.  
  376. @font-face { font-family: "Journal"; src: url('http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf'); }
  377.  
  378. .entry {
  379. border: 1px dashed {color:border};
  380. margin-left:25px;margin-top:7px;
  381. margin-right:5px;margin-bottom:7px;
  382. padding-left:5px;padding-top:7px;
  383. padding-right:5px;padding-bottom:7px;
  384. float:right;
  385. background-image:URL();
  386. background-color: white;
  387. font-family: share;
  388. font-size: 11px;
  389. line-height:12px;
  390. background-image:url({image:postsbackground});
  391. border: 1px solid #cccccc;
  392. {block:IndexPage}
  393. width:250px;
  394. {/block:IndexPage}
  395. {block:PermalinkPage}
  396. width:480px;
  397. {/block:PermalinkPage}
  398. -webkit-animation:bounceIn 2s;
  399. -moz-animation:bounceIn 2s;
  400. -ms-animation:bounceIn 2s;
  401. -webkit-transition: all 1s linear;
  402. -webkit-transition: all 1s linear;
  403. -moz-transition: all 1s linear;
  404. transition: all 1s linear;
  405. }
  406.  
  407. .entry .permalink{
  408. position:absolute;
  409. width:auto;
  410. height:5px;
  411. padding-bottom:14px;
  412. color:{color:Perma Text};
  413. overflow:hidden;
  414. font-family: crafty girls;
  415. font-size: 12px;
  416. background-color:{color:Perma Background};
  417. line-height:17px;
  418. text-align:center;
  419. opacity:0.0;
  420. -webkit-transition: all 1s linear;
  421. -webkit-transition: all 1s linear;
  422. -moz-transition: all 1s linear;
  423. transition: all 1s linear;
  424. }
  425.  
  426. .entry:hover .permalink{
  427. margin-top:15px;
  428. overflow:visible;
  429. opacity: 1;
  430. -webkit-transition: all 0.4s linear; opacity: 1;
  431. -webkit-transition: all 0.4s linear;
  432. -moz-transition: all 0.4s linear;
  433. transition: all 0.4s linear;
  434. }
  435.  
  436. .entry:hover .permalink:hover{
  437. opacity: 1;
  438. }
  439.  
  440.  
  441. #pagination{
  442. display:none;
  443. }
  444.  
  445.  
  446.  
  447. .permalink2 {
  448. color: #000000;
  449. padding-top: 0px;
  450. padding-bottom: 0px;
  451. font-size: 10px;
  452. text-align: center;
  453. opacity: 0;
  454. filter: alpha(opacity = 0);
  455. -webkit-transition: all ease-in 250ms;
  456. -moz-transition: all ease-in 250ms;
  457. -o-transition: all ease-in 250ms;
  458. -ms-transition: all ease-in 250ms;
  459. transition: all ease-in 250ms;
  460.  
  461. }
  462.  
  463. blockquote, q {
  464. padding-left:5px;padding-top:7px;
  465. padding-right:5px;padding-bottom:7px;
  466. margin-left:5px; margin-right:5px;
  467. border-left: 2px solid #ccc;
  468. border-right: 2px solid #ccc;
  469. background-color:{color:blockquote};
  470. }
  471.  
  472. li.drawer a {
  473. margin: 0px 5px;}
  474.  
  475. .label {
  476. text-transform:uppercase;
  477. color:{color:Link}
  478. }
  479.  
  480. .question {
  481. text-align:left;
  482. padding-left:5px;padding-top:7px;
  483. padding-right:5px;padding-bottom:7px;
  484. border-left: 2px solid {color:Link};
  485. border-right: 2px solid {color:Link};
  486. background-color:{color:blockquote};
  487. }
  488.  
  489. .answer {
  490. text-align:left;
  491. padding-left:5px;padding-top:7px;
  492. padding-right:5px;padding-bottom:7px;
  493. }
  494.  
  495. .text {
  496. padding: 10px;
  497. }
  498.  
  499. .entry:hover .permalink2 {
  500. opacity: 1;
  501. filter: alpha(opacity = 100);
  502. -webkit-transition: all ease-in 250ms;
  503. -moz-transition: all ease-in 250ms;
  504. -o-transition: all ease-in 250ms;
  505. -ms-transition: all ease-in 250ms;
  506. transition: all ease-in 250ms;
  507. }
  508.  
  509. #pp {
  510. text-align: center;
  511. width: 100%;
  512. padding-top: 2px;
  513. }
  514.  
  515.  
  516. .permahover {
  517. text-align: right;
  518. line-height:200%;
  519. opacity: 0.0;
  520. filter: alpha(opacity = 0);
  521. font-size: 9px;
  522. line-height: 9px;
  523. text-transform: uppercase;
  524. }
  525.  
  526. .entry:hover .permahover {
  527. text-align: center;
  528. opacity: 1;
  529. filter: alpha(opacity = 50);
  530.  
  531.  
  532. }
  533.  
  534.  
  535. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  536. padding-bottom : 0px;}
  537.  
  538. #newHeader {
  539. padding-bottom: 2px;
  540. text-align: center;
  541.  
  542. }
  543.  
  544. div.panel {
  545. width: 260px;
  546. padding: 15px 20px;
  547. color: #333;
  548. text-align: center;
  549. line-height: 22px;
  550. display: none;
  551.  
  552. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  553. }
  554. div.panel p {
  555. margin: 10px 0;
  556. }
  557. div.panel p a, div.textPost p a, div.audioPost p a {
  558. color: #333;
  559. text-decoration: none;
  560. border-bottom: 1px dotted;
  561. font-style: italic;
  562. font-weight: bold;
  563. }
  564.  
  565. /*Updates tab*/
  566. #tabs {
  567. text-align: left;
  568. font-size: 11px;
  569. position:fixed;
  570. color:#fff; /*change this color for the text color*/
  571. left:0px;
  572. bottom:-85px;
  573. -webkit-transition: all .5s ease-in-out;
  574. -moz-transition: all .5s ease-in-out;
  575. -o-transition: all .5s ease-in-out;
  576. z-index:999;
  577. }
  578.  
  579. #tabs:hover {bottom:0px;}
  580.  
  581. #tab1 {
  582. background: #000; /*change this color for the inner background*/
  583. border-top:none;
  584. padding:5px 0 5px 0;
  585. width:200px;
  586. height:75px;
  587. z-index: 9999;
  588. padding-left:10px;
  589. line-height:12px;
  590. }
  591.  
  592. #tabtit {
  593. background: #000; /*change this color for the tab background*/
  594. border-top:none;
  595. color:#777;
  596. border-width:1px;
  597. height:10px;
  598. text-align:center;
  599. padding:2px 0 8px 0;
  600. width: 100px;
  601. }
  602.  
  603. /*Updates tab*/
  604. #tabs2 {
  605. text-align: left;
  606. font-size: 11px;
  607. position:fixed;
  608. color:#fff; /*change this color for the text color*/
  609. left:125px;
  610. bottom:-85px;
  611. -webkit-transition: all .5s ease-in-out;
  612. -moz-transition: all .5s ease-in-out;
  613. -o-transition: all .5s ease-in-out;
  614. z-index:999;
  615. }
  616.  
  617. #tabs2:hover {bottom:0px;}
  618.  
  619. #tab12 {
  620. background: #000; /*change this color for the inner background*/
  621. border-top:none;
  622. padding:5px 0 5px 0;
  623. width:200px;
  624. height:75px;
  625. z-index: 9999;
  626. padding-left:10px;
  627. line-height:12px;
  628. }
  629.  
  630. #tabtit2 {
  631. background: #000; /*change this color for the tab background*/
  632. border-top:none;
  633. color:#777;
  634. border-width:1px;
  635. height:10px;
  636. text-align:center;
  637. padding:2px 0 8px 0;
  638. width: 100px;
  639. }
  640.  
  641. #credz {
  642. position: fixed !important;
  643. right:5px !important;
  644. bottom:7px !important;
  645. font-family:helvetica;
  646. font-size:19px;
  647. line-height: 12px;
  648. -moz-transition: all 0.8s ease-out;
  649. -webkit-transition: opacity 0.7s linear;
  650. -webkit-transition: all 0.8s ease-out;
  651. transition: all 0.8s ease-out;
  652. }
  653.  
  654. </style>
  655.  
  656. <script type="text/javascript">
  657. $(window).load(function(){
  658. $("p").remove(":contains('Source:')");
  659. $("p").remove(":contains('via ')");
  660. });
  661. </script>
  662.  
  663. </head>
  664. <body>
  665. <div id="contain">
  666.  
  667. {block:ifshowNetworksTab}
  668. <div id="tabs">
  669. <div id="tabtit">{text:Tab1 Title}</div>
  670. <div id="tab1">
  671. {text:Tab1 Text}
  672. </div></div>
  673. {/block:ifshowNetworksTab}
  674.  
  675. {block:ifshowUpdatesTab}
  676. <div id="tabs2">
  677. <div id="tabtit2">{text:Tab2 Title}</div>
  678. <div id="tab12">
  679. {text:Tab2 Text}
  680. </div></div>
  681. {/block:ifshowUpdatesTab}
  682.  
  683. <div id="sidebar"><center>
  684.  
  685. <div class="sidebar2"><div id="titulo"><a href="/">{Title}</a></div><br>{block:ifshowsidebarimage}
  686. <div style="opacity:0.8"><a href="/"><img src="{image:sidebar}" width="197"></a></div>
  687. <br>
  688. {/block:ifshowsidebarimage}
  689. {description}
  690.  
  691. <div id="basics">
  692. <a href="" class="links1">Basics</a>
  693. <a href="/" class="links1">Home</a><br>
  694. <a href="/archive" class="links1">Archive</a>
  695. <a href="/random" class="links1">Random</a><br>
  696. </div>
  697. <div id="hinks">
  698. <a href="" class="links1">Contact</a>
  699. <a href="/ask" class="links1">Message</a>
  700. <a href="/submit" class="links1">Submit</a>
  701. </div>
  702. <div id="more">
  703. <a href="" class="links1">Links</a>
  704.  
  705. {block:IfLinkOneTitle}<a href="{text:Link One}"class="links1"> {text:Link One Title} </a> {/block:ifLinkOneTitle}
  706. {block:ifLinkTwoTitle}<a href="{text:Link Two}"class="links1"> {text:Link Two Title} </a> {/block:ifLinkTwoTitle}
  707. {block:ifLinkThreeTitle}<a href="{text:Link Three}"class="links1"> {text:Link Three Title} </a>{/block:ifLinkThreeTitle}
  708. {block:ifLinkFourTitle}<a href="{text:Link Four}"class="links1"> {text:Link Four Title} </a>{/block:ifLinkFourTitle} <a href="http://slutteen.tumblr.com"class="links1">credit</a>
  709. </div>
  710. </div>
  711. </div>
  712.  
  713. <div id="content">
  714. {block:Posts}
  715. <div class="entry">
  716.  
  717. {block:Text}
  718. <div class="text">
  719. <div style="text-transform:uppercase">{block:Title}
  720. <a href="{Permalink}">{Title}</a>
  721. {/block:Title}</div>
  722. {Body}
  723. {block:indexpage}
  724. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  725. {/block:indexpage}
  726.  
  727. </div>
  728. {/block:Text}
  729.  
  730. {block:Photo}
  731. {block:IndexPage}
  732. <div class="permalink">
  733. <a href="{permalink}">{NoteCountwithLabel}</a> ♡ <a href="{ReblogURL}" target="_blank">↺</a>
  734. </div>
  735. {/block:IndexPage}
  736. {block:indexpage}
  737. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  738. {/block:indexpage}
  739. {block:permalinkpage}
  740. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  741. {/block:permalinkpage}
  742. {/block:Photo}
  743.  
  744. {block:Photoset}
  745. {block:IndexPage}<br><center>{Photoset-250}</center>{/block:IndexPage}
  746. {block:indexpage}
  747. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  748. {/block:indexpage}
  749. {block:permalinkpage}
  750. {Photoset-500}
  751. {/block:permalinkpage}
  752. {/block:Photoset}
  753.  
  754. {block:Quote}
  755. <div class="text">
  756. "{Quote}"
  757. {block:Source}
  758. <div class="source"><div style="text-align:right">{Source}</div></div>
  759. {/block:Source}
  760. {block:indexpage}
  761. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  762. {/block:indexpage}
  763. </div>{/block:Quote}
  764.  
  765. {block:Link}
  766. <div class="text">
  767. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  768. {block:Description}
  769. <div class="description">{Description}</div>
  770. {/block:Description}
  771. {block:indexpage}
  772. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  773. {/block:indexpage}
  774. </div>{/block:Link}
  775.  
  776. {block:Chat}
  777. <div class="text">
  778. {block:Title}
  779. <a href="{Permalink}">{Title}</a>
  780. {/block:Title}
  781. <ul class="chat">
  782. {block:Lines}
  783. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  784.  
  785. {Line} </li>
  786. {/block:Lines}
  787. </ul>
  788. {block:indexpage}
  789. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  790. {/block:indexpage}
  791. </div>{/block:Chat}
  792.  
  793. {block:Video}
  794. {block:IndexPage}{Video-200}{/block:IndexPage}
  795. {block:indexpage}
  796. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  797. {/block:indexpage}
  798. {block:permalinkpage}
  799. {Video-500}
  800. {/block:permalinkpage}
  801.  
  802. {/block:Video}
  803.  
  804. {block:Audio}
  805. <div class="text">
  806. {AudioPlayerGrey}
  807. {block:Caption}
  808. {Caption}
  809. {/block:Caption}
  810. {block:indexpage}
  811. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  812. {/block:indexpage}
  813. </div>{/block:Audio}
  814.  
  815. {block:Answer}<div class="text">
  816. <div class="question">
  817. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  818. {block:indexpage}
  819. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
  820. {/block:indexpage}
  821. </div>{/block:Answer}
  822.  
  823.  
  824. {block:PermalinkPage}
  825. <div id="note3"><div style="text-align:right">
  826. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  827.  
  828. {block:PostNotes}
  829. {PostNotes}
  830. {/block:PostNotes}
  831. </div>
  832. {/block:PermalinkPage}
  833. </div>
  834. {/block:Posts}
  835. </div>
  836. </div>
  837. {block:Pagination}
  838. <ul id="pagination">
  839. {block:PreviousPage}
  840. <li><a href="{PreviousPage}"></a></li>
  841. {/block:PreviousPage}
  842. {block:JumpPagination length="5"}
  843. {block:CurrentPage}
  844. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  845. {/block:CurrentPage}
  846. {block:JumpPage}
  847. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  848. {/block:JumpPage}
  849. {/block:JumpPagination}
  850. {block:NextPage}
  851. <li><a id="nextPage" href="{NextPage}"></a></li>
  852. {/block:NextPage}
  853. </ul>
  854. {/block:Pagination}
  855.  
  856. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  857. <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
  858. {block:IndexPage}
  859. <script type="text/javascript">
  860. $(window).load(function () {
  861. $('#content').masonry(),
  862. $('.masonryWrap').infinitescroll({
  863. navSelector : '#pagination',
  864. nextSelector : '#pagination a#nextPage',
  865. itemSelector : ".entry",
  866. bufferPx : 100,
  867. loadingText : "<em></em>",
  868. },
  869. function() { $('#content').masonry({ appendedContent: $(this) }); }
  870. );
  871. });
  872. </script>
  873. {/block:IndexPage}
  874.  
  875. <script type="text/javascript">
  876.  
  877. $('.show').click(function(e){
  878. e.preventDefault();
  879. $('.panel').stop(true,true);
  880. var target = $(this).attr('href');
  881. if($('.panel').is(':visible')){
  882. if($(target).is(':visible')){
  883. $(target).slideUp();
  884. return false;
  885. }else{
  886. $('.panel:visible').slideUp(400, function(){
  887. $(target).slideDown();
  888. });
  889. }
  890. }else {
  891. $(target).slideDown();
  892. }
  893. });
  894.  
  895. </script>
  896. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  897. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  898.  
  899.  
  900. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  901. </body>
  902.  
  903. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement