Advertisement
foxybieber

Theme for Personal Blog

Jun 1st, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.36 KB | None | 0 0
  1. <!--
  2. theme by pumb3ck.
  3. Do not remove the credit please.
  4. -->
  5.  
  6. <html lang="en">
  7. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
  9.  
  10. Transitional//EN"
  11.  
  12. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14.  
  15. <head>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.j
  19. s"></script>
  20.  
  21. <head>
  22. <title>{Title}</title>
  23. <link href='http://fonts.googleapis.com/css?family=Gudea|Amatic+SC' rel='stylesheet' type='text/css'>
  24. <!-- DEFAULT VARIABLES -->
  25. <meta name="color:background" content="#000000"/>
  26. <meta name="color:text" content="#000"/>
  27. <meta name="color:title" content="#000"/>
  28. <meta name="color:link" content="#000000"/>
  29. <meta name="color:hover" content="#535BB3"/>
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="if:show sidebar image" content="0"/>
  32. <meta name="if:small cursor" content="1"/">
  33. <meta name="image:Background" content=""/>
  34. <meta name="text:Link One Title" content="" />
  35. <meta name="text:Link One" content="" />
  36. <meta name="text:Link Two Title" content="" />
  37. <meta name="text:Link Two" content="" />
  38. <meta name="text:Link Three Title" content="" />
  39. <meta name="text:Link Three" content="" />
  40. <meta name="text:Link One Title" content="" />
  41. <meta name="text:Link One" content="" />
  42. <meta name="text:Link Two Title" content="" />
  43. <meta name="text:Link Two" content="" />
  44. <meta name="text:Link Three Title" content="" />
  45. <meta name="text:Link Three" content="" />
  46. <meta name="text:Link Four Title" content="" />
  47. <meta name="text:Link Four" content="" />
  48.  
  49. <style type="text/css">
  50. ::-webkit-scrollbar {width: 12px; height: 4px; background: #ffffff; border-left: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa;}
  51. ::-webkit-scrollbar-thumb { background: #dfdfdf; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; }
  52. </style>
  53. <style type="text/css">
  54.  
  55. body {
  56. margin:0px;
  57. background-color: {color:Background};
  58. background-image:url({image:Background});
  59. background-repeat: repeat;}
  60. body, div, p, textarea, submit, input{
  61. font-family: tahoma;
  62. font-size: 10px;
  63. line-height:10px;
  64. letter-spacing:0px;
  65. color:{color:Text};
  66. }
  67.  
  68. #tumblr_controls{
  69. position:fixed !important;
  70. }
  71.  
  72. .n2{
  73. margin: 0px auto;
  74. width: 802px;
  75. }
  76.  
  77. .n3{
  78. float: left;
  79. width: 100%;
  80. }
  81.  
  82. .top{
  83. float: left;
  84. margin-right: 20px;
  85. width: 802px;
  86. }
  87.  
  88. .bottom{
  89. float: right;
  90. width: 200px;
  91. background-color: {color:Background};
  92. }
  93.  
  94. p {
  95. margin:0px;
  96. margin-top:0px;
  97. }
  98.  
  99.  
  100. a:link, a:active, a:visited{
  101. color: {color:Link};
  102. text-decoration: none;-webkit-transition: all 0.4s linear;
  103. -moz-transition: all 0.4s linear;
  104. transition: all 0.3s linear;
  105. }
  106.  
  107. a:hover {color:{color:Hover}; text-decoration: none;text-shadow:0px 0px 3px #000000;-webkit-transition: all 0.4s linear;
  108. -moz-transition: all 0.4s linear;
  109. transition: all 0.3s linear;
  110. }
  111. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf'); }
  112. {block:ifsmallcursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:ifsmallcursor}
  113.  
  114. .entry {
  115. background-color: white;
  116. font-size: 10pxpx;
  117. line-height:10px;
  118. float:left;
  119. padding-left: 5px;
  120. padding-right: 5px;
  121. padding-top: 5px;
  122. padding-bottom: 4px;
  123. margin: 3px;
  124. {block:IndexPage}
  125. width:400px;
  126. {/block:IndexPage}
  127. {block:PermalinkPage}
  128. width:796px;
  129. {/block:PermalinkPage}
  130.  
  131. }
  132.  
  133. .entry .perma{
  134. position: absolute;
  135. letter-spacing:0px;
  136. font-family: 'Happy Monkey', cursive;
  137. font-size: 12px;
  138. text-align: center;
  139. overflow:hidden;
  140. background-color:white;
  141. -webkit-transition: all 0.4s linear;
  142. -moz-transition: all 0.4s linear;
  143. transition: all 0.4s linear;
  144. opacity: 0.00;
  145. margin-top: 0px;
  146. height: 14px;
  147. width:400px;
  148. padding-top: 4px;
  149. padding-bottom: 0px;
  150. }
  151.  
  152. .entry:hover .perma{
  153. overflow:visible;
  154. height: 14px;
  155. width:400px;
  156. padding-top: 4px;
  157. padding-bottom: 0px;
  158. -webkit-transition: opacity 0.4s linear;
  159. opacity: 2;
  160. -webkit-transition: all 0.4s linear;
  161. -moz-transition: all 0.4s linear;
  162. transition: all 0.3s linear;
  163. opacity: 0.70;
  164. background-color:white;
  165. color: #000000;
  166. margin-top: 0px;
  167. }
  168. #linkk {
  169. position:fixed !important;
  170. width: auto;
  171. height: auto;
  172. margin: 161px 0px 0px 950px;
  173. padding: 2px;
  174. font-size: 10px;
  175. line-height:10px;
  176. letter-spacing:0px;
  177. margin-bottom: 1px;
  178. background-color: transparent;
  179. z-index:99999999999999999999999999999999;
  180. }
  181. .navlinks {
  182. height:46px;
  183. width:50px;
  184. background-color: #ffffff;
  185. font-family: tinytots;
  186. font-size:8px;
  187. margin:2px;
  188. float:left;
  189. text-align: center;
  190. line-height: 51px;
  191. -webkit-transition: all 0.6s ease-out;
  192. -moz-transition: all 0.6s ease-out;
  193. transition: all 0.6s ease-out;
  194. text-transform: uppercase;
  195. }
  196.  
  197. .navlinks:hover {
  198. -webkit-transition: all 0.6s ease-out;
  199. height:46px;
  200. width:50px;
  201. -moz-transition: all 0.6s ease-out;
  202. transition: all 0.6s ease-out;
  203. margin-left: 10px;
  204. }
  205. #content {
  206. width: 845px;
  207. margin-top: 3px;
  208. float:left;
  209. margin-left: -180px;
  210. {block:PermalinkPage}
  211. margin-left: -179px;
  212. {/block:PermalinkPage}
  213. }
  214.  
  215. div#sidebar{
  216. position:fixed !important;
  217. margin-left:670px;
  218. width: 270px;
  219. margin-top: 165px;
  220. height:236px;
  221. padding: 5px;
  222. font-family: tahoma;
  223. font-size: 10px;
  224. line-height:9px;
  225. letter-spacing:0px;
  226. background-color: white;
  227. }
  228.  
  229. #infscr-loading{
  230. bottom: -70px;
  231. position: absolute;
  232. left: 50%;
  233. margin-left:-8px;
  234. width:16px;
  235. height:11px;
  236. overflow:hidden;
  237. margin-bottom: 50px;
  238. }
  239.  
  240. .title{
  241. font-family: 'Happy Monkey', cursive;
  242. font-size: 12px;
  243. line-height:10px;
  244. color: {color:Title};
  245. font-weight: normal;
  246. }
  247.  
  248. .title2{
  249. font-family: 'Happy Monkey', cursive;
  250. font-size: 12px;
  251. line-height: 13px;
  252. color: {color:Title};
  253. padding:0px 0px 0px 0px;
  254. }
  255.  
  256. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  257.  
  258. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  259. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  260.  
  261. .notes img{width:10px; position:relative; top:3px;}
  262.  
  263. .permalinks{
  264. display: block;
  265. font-family: tinytots;
  266. font-size: 8px;
  267. font-style:none;
  268. text-align: center;
  269. -webkit-transition: all 0.5s linear;
  270. -moz-transition: all 0.5s linear;
  271. transition: all 0.5s linear;
  272. background-color: #f2f2f2;
  273. border-top: 2px solid white;
  274. }
  275.  
  276. {CustomCSS}
  277. </style>
  278. {block:IndexPage}
  279. <script type="text/javascript"
  280. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js
  281. "></script>
  282. <script type="text/javascript"
  283. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescrol
  284. l.js"></script>
  285. <script type="text/javascript">
  286. $(window).load(function () {
  287. var $content = $('#content');
  288. $content.masonry({itemSelector: '.entry'}),
  289. $content.infinitescroll({
  290. navSelector : 'div#pagination',
  291. nextSelector : 'div#pagination a#nextPage',
  292. itemSelector : '.entry',
  293. loading: {
  294. finishedMsg: '',
  295. img: 'http://static.tumblr.com/0kf4atk/SAum4n333/ajax-loader__1_.gif'
  296. },
  297. bufferPx : 600,
  298. debug : false,
  299. },
  300. // call masonry as a callback.
  301. function( newElements ) {
  302. var $newElems = $( newElements );
  303. $newElems.hide();
  304. // ensure that images load before adding to masonry layout
  305. $newElems.imagesLoaded(function(){
  306. $content.masonry( 'appended', $newElems, true,
  307. function(){$newElems.fadeIn(300);} );
  308. });
  309. });
  310. });
  311. </script>
  312. {/block:IndexPage}
  313.  
  314.  
  315. <title>{title}</title>
  316. <link rel="shortcut icon" href="{Favicon}">
  317. <link rel="alternate" type="application/rss+xml" title="RSS"
  318. href="{RSS}" />
  319. <meta name="viewport" content="width=820" />
  320. </head>
  321. <body>
  322. <div class="n2">
  323. <div class="n3">
  324. <div id="linkk">
  325. <div class="navlinks">{block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</div></br><div class="navlinks">{block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}</div></br><div class="navlinks">{block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}</div></br><div class="navlinks">{block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}</div></br>
  326. <div class="navlinks"><a href="http://pumb3ck.tumblr.com/">theme</a></div></div>
  327. <div id="sidebar">
  328. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=270px></a>{/block:ifshowsidebarimage}
  329. <center>{Description}</center>
  330. </div>
  331.  
  332.  
  333. <div class="top">
  334. <div id="content">
  335. {block:Posts}
  336. <div class="entry">
  337.  
  338. {block:Text}
  339. {block:Title}<span class="title">{Title}</span>{/block:Title}<span
  340. class="entrytext">{Body}</span>{block:IndexPage}<span
  341. class="permalinks"><a href="{permalink}">{NoteCountWithLabel}
  342. </a></span>
  343. {/block:IndexPage}
  344. {/block:Text}
  345.  
  346. {block:Link}
  347. <a href="{URL}" class="title">{Name}</a>
  348. {block:Description}{Description}{/block:Description}
  349. {block:IndexPage}<span class="permalinks"><a
  350. href="{permalink}">{NoteCountWithLabel}</a></span>
  351. {/block:IndexPage}
  352. {block:Link}
  353.  
  354. {block:Photo}
  355. {block:IndexPage}<div class="perma"><a href="{permalink}">{NoteCountWithLabel}</a> /</a> <a href="{permalink}">{TimeAgo}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{LinkOpenTag}<a href="{permalink}"><div class="photo"><a><a><img class="photo"
  356. src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  357. width="400"/></a></div>{LinkCloseTag}{/block:IndexPage}
  358. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img
  359. class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  360. width="796"/></a>{LinkCloseTag}
  361. {/block:PermalinkPage}
  362. {/block:Photo}
  363.  
  364. {block:Photoset}
  365. {block:IndexPage}
  366. <center>
  367. {Photoset-400}</center>
  368. {/block:IndexPage}
  369. {block:PermalinkPage}
  370. <center>
  371. {Photoset-500}</center>
  372. {/block:PermalinkPage}
  373. {block:IndexPage}<span class="permalinks"><a
  374. href="{permalink}">{NoteCountWithLabel}</a></span>
  375. {/block:IndexPage}
  376. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  377. {/block:Photoset}
  378.  
  379. {block:Quote}
  380. {Quote}</span>
  381. {block:Source}<strong>{Source}</strong>{/block:Source}
  382. {block:IndexPage}<span class="permalinks"><a
  383. href="{permalink}">{NoteCountWithLabel}</a></span>
  384. {/block:IndexPage}
  385. {/block:Quote}
  386.  
  387. {block:Answer}<i>{Question}</i> <i><b>asked by {Asker}</b></i><br>{Answer}
  388. {block:IndexPage}<span class="permalinks"><a
  389. href="{permalink}">{NoteCountWithLabel}</a></span>
  390. {/block:IndexPage}
  391. {/block:Answer}
  392. {block:Chat}
  393. {block:Title}<span class="title">{Title}</span>{/block:Title}
  394. <ul class="chat">
  395. {block:Lines}
  396. <li class="user_{UserNumber}">
  397. {block:Label}
  398. <span class="label">{Label}</span>
  399. {/block:Label}
  400. {Line}
  401. </li>
  402. {/block:Lines}
  403. </ul>
  404. {block:IndexPage}<span class="permalinks"><a
  405. href="{permalink}">{NoteCountWithLabel}</a></span>
  406. {/block:IndexPage}
  407. {/block:Chat}
  408.  
  409. {block:Audio}
  410. <center><div style="width:400px; height:28px;"><div
  411. style="float:left">{AudioPlayerWhite}</div><div
  412. style="margin-top:10px; float:right;">
  413. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  414. {block:IndexPage}<span class="permalinks"><a
  415. href="{permalink}">{NoteCountWithLabel}</a></span>
  416. {/block:IndexPage}
  417. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  418. {/block:Audio}
  419.  
  420. {block:Video}
  421. {block:IndexPage}
  422. <center>
  423. {Video-400}</center>
  424. {/block:IndexPage}
  425. {block:PermalinkPage}
  426. <center>
  427. {Video-500}</center>
  428. {/block:PermalinkPage}
  429. {block:IndexPage}<span class="permalinks"><a
  430. href="{permalink}">{NoteCountWithLabel}</a></span>
  431. {/block:IndexPage}
  432. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  433. {block:Video}
  434.  
  435. {block:PermalinkPage}
  436. {block:Date}
  437. <left>
  438. {NoteCountWithLabel}<p>
  439. {block:RebloggedFrom}Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a></div>{/block:RebloggedFrom}
  440. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}
  441. &middot; {block:Tags}<a href="TagURL"> #{Tag}</a>
  442. {/block:Tags}{/block:hasTags}</center>
  443. {/block:Date}
  444. {/block:PermalinkPage}
  445.  
  446.  
  447. {block:PostNotes}{PostNotes}
  448. {/block:PostNotes}
  449.  
  450. </div>
  451.  
  452.  
  453. {/block:Posts}
  454. </div>
  455. </div>
  456. {block:IndexPage}
  457. {block:Pagination}
  458. <div id="pagination">
  459. {block:NextPage}
  460. <a id="nextPage" href="{NextPage}"></a>
  461. {/block:NextPage}
  462. {block:PreviousPage}
  463. <a href="{PreviousPage}"></a>
  464. {/block:PreviousPage}
  465. </div>
  466. {/block:Pagination}
  467. {/block:IndexPage}
  468. </div>
  469.  
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement