Advertisement
theme_bean

custom for slut

Nov 25th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.51 KB | None | 0 0
  1. <!--
  2. custom for my bby
  3. -->
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  7. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  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. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  18.  
  19. <meta name="color:background" content="#53728f"/>
  20. <meta name="color:text" content="#000000"/>
  21. <meta name="color:link" content="#000000"/>
  22. <meta name="color:hover" content="#cccccc"/>
  23. <meta name="image:Background" content="http://static.tumblr.com/q0bwe1c/imYm7uuwj/picc.jpg"/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="if:show photo" content="0"/>
  26. <meta name="if:box shadow" content="0"/>
  27. <meta name="text:link one" content="" />
  28. <meta name="text:link one title" content="link" />
  29. <meta name="text:link two" content="" />
  30. <meta name="text:link two title" content="link" />
  31. <meta name="text:link three" content="" />
  32. <meta name="text:link three title" content="link" />
  33. <meta name="text:link four" content="" />
  34. <meta name="text:link four title" content="link" />
  35. <meta name="text:link five" content="" />
  36. <meta name="text:link five title" content="link" />
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}"/>
  44. {/block:Description}
  45. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <!--[if IE]>
  47. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  48. <![endif]-->
  49.  
  50. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  51.  
  52. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  53.  
  54. <style type="text/css">
  55.  
  56. body {
  57. color: {color:Text};
  58. background:{color:background};
  59. background-image:url({image:Background});
  60. background-size:cover;
  61. background-attachment: fixed;
  62. line-height:150%;
  63. font-family: ubuntu;
  64. font-size: 11px;
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {
  68. background-color:{color:link};
  69. height:auto;
  70. border: 1px solid :{color:hover};
  71. -webkit-border-radius:0px;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb:horizontal {
  75. background-color:{color:hover};
  76. height:auto !important;
  77. -webkit-border-radius:0px;
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. height:auto;
  82. width:7px;
  83. border-left: 1px solid #aaaaaa;
  84. background-color:{color:post background};
  85. }
  86.  
  87. #infscr-loading {
  88. position: absolute;
  89. bottom: 0;
  90. left: 25%;
  91. }
  92.  
  93. a:link, a:active, a:visited{
  94. color:{color:Link};
  95. text-decoration: none;
  96. }
  97.  
  98. a:hover {
  99. color:{color:Hover};
  100. text-decoration: strikethrough;
  101. }
  102.  
  103. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  104.  
  105.  
  106. #titulo {
  107. text-align: center;
  108. padding-top: 10px;
  109. font-family: 'caviardreams', cursive;
  110. font-size: 27px;
  111. line-height: 70%;
  112. color:{color:text};
  113. text-shadow: black 0.1em 0.1em 0.2em;
  114. }
  115.  
  116. iframe#tumblr_controls {
  117. right:3px !important;
  118. position: fixed !important;
  119. -webkit-transition: opacity 0.7s linear;
  120. opacity: 0.5;
  121. -webkit-transition: all 0.8s ease-out;
  122. -moz-transition: all 0.8s ease-out;
  123. transition: all 0.8s ease-out;
  124. }
  125.  
  126. iframe#tumblr_controls:hover {
  127. -webkit-transition: opacity 0.7s linear;
  128. opacity: 1;
  129. -webkit-transition: all 0.4s ease-out;
  130. -moz-transition: all 0.4s ease-out;
  131. transition: all 0.4s ease-out;
  132. }
  133.  
  134. #note3 {
  135. width: 500px;
  136. text-align:left;
  137. }
  138.  
  139. #contain {
  140. height:100%;
  141. padding-left:10px;
  142. padding-right:10px;
  143. width: 1100px;
  144. margin: 0px auto;
  145. position: relative;
  146. }
  147.  
  148. #sidebar {
  149. width: 220px;
  150. height: auto;
  151. position: fixed;
  152. margin-top: 10px;
  153. background:white;
  154. opacity: 0.9;
  155. padding: 2px;
  156. margin-left: 120px;
  157. color:{color:text};
  158. font-family: ubuntu;
  159. font-size:10px;
  160. }
  161.  
  162. .sidebar2 {
  163. opacity:10;
  164. width: 220px;
  165. border: 2px solid {color:border};
  166. padding: 10px;
  167. height: auto;
  168. background: white;
  169. margin-bottom:10px;
  170. {block:ifboxshadow}
  171. -moz-box-shadow: 0 0 20px #000000;
  172. -webkit-box-shadow: 0 0 20px#000000;
  173. box-shadow: 0 0 20px #000000;
  174. {/block:ifboxshadow}
  175. }
  176.  
  177. .linkys {
  178. width: 55px;
  179. height: 9px;
  180. padding: 5px;
  181. font-family:ubuntu;
  182. color:#000;
  183. Text-transform: lowercase;
  184. background: transparent;
  185. margin-right: 2px;
  186. margin-top: 4px;
  187. font-size:11px;
  188. letter-spacing:1px;
  189. line-height: 7px;
  190. text-align:center;
  191. -webkit-transition-duration: .4s;
  192. }
  193.  
  194. .linkys:hover {
  195. -moz-box-shadow: 0 0 10px #000;
  196. -webkit-box-shadow: 0 0 10px #000;
  197. box-shadow: 0 0 10px #000;
  198. }
  199.  
  200. ol.notes img {
  201. width: 16px;
  202. display: inline;
  203. position: relative;
  204. top: 3px;
  205. }
  206.  
  207. @font-face { font-family: "Journal"; src: url('http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf'); }
  208.  
  209. .entry{
  210. color:{color:text};
  211. margin:4px;
  212. padding: 4px;
  213. float:left;
  214. background:transparent;
  215. font-family: ubuntu;
  216. font-size: 10px;
  217. border: 2px solid {color:border};
  218. line-height:13px;
  219. {block:IndexPage}
  220. width:250px;
  221. {/block:IndexPage}
  222. {block:PermalinkPage}
  223. width:480px;
  224. {/block:PermalinkPage}
  225. {block:ifboxshadow}
  226. -moz-box-shadow: 0 0 20px #000000;
  227. -webkit-box-shadow: 0 0 20px#000000;
  228. box-shadow: 0 0 20px #000000;
  229. {/block:ifboxshadow}
  230. }
  231.  
  232. .entry .permalink{
  233. margin: auto;
  234. font-family: 'caviardreams', cursive;
  235. position: absolute;
  236. text-align: center;
  237. margin-top:0;
  238. width: 15px;
  239. height: 17px;
  240. font-size:10px;
  241. margin-left: 3px;
  242. opacity: 0;
  243. font-style:bold;
  244. background-color: white;
  245. border: 2px solid #000;
  246. filter: alpha(opacity = 0);
  247. -webkit-transition: all ease-in .5s;
  248. -moz-transition: all ease-in .5s;
  249. -o-transition: all ease-in .5s;
  250. -ms-transition: all ease-in .5s;
  251. transition: all ease-in .5s;
  252. }
  253.  
  254. .entry:hover .permalink{
  255. margin-top: 7px;
  256. opacity: 1;
  257. }
  258.  
  259. .entry:hover .permalink:hover{
  260. -webkit-border-radius: 6px 6px 6px 6px;
  261. }
  262.  
  263. .entry .permalink3{
  264. margin: auto;
  265. font-family: 'caviardreams', cursive;
  266. position: absolute;
  267. padding-right:2px;
  268. padding-left:2px;
  269. text-align: center;
  270. margin-top:0;
  271. width: auto;
  272. height: 17px;
  273. font-size:10px;
  274. margin-left: 30px;
  275. opacity: 0;
  276. font-style:bold;
  277. background-color: white;
  278. border: 2px solid #000;
  279. filter: alpha(opacity = 0);
  280. -webkit-transition: all ease-in .5s;
  281. -moz-transition: all ease-in .5s;
  282. -o-transition: all ease-in .5s;
  283. -ms-transition: all ease-in .5s;
  284. transition: all ease-in .5s;
  285. }
  286.  
  287. .entry:hover .permalink3{
  288. margin-top: 7px;
  289. opacity: 1;
  290. }
  291.  
  292. .entry:hover .permalink3:hover{
  293. -webkit-border-radius: 6px 6px 6px 6px;
  294. }
  295.  
  296. #content {
  297. width: 630px;
  298. margin-top: 5px;
  299. margin-left:530px;
  300. -webkit-animation:fadeInUpBig 3s;
  301. -moz-animation:fadeInUpBig 3s;
  302. -ms-animation:fadeInUpBig 3s;
  303. }
  304.  
  305. #pagination{
  306. display:none;
  307. }
  308.  
  309. .permalink2 {
  310. color: #000000;
  311. padding-top: 0px;
  312. padding-bottom: 0px;
  313. font-size: 10px;
  314. text-align: center;
  315. opacity: 0;
  316. filter: alpha(opacity = 0);
  317. -webkit-transition: all ease-in 250ms;
  318. -moz-transition: all ease-in 250ms;
  319. -o-transition: all ease-in 250ms;
  320. -ms-transition: all ease-in 250ms;
  321. transition: all ease-in 250ms;
  322. }
  323.  
  324. .entry:hover .permalink2 {
  325. opacity: 1;
  326. filter: alpha(opacity = 100);
  327. -webkit-transition: all ease-in 250ms;
  328. -moz-transition: all ease-in 250ms;
  329. -o-transition: all ease-in 250ms;
  330. -ms-transition: all ease-in 250ms;
  331. transition: all ease-in 250ms;
  332. }
  333.  
  334.  
  335. blockquote, q {
  336. padding-left:5px;padding-top:7px;
  337. padding-right:5px;padding-bottom:7px;
  338. margin-left:5px; margin-right:5px;
  339. border: 2px solid #ccc;
  340. background-color:{color:background};
  341. }
  342.  
  343. li.drawer a {
  344. margin: 0px 5px;
  345. }
  346.  
  347. .label {
  348. text-transform:uppercase;
  349. color:{color:Link}
  350. }
  351.  
  352. .question {
  353. text-align:left;
  354. padding-left:5px;padding-top:7px;
  355. padding-right:5px;padding-bottom:7px;
  356. border-left: 2px solid {color:Link};
  357. border-right: 2px solid {color:Link};
  358. background-color:{color:blockquote};
  359. }
  360.  
  361. .answer {
  362. text-align:left;
  363. padding-left:5px;padding-top:7px;
  364. padding-right:5px;padding-bottom:7px;
  365. }
  366.  
  367. .text {
  368. padding: 10px;
  369. }
  370.  
  371. #pp {
  372. text-align: center;
  373. width: 100%;
  374. padding-top: 2px;
  375. }
  376.  
  377.  
  378. .permahover {
  379. text-align: right;
  380. line-height:200%;
  381. opacity: 0.0;
  382. filter: alpha(opacity = 0);
  383. font-size: 9px;
  384. line-height: 9px;
  385. text-transform: uppercase;
  386. }
  387.  
  388. .entry:hover .permahover {
  389. text-align: center;
  390. opacity: 1;
  391. filter: alpha(opacity = 50);
  392. }
  393.  
  394.  
  395. .b {
  396. display : block;
  397. font-size: 8px;
  398. text-align: left;
  399. line-height: 15px;
  400. text-indent : 0px;
  401. vertical-align : middle;
  402. padding : 2px;
  403. padding-bottom : 0px;
  404. }
  405.  
  406. #newHeader {
  407. padding-bottom: 2px;
  408. text-align: center;
  409. }
  410.  
  411. div.panel {
  412. width: 260px;
  413. padding: 15px 20px;
  414. color: #333;
  415. text-align: center;
  416. line-height: 22px;
  417. display: none;
  418. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  419. }
  420.  
  421. div.panel p {
  422. margin: 10px 0;
  423. }
  424.  
  425. div.panel p a, div.textPost p a, div.audioPost p a {
  426. color: #333;
  427. text-decoration: none;
  428. border-bottom: 1px dotted;
  429. font-style: italic;
  430. font-weight: bold;
  431. }
  432.  
  433. #credz {
  434. position: fixed !important;
  435. right:5px !important;
  436. bottom:7px !important;
  437. font-family:ubuntu;
  438. font-size:25px;
  439. line-height: 12px;
  440. -moz-transition: all 0.8s ease-out;
  441. -webkit-transition: opacity 0.7s linear;
  442. -webkit-transition: all 0.8s ease-out;
  443. transition: all 0.8s ease-out;
  444. }
  445.  
  446. </style>
  447.  
  448. <script type="text/javascript">
  449. $(window).load(function(){
  450. $("p").remove(":contains('Source:')");
  451. $("p").remove(":contains('via ')");
  452. });
  453. </script>
  454.  
  455. </head>
  456. <body>
  457. <div id="contain">
  458.  
  459. <div id="sidebar"><center>
  460.  
  461. <div class="sidebar2"><div id="titulo"><a href="/">{Title}</a></div><br>{block:ifshowphoto}
  462. <div style="opacity:0.8"><a href="/"><img src="{image:sidebar}" width="197"></a></div>
  463. <br>
  464. {/block:ifshowphoto}
  465. {description}<br><br>
  466.  
  467. {block:IfLinkOneTitle}<a href="{text:Link One}" class="linkys" >{text:Link One Title}</a>{/block:ifLinkOneTitle}
  468. {block:ifLinkTwoTitle}<a href="{text:Link Two}" class="linkys" >{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  469. {block:ifLinkThreeTitle}<a href="{text:Link Three}" class="linkys" >{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  470. {block:ifLinkFourTitle}<a href="{text:Link Four}" class="linkys" >{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  471. {block:ifLinkFiveTitle}<a href="{text:Link Five}" class="linkys" >{text:Link Five Title} </a>{/block:ifLinkFiveTitle}
  472. </div>
  473. </div>
  474. </div>
  475.  
  476. <div id="content">
  477. {block:Posts}
  478. <div class="entry">
  479.  
  480. {block:Text}
  481. <div class="text">
  482. <div style="text-transform:uppercase; color:{color:link};">{block:Title}
  483. <a href="{Permalink}">{Title}</a>
  484. {/block:Title}</div>
  485. {Body}
  486. {block:indexpage}
  487. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  488. {/block:indexpage}
  489.  
  490. </div>
  491. {/block:Text}
  492.  
  493. {block:Photo}
  494. {block:IndexPage}
  495. <div class="permalink">
  496. <a href="{ReblogURL}" target="_blank"> ↺ </a></div>
  497. <div class="permalink3">
  498. <a href="{Permalink}" target="_blank"> {notecountwithlabel} </a></div>
  499. {/block:IndexPage}
  500. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  501. {/block:IndexPage}
  502. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="480"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  503. {/block:Photo}
  504.  
  505. {block:Photoset}
  506. {block:IndexPage}<br><center>{Photoset-250}</center>{/block:IndexPage}
  507. {block:indexpage}
  508. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  509. {/block:indexpage}
  510. {block:permalinkpage}
  511. {Photoset-500}
  512. {/block:permalinkpage}
  513. {/block:Photoset}
  514.  
  515. {block:Quote}
  516. <div class="text">
  517. "{Quote}"
  518. {block:Source}
  519. <div class="source"><div style="text-align:right">{Source}</div></div>
  520. {/block:Source}
  521. {block:indexpage}
  522. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  523. {/block:indexpage}
  524. </div>{/block:Quote}
  525.  
  526. {block:Link}
  527. <div class="text">
  528. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  529. {block:Description}
  530. <div class="description">{Description}</div>
  531. {/block:Description}
  532. {block:indexpage}
  533. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  534. {/block:indexpage}
  535. </div>{/block:Link}
  536.  
  537. {block:Chat}
  538. <div class="text">
  539. {block:Title}
  540. <a href="{Permalink}">{Title}</a>
  541. {/block:Title}
  542. <ul class="chat">
  543. {block:Lines}
  544. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  545.  
  546. {Line} </li>
  547. {/block:Lines}
  548. </ul>
  549. {block:indexpage}
  550. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  551. {/block:indexpage}
  552. </div>{/block:Chat}
  553.  
  554. {block:Video}
  555. {block:IndexPage}{Video-200}{/block:IndexPage}
  556. {block:indexpage}
  557. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  558. {/block:indexpage}
  559. {block:permalinkpage}
  560. {Video-500}
  561. {/block:permalinkpage}
  562.  
  563. {/block:Video}
  564.  
  565. {block:Audio}
  566. <div class="text">
  567. {AudioPlayerGrey}
  568. {block:Caption}
  569. {Caption}
  570. {/block:Caption}
  571. {block:indexpage}
  572. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  573. {/block:indexpage}
  574. </div>{/block:Audio}
  575.  
  576. {block:Answer}<div class="text">
  577. <div class="question">
  578. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  579. {block:indexpage}
  580. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
  581. {/block:indexpage}
  582. </div>{/block:Answer}
  583.  
  584.  
  585. {block:PermalinkPage}
  586. <div id="note3"><div style="text-align:right">
  587. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  588.  
  589. {block:PostNotes}
  590. {PostNotes}
  591. {/block:PostNotes}
  592. </div>
  593. {/block:PermalinkPage}
  594. </div>
  595. {/block:Posts}
  596. </div>
  597. </div>
  598. {block:Pagination}
  599. <ul id="pagination">
  600. {block:PreviousPage}
  601. <li><a href="{PreviousPage}"></a></li>
  602. {/block:PreviousPage}
  603. {block:JumpPagination length="5"}
  604. {block:CurrentPage}
  605. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  606. {/block:CurrentPage}
  607. {block:JumpPage}
  608. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  609. {/block:JumpPage}
  610. {/block:JumpPagination}
  611. {block:NextPage}
  612. <li><a id="nextPage" href="{NextPage}"></a></li>
  613. {/block:NextPage}
  614. </ul>
  615. {/block:Pagination}
  616.  
  617. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  618. <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
  619. {block:IndexPage}
  620. <script type="text/javascript">
  621. $(window).load(function () {
  622. $('#content').masonry(),
  623. $('.masonryWrap').infinitescroll({
  624. navSelector : '#pagination',
  625. nextSelector : '#pagination a#nextPage',
  626. itemSelector : ".entry",
  627. bufferPx : 100,
  628. loadingText : "<em></em>",
  629. },
  630. function() { $('#content').masonry({ appendedContent: $(this) }); }
  631. );
  632. });
  633. </script>
  634. {/block:IndexPage}
  635.  
  636. <script type="text/javascript">
  637.  
  638. $('.show').click(function(e){
  639. e.preventDefault();
  640. $('.panel').stop(true,true);
  641. var target = $(this).attr('href');
  642. if($('.panel').is(':visible')){
  643. if($(target).is(':visible')){
  644. $(target).slideUp();
  645. return false;
  646. }else{
  647. $('.panel:visible').slideUp(400, function(){
  648. $(target).slideDown();
  649. });
  650. }
  651. }else {
  652. $(target).slideDown();
  653. }
  654. });
  655.  
  656. </script>
  657. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  658. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  659.  
  660. </body>
  661.  
  662. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement