Advertisement
theme_bean

Theme #31 (two columns)

Dec 4th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.50 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:630px;
  114. margin-left:300px;
  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:980px;
  278. {block:permalinkpage}
  279. left:625px;
  280. {/block:permalinkpage}
  281. opacity: 1;
  282. }
  283.  
  284. #infscr-loading{
  285. bottom: -70px;
  286. position: absolute;
  287. left: 50%;
  288. margin-left:-8px;
  289. width:16px;
  290. height:11px;
  291. overflow:hidden;
  292. margin-bottom: 50px;
  293. }
  294.  
  295. a img{border: 0px;}
  296.  
  297. ul, ol, li{
  298. list-style:none;
  299. margin:0px;
  300. padding:0px;
  301. }
  302.  
  303. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  304. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  305.  
  306. .notes img{
  307. width:10px;
  308. position:relative;
  309. top:3px;
  310. }
  311.  
  312. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  313. {block:IndexPage}
  314. width: 250px !important;
  315. {/block:IndexPage}
  316. }
  317. .video embed, .post div.video object {width:280px !important; height:150px !important;}
  318.  
  319. #credz {
  320. position: fixed !important;
  321. right:5px !important;
  322. top:27px !important;
  323. font-family:helvetica;
  324. font-size:13px;
  325. line-height: 12px;
  326. color: {color:body font};
  327. -moz-transition: all 0.8s ease-out;
  328. -webkit-transition: opacity 0.7s linear;
  329. -webkit-transition: all 0.8s ease-out;
  330. transition: all 0.8s ease-out;
  331. }
  332.  
  333. </style>
  334.  
  335. {block:IndexPage}
  336. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  337. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  338.  
  339. <script type="text/javascript">
  340. //
  341. function desabilitaMenu(e)
  342. {
  343. if (window.Event)
  344. {
  345. if (e.which == 2 || e.which == 3)
  346. return false;
  347. }
  348. else
  349. {
  350. event.cancelBubble = true
  351. event.returnValue = false;
  352. return false;
  353. }
  354. }
  355. document.oncontextmenu = desabilitaMenu;
  356. document.onmousedown = desabilitaBotaoDireito;
  357. document.onmouseup = desabilitaBotaoDireito;
  358. </script>
  359.  
  360. <script type="text/javascript">
  361. $(window).load(function () {
  362. var $content = $('#posts');
  363. $content.masonry({itemSelector: '.entry'}),
  364. $content.infinitescroll({
  365. navSelector : 'div#pagination',
  366. nextSelector : 'div#pagination a#nextPage',
  367. itemSelector : '.entry',
  368. loading: {
  369. finishedMsg: '',
  370. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  371. },
  372. bufferPx : 600,
  373. debug : false,
  374. },
  375. // call masonry as a callback.
  376. function( newElements ) {
  377. var $newElems = $( newElements );
  378. $newElems.hide();
  379. // ensure that images load before adding to masonry layout
  380. $newElems.imagesLoaded(function(){
  381. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  382.  
  383.  
  384. });
  385. });
  386. });
  387. </script>
  388.  
  389. {/block:IndexPage}
  390.  
  391. </div>
  392.  
  393. <title>{title}</title>
  394.  
  395. <link rel="shortcut icon" href="{Favicon}">
  396. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  397. <meta name="viewport" content="width=820" />
  398.  
  399.  
  400.  
  401. <div class="wrapper">
  402.  
  403. <div class="header">
  404.  
  405. </div>
  406.  
  407. <div id="sidebar">
  408. <center>
  409. <a href="/" class="blogtitle">{Title}</a>
  410. </center>
  411.  
  412. <center>
  413. <p><a href="/"><img src="{image:Sidebar}" width=230px;></a></p>
  414. </center>
  415.  
  416. <center>
  417. <div style="margin-top:5px;">
  418. <p>{description}</p>
  419. </div>
  420. <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>
  421. </center>
  422. </center>
  423.  
  424. </center>
  425. </div>
  426.  
  427. <div class="left">
  428.  
  429. <div id="posts">
  430.  
  431. {block:Posts}
  432. <div class="entry">
  433.  
  434. {block:Text}
  435. {block:IndexPage} <br><div id="permalink">
  436. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  437. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  438. <span class="entrytext">{Body}</span><br>
  439. {/block:Text}
  440.  
  441. {block:Link}
  442. <a href="{URL}" class="title">{Name}</a>
  443. {block:Description}{Description}{/block:Description}<br>
  444. {block:IndexPage} <div id="permalink">
  445. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  446. {block:Link}
  447.  
  448. {block:Answer}
  449. <div class="post"><div class="askborder">
  450. <img src="{askerportraiturl-40}" width="40px"></div><span></span><b>tumblr user {asker} said:</b> {Question}<br>
  451. <b>then I replied:</b> {Answer}
  452. </div>
  453. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  454. {/block:Answer}
  455.  
  456. {block:Photo}
  457. <center>
  458. {block:IndexPage}
  459. <div class="permalink">
  460. <div class="laces"><a href="{reblogurl}" target="_blank"><img src="http://images.cooltext.com/2858153.png" width="30"/></a>
  461. </div>
  462. <div class="knots"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  463. </div>
  464. {/block:IndexPage}
  465. {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/>
  466. </a>{LinkCloseTag}{/block:IndexPage}
  467. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  468. {/block:Photo}
  469.  
  470. {block:Photoset}
  471. {block:IndexPage} <div id="permalink">
  472. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  473. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  474. <p style="text-align: right;">
  475. {/block:Photoset}
  476.  
  477. {block:Quote}{block:IndexPage} <div id="permalink">
  478. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  479. {Quote}</span> <br>
  480. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  481. {/block:Quote}
  482.  
  483. {block:Chat}
  484. {block:IndexPage} <div id="permalink">
  485. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  486. {block:Title}<span class="title">{Title}</span>{/block:Title}
  487. <ul class="chat">
  488. {block:Lines}
  489. <li class="user_{UserNumber}">
  490. {block:Label}
  491. <span class="label">{Label}</span>
  492. {/block:Label}
  493. {Line}
  494. </li>
  495. {/block:Lines}
  496. </ul><br>
  497.  
  498. {/block:Chat}
  499.  
  500. {block:Audio}
  501. <div style="width:249px; height:30px;">
  502. {AudioPlayerBlack}
  503. </div>
  504. {block:IndexPage} <div id="permalink">
  505. <br><br><br><br><span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  506. {/block:Audio}
  507.  
  508. {block:Video}
  509. {block:IndexPage}
  510. <div id="permalink">
  511. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  512. <center>
  513. <div class="video">{Video-250}</div></center></center><br>
  514. {/block:IndexPage}
  515. {block:PermalinkPage}
  516. <center>
  517. {Video-550}</center>
  518. {/block:PermalinkPage}
  519. {block:Video}
  520.  
  521. {block:PermalinkPage}
  522. <center>
  523. {block:Date}
  524. <center>
  525. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  526. <br>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>, <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  527. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  528. </center>
  529. {/block:Date}
  530. </center>
  531. {/block:PermalinkPage}
  532.  
  533.  
  534.  
  535. </div>
  536.  
  537.  
  538. {/block:Posts}
  539. </div>
  540. </div>
  541. {block:IndexPage}
  542. {block:Pagination}
  543. <div id="pagination">
  544. {block:NextPage}
  545. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  546. {/block:NextPage}
  547. {block:PreviousPage}
  548. <a href="{PreviousPage}">&larr;&nbsp;</a>
  549. {/block:PreviousPage}
  550. </div>
  551. {/block:Pagination}
  552. {/block:IndexPage}
  553. </div>
  554.  
  555. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  556.  
  557. </body>
  558. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement