Advertisement
theme_bean

Theme #31 (one column)

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