Advertisement
theme_bean

Theme #32

Dec 5th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.89 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't remove the credit
  4. unless you wear sweatpants on monday then well i just feel bad for you
  5. love ya
  6. -->
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#000000"/>
  18. <meta name="color:links" content="#000000"/>
  19. <meta name="color:hover" content="#686868"/>
  20. <meta name="color:sidebar" content="#ffffff"/>
  21. <meta name="if:show picbar" content=""/>
  22. <meta name="image:sidebars" content=""/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="text:Link One Title" content="link 1"/>
  25. <meta name="text:Link One" content="" />
  26. <meta name="text:Link Two Title" content="link 2"/>
  27. <meta name="text:Link Two" content=""/>
  28. <meta name="text:Link Three Title" content="link 3"/>
  29. <meta name="text:Link Three" content=""/>
  30. <meta name="text:Link Four Title" content="link 4"/>
  31. <meta name="text:Link Four" content=""/>
  32.  
  33. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  34.  
  35. <script type="text/javascript"
  36. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  43.  
  44. <title>{Title}</title>
  45.  
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49.  
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51.  
  52. <script type="text/javascript">
  53. $(document).ready(function () {
  54. $('li.drawer div:nth-child(2)').hide();
  55. $('li.drawer h4').click(function () {
  56. if ($(this).hasClass('open')) {
  57. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  58. else {
  59. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  60. $(this).next().slideDown();
  61. $(this).addClass('open');}
  62. });
  63. });
  64. </script>
  65.  
  66. <style type="text/css">
  67.  
  68. position:fixed !important;
  69. }
  70. ::-webkit-scrollbar-thumb:vertical {
  71.  
  72. height:9px;
  73.  
  74. background-color: #a4a4a4;
  75.  
  76. }
  77.  
  78. ::-webkit-scrollbar {
  79.  
  80. width:5px;
  81.  
  82. height:5px;
  83.  
  84. background:#fff;
  85.  
  86. margin-right:5px;
  87.  
  88. }
  89. iframe#tumblr_controls {
  90. top: 0% !important;
  91. right:0% !important;
  92. position: fixed !important;
  93. z-index:9999999;
  94. }
  95.  
  96. body {
  97. padding: 0px;
  98. margin: 0px;
  99. color:#000;
  100. font-family: Poiret One;
  101. font-size: 11px;
  102. background-color: {color:Background};
  103. background-image:url({image:Background});
  104. background-attachment: fixed;
  105. background-repeat: repeat;
  106. }
  107.  
  108. a:link, a:active, a:visited{
  109. color: {color:links};
  110. text-decoration: none;
  111. -webkit-transition: color 0.4s ease-out;
  112. -moz-transition: color 0.4s ease-out;
  113. }
  114.  
  115. a:hover{
  116. color:{color:hover};
  117. -webkit-transition: color 0.4s ease-out;
  118. -moz-transition: color 0.4s ease-out;
  119. }
  120.  
  121. #posts {
  122. width:800px;
  123. margin-left:236px;
  124. margin-top:1px;
  125. float:center;
  126. {block:PermalinkPage}
  127. width:670px;
  128. margin-left:261px;
  129. {/block:PermalinkPage}
  130. -webkit-animation: fadeInUp 2s;
  131. -moz-animation: fadeInUp 2s;
  132. -ms-animation: fadeInUp 2s;
  133. }
  134.  
  135. .entry {
  136. margin:2px;
  137. padding: 2px;
  138. float:center;
  139. background-color: white;
  140. font-family: ubuntu;
  141. font-size: 10px;
  142. line-height:15px;
  143. {block:IndexPage}
  144. overflow:hidden;
  145. width:350px;
  146. {/block:IndexPage}
  147. {block:PermalinkPage}
  148. width:660px;
  149. {/block:PermalinkPage}
  150. -webkit-transition: all 1s linear;
  151. -webkit-transition: all 1s linear;
  152. -moz-transition: all 1s linear;
  153. transition: all 1s linear;
  154. }
  155.  
  156. .askborder {
  157. float: left;
  158. margin: 1px 4px 0 0;
  159. padding: 2px;
  160. background: #fff;
  161. }
  162.  
  163. .permalink2 p {
  164. margin: 0px;
  165. }
  166.  
  167. .permalink{
  168. opacity: 0.0;
  169. filter: alpha(opacity = 0);
  170. position:absolute;
  171. z-index:9999991;
  172. bottom: 3px;
  173. left: 7px;
  174. }
  175.  
  176. .entry:hover .permalink {
  177. -webkit-transition: opacity 0.4s linear;
  178. opacity: 1;
  179. -moz-transition: all 0.4s linear;
  180. transition: all 0.4s linear;
  181. filter: alpha(opacity = 100);
  182. }
  183.  
  184. .laces {
  185. width: 40px;
  186. height: 23px;
  187. background-color:#000;
  188. -moz-border-radius: 3px;
  189. border-radius: 3px;
  190. bottom: 6px;
  191. overflow: hidden;
  192. z-index: 9999999;
  193. display: inline-block;
  194. }
  195.  
  196. .laces img{
  197. width: 40px;
  198. height: 20px;
  199. -moz-border-radius: 3px;
  200. border-radius: 3px;
  201. line-height: 20px;
  202. display: inline;
  203. }
  204.  
  205. .knots {
  206. display: inline-block;
  207. background-color:#000;
  208. height: 22px;
  209. font-size: 11px;
  210. line-height: 20px;
  211. color: #fff;
  212. padding-left: 4px;
  213. padding-right: 4px;
  214. -moz-border-radius: 3px;
  215. border-radius: 3px;
  216. bottom: 7px;
  217. position: relative;
  218. letter-spacing:0px;
  219. }
  220.  
  221. .knots a{
  222. color: #fff;
  223. font-family: helvetica;
  224. }
  225.  
  226. .entry:hover .knots, .entry:hover .laces {
  227. opacity: 0.8;
  228. filter: alpha(opacity = 80);
  229. }
  230.  
  231. .knots:hover , .laces:hover{
  232. opacity: 0.8!important;
  233. filter: alpha(opacity = 100)!important;
  234. }
  235.  
  236. .entry #permalink {
  237. width:100%;
  238. position: absolute;
  239. text-align:right;
  240. bottom: 0px;
  241. right: 2px;
  242. opacity: 1;
  243. border-top:1px dotted black;
  244. -webkit-transition: all .5s ease;
  245. -moz-transition: all .5s ease;
  246. -o-transition: all .5s ease;
  247. transition: all .5s ease;
  248. }
  249.  
  250. .countreblog {
  251. letter-spacing:1px;
  252. font-family: ubuntu;
  253. font-size:8px;
  254. color: #000;
  255. line-height:15px;
  256. margin: 5px;
  257. background:transparent;
  258. padding:2px 2px;
  259. margin-bottom:6px;
  260. padding-bottom:6px;
  261. opacity: 1;
  262. }
  263.  
  264. .title{
  265. font-family: 'ubuntu';
  266. font-size: 12px;
  267. line-height:15px;
  268. color: {color:text};
  269. font-weight: bold;
  270. }
  271.  
  272. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  273.  
  274. .blogtitle{
  275. font-family: cedarcursive;
  276. line-height: 28px;
  277. font-weight: normal;
  278. padding:0px 0px 0px 0px;
  279. font-size: 27px;
  280. border-top: 0px solid #cecece;
  281. }
  282.  
  283. #titbar{
  284. z-index:1;
  285. position:fixed !important;
  286. font-family: 'ubuntu', cursive;
  287. text-align:center;
  288. background-color:{color:sidebar};
  289. background-image:url({image:sidebars});
  290. height:100%;
  291. width:210px;
  292. top:0px;
  293. left:23px;
  294. padding-bottom:7px;
  295. padding-top:7px;
  296. {block:indexpage}
  297. -webkit-animation: fadeInDownBig 2s;
  298. -moz-animation: fadeInDownBig 2s;
  299. -ms-animation: fadeInDownBig 2s;
  300. {/block:indexpage}
  301. opacity: 1;
  302. }
  303.  
  304. #picbar{
  305. z-index:1;
  306. position:fixed !important;
  307. font-family: 'ubuntu', cursive;
  308. text-align:center;
  309. background-image:url({image:sidebars});
  310. height:100%;
  311. width:100px;
  312. top:0px;
  313. left:955px;
  314. padding-bottom:7px;
  315. {block:indexpage}
  316. -webkit-animation: fadeInDownBig 2s;
  317. -moz-animation: fadeInDownBig 2s;
  318. -ms-animation: fadeInDownBig 2s;
  319. {/block:indexpage}
  320. opacity: 0.9;
  321. }
  322.  
  323. ul#drawers {width: 210; list-style: none; margin-top: 5px; margin: auto; margin-left:-2.2px;padding: 2px; border-top: 2px; color: #000;}
  324.  
  325. ul#drawers a {text-decoration: none; color: #000;}
  326.  
  327. ul#drawers li h4 {margin: 0; padding: 1px; border: 3px double #000; font-family: julius sans one; font-size: 11px; letter-spacing:2px; text-align: left; background-color: #fff; -webkit-transition: background-color 0.8s ease-out; -moz-transition: background-color 0.8s ease-out;
  328. transition: background-color 0.8s ease-out;}
  329.  
  330. h4.small {display: table-cell; width: 200px; margin-left:-2; height: 25px;}
  331.  
  332. li.drawer h4.open {background-color: #121213; border: 0px double #ddd;}
  333.  
  334. li.drawer div {padding: 2px; margin-top: 5px; line-height: 12px; background-color: #fff; border: 3px double #000;}
  335.  
  336. li.drawer div li {list-style-type: disc;}
  337.  
  338. li.drawer div ul {-webkit-padding-start: 12px;}
  339.  
  340. .linkys {
  341. color:{color:Links};
  342. font-family: ubuntu;
  343. text-transform: lowercase;
  344. font-size: 9px;
  345. text-align:center;
  346. opacity:1;
  347. padding-left:2px;
  348. padding-right:2x;
  349. }
  350.  
  351. .linkys:hover {
  352. opacity:0.5;
  353. }
  354.  
  355. #infscr-loading{
  356. bottom: -70px;
  357. position: absolute;
  358. left: 50%;
  359. margin-left:-8px;
  360. width:16px;
  361. height:11px;
  362. overflow:hidden;
  363. margin-bottom: 50px;
  364. }
  365.  
  366. a img{border: 0px;}
  367.  
  368. ul, ol, li{
  369. list-style:none;
  370. margin:0px;
  371. padding:0px;
  372. }
  373.  
  374. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  375. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  376.  
  377. .notes img{
  378. width:10px;
  379. position:relative;
  380. top:3px;
  381. }
  382.  
  383. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  384. {block:IndexPage}
  385. width: 250px !important;
  386. {/block:IndexPage}
  387. }
  388. .video embed, .post div.video object {width:280px !important; height:150px !important;}
  389.  
  390. #credz {
  391. position: fixed !important;
  392. right:5px !important;
  393. top:27px !important;
  394. font-family:helvetica;
  395. font-size:13px;
  396. line-height: 12px;
  397. color: {color:body font};
  398. -moz-transition: all 0.8s ease-out;
  399. -webkit-transition: opacity 0.7s linear;
  400. -webkit-transition: all 0.8s ease-out;
  401. transition: all 0.8s ease-out;
  402. }
  403.  
  404. </style>
  405.  
  406. {block:IndexPage}
  407. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  408. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  409.  
  410. <script type="text/javascript">
  411. //
  412. function desabilitaMenu(e)
  413. {
  414. if (window.Event)
  415. {
  416. if (e.which == 2 || e.which == 3)
  417. return false;
  418. }
  419. else
  420. {
  421. event.cancelBubble = true
  422. event.returnValue = false;
  423. return false;
  424. }
  425. }
  426. document.oncontextmenu = desabilitaMenu;
  427. document.onmousedown = desabilitaBotaoDireito;
  428. document.onmouseup = desabilitaBotaoDireito;
  429. </script>
  430.  
  431. <script type="text/javascript">
  432. $(window).load(function () {
  433. var $content = $('#posts');
  434. $content.masonry({itemSelector: '.entry'}),
  435. $content.infinitescroll({
  436. navSelector : 'div#pagination',
  437. nextSelector : 'div#pagination a#nextPage',
  438. itemSelector : '.entry',
  439. loading: {
  440. finishedMsg: '',
  441. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  442. },
  443. bufferPx : 600,
  444. debug : false,
  445. },
  446. // call masonry as a callback.
  447. function( newElements ) {
  448. var $newElems = $( newElements );
  449. $newElems.hide();
  450. // ensure that images load before adding to masonry layout
  451. $newElems.imagesLoaded(function(){
  452. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  453.  
  454.  
  455. });
  456. });
  457. });
  458. </script>
  459.  
  460. {/block:IndexPage}
  461.  
  462. </div>
  463.  
  464. <title>{title}</title>
  465.  
  466. <link rel="shortcut icon" href="{Favicon}">
  467. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  468. <meta name="viewport" content="width=820" />
  469.  
  470.  
  471.  
  472. <div class="wrapper">
  473.  
  474. <div class="header">
  475.  
  476. </div>
  477.  
  478. <div id="titbar">
  479. <center>
  480. <div style="border: 3px double #000; background-color:white;">
  481. <a href="/" class="blogtitle">{Title}</a>
  482. </div>
  483. </center>
  484.  
  485.  
  486. {block:ifshowpicbar}
  487. <div id="picbar">
  488. </div>
  489. {/block:ifshowpicbar}
  490.  
  491. <center>
  492. <div style="margin-top:5px; border: 3px double #000; background-color: white;">
  493. <p>{description}</p>
  494. </div>
  495. </center>
  496.  
  497. <center>
  498. <ul id="drawers">
  499. <li class="drawer" id="info">
  500. <h4>navigation+</h4>
  501. <div align="center">
  502. <p>
  503. <u><a href="/"class="linkys">home</a></u> &middot; <u><a href="/ask"class="linkys">inbox</a></u>{block:ifLinkOneTitle} &middot; <u><a href="{text:Link One}"class="linkys">{text:Link One Title}</a></u>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle} &middot; <u><a href="{text:Link Two}"class="linkys">{text:Link Two Title}</a></u>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle} &middot; <u><a href="{text:Link Three}"class="linkys">{text:Link Three Title}</a></u>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle} &middot; <u><a href="{text:Link Four}"class="linkys">{text:Link Four Title}</a></u>{/block:ifLinkFourTitle} &middot; <u><a href="http://slutteen.tumblr.com/"class="linkys">theme</a></u>
  504. </p>
  505. </li>
  506. </ul>
  507. </center>
  508. </div>
  509.  
  510. <div class="left">
  511.  
  512. <div id="posts">
  513.  
  514. {block:Posts}
  515. <div class="entry">
  516.  
  517. {block:Text}
  518. {block:IndexPage} <br><div id="permalink">
  519. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  520. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  521. <span class="entrytext">{Body}</span><br>
  522. {/block:Text}
  523.  
  524. {block:Link}
  525. <a href="{URL}" class="title">{Name}</a>
  526. {block:Description}{Description}{/block:Description}<br>
  527. {block:IndexPage} <div id="permalink">
  528. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  529. {block:Link}
  530.  
  531. {block:Answer}
  532. <div class="post"><div class="askborder">
  533. <img src="{askerportraiturl-40}" width="40px"></div><span></span><b>tumblr user {asker} said:</b> {Question}<br>
  534. <b>then I replied:</b> {Answer}
  535. </div>
  536. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  537. {/block:Answer}
  538.  
  539. {block:Photo}
  540. <center>
  541. {block:IndexPage}
  542. <div class="permalink">
  543. <div class="laces"><a href="{reblogurl}" target="_blank"><img src="http://images.cooltext.com/2858153.png" width="30"/></a>
  544. </div>
  545. <div class="knots"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  546. </div>
  547. {/block:IndexPage}
  548. {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="350"/>
  549. </a>{LinkCloseTag}{/block:IndexPage}
  550. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=660px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  551. {/block:Photo}
  552.  
  553. {block:Photoset}
  554. {block:IndexPage} <div id="permalink">
  555. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  556. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  557. <p style="text-align: right;">
  558. {/block:Photoset}
  559.  
  560. {block:Quote}{block:IndexPage} <div id="permalink">
  561. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  562. {Quote}</span> <br>
  563. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  564. {/block:Quote}
  565.  
  566. {block:Chat}
  567. {block:IndexPage} <div id="permalink">
  568. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  569. {block:Title}<span class="title">{Title}</span>{/block:Title}
  570. <ul class="chat">
  571. {block:Lines}
  572. <li class="user_{UserNumber}">
  573. {block:Label}
  574. <span class="label">{Label}</span>
  575. {/block:Label}
  576. {Line}
  577. </li>
  578. {/block:Lines}
  579. </ul><br>
  580.  
  581. {/block:Chat}
  582.  
  583. {block:Audio}
  584. <div style="width:249px; height:30px;">
  585. {AudioPlayerBlack}
  586. </div>
  587. {block:IndexPage} <div id="permalink">
  588. <br><br><br><br><span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  589. {/block:Audio}
  590.  
  591. {block:Video}
  592. {block:IndexPage}
  593. <div id="permalink">
  594. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  595. <center>
  596. <div class="video">{Video-250}</div></center></center><br>
  597. {/block:IndexPage}
  598. {block:PermalinkPage}
  599. <center>
  600. {Video-550}</center>
  601. {/block:PermalinkPage}
  602. {block:Video}
  603.  
  604. {block:PermalinkPage}
  605. <center>
  606. {block:Date}
  607. <center>
  608. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  609. <br>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>, <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  610. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  611. </center>
  612. {/block:Date}
  613. </center>
  614. {/block:PermalinkPage}
  615.  
  616.  
  617.  
  618. </div>
  619.  
  620.  
  621. {/block:Posts}
  622. </div>
  623. </div>
  624. {block:IndexPage}
  625. {block:Pagination}
  626. <div id="pagination">
  627. {block:NextPage}
  628. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  629. {/block:NextPage}
  630. {block:PreviousPage}
  631. <a href="{PreviousPage}">&larr;&nbsp;</a>
  632. {/block:PreviousPage}
  633. </div>
  634. {/block:Pagination}
  635. {/block:IndexPage}
  636. </div>
  637.  
  638. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  639.  
  640. </body>
  641. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement