Advertisement
theme_bean

Theme #16

Nov 21st, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 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=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Creepster' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Londrina+Shadow' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:text" content="#000000"/>
  23. <meta name="color:link" content="#000000"/>
  24. <meta name="color:hover" content="#cccccc"/>
  25. <meta name="color:Picbar" content="#fff"/>
  26. <meta name="image:Background" content="http://static.tumblr.com/q0bwe1c/imYm7uuwj/picc.jpg"/>
  27. <meta name="image:Picbar" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="if:show photo" content="0"/>
  30. <meta name="text:link one" content="" />
  31. <meta name="text:link one title" content="" />
  32. <meta name="text:link two" content="" />
  33. <meta name="text:link two title" content="" />
  34. <meta name="text:link three" content="" />
  35. <meta name="text:link three title" content="" />
  36. <meta name="text:link four" content="" />
  37. <meta name="text:link four title" content="" />
  38. <meta name="text:link five" content="" />
  39. <meta name="text:link five title" content="" />
  40. <meta name="text:link six" content="" />
  41. <meta name="text:link six title" content="" />
  42. <meta name="text:link seven" content="" />
  43. <meta name="text:link seven title" content="" />
  44. <meta name="text:link eight" content="" />
  45. <meta name="text:link eight title" content="" />
  46. <meta name="text:link nine" content="" />
  47. <meta name="text:link nine title" content="" />
  48. <meta name="text:link ten" content="" />
  49. <meta name="text:link ten title" content="" />
  50.  
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54.  
  55. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  56.  
  57. <style type="text/css">
  58.  
  59. @font-face { font-family: hipsterunic0rns; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  60.  
  61. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  62.  
  63. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  64.  
  65. .wrapper{
  66. margin: 0px auto;
  67. width: 717px;
  68. }
  69.  
  70. #tumblr_controls{
  71. position:fixed !important;
  72. top: 3px;
  73. right: 3px;
  74. }
  75.  
  76. body {
  77. padding: 0px;
  78. margin: 0px;
  79. color:{color:text};
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-size: cover;
  84. font-family: ubuntu;
  85. font-size: 10px;
  86. line-height:10px;
  87. color:{color:text};
  88. }
  89.  
  90. #center {
  91. margin:auto;
  92. position:relative;
  93. background:#fff;
  94. width:900px;
  95. margin-left: 500px;
  96. overflow:hidden;
  97. overflow-y:hidden;
  98. }
  99.  
  100. http://static.tumblr.com/q0bwe1c/imYm7uuwj/picc.jpg
  101.  
  102. p {
  103. margin:0px;
  104. margin-top:0px;
  105. }
  106.  
  107. a:link, a:active, a:visited{
  108. color: {color:Link};
  109. text-decoration: none;
  110. -webkit-transition: color 0.5s ease-out;
  111. -moz-transition: color 0.5s ease-out;
  112. }
  113.  
  114. a:hover{
  115. color:{color:Hover};
  116. -webkit-transition: all 0.3s linear;
  117. -moz-transition: all 0.3s linear;
  118. transition: all 0.3s linear;
  119. }
  120.  
  121. .entry {
  122. margin:3px;
  123. padding: 8px;
  124. padding-bottom: 5px;
  125. float:left;
  126. background-color: #fff;
  127. border: solid 1px #cecece;
  128. font-family: ubuntu;
  129. font-size: 11px;
  130. line-height:14px;
  131. {block:IndexPage}
  132. width:250px;
  133. {/block:IndexPage}
  134. {block:PermalinkPage}
  135. width:500px;
  136. {/block:PermalinkPage}
  137. }
  138.  
  139.  
  140. .entry .permalink{
  141. position:absolute;
  142. width:auto;
  143. height:5px;
  144. padding-right:6px;
  145. padding-bottom:14px;
  146. background-color:#ffffff;
  147. font-family: beautiful every time;
  148. text-transform: none;
  149. font-size: 12px;
  150. line-height:17px;
  151. text-align:center;
  152. opacity:0.0;
  153. -webkit-transition: all 0.2s linear;
  154. -webkit-transition: all 0.2s linear;
  155. -moz-transition: all 0.2s linear;
  156. transition: all 0.2s linear;
  157. }
  158.  
  159. .entry:hover .permalink{
  160. margin-top:15px;
  161. overflow:visible;
  162. opacity: 1;
  163. -webkit-transition: all 0.4s linear; opacity: 0.8;
  164. -webkit-transition: all 0.4s linear;
  165. -moz-transition: all 0.4s linear;
  166. transition: all 0.4s linear;
  167. }
  168.  
  169. .links2 a {
  170. width: 94px;
  171. margin-left: 0px;
  172. letter-spacing:1px;
  173. background-color: #000;
  174. display: block;
  175. height: 12px;
  176. line-height: 12px;
  177. font-family: ubuntu;
  178. font-size: 9px;
  179. color: #fff;
  180. opacity:1;
  181. text-transform: uppercase;
  182. text-decoration: none;
  183. text-align: center;
  184. margin-top: 0px;
  185. border-radius: 0px;
  186. margin-bottom: 8px;
  187. -webkit-transition: all 0.5s ease;
  188. -moz-transition: all 0.5s ease;
  189. -o-transition: all 0.5s ease;
  190. }
  191.  
  192. .links2 a:hover {
  193. -webkit-animation:shake 3s;
  194. -moz-animation:shake 3s;
  195. -ms-animation:shake 3s;
  196. }
  197.  
  198. #pagination{
  199. display:none;
  200. }
  201.  
  202. #posts {
  203. position:relative;
  204. margin-top:0px;
  205. padding-bottom:7px;
  206. padding-left:120px;
  207. {block:IndexPage}
  208. width: 630px;
  209. margin-left: -100px;
  210. margin-top: 0px;
  211. {/block:IndexPage}
  212. {block:PermalinkPage}
  213. width: 500px;
  214. margin-left: -90px;
  215. {/block:PermalinkPage}
  216. }
  217.  
  218. #picbar{
  219. -webkit-animation:fadeInDownBig 2s;
  220. -moz-animation:fadeInDownBig 2s;
  221. -ms-animation:fadeInDownBig 2s;
  222. width:94px;
  223. margin-left: -586px;
  224. z-index:1;
  225. position:fixed;
  226. height:100%;
  227. opacity: 1;
  228. background-image:url({image:Picbar});
  229. background-color:{color:Picbar};
  230. }
  231.  
  232. #sidebar{
  233. -webkit-animation:fadeInDownBig 2s;
  234. -moz-animation:fadeInDownBig 2s;
  235. -ms-animation:fadeInDownBig 2s;
  236. position:fixed !important;
  237. font-size: 11px;
  238. line-height:11px;
  239. letter-spacing:0px;
  240. background-color:{color:Picbar};
  241. background-image:url({image:Picbar});
  242. border: 1px solid #ccc;
  243. width:258px;
  244. margin-left:645px;
  245. margin-top:109px;
  246. height:auto;
  247. padding:7px;
  248. z-index:10;
  249. overflow:hidden;
  250. text-align:center;
  251. }
  252.  
  253. @font-face {font-family: beautiful every time;
  254. src: url('http://static.tumblr.com/nsunyax/Pm3lzwzye/beautifuleverytime.ttf');
  255. }
  256.  
  257. .titulo{
  258. font-family: Londrina Shadow;
  259. font-size: 22px;
  260. line-height: 18px;
  261. color:#000;
  262. text-align: center;
  263. }
  264.  
  265.  
  266. #postnotes{
  267. text-align: justify;}
  268.  
  269. #postnotes blockquote{
  270. border: 0px;}
  271.  
  272. #infscr-loading{
  273. bottom: -70px;
  274. position: absolute;
  275. left: 50%;
  276. margin-left:-8px;
  277. width:16px;
  278. height:11px;
  279. overflow:hidden;
  280. margin-bottom: 50px;
  281. }
  282.  
  283. .title{
  284. font-family: ubuntu;
  285. font-size: 14px;
  286. line-height:{text:title line height}px;
  287. color: {color:Title};
  288. font-weight: normal;
  289. padding:0px 0px 0px 0px;
  290. }
  291.  
  292. blockquote{
  293. padding:2px 2px 2px 5px;
  294. margin:4px 4px 4px 7px;
  295. border-left: 4px solid #dddddd;
  296. }
  297.  
  298. #credz {
  299. position: fixed !important;
  300. right:5px !important;
  301. bottom:7px !important;
  302. font-family:ubuntu;
  303. font-size:20px;
  304. line-height: 12px;
  305. -moz-transition: all 0.8s ease-out;
  306. -webkit-transition: opacity 0.7s linear;
  307. -webkit-transition: all 0.8s ease-out;
  308. transition: all 0.8s ease-out;
  309. }
  310.  
  311. {CustomCSS}
  312.  
  313. </style>
  314.  
  315. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  316. <script type="text/javascript">
  317. $(function(){
  318. $("#pageLink").click(function(){
  319. $("#titlePages").fadeToggle(500);
  320. });
  321. });
  322. </script>
  323.  
  324. {block:IndexPage}
  325. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  326. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  327. <script type="text/javascript">
  328. $(window).load(function () {
  329. var $content = $('#posts');
  330. $content.masonry({
  331. itemSelector: '.entry',
  332. isAnimated: true
  333. }),
  334. $content.infinitescroll({
  335. navSelector : '#pagination',
  336. nextSelector : '#pagination a#nextPage',
  337. itemSelector : '.entry',
  338. loading: {
  339. finishedMsg: '',
  340. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  341. },
  342. bufferPx : 200,
  343. debug : false,
  344. },
  345. // call masonry as a callback.
  346. function( newElements ) {
  347. var $newElems = $( newElements );
  348. $newElems.hide();
  349. // ensure that images load before adding to masonry layout
  350. $newElems.imagesLoaded(function(){
  351. $content.masonry( 'appended',
  352. $newElems, true,
  353. function(){$newElems.fadeIn(300);}
  354. );
  355.  
  356.  
  357. });
  358. });
  359. });
  360. </script>
  361. {/block:IndexPage}
  362.  
  363. <title>{title}</title>
  364.  
  365. <link rel="shortcut icon" href="{Favicon}">
  366. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  367. <meta name="viewport" content="width=820" />
  368.  
  369. </style>
  370.  
  371. </head>
  372. <body>
  373.  
  374.  
  375. <div class="wrapper">
  376. <div style="position:fixed;right:0px;top:28px;">
  377. </span>
  378. </div>
  379. <div id="cage">
  380. <div id="center">
  381.  
  382. <div id="picbar"></div>
  383.  
  384. <div id="picbar">
  385.  
  386. <div style="margin-top:190px;">
  387. <div class="links2">
  388. {block:ifLinkOneTitle}
  389. <a href="{text:Link One}">{text:Link One Title}{/block:ifLinkOneTitle}
  390. {block:ifLinkTwoTitle}
  391. <a href="{text:Link Two}">{text:Link Two Title}{/block:ifLinkTwoTitle}
  392. {block:ifLinkThreeTitle}
  393. <a href="{text:Link Three}">{text:Link Three Title}{/block:ifLinkThreeTitle}
  394. {block:ifLinkFourTitle}
  395. <a href="{text:Link Four}">{text:Link Four Title}{/block:ifLinkFourTitle}
  396. {block:ifLinkFiveTitle}
  397. <a href="{text:Link Five}">{text:Link Five Title}{/block:ifLinkFiveTitle}
  398. {block:ifLinkSixTitle}
  399. <a href="{text:Link Six}">{text:Link Six Title}{/block:ifLinkSixTitle}
  400. {block:ifLinkSevenTitle}
  401. <a href="{text:Link Seven}">{text:Link Seven Title}{/block:ifLinkSevenTitle}
  402. {block:ifLinkEightTitle}
  403. <a href="{text:Link Eight}">{text:Link Eight Title}{/block:ifLinkEightTitle}
  404. {block:ifLinkNineTitle}
  405. <a href="{text:Link Nine}">{text:Link Nine Title}{/block:ifLinkNineTitle}
  406. {block:ifLinkTenTitle}
  407. <a href="{text:Link Ten}">{text:Link Ten Title}{/block:ifLinkTenTitle}
  408. <a href="http://slutteen.tumblr.com">credit
  409. </center>
  410. </div></div>
  411.  
  412. </div>
  413.  
  414. </div>
  415.  
  416. <div id="sidebar"><center><a href="/" class="titulo">{Title}</a>
  417. {block:ifshowphoto}<p><a href="/"><img src="{image:sidebar}" width=258px;></a>{/block:ifshowphoto}<p>
  418. {description}<br>
  419.  
  420.  
  421. </div>
  422.  
  423. </div>
  424.  
  425.  
  426. <div id="posts">
  427.  
  428. {block:Posts}
  429. <div class="entry">
  430.  
  431. {block:Text}
  432. {block:Title}<span class="title">{Title}</span>{/block:Title}
  433. <div class="caption"><span class="entrytext">{Body}</span></div>
  434. {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} notes</a></span></div></div>{/block:IndexPage}
  435. {/block:Text}
  436.  
  437. {block:Link}
  438. <a href="{URL}" class="title">{Name}</a>
  439. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  440. {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} notes</a></span></div></div>{/block:IndexPage}
  441. {block:Link}
  442.  
  443.  
  444. {block:Photo}
  445. {block:IndexPage}
  446. <div class="permalink">
  447. <a href="{ReblogURL}" target="_blank">Reblog</a> this with <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>
  448. {/block:IndexPage}
  449. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  450. {/block:IndexPage}
  451. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  452. {/block:Photo}
  453.  
  454.  
  455.  
  456. {block:Photoset}
  457. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  458. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  459. {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} notes</a></span></div></div>{/block:IndexPage}
  460. {/block:Photoset}
  461.  
  462. {block:Quote}
  463. {Quote}</span>
  464. {block:Source}{Source}{/block:Source}
  465. {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} notes</a></span></div></div>{/block:IndexPage}
  466. {/block:Quote}
  467.  
  468. {block:Chat}
  469. {block:Title}<span class="title">{Title}</span>{/block:Title}
  470. <ul class="chat">
  471. {block:Lines}
  472. <li class="user_{UserNumber}">
  473. {block:Label}
  474. <span class="label">{Label}</span>
  475. {/block:Label}
  476.  
  477. {Line}
  478. </li>
  479. {/block:Lines}
  480. </ul>
  481. {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} notes</a></span></div></div>{/block:IndexPage}
  482. {/block:Chat}
  483.  
  484. {block:Audio}
  485. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  486. {block:IndexPage}
  487. <div class="caption">
  488. {caption}</div>{/block:IndexPage}
  489. {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} notes</a></span></div></div>{/block:IndexPage}
  490. {/block:Audio}
  491.  
  492. {block:Video}
  493. <center>
  494. {block:IndexPage}
  495. {Video-250}
  496. {/block:IndexPage}
  497. </center>
  498. {block:PermalinkPage}
  499. <center>{Video-500}</center>
  500. {/block:PermalinkPage}
  501. {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} notes</a></span></div></div>{/block:IndexPage}
  502. {block:Video}
  503.  
  504. {block:Answer}
  505. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  506. <strong>{Asker}: {Question}</strong>
  507. <div class="caption">
  508. {Answer}</div>
  509. {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} notes</a></span></div></div>{/block:IndexPage}
  510. {/block:Answer}
  511.  
  512. {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}
  513.  
  514. {block:PermalinkPage}
  515. {block:Date}
  516. {block:Caption}{Caption}{/block:Caption}<center>
  517. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  518. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  519. {/block:Date}
  520.  
  521. {/block:PermalinkPage}
  522.  
  523. {block:PostNotes}{PostNotes}
  524. {/block:PostNotes}
  525. </div>
  526.  
  527.  
  528. {/block:Posts}
  529. </div>
  530. </div>
  531. {block:IndexPage}<br>
  532. {block:Pagination}
  533. <div id="pagination">
  534. {block:NextPage}
  535. <a id="nextPage" href="{NextPage}">next</a>
  536. {/block:NextPage}
  537. {block:PreviousPage}
  538. <a href="{PreviousPage}">back</a>
  539. {/block:PreviousPage}
  540. </div>
  541. {/block:Pagination}
  542. {/block:IndexPage}
  543. </div>
  544.  
  545. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  546.  
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement