Advertisement
theme_bean

anthr cstm 4 isaac

Dec 8th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 KB | None | 0 0
  1. <!--
  2. custom theme by slutteen for loserrrrr
  3. -->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  10.  
  11. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  12.  
  13. {block:IfFallingSnow}
  14. <script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  15. {/block:IfFallingSnow}
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  22.  
  23. <html lang="en">
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28.  
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:text" content="#000000"/>
  32. <meta name="color:links" content="#000000"/>
  33. <meta name="color:hover" content="#686868"/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:Background" content=""/>
  36. <meta name="if:Falling Snow" content="0">
  37.  
  38. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  48.  
  49. <title>{Title}</title>
  50.  
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />
  53. {/block:Description}
  54.  
  55. <style type="text/css">
  56.  
  57. position:fixed !important;
  58. }
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. height:9px;
  62. background-color: #000;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. width:5px;
  67. height:5px;
  68. background:#fff;
  69. margin-right:5px;
  70. }
  71.  
  72. iframe#tumblr_controls {
  73. top: 0% !important;
  74. right:0% !important;
  75. position: fixed !important;
  76. }
  77.  
  78. body {
  79. padding: 0px;
  80. margin: 0px;
  81. color:#000;
  82. font-family: Poiret One;
  83. font-size: 11px;
  84. background-color: {color:Background};
  85. background-image:url({image:Background});
  86. background-attachment: fixed;
  87. background-repeat: repeat;
  88. }
  89.  
  90. a:link, a:active, a:visited{
  91. color: {color:links};
  92. text-decoration: none;
  93. -webkit-transition: color 0.4s ease-out;
  94. -moz-transition: color 0.4s ease-out;
  95. }
  96.  
  97. a:hover{
  98. color:{color:hover};
  99. text-decoration:underline;
  100. -webkit-transition: color 0.4s ease-out;
  101. -moz-transition: color 0.4s ease-out;
  102. }
  103.  
  104. #posts {
  105. width:760px;
  106. margin-left:300px;
  107. margin-top:2px;
  108. float:left;
  109. }
  110.  
  111. .entry {
  112. margin:3px;
  113. padding: 2px;
  114. padding: 6px;
  115. padding-bottom: 5px;
  116. opacity: 1;
  117. border: solid 1px #ddd;
  118. float:center;
  119. background-color: white;
  120. font-family: ubuntu;
  121. font-size: 10px;
  122. line-height:15px;
  123. {block:IndexPage}
  124. overflow:hidden;
  125. width:259px;
  126. {/block:IndexPage}
  127. {block:PermalinkPage}
  128. width:600px;
  129. {/block:PermalinkPage}
  130. }
  131.  
  132. .title{
  133. font-family: 'ubuntu';
  134. font-size: 12px;
  135. line-height:15px;
  136. color: {color:text};
  137. font-weight: bold;
  138. }
  139.  
  140. .entry .permalink{
  141. margin: auto;
  142. font-family: 'ubuntu', cursive;
  143. position: absolute;
  144. text-align: center;
  145. margin-top:0;
  146. width: 15px;
  147. height: 17px;
  148. font-size:10px;
  149. margin-left: 3px;
  150. opacity: 0;
  151. font-style:bold;
  152. filter: alpha(opacity = 0);
  153. -webkit-transition: all ease-in .5s;
  154. -moz-transition: all ease-in .5s;
  155. -o-transition: all ease-in .5s;
  156. -ms-transition: all ease-in .5s;
  157. transition: all ease-in .5s;
  158. }
  159.  
  160. .entry:hover .permalink{
  161. margin-top: 7px;
  162. opacity: 1;
  163. }
  164.  
  165. .entry #permalink {
  166. width:100%;
  167. position: absolute;
  168. text-align:right;
  169. bottom: 0px;
  170. right: 2px;
  171. opacity: 1;
  172. border-top:1px dotted black;
  173. -webkit-transition: all .5s ease;
  174. -moz-transition: all .5s ease;
  175. -o-transition: all .5s ease;
  176. transition: all .5s ease;
  177. }
  178.  
  179. .texting {
  180. letter-spacing:1px;
  181. font-family: ubuntu;
  182. font-size:8px;
  183. color: #000;
  184. line-height:15px;
  185. margin: 5px;
  186. background:transparent;
  187. padding:2px 2px;
  188. margin-bottom:6px;
  189. padding-bottom:6px;
  190. opacity: 1;
  191. }
  192.  
  193. #sidebar{
  194. z-index:1;
  195. position:fixed !important;
  196. font-family: 'ubuntu', cursive;
  197. background:white;
  198. color:black;
  199. font-size: 10px;
  200. width:246px;
  201. height:236;
  202. top:186px;
  203. left:920px;
  204. opacity: 1;
  205. }
  206.  
  207. .links{
  208. padding: 8px;
  209. margin-top:35px;
  210. margin-left:0px;
  211. text-transform: lowercase;
  212. text-decoration:none;
  213. background: #fff;
  214. color:black;
  215. width:230px;
  216. height:auto;
  217. font-family:julius sans one;
  218. font-size:10px;
  219. letter-spacing:0px;
  220. line-height: 11px;
  221. text-align:center;
  222. opacity:1;
  223. -webkit-transition: 0.4s;
  224. }
  225.  
  226. #infscr-loading{
  227. bottom: -70px;
  228. position: absolute;
  229. left: 50%;
  230. margin-left:-8px;
  231. width:16px;
  232. height:11px;
  233. overflow:hidden;
  234. margin-bottom: 50px;
  235. }
  236.  
  237. </style>
  238.  
  239. {block:IndexPage}
  240. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  241. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  242.  
  243. <script type="text/javascript">
  244. //
  245. function desabilitaMenu(e)
  246. {
  247. if (window.Event)
  248. {
  249. if (e.which == 2 || e.which == 3)
  250. return false;
  251. }
  252. else
  253. {
  254. event.cancelBubble = true
  255. event.returnValue = false;
  256. return false;
  257. }
  258. }
  259. document.oncontextmenu = desabilitaMenu;
  260. document.onmousedown = desabilitaBotaoDireito;
  261. document.onmouseup = desabilitaBotaoDireito;
  262. </script>
  263.  
  264. <script type="text/javascript">
  265. $(window).load(function () {
  266. var $content = $('#posts');
  267. $content.masonry({itemSelector: '.entry'}),
  268. $content.infinitescroll({
  269. navSelector : 'div#pagination',
  270. nextSelector : 'div#pagination a#nextPage',
  271. itemSelector : '.entry',
  272. loading: {
  273. finishedMsg: '',
  274. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  275. },
  276. bufferPx : 600,
  277. debug : false,
  278. },
  279. // call masonry as a callback.
  280. function( newElements ) {
  281. var $newElems = $( newElements );
  282. $newElems.hide();
  283. // ensure that images load before adding to masonry layout
  284. $newElems.imagesLoaded(function(){
  285. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  286.  
  287.  
  288. });
  289. });
  290. });
  291. </script>
  292.  
  293. {/block:IndexPage}
  294.  
  295. </div>
  296.  
  297. <title>{title}</title>
  298.  
  299. <link rel="shortcut icon" href="{Favicon}">
  300. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  301. <meta name="viewport" content="width=820" />
  302.  
  303.  
  304.  
  305. <div class="wrapper">
  306.  
  307. <div class="header">
  308.  
  309. </div>
  310.  
  311. <div id="sidebar">
  312. <center>
  313. <p><a href="/"><img src="{image:Sidebar}" width=230px;></a></p>
  314. </center>
  315. <center>
  316. <div style="margin-top:5px; width=210px; height:auto;">
  317. <p>{description}</p>
  318. </div>
  319. </center>
  320.  
  321. <div class="links">
  322. <a href="/ask">message</a> - <a href="/tagged/me">me</a> - <a href="/tagged/stitch">lilo + stitch</a> - <a href="/tagged/mine">mine</a> - <a href="/etc">etc</a>
  323. </div>
  324. </div>
  325.  
  326.  
  327. <div id="posts">
  328.  
  329. {block:Posts}
  330. <div class="entry">
  331.  
  332. {block:Text}
  333. {block:IndexPage} <br><div id="permalink">
  334. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  335. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  336. <span class="entrytext">{Body}</span><br>
  337. {/block:Text}
  338.  
  339. {block:Link}
  340. <a href="{URL}" class="title">{Name}</a>
  341. {block:Description}{Description}{/block:Description}<br>
  342. {block:IndexPage} <div id="permalink">
  343. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  344. {block:Link}
  345.  
  346. {block:Answer}
  347. <div class="post"><div class="askborder">
  348. <img src="{askerportraiturl-40}" width="40px"></div><span></span>tumblr user {asker} said: {Question}<br>
  349. Then I was like: {Answer}
  350. </div>
  351. <br><div id="permalink">
  352. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  353. {/block:Answer}
  354.  
  355. {block:Photo}
  356. <center>
  357. {block:IndexPage}
  358. <div class="permalink"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  359. </div>
  360. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width=259px/></a>{LinkCloseTag}</center>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  361. {/block:Photo}
  362.  
  363. {block:Photoset}
  364. {block:IndexPage} <div id="permalink">
  365. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  366. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  367. <p style="text-align: right;">
  368. {/block:Photoset}
  369.  
  370. {block:Quote}{block:IndexPage} <div id="permalink">
  371. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  372. {Quote}</span> <br>
  373. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  374. {/block:Quote}
  375.  
  376. {block:Chat}
  377. {block:IndexPage} <div id="permalink">
  378. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  379. {block:Title}<span class="title">{Title}</span>{/block:Title}
  380. <ul class="chat">
  381. {block:Lines}
  382. <li class="user_{UserNumber}">
  383. {block:Label}
  384. <span class="label">{Label}</span>
  385. {/block:Label}
  386. {Line}
  387. </li>
  388. {/block:Lines}
  389. </ul><br>
  390.  
  391. {/block:Chat}
  392.  
  393. {block:Audio}
  394. <div style="width:320px; height:30px;">
  395. {AudioPlayerBlack}
  396. </div>
  397. {block:IndexPage}
  398. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  399. {/block:IndexPage}
  400. {/block:Audio}
  401.  
  402. {block:Video}
  403. {block:IndexPage}
  404. <div id="permalink">
  405. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  406. <center>
  407. <div class="video">{Video-250}</div></center></center><br>
  408. {/block:IndexPage}
  409. {block:PermalinkPage}
  410. <center>
  411. {Video-550}</center>
  412. {/block:PermalinkPage}
  413. {block:Video}
  414.  
  415. {block:PermalinkPage}
  416. <center>
  417. {block:Date}
  418. <center>
  419. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  420. <br>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>, <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  421. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  422. </center>
  423. {/block:Date}
  424. </center>
  425. {/block:PermalinkPage}
  426.  
  427.  
  428.  
  429. </div>
  430.  
  431.  
  432. {/block:Posts}
  433. </div>
  434. {block:IndexPage}
  435. {block:Pagination}
  436. <div id="pagination">
  437. {block:NextPage}
  438. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  439. {/block:NextPage}
  440. {block:PreviousPage}
  441. <a href="{PreviousPage}">&larr;&nbsp;</a>
  442. {/block:PreviousPage}
  443. </div>
  444. {/block:Pagination}
  445. {/block:IndexPage}
  446. </div>
  447.  
  448. </body>
  449. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement