Advertisement
theme_bean

Custom for Brandon

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