Advertisement
theme_bean

Theme #27

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