Advertisement
theme_bean

Theme #17

Nov 21st, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.07 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. theme by slutteen
  5. don't remove the credit
  6. unless you wear sweatpants on monday then well i just feel bad for you
  7. love ya
  8. -->
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker|Short+Stack' rel='stylesheet' type='text/css'>
  12. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  13.  
  14. <meta name="color:Background" content="#caabab"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Hover" content="#000000"/>
  17. <meta name="color:Link" content="#f5eeee"/>
  18. <meta name="color:Post Border" content="#000000"/>
  19. <meta name="color:Hover Text" content="#000" />
  20. <meta name="color:Bar Background" content="#fff"/>
  21. <meta name="color:Inner Background" content="#000000"/>
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="text:hover text" content="hover" />
  25. <meta name="text:link one" content="" />
  26. <meta name="text:link one title" content="link" />
  27. <meta name="text:link two" content="" />
  28. <meta name="text:link two title" content="link" />
  29. <meta name="text:link three" content="" />
  30. <meta name="text:link three title" content="link" />
  31. <meta name="text:link four" content="" />
  32. <meta name="text:link four title" content="link" />
  33. <meta name="text:link five" content="" />
  34. <meta name="text:link five title" content="link" />
  35. <meta name="text:link six" content="" />
  36. <meta name="text:link six title" content="link" />
  37. <meta name="text:link seven" content="" />
  38. <meta name="text:link seven title" content="link" />
  39.  
  40.  
  41.  
  42. <script type="text/javascript">
  43. $(document).ready(function(){
  44. $(".bud").hide();
  45. $(".hud").click(function(){
  46. $(this).next(".bud").slideToggle('fast');
  47. }); }); </script>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. {block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  53.  
  54.  
  55.  
  56.  
  57. #tumblr_controls{
  58. position:fixed !important;
  59. z-index:1;
  60. }
  61.  
  62. ::-webkit-scrollbar {width: 10px; height: 4px; background-color: #fff; }
  63.  
  64. ::-webkit-scrollbar-thumb {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #000; background: #fff; }
  65.  
  66. body {
  67. padding: 0px;
  68. margin: 0px;
  69. color:{color:text};
  70. background-color: {color:Background};
  71. background-image:url({image:Background});
  72. background-attachment: fixed;
  73. background-size: cover;
  74. font-family: Ubuntu;
  75. font-size: 10px;
  76. line-height:10px;
  77. }
  78.  
  79. p {
  80. margin:0px;
  81. margin-top:0px;
  82. }
  83.  
  84. a:link, a:active, a:visited{
  85. color: {color:Link};
  86. text-decoration: none;
  87. -webkit-transition: color 0.5s ease-out;
  88. -moz-transition: color 0.5s ease-out;
  89. }
  90.  
  91. a:hover{
  92. color:{color:Hover};
  93. -webkit-transition: color 0.3s ease-out;
  94. -moz-transition: color 0.3s ease-out;
  95. }
  96.  
  97. .entry {
  98. margin:6px;
  99. padding: 10px;
  100. padding-bottom: 5px;
  101. border: 3px solid {color:post border};
  102. float:left;
  103. background: transparent;
  104. font-family: ubuntu;
  105. font-size: 10px;
  106. line-height:14px;
  107. {block:IndexPage}
  108. width:270px;
  109. {/block:IndexPage}
  110. {block:PermalinkPage}
  111. width:500px;
  112. {/block:PermalinkPage}
  113. -webkit-animation:bounceIn 2s;
  114. -moz-animation:bounceIn 2s;
  115. -ms-animation:bounceIn 2s;
  116. -webkit-transition: all 1s linear;
  117. -webkit-transition: all 1s linear;
  118. -moz-transition: all 1s linear;
  119. transition: all 1s linear;
  120.  
  121. }
  122.  
  123.  
  124.  
  125.  
  126. .entry .permalink{
  127. position:absolute;
  128. width:270px;
  129. height:5px;
  130. padding-bottom:14px;
  131. background: {color:inner background};
  132. overflow:hidden;
  133. font-family: crafty girls;
  134. font-size: 12px;
  135. color:{color:Link};
  136. line-height:17px;
  137. text-align:center;
  138. opacity:0.0;
  139. -moz-box-shadow: 0 0 20px #e5e5e5;
  140. -webkit-box-shadow: 0 0 20px#e5e5e5;
  141. box-shadow: 0 0 20px #e5e5e5;
  142. -webkit-transition: all 1s linear;
  143. -webkit-transition: all 1s linear;
  144. -moz-transition: all 1s linear;
  145. transition: all 1s linear;
  146. }
  147.  
  148. .entry:hover .permalink{
  149. margin-top:15px;
  150. overflow:visible;
  151. opacity: 1;
  152. -webkit-transition: all 0.4s linear; opacity: 1;
  153. -webkit-transition: all 0.4s linear;
  154. -moz-transition: all 0.4s linear;
  155. transition: all 0.4s linear;
  156. }
  157.  
  158. .entry:hover .permalink:hover{
  159. opacity: 1;
  160. }
  161.  
  162. #sidebar {
  163. position: fixed;
  164. height:100%;
  165. opacity:1;
  166. top: 0px;
  167. right: 0px;
  168. width:auto;
  169. padding: 2px 5px;
  170. z-index: 999999999;
  171. -webkit-transition: all 0.4s linear;
  172. -moz-transition: all 0.4s linear;
  173. transition: all 0.4s linear;
  174. background: transparent;
  175. }
  176.  
  177. #sidebar:hover {
  178. right:350px;
  179. -webkit-transition: all 0.4s linear;
  180. -moz-transition: all 0.4s linear;
  181. }
  182.  
  183. .inner {
  184. font-family:'short stack';
  185. font-size:9px;
  186. color:#fff;
  187. position: fixed;
  188. width: 350px;
  189. padding: 5px;
  190. height: 100%;
  191. top:0;
  192. margin-left:30px;
  193. border-left: 1px solid #000;
  194. text-align: left;
  195. -webkit-transition: all 0.4s linear;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. background: {color:inner background};
  199. }
  200.  
  201. .inner a {
  202. -webkit-transition: all 0.4s linear;
  203. -moz-transition: all 0.4s linear;
  204. }
  205.  
  206. .inner a:hover {
  207. padding: 0px 10px 0px 10px;
  208. color:#aaa;
  209. }
  210.  
  211. .ribbon{
  212. font-size: 40px;
  213. width:30px;
  214. height: 100%;
  215. padding-right:5px;
  216. margin-left:-5px;
  217. padding-bottom: 20px;
  218. padding-top:1750%;
  219. background: {color:bar background};
  220. -moz-box-shadow: 0 0 20px #e5e5e5;
  221. -webkit-box-shadow: 0 0 20px#e5e5e5;
  222. box-shadow: 0 0 20px #e5e5e5;
  223. }
  224.  
  225. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  226.  
  227. .ribbontext {
  228. color:{color:hover text};
  229. font-family: 'lovenote', cursive;
  230. margin-top: -305px;
  231. -webkit-transform: rotate(90deg);
  232. -moz-transform: rotate(90deg);
  233. }
  234.  
  235.  
  236. background-image:url(http://greengabbro.net/static/wallpaper/tie_dye_pink_1600x1200.jpg);
  237.  
  238.  
  239. #posts {
  240. width: 305px;
  241. background-attachment: fixed;
  242. background: transparent;
  243. opacity: .5px;
  244. margin-left:470px;
  245. padding:4px;
  246. margin-top:0px;
  247. {block:permalinkpage}
  248. width: 530px;
  249. {/block:permalinkpage}
  250. float:left;
  251. -webkit-animation:fadeInUpBig 3s;
  252. -moz-animation:fadeInUpBig 3s;
  253. -ms-animation:fadeInUpBig 3s;
  254. -moz-box-shadow: 0 0 20px #fff;
  255. -webkit-box-shadow: 0 0 20px#fff;
  256. box-shadow: 0 0 20px #fff;
  257. }
  258.  
  259. #title{
  260. font-family: 'lovenote', cursive;
  261. font-size: 30px;
  262. color: {color:Link}
  263. line-height:35px;
  264. text-align: right;
  265. text-shadow:0px 0px 15px rgba(255,255,255,0.6), 0px 0px 35px rgba(255,255,255,0.4), 0px 0px 55px rgba(255,255,255,0.3), 0px 0px 185px rgba(255,255,255,0.3);
  266. }
  267.  
  268. #infscr-loading{
  269. bottom: -70px;
  270. position: absolute;
  271. left: 50%;
  272. margin-left:-8px;
  273. width:16px;
  274. height:11px;
  275. overflow:hidden;
  276. margin-bottom: 50px;
  277. }
  278.  
  279. @font-face { font-family: "blackjack"; src: url('http://static.tumblr.com/pwgdr2n/4yZlvpybp/black_jack_1_.ttf'); }
  280.  
  281. .title{
  282. font-family: ubuntu;
  283. font-size: 11.5px;
  284. letter-spacing:5px
  285. line-height:{text:title line height}px;
  286. color: {color:text};
  287. font-weight: bold;
  288. padding:0px 0px 0px 0px;
  289. }
  290.  
  291.  
  292. {CustomCSS}
  293.  
  294. </style>
  295.  
  296. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  297. <script type="text/javascript">
  298. $(function(){
  299. $("#pageLink").click(function(){
  300. $("#titlePages").fadeToggle(500);
  301. });
  302. });
  303. </script>
  304.  
  305. {block:IndexPage}
  306. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  307. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  308. <script type="text/javascript">
  309. $(window).load(function () {
  310. var $content = $('#posts');
  311. $content.masonry({
  312. itemSelector: '.entry',
  313. isAnimated: true
  314. }),
  315. $content.infinitescroll({
  316. navSelector : '#pagination',
  317. nextSelector : '#pagination a#nextPage',
  318. itemSelector : '.entry',
  319. loading: {
  320. finishedMsg: '',
  321. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  322. },
  323. bufferPx : 200,
  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',
  333. $newElems, true,
  334. function(){$newElems.fadeIn(300);}
  335. );
  336.  
  337.  
  338. });
  339. });
  340. });
  341. </script>
  342. {/block:IndexPage}
  343.  
  344. <title>{title}</title>
  345.  
  346. <link rel="shortcut icon" href="{Favicon}">
  347. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  348. <meta name="viewport" content="width=820" />
  349.  
  350. </style>
  351.  
  352. </head>
  353.  
  354. <body>
  355.  
  356.  
  357. <div class="wrapper">
  358. <div style="position:fixed;right:0px;top:28px;">
  359. </span>
  360. </div>
  361.  
  362. <div id="sidebar">
  363.  
  364. <div class="ribbon">
  365. <div class="ribbontext">{text:hover text}</div>
  366. </div>
  367. <div class="inner">
  368. <div id="title"><a href="/">{Title}</a></div>
  369. <div class="links">
  370. <br><p><a href="/"><img src="{image:Sidebar}" height="auto" width="355px"></a></p>
  371. <br><br>
  372. {description}
  373. <br><br><br><br>
  374. {block:ifLinkOneTitle}
  375. <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  376. {block:ifLinkTwoTitle} /
  377. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  378. {block:ifLinkThreeTitle} /
  379. <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  380. {block:ifLinkFourTitle} /
  381. <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  382. {block:ifLinkFiveTitle} /
  383. <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  384. {block:ifLinkSixTitle} /
  385. <a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSixTitle}
  386. {block:ifLinkSevenTitle} /
  387. <a href="{text:Link Seven}">{text:Link Seven Title}</a>{/block:ifLinkSevenTitle}
  388. / <a href="http://slutteen.tumblr.com">credit</a>
  389. </div>
  390. </div></div>
  391.  
  392.  
  393. <div id="posts">
  394.  
  395. {block:Posts}
  396. <div class="entry">
  397.  
  398. {block:Text}
  399. {block:Title}<span class="title">{Title}</span>{/block:Title}
  400. <div class="caption"><span class="entrytext">{Body}</span></div>
  401. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  402. {/block:Text}
  403.  
  404. {block:Link}
  405. <a href="{URL}" class="title">{Name}</a>
  406. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  407. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  408. {block:Link}
  409.  
  410.  
  411. {block:Photo}
  412. {block:IndexPage}
  413. <div class="permalink">
  414. <a href="permalink" target="_blank"><a href="{ReblogURL}" target="_blank"> ↺ </a></span></div>
  415. {/block:IndexPage}
  416. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="270"/></a></div>{LinkCloseTag}
  417. {/block:IndexPage}
  418. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  419. {/block:Photo}
  420.  
  421.  
  422.  
  423. {block:Photoset}
  424. {block:IndexPage}
  425. {block:IndexPage}<div class="permalink">
  426. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  427. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  428. {/block:Photoset}
  429.  
  430. {block:Quote}
  431. {Quote}</span>
  432. {block:Source}{Source}{/block:Source}
  433. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  434. {/block:Quote}
  435.  
  436. {block:Chat}
  437. {block:Title}<span class="title">{Title}</span>{/block:Title}
  438. <ul class="chat">
  439. {block:Lines}
  440. <li class="user_{UserNumber}">
  441. {block:Label}
  442. <span class="label">{Label}</span>
  443. {/block:Label}
  444.  
  445. {Line}
  446. </li>
  447. {/block:Lines}
  448. </ul>
  449. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  450. {/block:Chat}
  451.  
  452. {block:Audio}
  453. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  454. {block:IndexPage}
  455. <div class="caption">
  456. {caption}</div>{/block:IndexPage}
  457. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  458. {/block:Audio}
  459.  
  460. {block:Video}
  461. {block:IndexPage}<div class="permalink">
  462. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCount}</a></span></div>{/block:IndexPage}
  463. <center>
  464. {block:IndexPage}
  465. {Video-250}
  466. {/block:IndexPage}
  467. </center>
  468. {block:PermalinkPage}
  469. <center>{Video-500}</center>
  470. {/block:PermalinkPage}
  471. {block:Video}
  472.  
  473. {block:Answer}
  474. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  475. <strong>{Asker}: {Question}</strong>
  476. <div class="caption">
  477. {Answer}</div>
  478. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  479. {/block:Answer}
  480.  
  481. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  482.  
  483. {block:PermalinkPage}
  484. {block:Date}
  485. {block:Caption}{Caption}{/block:Caption}<center>
  486. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  487. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  488. {/block:Date}
  489.  
  490. {/block:PermalinkPage}
  491.  
  492. {block:PostNotes}{PostNotes}
  493. {/block:PostNotes}
  494. </div>
  495.  
  496.  
  497. {/block:Posts}
  498. </div>
  499. </div>
  500. {block:IndexPage}<br>
  501. {block:Pagination}
  502. <div id="pagination">
  503. {block:NextPage}
  504. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  505. {/block:NextPage}
  506. {block:PreviousPage}
  507. <a href="{PreviousPage}">&nbsp;&rarr;</a>
  508. {/block:PreviousPage}
  509. </div>
  510. {/block:Pagination}
  511. {/block:IndexPage}
  512. </div>
  513.  
  514.  
  515.  
  516. </body>
  517. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement