Advertisement
theme_bean

Custom for Isaac

Oct 27th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 KB | None | 0 0
  1. <!--
  2. custom theme from your favorite person
  3. add credit in your faq or something okkkkk ily
  4. -->
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Cherry+Swash' rel='stylesheet' type='text/css'>
  13.  
  14. <head>
  15.  
  16. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#acacac"/>
  21. <meta name="color:Text" content="#130C11"/>
  22. <meta name="color:Title" content="#130C11"/>
  23. <meta name="color:Hover" content="#130C11"/>
  24. <meta name="color:border" content="#130C11"/>
  25. <meta name="color:Scrollbar" content="#130C11"/>
  26. <meta name="color:Link" content="#130C11"/>
  27. <meta name="image:Background" content="1"/>
  28. <meta name="image:sidebar" content="1"/>
  29. <meta name="image:borderbarpicture" content="http://1.bp.blogspot.com/-QC2dMgfPTqE/UCUcthUKjvI/AAAAAAAAC2k/KWz51-TPM4o/s1600/g0745fji-TieDye.JPG"/>
  30. <meta name="if:show photo" content="0"/>
  31. <meta name="if:tiny cursor" content="1"/>
  32. <meta name="if:tiny scrollbar" content="1"/>
  33. <meta name="text:link one" content="" />
  34. <meta name="text:link one title" content="five" />
  35. <meta name="text:link two" content="" />
  36. <meta name="text:link two title" content="custom" />
  37. <meta name="text:link three" content="" />
  38. <meta name="text:link three title" content="links" />
  39. <meta name="text:link four" content="" />
  40. <meta name="text:link four title" content="omg" />
  41. <meta name="text:link five" content="" />
  42. <meta name="text:link five title" content="wow" />
  43.  
  44. <meta name="if:shadow hover" content="0"/>
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49. <style type="text/css">
  50.  
  51. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  52.  
  53. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background};}
  54.  
  55. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  56.  
  57. .wrapper{
  58. margin: 0px auto;
  59. width: 717px;
  60. }
  61.  
  62. #tumblr_controls{
  63. position:fixed !important;
  64. top: 3px;
  65. right: 3px;
  66. position:fixed !important;-webkit-filter: sepia(100%) ;
  67. }
  68.  
  69. body {
  70. padding: 0px;
  71. margin: 0px;
  72. color:{color:text};
  73. background-color: {color:Background};
  74. background-image:url({image:Background});
  75. background-attachment: fixed;
  76. background-size: cover;
  77. font-family: share;
  78. font-size: 10px;
  79. line-height:10px;
  80. color:{color:text};
  81. }
  82.  
  83. p {
  84. margin:0px;
  85. margin-top:0px;
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. color: {color:Link};
  90. text-decoration: none;
  91. -webkit-transition: color 0.5s ease-out;
  92. -moz-transition: color 0.5s ease-out;
  93. }
  94.  
  95. a:hover{
  96. color:{color:Hover};
  97. text-decoration: underline;
  98. {block:ifshadowhover}
  99. text-shadow: 0px 0px 3px #000;
  100. {/block:ifshadowhover}
  101. -webkit-transition: color 0.3s ease-out;
  102. -moz-transition: color 0.3s ease-out;
  103. }
  104.  
  105. .entry {
  106. margin:4px;
  107. padding-top: 2px;
  108. padding-left: 2px;
  109. padding-right: 2px;
  110. float:left;
  111. background-image:URL();
  112. background-color: white;
  113. font-family: cherry swash;
  114. font-size: 11px;
  115. border: 1px solid #cecaca;
  116. line-height:11px;
  117. {block:IndexPage}
  118. width:260px;
  119. {/block:IndexPage}
  120. {block:PermalinkPage}
  121. width:500px;
  122. {/block:PermalinkPage}
  123. -moz-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
  124. -webkit-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
  125. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6)
  126. -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  127. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  128. box-shadow: 0 0 8px rgba(0,0,0,.2);
  129. }
  130.  
  131. .entry .permalink a{
  132. color: #fff;
  133. }
  134.  
  135. .entry .permalink{
  136. bottom:2px;
  137. position:absolute;
  138. width:250px;
  139. height:0px;
  140. padding-top:3px;
  141. padding-bottom:3px;
  142. padding-left:5px;
  143. padding-right:5px;
  144. background-color:black;
  145. color:white;
  146. overflow:hidden;
  147. font-family: lekton;
  148. text-transform: lowercase;
  149. font-size: 12px;
  150. line-height:17px;
  151. text-align:center;
  152. -webkit-transition: all 0.3s linear; opacity: 0;
  153. -webkit-transition: all 0.3s linear;
  154. -webkit-transition: all 0.3s linear;
  155. -moz-transition: all 0.3s linear;
  156. transition: all 0.3s linear;
  157. }
  158.  
  159. .entry:hover .permalink{
  160. bottom:2px;
  161. height:auto;
  162. margin-left:0px;
  163. overflow:hidden;
  164. -webkit-transition: all 0.3s linear; opacity: 0.6;
  165. -webkit-transition: all 0.3s linear;
  166. -moz-transition: all 0.3s linear;
  167. transition: all 0.3s linear;
  168. }
  169.  
  170. .entry:hover .permalink:hover{
  171. overflow:hidden;
  172. opacity: 1.0;
  173. -webkit-transition: all 0.4s linear; opacity: 1.0;
  174. -webkit-transition: all 0.4s linear;
  175. -moz-transition: all 0.4s linear;
  176. transition: all 0.4s linear;
  177. }
  178.  
  179. #pagination{
  180. display:none;
  181. }
  182.  
  183. .clear {
  184. clear: both;
  185. }
  186.  
  187. #posts {
  188. position:relative;
  189. margin-top: 0px;
  190. {block:IndexPage}
  191. width:560px;
  192. margin-left: 170px;
  193. margin-top: 0px;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. width: 500px;
  197. margin-left: 200px;
  198. margin-top: 0px;
  199. {/block:PermalinkPage}
  200. -webkit-animation: bounceIn 2s;
  201. -moz-animation: bounceIn 2s;
  202. -ms-animation: bounceIn 2s;
  203. }
  204.  
  205.  
  206.  
  207. ol.notes img {
  208. width: 16px;
  209. display: inline;
  210. position: relative;
  211. top: 3px;
  212. }
  213.  
  214. #sidebar{
  215. position:fixed;
  216. height: auto;
  217. margin-left: 560px;
  218. width: 240px;
  219. top:100px;
  220. text-align: right;
  221. padding-top: 3px;
  222. padding-left: 3px;
  223. padding-right: 3px;
  224. margin-top: 0px;
  225. background-color: white;
  226. font-size: 12px;
  227. line-height:13px;
  228. letter-spacing: 0px;
  229. font-family: share;
  230. color: {color:text};
  231. border: 1px solid #ccc;
  232. -moz-box-shadow: 0 0 20px #ccc;
  233. -webkit-box-shadow: 0 0 20px #ccc;
  234. box-shadow: 0 0 20px #ccc;
  235. -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  236. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  237. box-shadow: 0 0 8px rgba(0,0,0,.2);
  238. -webkit-animation: flip 2s;
  239. -moz-animation: flip 2s;
  240. -ms-animation: flip 2s;
  241. }
  242.  
  243. #postnotes{
  244. text-align: justify;}
  245.  
  246. #postnotes blockquote{
  247. border: 0px;}
  248.  
  249. #infscr-loading{
  250. bottom: -70px;
  251. position: absolute;
  252. left: 50%;
  253. margin-left:-8px;
  254. width:16px;
  255. height:11px;
  256. overflow:hidden;
  257. margin-bottom: 50px;
  258. }
  259.  
  260. .title{
  261. font-family: cambria;
  262. font-size: 12px;
  263. line-height:{text:title line height}px;
  264. color: {color:Title};
  265. font-weight: normal;
  266. padding:0px 0px 0px 0px;
  267. }
  268.  
  269. .blog{
  270. font-family: 'Megrim';
  271. font-size: 35px;
  272. line-height:20px;
  273. color: {color:Title};
  274. border-bottom: 0px solid white;
  275. -webkit-transition: all 0.3s linear;
  276. -webkit-transition: all 0.3s linear;
  277. -moz-transition: all 0.3s linear;
  278. transition: all 0.3s linear;
  279. }
  280.  
  281. .blog:hover{
  282. border-bottom: 0px solid {color:border};
  283. -webkit-transition: all 0.3s linear;
  284. -webkit-transition: all 0.3s linear;
  285. -moz-transition: all 0.3s linear;
  286. transition: all 0.3s linear;
  287. }
  288.  
  289.  
  290.  
  291. #rst{
  292. position:fixed !important;
  293. right:3px;
  294. top:26px;
  295. font-size: 10px;
  296. line-height:12px;
  297. vertical-align: middle;
  298. overflow: hidden;
  299. padding:3px;
  300. -webkit-border-radius:2px;
  301. moz-border-radius:2px;
  302. -o-border-radius:2px;
  303. border-radius:2px;
  304. z-index: 100;}
  305.  
  306. #rst a{
  307. color: #fff;}
  308.  
  309. .yo a{
  310. color: #fff;}
  311.  
  312. .yo{
  313. color: #fff;
  314. font-size: 12px;
  315. display: inline-block;}
  316.  
  317. -webkit-transition: opacity 0.2s linear;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
  318.  
  319. a img{border: 0px;}
  320.  
  321. blockquote{
  322. padding:2px 2px 2px 5px;
  323. margin:4px 4px 4px 7px;
  324. border-left: 4px solid #dddddd;
  325. }
  326.  
  327. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  328.  
  329. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  330. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  331.  
  332. .notes img{width:10px; position:relative; top:3px;}
  333. <--ses-->
  334. small{font-size: 90%;}
  335.  
  336.  
  337. .caption img {
  338. max-width: 100%;
  339. }
  340.  
  341. #sidebar2{
  342. width:30px;
  343. margin-left: 140px;
  344. z-index:1;
  345. position:fixed !important;
  346. bottom:0px;
  347. height:100%;
  348. background-color: black;
  349. opacity: 1.0;
  350. background-image:url({image:borderbarpicture});
  351. }
  352.  
  353. #sidebar3{
  354. width:30px;
  355. margin-left: 720px;
  356. z-index:1;
  357. position:fixed !important;
  358. bottom:0px;
  359. height:100%;
  360. background-color: black;
  361. opacity: 1.0;
  362. background-image:url({image:borderbarpicture});
  363. }
  364.  
  365. {CustomCSS}
  366. </style>
  367.  
  368. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  369. <script type="text/javascript">
  370. $(function(){
  371. $("#pageLink").click(function(){
  372. $("#titlePages").fadeToggle(500);
  373. });
  374. });
  375. </script>
  376.  
  377. {block:IndexPage}
  378. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  379. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  380. <script type="text/javascript">
  381. $(window).load(function () {
  382. var $content = $('#posts');
  383. $content.masonry({
  384. itemSelector: '.entry',
  385. isAnimated: true
  386. }),
  387. $content.infinitescroll({
  388. navSelector : '#pagination',
  389. nextSelector : '#pagination a#nextPage',
  390. itemSelector : '.entry',
  391. loading: {
  392. finishedMsg: '',
  393. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  394. },
  395. bufferPx : 200,
  396. debug : false,
  397. },
  398. // call masonry as a callback.
  399. function( newElements ) {
  400. var $newElems = $( newElements );
  401. $newElems.hide();
  402. // ensure that images load before adding to masonry layout
  403. $newElems.imagesLoaded(function(){
  404. $content.masonry( 'appended',
  405. $newElems, true,
  406. function(){$newElems.fadeIn(300);}
  407. );
  408.  
  409.  
  410. });
  411. });
  412. });
  413. </script>
  414. {/block:IndexPage}
  415.  
  416. <title>{title}</title>
  417.  
  418. <link rel="shortcut icon" href="{Favicon}">
  419. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  420. <meta name="viewport" content="width=820" />
  421.  
  422. </style>
  423.  
  424. </head>
  425. <body>
  426. <div class="wrapper">
  427. <div style="position:fixed;right:0px;top:28px;">
  428. </span>
  429. </div>
  430.  
  431. <div id="sidebar"><center>
  432. {block:ifshowphoto}<p><a href="/"><img src="{image:sidebar}" width=240px;></a>{/block:ifshowphoto}<p>
  433. {description}<br><br>
  434. {block:ifLinkOneTitle}
  435. <a href="{text:Link One}">{text:Link One Title}{/block:ifLinkOneTitle}</a> / {block:ifLinkTwoTitle}
  436. <a href="{text:Link Two}">{text:Link Two Title}{/block:ifLinkTwoTitle}</a> / {block:ifLinkThreeTitle}
  437. <a href="{text:Link Three}">{text:Link Three Title}{/block:ifLinkThreeTitle}</a> / {block:ifLinkFourTitle}
  438. <a href="{text:Link Four}">{text:Link Four Title}{/block:ifLinkFourTitle}</a> / {block:ifLinkFiveTitle}
  439. <a href="{text:Link Five}">{text:Link Five Title}{/block:ifLinkFiveTitle}</a></span></center>
  440.  
  441. </div>
  442. </div>
  443.  
  444. <div id="sidebar2">
  445. <img src="{image:borderbar}" height=1000px;>
  446. </div>
  447.  
  448. <div id="sidebar3">
  449. <img src="{image:borderbar}" height=1000px;>
  450. </div>
  451.  
  452. <div id="posts">
  453.  
  454. {block:Posts}
  455. <div class="entry">
  456.  
  457.  
  458. {block:Text}
  459. {block:Title}<span class="title">{Title}</span>{/block:Title}
  460. <div class="caption"><span class="entrytext">{Body}</span></div>
  461. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  462. {/block:Text}
  463.  
  464. {block:Link}
  465. <a href="{URL}" class="title">{Name}</a>
  466. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  467. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  468. {block:Link}
  469.  
  470.  
  471. {block:Photo}
  472. {block:IndexPage}{LinkOpenTag}<div class="photo"><div class="permalink">
  473. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{Permalink}">{Notecount}</a></span></div><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="260"/></a></div>{LinkCloseTag}{/block:IndexPage}
  474. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  475. {/block:Photo}
  476.  
  477.  
  478. {block:Photoset}
  479. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  480. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  481. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  482. {/block:Photoset}
  483.  
  484. {block:Quote}
  485. {Quote}</span>
  486. {block:Source}{Source}{/block:Source}
  487. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  488. {/block:Quote}
  489.  
  490. {block:Chat}
  491. {block:Title}<span class="title">{Title}</span>{/block:Title}
  492. <ul class="chat">
  493. {block:Lines}
  494. <li class="user_{UserNumber}">
  495. {block:Label}
  496. <span class="label">{Label}</span>
  497. {/block:Label}
  498.  
  499. {Line}
  500. </li>
  501. {/block:Lines}
  502. </ul>
  503. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  504. {/block:Chat}
  505.  
  506. {block:Audio}
  507. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  508. {block:IndexPage}
  509. <div class="caption">
  510. {caption}</div>{/block:IndexPage}
  511. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  512. {/block:Audio}
  513.  
  514. {block:Video}
  515. <center>
  516. {block:IndexPage}
  517. {Video-250}
  518. {/block:IndexPage}
  519. </center>
  520. {block:PermalinkPage}
  521. <center>{Video-500}</center>
  522. {/block:PermalinkPage}
  523. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  524. {block:Video}
  525.  
  526. {block:Answer}
  527. <strong>tumblr user {asker} has spoken: {question}</strong>
  528. <div class="caption">
  529. {Answer}</div>
  530. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  531. {/block:Answer}
  532.  
  533. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  534.  
  535. {block:PermalinkPage}
  536. <center>
  537. {block:Caption}{Caption}{/block:Caption}
  538. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  539. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  540. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  541. </center>
  542. {block:NoteCount} <div style="border-bottom: 2px solid #999; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  543. {/block:PermalinkPage}
  544.  
  545. {block:PostNotes}{PostNotes}
  546. {/block:PostNotes}
  547. </div>
  548.  
  549.  
  550. {/block:Posts}
  551. </div>
  552. </div>
  553. {block:IndexPage}<br>
  554. {block:Pagination}
  555. <div id="pagination">
  556. {block:NextPage}
  557. <a id="nextPage" href="{NextPage}">next</a>
  558. {/block:NextPage}
  559. {block:PreviousPage}
  560. <a href="{PreviousPage}">back</a>
  561. {/block:PreviousPage}
  562. </div>
  563. {/block:Pagination}
  564. {/block:IndexPage}
  565. </div>
  566.  
  567. </body>
  568. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement