Advertisement
theme_bean

Theme #31 (three columns)

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