Advertisement
theme_bean

Theme #35

Dec 8th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.10 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. <meta name="color:Body font" content="#000"/>
  11. <meta name="color:Links" content="#000"/>
  12. <meta name="color:Hover" content="#f8916f"/>
  13. <meta name="color:Background" content="#fff"/>
  14. <meta name="image:Background image" content="0"/>
  15. <meta name="if:fixed header" content="1"/>
  16. <meta name="text:Custom Link One Title" content= "custom">
  17. <meta name="text:Custom Link One" content="/" />
  18. <meta name="text:Custom Link Two Title" content= "links" >
  19. <meta name="text:Custom Link Two" content="/" />
  20. <meta name="text:Custom Link Three Title" content= "here" >
  21. <meta name="text:Custom Link Three" content="/" />
  22. <meta name="text:Custom Link Four Title" content= "here" >
  23. <meta name="text:Custom Link Four" content="/" />
  24. <meta name="text:Custom Link Five Title" content= "and here" >
  25. <meta name="text:Custom Link Five" content="/" />
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' 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. <link rel="shortcut icon" href="{Favicon}">
  36.  
  37. <meta name="description" content="{MetaDescription}"/>
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  40.  
  41. <link rel="stylesheet" type="text/css"href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  42.  
  43. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48. iframe#tumblr_controls {
  49. right:3px !important;
  50. position: fixed !important;
  51. -webkit-transition: opacity 0.7s linear;
  52. opacity: 0.5;
  53. -webkit-transition: all 0.8s ease-out;
  54. -moz-transition: all 0.8s ease-out;
  55. transition: all 0.8s ease-out;
  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: 11px;
  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 {
  96. background-color:{color:hover};
  97. }
  98.  
  99. #posts {
  100. width: 1305px;
  101. background:transparent;
  102. margin-left:85px;
  103. padding:3px;
  104. margin-top:80px;
  105. {block:permalinkpage}
  106. width: 905px;
  107. {/block:permalinkpage}
  108. float:center;
  109. }
  110.  
  111. .entry {
  112. margin:33px;
  113. padding: 5px;
  114. padding-bottom: 5px;
  115. float:left;
  116. width:200px;
  117. font-family:ubuntu;
  118. font-size: 10px;
  119. line-height:18px;
  120. {block:PermalinkPage}
  121. width:905px;
  122. margin-left:45px;
  123. margin-top:30px;
  124. {/block:PermalinkPage}
  125. }
  126.  
  127. .entry #permalink {
  128. width:100%;
  129. position: absolute;
  130. text-align:right;
  131. bottom: 0px;
  132. right: 2px;
  133. opacity: 1;
  134. border-top:1px dotted black;
  135. -webkit-transition: all .5s ease;
  136. -moz-transition: all .5s ease;
  137. -o-transition: all .5s ease;
  138. transition: all .5s ease;
  139. }
  140.  
  141. .countreblog {
  142. letter-spacing:1px;
  143. font-family: ubuntu;
  144. font-size:8px;
  145. color: #000;
  146. line-height:15px;
  147. margin: 5px;
  148. background:transparent;
  149. padding:2px 2px;
  150. margin-bottom:6px;
  151. padding-bottom:6px;
  152. opacity: 1;
  153. }
  154.  
  155. #topless a{
  156. color:{color:Links};
  157. }
  158.  
  159. #topless{
  160. width:100%;
  161. z-index:1;
  162. position:absolute;
  163. {block:iffixedheader}
  164. position:fixed !important;
  165. {/block:iffixedheader}
  166. text-align:left;
  167. top:0px;
  168. background:transparent;
  169. font-family: ubuntu;
  170. font-size: 10px;
  171. padding-bottom: 7px;
  172. padding-top: 23px;
  173. margin-left:14px;
  174. opacity: 0.9;
  175. -webkit-transition: all 0.7s linear;
  176. -moz-transition: all 0.7s linear;
  177. transition: all 0.7s linear;
  178. -webkit-animation: fadeInLeftBig 1s;
  179. -moz-animation: fadeInLeftBig 1s;
  180. -ms-animation: fadeInLeftBig 1s;
  181. }
  182.  
  183. #topless:hover{
  184. -webkit-transition: all 0.7s linear;
  185. -moz-transition: all 0.7s linear;
  186. transition: all 0.7s linear;
  187. }
  188.  
  189. .linkys{
  190. width:auto;
  191. height:15px;
  192. color:{color:Links};
  193. font-family: 'Coming Soon', cursive;
  194. text-transform: lowercase;
  195. font-size: 12px;
  196. text-align:center;
  197. opacity:1;
  198. padding-left:4px;
  199. padding-right:4px;
  200. border-radius:3px;
  201. }
  202.  
  203. .linkys:hover{
  204. background-color:{color:hover};
  205. }
  206.  
  207. #credz {
  208. position: fixed !important;
  209. left:5px !important;
  210. bottom:7px !important;
  211. font-family:helvetica;
  212. font-size:17px;
  213. line-height: 12px;
  214. color: {color:body font};
  215. -moz-transition: all 0.8s ease-out;
  216. -webkit-transition: opacity 0.7s linear;
  217. -webkit-transition: all 0.8s ease-out;
  218. transition: all 0.8s ease-out;
  219. }
  220.  
  221. {CustomCSS}
  222.  
  223. </style>
  224.  
  225. {block:IndexPage}
  226.  
  227. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  228.  
  229. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  230.  
  231. <script type="text/javascript">
  232. $(window).load(function () {
  233. var $content = $('#posts');
  234. $content.masonry({itemSelector: '.entry'}),
  235. $content.infinitescroll({
  236. navSelector : 'div#pagination',
  237. nextSelector : 'div#pagination a#nextPage',
  238. itemSelector : '.entry',
  239. loading: {
  240. finishedMsg: '',
  241. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  242. },
  243. bufferPx : 600,
  244. debug : false,
  245. },
  246. // call masonry as a callback.
  247. function( newElements ) {
  248. var $newElems = $( newElements );
  249. $newElems.hide();
  250. // ensure that images load before adding to masonry layout
  251. $newElems.imagesLoaded(function(){
  252. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  253. });
  254. });
  255. });
  256. </script>
  257.  
  258. {/block:IndexPage}
  259.  
  260.  
  261. </head>
  262.  
  263. <body>
  264.  
  265. <div id="topless">
  266. <p> {description} &nbsp; //
  267.  
  268. <a href="/"class="linkys">home</a>
  269. <a href="/ask"class="linkys">inbox</a>
  270. {block:IfCustomLinkOne} <a href="{text:Custom Link One}"class="linkys">{text:Custom Link One Title}</a> {/block:IfCustomLinkOne}
  271. {block:IfCustomLinkTwo} <a href="{text:Custom Link Two}"class="linkys">{text:Custom Link Two Title}</a> {/block:IfCustomLinkTwo}
  272. {block:IfCustomLinkThree} <a href="{text:Custom Link Three}"class="linkys">{text:Custom Link Three Title}</a>{/block:IfCustomLinkThree}
  273. {block:IfCustomLinkFour} <a href="{text:Custom Link Four}"class="linkys">{text:Custom Link Four Title}</a>{/block:IfCustomLinkFour}
  274. {block:IfCustomLinkFive} <a href="{text:Custom Link Five}"class="linkys">{text:Custom Link Five Title}</a>{/block:IfCustomLinkFive}
  275. <a href="http://slutteen.tumblr.com"class="linkys"> theme </a>
  276. </div>
  277.  
  278. <div id="posts">
  279.  
  280. {block:Posts}
  281. <div class="entry">
  282.  
  283. {block:Text}
  284. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  285. {block:IndexPage}
  286. <br><div id="permalink">
  287. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  288. {/block:IndexPage}
  289. {/block:Text}
  290.  
  291. {block:Link}
  292. <a href="{URL}" class="title">{Name}</a>
  293. {block:Description}{Description}{/block:Description}
  294. {block:IndexPage}
  295. <br><div id="permalink">
  296. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  297. {/block:IndexPage}
  298. {block:Link}
  299.  
  300. {block:Photo}
  301. <div class="img">
  302. {block:IndexPage}<a href="{ReblogURL}" target="_blank">{/block:IndexPage}
  303. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  304. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="200px" {/block:IndexPage}{block:PermalinkPage}width="905px"{/block:PermalinkPage}/>
  305. </a>
  306. </div>
  307. {block:IndexPage} <div style="margin-left:3px;margin-top:2px; width:42px;"><a href="{Permalink}"><div style="text-align:center; border-radius:5px; opacity:1; background-color:{color:hover};">{NoteCount}</div></a></div> {/block:IndexPage}
  308. {/block:Photo}
  309.  
  310.  
  311. {block:Photoset}
  312. <center>
  313. {block:IndexPage}
  314. {Photoset-205}
  315. {block:IndexPage}
  316. <br><div id="permalink">
  317. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  318. {/block:IndexPage}
  319. </center>
  320. <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>
  321. {/block:Photoset}
  322.  
  323. {block:Quote}
  324. {Quote}
  325. {block:IndexPage}
  326. <br><br><div id="permalink">
  327. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  328. {/block:IndexPage}
  329. {/block:Quote}
  330.  
  331. {block:Chat}
  332. {block:Title}<span class="title">{Title}</span>{/block:Title}
  333. <ul class="chat">
  334. {block:Lines}
  335. <li class="user_{UserNumber}">
  336. {block:Label}
  337. <span class="label">{Label}</span>
  338. <div id="permalink">
  339. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  340. {/block:Label}
  341.  
  342. {Line}
  343. </li>
  344. {/block:Lines}
  345. </ul>
  346. {/block:Chat}
  347.  
  348. {block:Audio}
  349. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  350. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  351. {block:IndexPage}
  352. <br><div id="permalink">
  353. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  354. {/block:IndexPage}
  355. {/block:Audio}
  356.  
  357. {block:Video}
  358. <center>
  359. {block:IndexPage}
  360. {Video-250}
  361. {/block:IndexPage}
  362. </center>
  363. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  364. {block:IndexPage}
  365. <br><div id="permalink">
  366. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  367. {/block:IndexPage}
  368. {block:Video}
  369.  
  370. {block:Answer}
  371. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  372. <b>{Asker}: </b>{Question} <b>{Answer}</b>
  373. {block:IndexPage}
  374. <br><div id="permalink">
  375. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  376. {/block:IndexPage}
  377. {/block:Answer}
  378.  
  379.  
  380. {block:PermalinkPage}
  381. {block:Date}
  382. <center>
  383. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  384. <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>
  385. {/block:Date}
  386.  
  387. {/block:PermalinkPage}
  388.  
  389. {block:PostNotes}{PostNotes}
  390. {/block:PostNotes}
  391. </div>
  392.  
  393.  
  394. {/block:Posts}
  395. </div>
  396. </div>
  397. <div class="right">
  398. </div>
  399. <div class="footer">
  400. <br>
  401. </div>
  402. </div>
  403. </body>
  404. </html>
  405. <div style="position:fixed;right:0px;bottom:-425px;">
  406. <---DONT REMOVE---->
  407. {block:IndexPage}
  408. {block:Pagination}
  409. <div id="pagination">
  410. {block:NextPage}
  411. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  412. {/block:NextPage}
  413. {block:PreviousPage}
  414. <a href="{PreviousPage}">&larr;&nbsp;</a>
  415. {/block:PreviousPage}
  416. </div>
  417. {/block:Pagination}
  418. {/block:IndexPage}</div>
  419.  
  420.  
  421.  
  422. </div>
  423.  
  424. <div id="credz"><a href="http://slutteen.tumblr.com">✿</a></div>
  425. </body>
  426. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement