Advertisement
theme_bean

Theme #38

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