Advertisement
theme_bean

Theme #30

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