Advertisement
theme_bean

Theme #3

Oct 22nd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 KB | None | 0 0
  1. <!-- theme by slutteen
  2. don't remove the credit ho
  3. -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.  
  8. <head>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  16.  
  17.  
  18. <title>{title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Vast+Shadow' rel='stylesheet' type='text/css'>
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Flamenco' rel='stylesheet' type='text/css'>
  32.  
  33. <meta name="color:Background" content="#eeeeee"/>
  34. <meta name="color:Text" content="#FFFFFF"/>
  35. <meta name="color:Hover" content="#FFFFFF"/>
  36. <meta name="color:Link" content="#FFFFFF"/>
  37. <meta name="image:postsbackground" content="1"/>
  38. <meta name="image:background" content="http://24.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo4_250.png"/>
  39. <meta name="image:sidebar" content="0"/>
  40. <meta name="if:show sidebar image" content="0"/>
  41. <meta name="text:Custom Link One Title" content= "custom">
  42. <meta name="text:Custom Link One" content="/" />
  43. <meta name="text:Custom Link Two Title" content= "links" >
  44. <meta name="text:Custom Link Two" content="/" />
  45. <meta name="text:Custom Link Three Title" content= "here" >
  46. <meta name="text:Custom Link Three" content="/" />
  47. <meta name="text:Custom Link Four Title" content= "here" >
  48. <meta name="text:Custom Link Four" content="/" />
  49. <meta name="text:Custom Link Five Title" content= "and here" >
  50. <meta name="text:Custom Link Five" content="/" />
  51. <meta name="text:Custom Link Seperator" content="-" />
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  58.  
  59. ::-webkit-scrollbar-thumb { background-color:black; }
  60.  
  61. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  62.  
  63. #tumblr_controls{
  64. position:fixed !important;
  65. }
  66.  
  67. .wrapper{
  68. margin: 0px auto;
  69. width: 900px;
  70. }
  71.  
  72. .header{
  73. float: left;
  74. width: 100%;
  75. }
  76.  
  77. .left{
  78. float: left;
  79. margin-right: 20px;
  80. width: 802px;
  81. }
  82.  
  83. .right{
  84. float: right;
  85. width: 175px;
  86. background-color: {color:Background};
  87. }
  88.  
  89. body {
  90. padding: 0px;
  91. margin: 0px;
  92. color:{color:text};
  93. font-family: flamenco;
  94. font-size: 13.5px;
  95. line-height:10px;
  96. background-color: {color:Background};
  97. background-image:url({image:Background});
  98. background-attachment: fixed;
  99. background-size: cover;
  100. }
  101.  
  102. a:link, a:active, a:visited{
  103. color:{color:link};
  104. text-decoration: none;
  105. -webkit-transition: color 0.4s ease-out;
  106. -moz-transition: color 0.4s ease-out;
  107. }
  108.  
  109. a:hover{
  110. color:{color:hover};
  111. }
  112.  
  113. .entry {
  114. float:left;
  115. background:white;
  116. margin-bottom:10px;
  117. padding-top:10px;
  118. padding-left:10px;
  119. padding-right:12px;
  120. padding-bottom:10px;
  121. width:280px;
  122. }
  123.  
  124. .textentry {
  125. float:left;
  126. margin-bottom:10px;
  127. background-color: white;
  128. padding-top:10px;
  129. padding-left:10px;
  130. padding-right:10px;
  131. padding-bottom:9px;
  132. width:280px;
  133. }
  134.  
  135. .entry .permalink{
  136. position:absolute;
  137. width:60px;
  138. height:35px;
  139. padding-top:2px;
  140. bottom:10px;
  141. padding-left:10px;
  142. padding-right:10px;
  143. margin-top: -10px;
  144. margin-left:0px;
  145. background-color:#ffffff;
  146. overflow:hidden;
  147. text-transform: uppercase;
  148. font-size: 10px;
  149. line-height:10px;
  150. text-align:center;
  151. opacity:0.0;
  152. -webkit-transition: all 0.6s ease-in;
  153. -webkit-transition: all 0.6s ease-in;
  154. -moz-transition: all 0.6s linear;
  155. transition: all 0.6s ease-in;
  156. }
  157.  
  158. .entry:hover .permalink{
  159. overflow:visible;
  160. bottom:5px;
  161. opacity:1
  162. -webkit-transition: opacity 0.2s linear;opacity: 0.8;
  163. -webkit-transition: all 0.6s ease;
  164. -moz-transition: all 0.6s ease;
  165. transition: all 0.6s ease;
  166. width: 60px;
  167. height: 35px;
  168. }
  169.  
  170. .entry:hover .permalink:hover{
  171. opacity: 1;
  172. margin-left: 15px;
  173. bottom:20px;
  174. height: 35px;
  175. }
  176.  
  177. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  178.  
  179. #sidebar{
  180. z-index:999999999999999;
  181. width:310px;
  182. position:fixed;
  183. height:90px;
  184. background: white;
  185. color:{color:text};
  186. font-family: flamenco;
  187. margin-left:525px;
  188. padding:10px;
  189. margin-top:5px;
  190. padding-bottom:3px;
  191. z-index:10;
  192. overflow:hidden;
  193. text-align:center;
  194. opacity: 1;
  195. border: 3px dotted #ccc;
  196. }
  197.  
  198. #sidebar:hover{
  199. -webkit-transition: all 0.3s linear;
  200. -webkit-transition: all 0.3s linear;
  201. -moz-transition: all 0.3s linear;
  202. transition: all 0.3s linear;
  203. }
  204.  
  205. #sidebarimg {
  206. width: 200px;
  207. height:auto;
  208. position: fixed;
  209. margin-top: 264px;
  210. background-color;
  211. padding: 10px;
  212. margin-left: 182px;
  213. {block:ifshowsidebarimage}
  214. -moz-box-shadow: 0 0 20px #ccc;
  215. -webkit-box-shadow: 0 0 20px #ccc;
  216. box-shadow: 0 0 20px #ccc;
  217. {/block:ifshowsidebarimage}
  218. }
  219.  
  220. #sidebarimg:hover {
  221. -khtml-border-radius: 15px;
  222. -moz-border-radius: 5px;
  223. -webkit-border-radius: 5px;
  224. border-radius: 5px;
  225. }
  226.  
  227.  
  228. #posts {
  229. width: 300px;
  230. float:center;
  231. margin-left:530px;
  232. margin-top:110px;
  233. padding:10px;
  234. padding-top:10px;
  235. background-image:url({image:postsbackground});
  236. background-attachment: fixed;
  237. background-repeat: repeat;
  238. }
  239.  
  240. .perm{
  241. display: block;
  242. font-family:calibri;
  243. font-size:9px;
  244. line-height:13px;
  245. letter-spacing:1px;
  246. text-transform:uppercase;
  247. text-align: right;
  248. background-color:transparent;
  249. border-top: 1px dotted #000000;
  250. padding: 0px;
  251. margin: 2px;
  252. }
  253.  
  254. .title{
  255. font-family: calibri;
  256. font-size: 12px;
  257. line-height: 15px;
  258. color: {color:text};
  259. font-weight: normal;
  260. text-transform:uppercase;
  261. }
  262.  
  263. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  264.  
  265. .blogtitle {
  266. margin-left:10px;
  267. margin-top:-5px;
  268. font-family: 'lovenote', cursive;
  269. font-size:22px;
  270. line-height:22px;
  271. color:{color:Link};
  272. padding-bottom:5px;
  273. letter-spacing:0px;
  274. font-weight: bold;
  275. }
  276.  
  277. .linkys {
  278. margin-left:10px;
  279. margin-top:13px;
  280. font-family:flamenco;
  281. font-size:12px;
  282. line-height:22px;
  283. color:{color:Link};
  284. padding-bottom:5px;
  285. letter-spacing:0px;
  286. }
  287.  
  288. #credz {
  289. position: fixed !important;
  290. right:5px !important;
  291. bottom:7px !important;
  292. font-family:helvetica;
  293. font-size:13px;
  294. line-height: 12px;
  295. -moz-transition: all 0.8s ease-out;
  296. -webkit-transition: opacity 0.7s linear;
  297. -webkit-transition: all 0.8s ease-out;
  298. transition: all 0.8s ease-out;
  299. }
  300.  
  301. </style>
  302.  
  303. {block:IndexPage}
  304. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  305. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  306.  
  307. <script type="text/javascript">
  308. $(window).load(function () {
  309. var $content = $('#posts');
  310. $content.masonry({itemSelector: '.entry'}),
  311. $content.infinitescroll({
  312. navSelector : 'div#pagination',
  313. nextSelector : 'div#pagination a#nextPage',
  314. itemSelector : '.entry',
  315. loading: {
  316. finishedMsg: '',
  317. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  318. },
  319. bufferPx : 600,
  320. debug : false,
  321. },
  322. // call masonry as a callback.
  323. function( newElements ) {
  324. var $newElems = $( newElements );
  325. $newElems.hide();
  326. // ensure that images load before adding to masonry layout
  327. $newElems.imagesLoaded(function(){
  328. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  329.  
  330.  
  331. });
  332. });
  333. });
  334. </script>
  335.  
  336.  
  337.  
  338. {/block:IndexPage}
  339.  
  340. <title>{title}</title>
  341.  
  342. <link rel="shortcut icon" href="{Favicon}">
  343. <meta name="viewport" content="width=820" />
  344.  
  345. </head>
  346.  
  347. <body onkeydown="return false">
  348.  
  349. <div class="wrapper">
  350. <div class="header">
  351. </div>
  352.  
  353.  
  354. </center>
  355.  
  356. </div>
  357.  
  358. </div>
  359.  
  360. <div id= "sidebarimg"><center>{block:ifshowsidebarimage}<a href=""><img src="{image:sidebar}" width=200px;></a>{/block:ifshowsidebarimage}</div>
  361.  
  362. <div id="sidebar">
  363.  
  364. <div class="blogtitle"><a href="/">{Title}</a><br><br></div>
  365. <div style="margin-left:10px; font-family:share;">{description}</div><div class="linkys"><a href="/">home</a> {text:Custom Link Seperator} <a href="/ask">ask</a> {block:IfCustomLinkOne} {text:Custom Link Seperator} <a href="{text:Custom Link One}">{text:Custom Link One Title}</a> {/block:IfCustomLinkOne}{block:IfCustomLinkTwo} {text:Custom Link Seperator} <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> {/block:IfCustomLinkTwo} {block:IfCustomLinkThree} {text:Custom Link Seperator} <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:IfCustomLinkThree} {block:IfCustomLinkFour} {text:Custom Link Seperator} <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:IfCustomLinkFour} {block:IfCustomLinkFive} {text:Custom Link Seperator} <a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:IfCustomLinkFive}</div></div>
  366.  
  367.  
  368. <div style="margin-top:5px;">
  369.  
  370.  
  371. </span></div>
  372. </div>
  373.  
  374. <div class="content">
  375.  
  376. <div class="left">
  377.  
  378. <div id="posts">
  379.  
  380. {block:Posts}
  381.  
  382. <div class="entry">
  383.  
  384. {block:Text}
  385. {block:Title}<span class="title">{Title}</span>{/block:Title}
  386. <span class="entrytext">{Body}</span></a>
  387. {block:IndexPage}
  388. <div class="perm"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  389. {/block:IndexPage}
  390. {/block:Text}
  391.  
  392. {block:Link}
  393. <a href="{URL}" class="title">{Name}</a>
  394. {block:Description}{Description}{/block:Description}
  395. {block:IndexPage}
  396. <div class="perm"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  397. {/block:IndexPage}
  398. {block:Link}
  399.  
  400. {block:Photo}
  401. {block:IndexPage}
  402. <div class="permalink">
  403. <a href="{ReblogURL}">reblog</a><br><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  404. {/block:IndexPage}
  405. {block:IndexPage}{LinkOpenTag}
  406. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="280"/></a></div>{LinkCloseTag}{/block:IndexPage}
  407. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="280"/></a>{LinkCloseTag}{/block:PermalinkPage}
  408. {/block:Photo}
  409.  
  410. {block:Photoset}{block:IndexPage}
  411. <div class="permalink">
  412. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> REBLOG </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}<center>{Photoset-400}</center></span>{/block:Photoset}
  413.  
  414. {block:Quote}
  415. <span class="title">{Quote}</span><br />
  416. {block:Source}{Source}{/block:Source}
  417. {block:IndexPage}
  418. <br /><div class="perm"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  419. {/block:IndexPage}
  420. {/block:Quote}
  421.  
  422. {block:Chat}
  423. {block:Title}<span class="title">{Title}</span>{/block:Title}
  424. <ul class="chat">
  425. {block:Lines}
  426. <li class="user_{UserNumber}">
  427. {block:Label}
  428. <span class="label">{Label}</span>
  429. {/block:Label}
  430.  
  431. {Line}
  432. </li>
  433. {/block:Lines}
  434. </ul>
  435. {block:IndexPage}
  436. <div class="perm"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  437. {/block:IndexPage}
  438. {/block:Chat}
  439.  
  440. {block:Audio}
  441. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  442. {FormattedPlayCount} plays</small></div></div></center><br>
  443. {block:Caption}{Caption}{/block:Caption}
  444. {block:IndexPage}
  445. <div class="perm"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
  446. {/block:IndexPage}
  447. {/block:Audio}
  448.  
  449. {block:Video}{block:IndexPage}
  450. <div class="permalink">
  451. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> REBLOG </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
  452. <center>
  453. <div class="videoperma">{Video-400}</div><BR>
  454. {block:Caption}{Caption}</a>{/block:Caption}</center>
  455. {block:Video}
  456.  
  457. {block:PermalinkPage}
  458. <center>
  459. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  460.  
  461. {/block:PermalinkPage}
  462.  
  463. {block:PostNotes}{PostNotes}
  464. {/block:PostNotes}
  465. </div>
  466.  
  467. {/block:Posts}
  468. </div>
  469. </div>
  470. {block:IndexPage}
  471. {block:Pagination}
  472. <div id="pagination">
  473. {block:NextPage}
  474. <a id="nextPage" href="{NextPage}"> </a>
  475. {/block:NextPage}
  476. {block:PreviousPage}
  477. <a href="{PreviousPage}"> </a>
  478. {/block:PreviousPage}
  479. </div>
  480. {/block:Pagination}
  481. {/block:IndexPage}
  482. </div>
  483. </div>
  484.  
  485. <div id="credz"><div style="color:black; font-size:18px"><a href="http://slutteen.tumblr.com">✿</a></div>
  486.  
  487. </body>
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement