Advertisement
theme_bean

Theme #6

Nov 3rd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.65 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't change the source ho
  4. -->
  5.  
  6.  
  7.  
  8. <head>
  9.  
  10. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  11.  
  12. <meta name="color:Body font" content="#000000"/>
  13. <meta name="color:post background" content="#ffffff"/>
  14. <meta name="color:Links" content="#50aad6"/>
  15. <meta name="color:TopLinksHover" content="#ffffff"/>
  16. <meta name="color:TopLinksBgHover" content="#477e99"/>
  17. <meta name="color:Content" content="#b0b2b3"/>
  18. <meta name="color:Background" content="#586668"/>
  19. <meta name="image:Background image" content=""/>
  20.  
  21. <meta name="text:Link one URL" content="" />
  22. <meta name="text:Link one title" content="Link 1" />
  23. <meta name="text:Link two URL" content="" />
  24. <meta name="text:Link two title" content="Link 2" />
  25. <meta name="text:Link three URL" content="" />
  26. <meta name="text:Link three title" content="Link 3" />
  27. <meta name="text:Link four URL" content="" />
  28. <meta name="text:Link four title" content="Link 4" />
  29. <meta name="text:Link five URL" content="" />
  30. <meta name="text:Link five title" content="Link 5" />
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Ruthie|Ubuntu+Condensed|Economica' rel='stylesheet' type='text/css'>
  33.  
  34. <title>{title}</title>
  35.  
  36. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  37.  
  38.  
  39. <link rel="shortcut icon" href="{Favicon}">
  40.  
  41. <meta name="description" content="{MetaDescription}"/>
  42.  
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  45.  
  46. <link rel="stylesheet" type="text/css"href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  47.  
  48. <style type="text/css">
  49.  
  50. img{
  51. -webkit-filter: grayscale(100%);
  52. }
  53. img:hover{
  54. -webkit-filter: grayscale(0%);
  55. z-index: -9999999999999999999999999px;
  56. }
  57.  
  58. body {
  59. color: {color:Body font};
  60. background-color:{color:Background};
  61. background-image:url('{image:Background image}');
  62. background-attachment: fixed;
  63. background-size: cover;
  64. line-height: 120%;
  65. font-family: ubuntu;
  66. font-size: 17px;
  67. }
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {
  70. background-color:#7d7d7d;
  71. height:auto;-webkit-border-radius:6px;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb:horizontal {
  75. background-color:#7d7d7d;
  76. height:6px !important;-webkit-border-radius:6px;
  77. }
  78.  
  79. ::-webkit-scrollbar {
  80. height:6px;
  81. width:6px;
  82. background-color:#cdcdcd;
  83. -webkit-border-radius:6px;
  84. }
  85.  
  86. a:link, a:active, a:visited{
  87. color:#000000;
  88. text-decoration: none;
  89. -webkit-transition: 0.4s ease-in;
  90. -o-transition: 0.4s ease-in;
  91. -moz-transition: 0.4s ease-in;
  92. transition: 0.4s ease-in;
  93. }
  94.  
  95. a:hover {color:{color:Hover};
  96. text-decoration: none;
  97. background-color:{color:link background};
  98. -webkit-transition: 0.4s ease-in;
  99. -o-transition: 0.4s ease-in;
  100. -moz-transition: 0.4s ease-in;
  101. transition: 0.4s ease-in;
  102. }
  103.  
  104. #posts {
  105. margin-top: 30px;
  106. margin-left: 105px;
  107. {block:PermalinkPage}
  108. margin-left:185px;
  109. margin-top:30px;
  110. {/block:PermalinkPage}
  111. }
  112.  
  113. .entry {
  114. margin-left:6px;
  115. margin-bottom:4px;
  116. margin-top:4px;
  117. padding:2px;
  118. float:center;
  119. background-color:{color:post background};
  120. width:240px;
  121. padding-bottom: 0px;
  122. font-family:economica;
  123. font-size: 13px;
  124. line-height:14px;
  125. {block:PermalinkPage}
  126. margin-left:185px;
  127. margin-top:30px;
  128. {/block:PermalinkPage}
  129. -webkit-animation: bounceIn 2s;
  130. -moz-animation: bounceIn 2s;
  131. -ms-animation: bounceIn 2s;
  132. }
  133. .entry #permalink {
  134. position:absolute;
  135. width:auto;
  136. height:15px;
  137. background-color:#fff;
  138. margin-left: 6px;
  139. overflow:hidden;
  140. margin-top: 6px;
  141. font-family: economica;
  142. text-transform: uppercase;
  143. font-size: 10px;
  144. line-height:14px;
  145. text-align:center;
  146. opacity:0.0;
  147. padding-left:10px;
  148. padding-right:10px;
  149. border-bottom-right-radius:0px;
  150. border-top-right-radius:0px;
  151. border-top-left-radius:0px;
  152. border-bottom-left-radius:0px;
  153. -webkit-transition: all 0.3s linear;
  154. -moz-transition: all 0.3s linear;
  155. transition: all 0.3s linear;
  156. }
  157.  
  158. .entry:hover #permalink {
  159. overflow:visible;
  160. -webkit-transition: opacity 1.0s linear; opacity: 0.8;
  161. transition: all 0.4s linear;
  162. margin-left: 6px;
  163. width: auto;
  164. height: 15px;
  165. margin-top: 6px;
  166. padding:10px;
  167. padding-bottom:8px;
  168. border-bottom-right-radius:0px;
  169. border-top-right-radius:0px;
  170. border-top-left-radius:0px;
  171. border-bottom-left-radius:0px;
  172. -webkit-transition: all 0.3s linear;
  173. -moz-transition: all 0.3s linear;
  174. transition: all 0.3s linear;
  175. }
  176.  
  177. .entry:hover #permalink:hover{
  178. opacity: 1;
  179. width: auto;
  180. border-bottom-right-radius:7px;
  181. border-top-right-radius:7px;
  182. border-top-left-radius:7px;
  183. border-bottom-left-radius:7px;
  184. -webkit-transition: all 0.5s linear;
  185. -moz-transition: all 0.5s linear;
  186. transition: all 0.5s linear;
  187. }
  188.  
  189.  
  190. #linkbar {
  191. width:500px;
  192. }
  193.  
  194. .linktextbar {
  195. font-family: 'Economica';
  196. text-transform:uppercase;
  197. font-weight:normal;
  198. font-size:20px;
  199. letter-spacing:1px;
  200. line-height:24px;
  201. text-align:left;
  202. -webkit-transition: all 1s ease-in-out;
  203. -moz-transition: all 1s ease-in-out;
  204. transition: all 1s ease-in-out;
  205. }
  206.  
  207. .linktextbar:hover {
  208. -webkit-transition: all 1s ease-in-out;
  209. -moz-transition: all 1s ease-in-out;
  210. transition: all 1s ease-in-out;
  211. }
  212.  
  213. .linkdescription {
  214. padding:0px;
  215. margin:0px;
  216. font:11px
  217. {font:Body};
  218. text-align:left;
  219. }
  220. .caption {
  221. margin:0px;
  222. padding:0px;
  223. }
  224.  
  225. #links {
  226. position: fixed;
  227. font-family: calibri;
  228. text-transform: uppercase;
  229. font-size: 8px;
  230. line-height: 10px;
  231. text-align: center;
  232. top: 0px;
  233. left: 0px;
  234. right: 0px;
  235. background: #000;
  236. padding-top: 8px;
  237. padding-bottom: 8px;
  238. z-index: 356;
  239. }
  240.  
  241. #links a {
  242. color: #fff;
  243. padding-left: 3px;
  244. padding-right: 3px;
  245. }
  246.  
  247. #links a:hover {
  248. color: {color:TopLinksHover};
  249. background: {color:TopLinksBgHover};
  250. }
  251.  
  252. #linke{
  253. text-align:center;
  254. padding: 8px;
  255. position: fixed;
  256. margin-left: 5px;
  257. width: 60px;
  258. margin-top: 115px;
  259. height:20px;
  260. border:1px solid #ccc;
  261. line-height:14px;
  262. font-size:11px;
  263. color: white;
  264. color: {color:TopLinksHover};
  265. font-family: courier new;
  266. background-color: black;
  267. letter-spacing:0px;
  268. overflow-x:hidden;
  269. overflow-y:hidden;
  270. border-bottom-right-radius:0px;
  271. border-top-right-radius:0px;
  272. border-top-left-radius:10px;
  273. border-bottom-left-radius:10px;
  274. {block:PermalinkPage}
  275. margin-left:5px;
  276. {/block:PermalinkPage}
  277. -webkit-transition: all .5s ease-in-out;
  278. }
  279. #linke:hover{
  280. height:190px;
  281. padding:8px;
  282. overflow-y:scroll;
  283. -webkit-transition: all .5s ease-in-out;
  284. }
  285.  
  286. #credz {
  287. position: fixed !important;
  288. left:5px !important;
  289. bottom:7px !important;
  290. font-family:helvetica;
  291. font-size:13px;
  292. line-height: 12px;
  293. color: {color:body font};
  294. -moz-transition: all 0.8s ease-out;
  295. -webkit-transition: opacity 0.7s linear;
  296. -webkit-transition: all 0.8s ease-out;
  297. transition: all 0.8s ease-out;
  298. }
  299.  
  300. {CustomCSS}
  301.  
  302. </style>
  303.  
  304. {block:IndexPage}
  305.  
  306. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  307.  
  308. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  309.  
  310. <script type="text/javascript">
  311. $(window).load(function () {
  312. var $content = $('#posts');
  313. $content.masonry({itemSelector: '.entry'}),
  314. $content.infinitescroll({
  315. navSelector : 'div#pagination',
  316. nextSelector : 'div#pagination a#nextPage',
  317. itemSelector : '.entry',
  318. loading: {
  319. finishedMsg: '',
  320. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  321. },
  322. bufferPx : 600,
  323. debug : false,
  324. },
  325. // call masonry as a callback.
  326. function( newElements ) {
  327. var $newElems = $( newElements );
  328. $newElems.hide();
  329. // ensure that images load before adding to masonry layout
  330. $newElems.imagesLoaded(function(){
  331. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  332. });
  333. });
  334. });
  335. </script>
  336.  
  337. {/block:IndexPage}
  338.  
  339.  
  340. </head>
  341.  
  342. <body>
  343.  
  344. <div id="links">
  345. <a href="{text:Link one URL}">{text:Link one title}</a> / <a href="{text:Link two URL}">{text:Link two title}</a> / <a href="{text:Link three URL}">{text:Link three title}</a> / <a href="{text:Link four URL}">{text:Link four title}</a> / <a href="{text:Link five URL}">{text:Link five title}</a> / <a href="http://slutteen.tumblr.com">Theme</a>
  346. </div>
  347.  
  348. <div id="linke"><div class="tit"><u><b>about</b></u></div><p>
  349. <br><br>
  350. {description}</center>
  351. </div>
  352.  
  353. <div class="header">
  354.  
  355. <div class="left">
  356.  
  357. <div id="posts">
  358.  
  359. {block:Posts}
  360. <div class="entry">
  361.  
  362. {block:Text}
  363. {block:IndexPage}
  364.  
  365. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  366. {/block:Text}
  367.  
  368. {block:Link}
  369. {block:IndexPage}
  370.  
  371. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  372. {block:Description}{Description}{/block:Description}
  373. {block:Link}
  374.  
  375. {block:Photo}
  376. {block:IndexPage}
  377. <div id="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  378. {/block:IndexPage}
  379. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="240"/></a></div>{LinkCloseTag}{/block:IndexPage}
  380. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="615px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  381. {/block:Photo}
  382.  
  383.  
  384. {block:Photoset}
  385. <center>
  386. {block:IndexPage}
  387. {Photoset-205}
  388. {block:IndexPage}
  389. {/block:IndexPage}
  390. </center>
  391. <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>
  392. {/block:Photoset}
  393.  
  394. {block:Quote}
  395. {block:IndexPage}
  396.  
  397. {/block:IndexPage}
  398. {Quote}</span>
  399. {/block:Quote}
  400.  
  401. {block:Chat}
  402. {block:IndexPage}
  403.  
  404. {/block:IndexPage}
  405. {block:Title}<span class="title">{Title}</span>{/block:Title}
  406. <ul class="chat">
  407. {block:Lines}
  408. <li class="user_{UserNumber}">
  409. {block:Label}
  410. <span class="label">{Label}</span>
  411. {/block:Label}
  412.  
  413. {Line}
  414. </li>
  415. {/block:Lines}
  416. </ul>
  417. {/block:Chat}
  418.  
  419. {block:Audio}
  420. {block:IndexPage}
  421. {/block:IndexPage}
  422. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  423. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  424. {/block:Audio}
  425.  
  426. {block:Video}
  427. {block:IndexPage}
  428.  
  429. {/block:IndexPage}
  430. <center>
  431. {block:IndexPage}
  432. {Video-250}
  433. {/block:IndexPage}
  434. </center>
  435. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  436. {block:Video}
  437.  
  438. {block:Answer}
  439. {block:IndexPage}
  440.  
  441. {/block:IndexPage}
  442. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  443. <b>{Asker}: </b>{Question} <b>{Answer}</b>
  444. {/block:Answer}
  445.  
  446.  
  447. {block:PermalinkPage}
  448. {block:Date}
  449. <center>
  450. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  451. <br>{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>
  452. {/block:Date}
  453.  
  454. {/block:PermalinkPage}
  455.  
  456. {block:PostNotes}{PostNotes}
  457. {/block:PostNotes}
  458. </div>
  459.  
  460.  
  461. {/block:Posts}
  462. </div>
  463. </div>
  464. <div class="right">
  465. </div>
  466. <div class="footer">
  467. <br>
  468. </div>
  469. </div>
  470. </body>
  471. </html>
  472. <div style="position:fixed;right:0px;bottom:-425px;">
  473. <---DONT REMOVE---->
  474. {block:IndexPage}
  475. {block:Pagination}
  476. <div id="pagination">
  477. {block:NextPage}
  478. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  479. {/block:NextPage}
  480. {block:PreviousPage}
  481. <a href="{PreviousPage}">&larr;&nbsp;</a>
  482. {/block:PreviousPage}
  483. </div>
  484. {/block:Pagination}
  485. {/block:IndexPage}</div>
  486.  
  487.  
  488.  
  489. </div>
  490.  
  491. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement