Advertisement
theme_bean

Theme #39

Dec 10th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.24 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.  
  9. <head>
  10.  
  11. <meta name="color:Body Font" content="#000000"/>
  12. <meta name="color:Links" content="#000000"/>
  13. <meta name="color:Hover" content="#ffffff"/>
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="image:Sidebar" content="0"/>
  16. <meta name="image:Background" content="0"/>
  17. <meta name="if:show sidebar photo" content="0">
  18. <meta name="if:two columns" content="0"/>
  19. <meta name="if:three columns" content="0"/>
  20. <meta name="text:Link One Title" content="link"/>
  21. <meta name="text:Link One" content="" />
  22. <meta name="text:Link Two Title" content="link"/>
  23. <meta name="text:Link Two" content=""/>
  24. <meta name="text:Link Three Title" content="link"/>
  25. <meta name="text:Link Three" content=""/>
  26. <meta name="text:Link Four Title" content="link"/>
  27. <meta name="text:Link Four" content=""/>
  28. <meta name="text:Link Five Title" content="link"/>
  29. <meta name="text:Link Five" content=""/>
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  32.  
  33. <title>{title}</title>
  34.  
  35. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  36.  
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39.  
  40. <meta name="description" content="{MetaDescription}"/>
  41.  
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  44.  
  45. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  46.  
  47. <link rel="stylesheet" type="text/css"href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  48.  
  49. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  50.  
  51. <script type="text/javascript">
  52. $(document).ready(function () {
  53. $('li.drawer div:nth-child(2)').hide();
  54. $('li.drawer h4').click(function () {
  55. if ($(this).hasClass('open')) {
  56. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  57. else {
  58. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  59. $(this).next().slideDown();
  60. $(this).addClass('open');}
  61. });
  62. });
  63. </script>
  64.  
  65. <script type="text/javascript">
  66. $(document).ready(function () {
  67. $('li.drawer2 div:nth-child(2)').hide();
  68. $('li.drawer2 h4').click(function () {
  69. if ($(this).hasClass('open')) {
  70. $('li.drawer2 div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  71. else {
  72. $('li.drawer2 div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  73. $(this).next().slideDown();
  74. $(this).addClass('open');}
  75. });
  76. });
  77. </script>
  78.  
  79. <style type="text/css">
  80.  
  81. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  82.  
  83. iframe#tumblr_controls {
  84. right:3px !important;
  85. position: fixed !important;
  86. -webkit-transition: opacity 0.7s linear;
  87. opacity: 0.6;
  88. -webkit-transition: all 0.8s ease-out;
  89. -moz-transition: all 0.8s ease-out;
  90. transition: all 0.8s ease-out;
  91. }
  92.  
  93. body {
  94. color: {color:Body Font};
  95. background-color:{color:Background};
  96. background-image:url({image:Background});
  97. background-attachment: fixed;
  98. background-repeat: repeat;
  99. line-height: 120%;
  100. font-family: ubuntu;
  101. font-size: 17px;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background-color:#7d7d7d;
  106. height:auto;-webkit-border-radius:6px;
  107. }
  108.  
  109. ::-webkit-scrollbar-thumb:horizontal {
  110. background-color:#7d7d7d;
  111. height:6px !important;-webkit-border-radius:6px;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height:6px;
  116. width:6px;
  117. background-color:#cdcdcd;
  118. -webkit-border-radius:6px;
  119. }
  120.  
  121. a:link, a:active, a:visited{
  122. color:{color:links};
  123. text-decoration: none;
  124. -webkit-transition: 0.4s ease-in;
  125. -o-transition: 0.4s ease-in;
  126. -moz-transition: 0.4s ease-in;
  127. transition: 0.4s ease-in;
  128. }
  129.  
  130. a:hover {color:{color:Hover};
  131. text-decoration: strikethrough;
  132. }
  133.  
  134. #posts {
  135. width: 250px;
  136. margin-left:475px;
  137. {block:iftwocolumns}
  138. width: 604px;
  139. margin-left:395px;
  140. {/block:iftwocolumns}
  141. {block:ifthreecolumns}
  142. width: 794px;
  143. margin-left:345px;
  144. {/block:ifthreecolumns}
  145. padding:3px;
  146. margin-top:2px;
  147. {block:permalinkpage}
  148. width: 730px;
  149. text-align:center;
  150. {/block:permalinkpage}
  151. float:center;
  152. -webkit-animation: fadeInUp 3s;
  153. -moz-animation: fadeInUp 3s;
  154. -ms-animation: fadeInUp 3s;
  155. -webkit-transition: all 0.3s linear;
  156. -moz-transition: all 0.3s linear;
  157. transition: all 0.3s linear;
  158. }
  159.  
  160. .entry {
  161. margin:3px;
  162. padding: 4px;
  163. padding-bottom:0px;
  164. float:left;
  165. width:221px;
  166. font-family:ubuntu;
  167. font-size: 10px;
  168. line-height:18px;
  169. text-align:left;
  170. background-color:{color:Background};
  171. border: 1px solid #ddd;
  172. {block:permalinkpage}
  173. width: 730px;
  174. text-align:center;
  175. {/block:permalinkpage}
  176. }
  177.  
  178. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  179.  
  180. .entry .permalink {
  181. position:absolute;
  182. width:0px;
  183. height:15px;
  184. background-color:#fff;
  185. margin-left: 0px;
  186. overflow:hidden;
  187. margin-top: 6px;
  188. font-family: caviardreams;
  189. text-transform: lowercase;
  190. font-size: 10px;
  191. line-height:15px;
  192. text-align:center;
  193. opacity:0.0;
  194. border-bottom-right-radius:0px;
  195. border-top-right-radius:0px;
  196. border-top-left-radius:0px;
  197. border-bottom-left-radius:0px;
  198. -webkit-transition: all 0.3s linear;
  199. -moz-transition: all 0.3s linear;
  200. transition: all 0.3s linear;
  201. }
  202.  
  203. .entry:hover .permalink {
  204. overflow:hidden;
  205. -webkit-transition: opacity 1.0s linear; opacity: 0.8;
  206. transition: all 0.4s linear;
  207. margin-left: 6px;
  208. width: auto;
  209. height: 9px;
  210. margin-top: 4px;
  211. padding-bottom:8px;
  212. padding-left:3px;
  213. padding-right:3px;
  214. -webkit-transition: all 0.3s linear;
  215. -moz-transition: all 0.3s linear;
  216. transition: all 0.3s linear;
  217. }
  218.  
  219. .entry:hover .permalink:hover{
  220. opacity:1;
  221. }
  222.  
  223. .entry #permalink {
  224. width:100%;
  225. position: absolute;
  226. text-align:right;
  227. bottom: 0px;
  228. right: 2px;
  229. opacity: 1;
  230. border-top:1px dotted black;
  231. -webkit-transition: all .5s ease;
  232. -moz-transition: all .5s ease;
  233. -o-transition: all .5s ease;
  234. transition: all .5s ease;
  235. }
  236.  
  237. .texting {
  238. letter-spacing:1px;
  239. font-family: ubuntu;
  240. font-size:8px;
  241. color: #000;
  242. line-height:15px;
  243. margin: 5px;
  244. background:transparent;
  245. padding:2px 2px;
  246. margin-bottom:6px;
  247. padding-bottom:6px;
  248. opacity: 1;
  249. }
  250.  
  251. .sidebar{
  252. z-index:3;
  253. font-family: 'ubuntu', cursive;
  254. background:white;
  255. color:black;
  256. font-size: 10px;
  257. width:250px;
  258. height:auto;
  259. margin-top:150px;
  260. margin-left:170px;
  261. opacity: 1;
  262. position:fixed;
  263. padding-bottom:5px;
  264. border:3px double #ccc;
  265. {block:iftwocolumns}
  266. margin-left:105px;
  267. {/block:iftwocolumns}
  268. {block:ifthreecolumns}
  269. margin-left:65px;
  270. {/block:ifthreecolumns}
  271. }
  272.  
  273. ul#drawers {width: 240; list-style: none; margin-top: 9px; margin: auto; margin-left:3px;padding: 2px; border-top: 2px; color: #000;}
  274.  
  275. ul#drawers a {text-decoration: none; color: #000;}
  276.  
  277. ul#drawers li h4 {margin: 0; padding: 1px; border: 3px double #ccc; 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;
  278. transition: background-color 0.8s ease-out;}
  279.  
  280. h4.small {display: table-cell; width: 200px; margin-left:-2; height: 25px;}
  281.  
  282. li.drawer h4.open {background-color: #121213; border: 0px double #ddd;}
  283.  
  284. li.drawer div {padding: 2px; margin-top: 5px; line-height: 12px; background-color: #fff; border: 1px solid #ccc;}
  285.  
  286. li.drawer div li {list-style-type: disc;}
  287.  
  288. li.drawer div ul {-webkit-padding-start: 12px;}
  289.  
  290.  
  291.  
  292. ul#drawers2 {width: 240; list-style: none; margin-top: 5px; margin: auto; margin-left:3px;padding: 2px; border-top: 2px; color: #000;}
  293.  
  294. ul#drawers2 a {text-decoration: none; color: #000;}
  295.  
  296. ul#drawers2 li h4 {margin: 0; padding: 1px; border: 3px double #ccc; 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;
  297. transition: background-color 0.8s ease-out;}
  298.  
  299. h4.small {display: table-cell; width: 200px; margin-left:-2; height: 25px;}
  300.  
  301. li.drawer2 h4.open {background-color: #121213; border: 0px double #ddd;}
  302.  
  303. li.drawer2 div {padding: 2px; margin-top: 5px; line-height: 12px; background-color: #fff; border: 1px solid #ccc;}
  304.  
  305. li.drawer2 div li {list-style-type: disc;}
  306.  
  307. li.drawer2 div ul {-webkit-padding-start: 12px;}
  308.  
  309. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  310.  
  311. .titulo{
  312. color:#000;
  313. font-family: lobster;
  314. text-transform: lowercase;
  315. font-size: 27px;
  316. text-align:center;
  317. opacity:1;
  318. padding-left:2px;
  319. padding-right:2px;
  320. }
  321.  
  322. #credz {
  323. position: fixed !important;
  324. left:5px !important;
  325. bottom:7px !important;
  326. font-family:helvetica;
  327. font-size:17px;
  328. line-height: 12px;
  329. color: {color:body font};
  330. -moz-transition: all 0.8s ease-out;
  331. -webkit-transition: opacity 0.7s linear;
  332. -webkit-transition: all 0.8s ease-out;
  333. transition: all 0.8s ease-out;
  334. }
  335.  
  336. {CustomCSS}
  337.  
  338. </style>
  339.  
  340. {block:IndexPage}
  341.  
  342. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  343.  
  344. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  345.  
  346. <script type="text/javascript">
  347. $(window).load(function () {
  348. var $content = $('#posts');
  349. $content.masonry({itemSelector: '.entry'}),
  350. $content.infinitescroll({
  351. navSelector : 'div#pagination',
  352. nextSelector : 'div#pagination a#nextPage',
  353. itemSelector : '.entry',
  354. loading: {
  355. finishedMsg: '',
  356. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  357. },
  358. bufferPx : 600,
  359. debug : false,
  360. },
  361. // call masonry as a callback.
  362. function( newElements ) {
  363. var $newElems = $( newElements );
  364. $newElems.hide();
  365. // ensure that images load before adding to masonry layout
  366. $newElems.imagesLoaded(function(){
  367. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  368. });
  369. });
  370. });
  371. </script>
  372.  
  373. {/block:IndexPage}
  374.  
  375.  
  376. </head>
  377.  
  378. <body>
  379.  
  380. <div style="margin-left:5px; text-align:center;">
  381. <div class="sidebar">
  382. <div style="margin-top:-25px;">
  383. <p><div class="titulo">{Title}</div></p>
  384. </div>
  385. {block:ifshowsidebarphoto}
  386. <div style="margin-top:10px;">
  387. <p><a href="/"><img src="{image:Sidebar}" width=240px;></a></p>
  388. </div>
  389. {/block:ifshowsidebarphoto}
  390. <div style="margin-top:0px; width=210px; height:auto;">
  391. <center>
  392. <ul id="drawers">
  393. <li class="drawer" id="info">
  394. <h4>about me+</h4>
  395. <div align="center">
  396. <p>{description}</p>
  397. </li>
  398. </ul>
  399. </center>
  400. </div>
  401. <div style="margin-top:5px; width=210px; height:auto;">
  402. <center>
  403. <ul id="drawers2">
  404. <li class="drawer2" id="info">
  405. <h4>links+</h4>
  406. <div align="center">
  407. <p><a href="/">home</a> - <a href="/ask">inbox</a>
  408. {block:ifLinkOneTitle}- <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  409. {block:ifLinkTwoTitle}- <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  410. {block:ifLinkThreeTitle}- <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  411. {block:ifLinkFourTitle}- <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  412. {block:ifLinkFiveTitle}- <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  413. - <a href="http://slutteen.tumblr.com">theme</a></p>
  414. </li>
  415. </ul>
  416. </center>
  417. </div>
  418. </div>
  419. </div>
  420.  
  421. <div id="posts">
  422.  
  423. {block:Posts}
  424. <div class="entry">
  425.  
  426. {block:Text}
  427. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  428. {block:IndexPage} <br><div id="permalink">
  429. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  430. {/block:Text}
  431.  
  432. {block:Link}
  433. <a href="{URL}" class="title">{Name}</a>
  434. {block:Description}{Description}{/block:Description}
  435. {block:IndexPage} <br><div id="permalink">
  436. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  437. {block:Link}
  438.  
  439. {block:Photo}
  440. {block:IndexPage}
  441. <div class="permalink"><a href="{ReblogURL}" target="_blank">[reblog]</a> <a href="{permalink}">{notecount} NOTES</a></div>
  442. {/block:IndexPage}
  443. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="221"/></a></div>{LinkCloseTag}{/block:IndexPage}
  444. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="705px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  445. {/block:Photo}
  446.  
  447.  
  448. {block:Photoset}
  449. <center>
  450. {block:IndexPage}
  451. {Photoset-205}
  452. {block:IndexPage}
  453. <div class="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  454. {/block:IndexPage}
  455. </center>
  456. <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>
  457. {/block:Photoset}
  458.  
  459. {block:Quote}
  460. {Quote}</span>
  461. {block:IndexPage} <br><br><div id="permalink">
  462. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  463. {/block:Quote}
  464.  
  465. {block:Chat}
  466. {block:Title}<span class="title">{Title}</span>{/block:Title}
  467. <ul class="chat">
  468. {block:Lines}
  469. <li class="user_{UserNumber}">
  470. {block:Label}
  471. <span class="label">{Label}</span>
  472. {block:IndexPage} <div id="permalink">
  473. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  474. {/block:Label}
  475.  
  476. {Line}
  477. </li>
  478. {/block:Lines}
  479. </ul>
  480. {/block:Chat}
  481.  
  482. {block:Audio}
  483. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  484. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  485. {block:IndexPage} <br><div id="permalink">
  486. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  487. {/block:Audio}
  488.  
  489. {block:Video}
  490. {block:IndexPage}
  491. <div class="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  492. {/block:IndexPage}
  493. <center>
  494. {block:IndexPage}
  495. {Video-250}
  496. {/block:IndexPage}
  497. </center>
  498. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  499. {block:Video}
  500.  
  501. {block:Answer}
  502. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  503. <b>{Asker}: </b>{Question} <b>{Answer}</b>
  504. {block:IndexPage} <br><div id="permalink">
  505. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  506. {/block:Answer}
  507.  
  508.  
  509. {block:PermalinkPage}
  510. {block:Date}
  511. <center>
  512. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  513. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  514. </center>
  515. {/block:Date}
  516.  
  517. {/block:PermalinkPage}
  518.  
  519. </div>
  520.  
  521.  
  522. {/block:Posts}
  523. </div>
  524. </div>
  525. <div class="right">
  526. </div>
  527. <div class="footer">
  528. <br>
  529. </div>
  530. </div>
  531. </body>
  532. </html>
  533. <div style="position:fixed;right:0px;bottom:-425px;">
  534. {block:IndexPage}
  535. {block:Pagination}
  536. <div id="pagination">
  537. {block:NextPage}
  538. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  539. {/block:NextPage}
  540. {block:PreviousPage}
  541. <a href="{PreviousPage}">&larr;&nbsp;</a>
  542. {/block:PreviousPage}
  543. </div>
  544. {/block:Pagination}
  545. {/block:IndexPage}</div>
  546.  
  547.  
  548.  
  549. </div>
  550.  
  551. <div id="credz"><a href="http://slutteen.tumblr.com">✿</a></div>
  552. </body>
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement