Advertisement
wildthemes

kimberly theme

Sep 19th, 2012
3,864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 KB | None | 0 0
  1. <!--
  2. kimberly theme by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
  3.  
  4. <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
  5.  
  6. taking credits off/stealing/using my themes as a basecode is illegal.-->
  7.  
  8. <!--IMPORTANT: for infinite/endless scrolling/show all posts on your blog, go to customize -> scroll down to advanced -> change posts per page to 15.-->
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <meta name="color:background" content="#ffffff"/>
  24. <meta name="color:Posts" content="#ffffff"/>
  25.  
  26. <meta name="color:Font" content="#130C11"/>
  27. <meta name="color:Link hover" content="#130C11"/>
  28. <meta name="color:Link" content="#000000"/>
  29. <meta name="image:Border" content= ""/>
  30. <meta name="image:Sidebar" content="1"/>
  31. <meta name="image:Background" content="1"/>
  32. <meta name="if:Show sidebar photo" content="0"/>
  33. <meta name="text:reblog label" content="reblog" />
  34.  
  35. <meta name="text:Link one Title" content=""/>
  36. <meta name="text:Link one" content="" />
  37. <meta name="text:Link Three Title" content=""/>
  38. <meta name="text:Link Three" content=""/>
  39. <meta name="text:Link Four Title" content=""/>
  40. <meta name="text:Link Four" content=""/>
  41. <meta name="text:Link two Title" content=""/>
  42. <meta name="text:Link two" content=""/>
  43. <meta name="text:Link five Title" content=""/>
  44. <meta name="text:Link five" content=""/>
  45.  
  46.  
  47.  
  48. <title>{Title} </title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  49. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  50.  
  51. <script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt"></script>
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {right:3px}
  57.  
  58.  
  59.  
  60.  
  61. #description{
  62. font-family: calibri;
  63. width:240px;
  64. text-transform:lowercase;
  65. padding:1px;
  66. text-align:center;
  67. color:{color:Body font};
  68. background:{color:posts};
  69. opacity:0.8;
  70. font-size:11px;
  71. }
  72.  
  73. #description:hover{
  74.  
  75. font-family: calibri;
  76. text-transform:lowercase;
  77. text-align:center;
  78. color:{color:Body font};
  79. background:{color:posts};
  80. opacity:1;
  81. font-size:11px;
  82. -webkit-transition: all 0.3s ease-out;
  83. -moz-transition: all 0.3s ease-out;color 0.5s;}
  84.  
  85.  
  86. #tumblr_controls{
  87. position:fixed !important;
  88. }
  89.  
  90. .wrapper{
  91. margin: 0px auto;
  92. width: 802px;
  93. }
  94.  
  95. .header{
  96. float: left;
  97. width: 100%;
  98. }
  99.  
  100. .left{
  101. float: left;
  102. margin-right: 20px;
  103. width: 802px;
  104. }
  105.  
  106. .right{
  107. float: right;
  108. width: 200px;
  109. background-color: {color:Background};
  110. }
  111.  
  112. body {
  113. padding: 0px;
  114. margin: 0px;
  115. color: {color:Font};
  116. font-family: calibri;
  117. font-size: 11px;
  118. background-color: {color:Background};
  119. background-image:url({image:Background});
  120. background-attachment: fixed;
  121. background-repeat: repeat;
  122. }
  123.  
  124. a:link, a:active, a:visited{
  125. color: {color:Link} ;
  126. -webkit-transition: color 0.6s ease-out;
  127. -moz-transition: color 0.6s ease-out;
  128. text-decoration: none !important;
  129. }
  130.  
  131. a:hover{
  132. color:{color:Link hover};
  133. -webkit-transition: color 0.5s ease-out;
  134. -moz-transition: color 0.5s ease-out;
  135. }
  136. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  137.  
  138.  
  139. .entry {
  140. z-index:7;
  141. margin:2px;
  142. float:left;
  143. background-color:{color:Posts};
  144. font-family: calibri;
  145. font-size: 11px;
  146. line-height:12px;
  147. padding: 6px;
  148. {block:IndexPage}
  149. width:330px;
  150. margin:-10px 2px 4px 300px;
  151. {/block:IndexPage}
  152. {block:PermalinkPage}
  153. width:450px;
  154. margin-left:550x;
  155. {/block:PermalinkPage}
  156.  
  157. background-color:{color:Posts};
  158. overflow:hidden;
  159.  
  160.  
  161.  
  162. }
  163.  
  164.  
  165.  
  166. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  167.  
  168.  
  169.  
  170.  
  171.  
  172. div#sidebar{
  173. position:fixed !important;
  174. margin-left:270px;
  175. width: 250px;
  176. top: 0px;
  177. height:100%;
  178. padding: 0px;
  179. padding: 1px;
  180. letter-spacing:0px;
  181. background-color: #fff;
  182. padding: 2px;
  183. opacity:0.8;
  184. z-index:9;
  185. {block:PermalinkPage}
  186. margin-left:-80px;
  187. {/block:PermalinkPage}
  188. -webkit-transition: all 0.5s linear;
  189. -moz-transition: all 0.5s linear;
  190. transition: all 0.5s linear;
  191. position: fixed;
  192. overflow: hidden;
  193. background-color: #000000;
  194. background-attachment: fixed;
  195. background-image: repeat;
  196. background-image:url({image:Border});
  197. }}
  198.  
  199.  
  200.  
  201.  
  202. #sidebar:hover{
  203. opacity: 1;
  204. -webkit-transition: all 0.4s linear;
  205. -moz-transition: all 0.4s linear;
  206. transition: all 0.4s linear;
  207. }
  208.  
  209. .wildthemes a {}
  210.  
  211. .entry .wildthemes{
  212.  
  213. position:absolute;
  214. width:100%;
  215. height:30px;
  216. padding-top:0px;
  217. padding-bottom: 0px;
  218. margin-left: 0px;
  219. overflow:hidden;
  220. bottom: -1px;
  221. font-family: littlefont;
  222. font-size: 8px;
  223. text-transform:uppercase;
  224. line-height:0px;
  225. text-align:center;
  226. padding-left: 0px;
  227. padding-right: 0px;
  228. opacity:0.0;
  229.  
  230. -webkit-transition: all 0.3s linear;
  231. -moz-transition: all 0.3s linear;
  232. transition: all 0.3s linear;
  233. background-color:{color:posts};
  234.  
  235. }
  236. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  237.  
  238.  
  239. .entry:hover .wildthemes{
  240. overflow:visible;
  241. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  242. transition: all 0.4s linear;
  243. margin-left: 0px;
  244. background-color:{color:posts};
  245. height: 18px;
  246. bottom: 5px;
  247.  
  248. opacity:0.8;
  249.  
  250. -webkit-transition: all 0.3s linear;
  251. -moz-transition: all 0.3s linear;
  252. transition: all 0.3s linear; }
  253. }
  254.  
  255. .entry:hover .wildthemes:hover{
  256. opacity: 1;
  257. width: 150px;
  258. -webkit-transition: all 0.5s linear;
  259. -moz-transition: all 0.5s linear;
  260. transition: all 0.5s linear; -moz-box-shadow: 0 0 15px {color:glow colour};
  261.  
  262. display: inline-block;
  263. }
  264. }
  265.  
  266. .entry:hover .details {
  267. opacity: 1.0;
  268. margin:12px 0px 0px 0px;
  269. filter: alpha(opacity = 100);
  270. -webkit-transition: all .25s ease-in-out;
  271. -moz-transition: all .25s ease-in-out;
  272. -o-transition: all .25s ease-in-out;
  273. transition: all .25s ease-in-out;
  274. }
  275.  
  276.  
  277. .permahover {
  278. text-align: right;
  279. line-height:200%;
  280. opacity: 0.0;
  281. filter: alpha(opacity = 0);
  282. font-size: 9px;
  283. line-height: 9px;
  284. text-transform: uppercase;
  285. }
  286.  
  287. .entry:hover .permahover {
  288. text-align: center;
  289. opacity: 1;
  290. filter: alpha(opacity = 50);
  291.  
  292.  
  293. }
  294.  
  295. .text {
  296. padding: 0px;
  297. }
  298.  
  299.  
  300.  
  301. .entry:hover .textperma {
  302. opacity: 1;
  303. filter: alpha(opacity = 100);
  304. -webkit-transition: all ease-in 250ms;
  305. -moz-transition: all ease-in 250ms;
  306. -o-transition: all ease-in 250ms;
  307. -ms-transition: all ease-in 250ms;
  308. transition: all ease-in 250ms;
  309. }
  310.  
  311.  
  312.  
  313. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf');
  314. }
  315.  
  316.  
  317. .linkss a{color:{color:Link};}
  318. .linkss {
  319. width: 120px;
  320. height: 20px;
  321. font-size:18px;
  322. letter-spacing:1px;
  323. margin-top:5px;
  324. line-height:20px;
  325. font-family: gloria hallelujah;
  326. background: {color:Posts};
  327. opacity:0.7;
  328. text-align:center;
  329. display: inline-block;
  330. -webkit-transition-duration: .6s;
  331. text-decoration: none !important;}
  332.  
  333. .linkss:hover {
  334. color: #000;
  335. box-shadow: 0px 0px 10px #d8d8d8;
  336. opacity:1;
  337. font-size: 18px;
  338. background: {color:Posts};
  339. -moz-transition: all .2s ease-in-out;
  340. -o-transition: all .2s ease-in-out;
  341. transition: all .2s ease-in-out;
  342. -webkit-transition: all .2s ease-in-out;
  343. -webkit-transition-duration: .4s;
  344. border-radius:5px;
  345.  
  346. }
  347.  
  348.  
  349. #posts {
  350. width: 1300px;
  351. margin-left:-400px;
  352. {block:PermalinkPage}
  353. margin-left:280px;
  354. margin-top: 10px;
  355. {/block:PermalinkPage}
  356. top: 10px;
  357. float:left;
  358. z-index:5;
  359. }
  360.  
  361. #infscr-loading{
  362. bottom: -70px;
  363. position: absolute;
  364. left: 50%;
  365. margin-left:-8px;
  366. width:16px;
  367. height:11px;
  368. overflow:hidden;
  369. margin-bottom: 50px;
  370. }
  371.  
  372. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  373.  
  374.  
  375. .blogtitle a {color:{color:Link};}
  376. .blogtitle{
  377.  
  378. text-shadow: 1px 1px 5px #000;
  379. font-family: gloria hallelujah;
  380. font-size: 30px;
  381. line-height:34px;
  382. letter-spacing:0px;
  383. text-align: center;
  384. top: 1100px;
  385. }
  386. @font-face {font-family:"Joe Schmoe"; src:url('http://static.tumblr.com/9wzbixa/grOm26n8m/dk_joe_schmoe.ttf');}
  387.  
  388.  
  389.  
  390. .title{
  391. font-family: gloria hallelujah;
  392. font-size: 25px;
  393. line-height:30px;
  394. color: {color:Font};
  395. font-weight: normal;
  396. }
  397.  
  398. {CustomCSS}
  399.  
  400. </style>
  401.  
  402. {block:IndexPage}
  403. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  404. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  405.  
  406. <script type="text/javascript">
  407. $(window).load(function () {
  408. var $content = $('#posts');
  409. $content.masonry({itemSelector: '.entry'}),
  410. $content.infinitescroll({
  411. navSelector : 'div#pagination',
  412. nextSelector : 'div#pagination a#nextPage',
  413. itemSelector : '.entry',
  414. loading: {
  415. finishedMsg: '',
  416. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  417. },
  418. bufferPx : 600,
  419. debug : false,
  420. },
  421. // call masonry as a callback.
  422. function( newElements ) {
  423. var $newElems = $( newElements );
  424. $newElems.hide();
  425. // ensure that images load before adding to masonry layout
  426. $newElems.imagesLoaded(function(){
  427. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  428.  
  429.  
  430. });
  431. });
  432. });
  433. </script>
  434.  
  435. {/block:IndexPage}
  436.  
  437. <title>{title}</title>
  438.  
  439. <link rel="shortcut icon" href="{Favicon}">
  440. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  441. <meta name="viewport" content="width=820" />
  442.  
  443. </head>
  444. <body>
  445. <div class="wrapper">
  446. <div class="header">
  447. <div id="sidebar">
  448. <center><Br><Br><span class="blogtitle"><a href="/">{title}
  449. </a>
  450. </a></span></center><center>{block:ifshowsidebarphoto}<center><a title="" href="/"><img src="{image:Sidebar}" width=250px height=auto></a></center>{/block:ifshowsidebarphoto}
  451. <center><div id="description">{Description}<br></div>
  452. <br><span class="linkss"><a href="/">home</a> </span> <span class="linkss">
  453. <a href="/ask">ask</a>
  454. </span> {block:IfLinkOneTitle} <span class="linkss"> <a href="{text:Link One}"> {text:Link One Title}</a> </span> {/block:ifLinkOneTitle} {block:IfLinkTwoTitle} <span class="linkss"> <a href="{text:Link Two}">{text:Link Two Title}</a> </span> {/block:ifLinkTwoTitle} {block:IfLinkThreeTitle}<span class="linkss"> <a href="{text:Link Three}">{text:Link Three Title}</a> </span> {/block:ifLinkThreeTitle} {block:IfLinkFourTitle} <span class="linkss"> <a href="{text:Link Four}">{text:Link Four Title}</a> </span> {/block:ifLinkFourTitle} {block:IfLinkFiveTitle} <span class="linkss"> <a href="{text:Link Five}">{text:Link Five Title}</a> </span> {/block:ifLinkFiveTitle}
  455.  
  456.  
  457. </div>
  458.  
  459. </div>
  460.  
  461.  
  462.  
  463. <div class="left">
  464.  
  465. <div id="posts">
  466.  
  467. {block:Posts}
  468. <div class="entry">
  469.  
  470. {block:Text}
  471. <div class="text">
  472. {block:Title}
  473. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  474. {/block:Title}
  475. {Body}
  476. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  477. {block:IndexPage}
  478.  
  479. {/block:IndexPage}
  480. </div>
  481. {/block:Text}
  482. {block:Link}
  483. <div class="text">
  484. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  485. {block:Description}
  486. <div class="description">{Description}</div>
  487. {/block:Description}
  488. <p>
  489. {block:IndexPage}
  490. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  491.  
  492. {/block:IndexPage}
  493.  
  494. </div>{/block:Link}
  495.  
  496.  
  497. {block:Photo}
  498. {block:indexpage} <div class="wildthemes"><p><a href="{permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">{text:reblog label}</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">♥</a> | <a href="{permalink}">posted {timeago}</a> </div>
  499.  
  500. <img src="{PhotoURL-HighRes}" width="100%"/>
  501. {/block:indexpage}
  502. {block:permalinkpage}
  503. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  504. {/block:permalinkpage} {block:IndexPage}
  505. {/block:IndexPage}
  506. {/block:Photo}
  507.  
  508. {block:Photoset}
  509. {block:IndexPage}
  510. <center>
  511. {Photoset-340}</center>
  512. {/block:IndexPage}
  513. {block:PermalinkPage}
  514. <center>
  515. {Photoset-450}</center>
  516. {/block:PermalinkPage}
  517. {/block:Photoset}
  518.  
  519. {block:Quote}
  520. <div class="text">
  521. <div class="title"> "{Quote}" </div>
  522. {block:Source}
  523. <div style="text-align:right; line-height:12px;">- {Source}</div>
  524. {/block:Source}
  525. {block:IndexPage}
  526. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  527.  
  528. {/block:IndexPage}
  529. </div>{/block:Quote}
  530.  
  531. {block:Chat}
  532. <div class="text">
  533. {block:Title}
  534. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  535. {/block:Title}
  536. <ul class="chat">
  537. {block:Lines}
  538. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  539. {Line} </li>
  540. {/block:Lines}
  541. </ul>
  542. {block:IndexPage}
  543.  
  544. {/block:IndexPage}
  545. </div>{/block:Chat}
  546.  
  547.  
  548. {block:Audio}
  549. <div class="text">
  550. {AudioPlayerGrey}
  551. {block:Caption}
  552. {Caption}
  553. {/block:Caption}
  554. {block:IndexPage}
  555. <a href="{Permalink}">Permalink</a>
  556. {/block:IndexPage}
  557. </div>{/block:Audio}
  558.  
  559.  
  560.  
  561. {block:Video}
  562. {block:IndexPage}
  563. <center>
  564. {Video-340}</center>
  565. {/block:IndexPage}
  566. {block:PermalinkPage}
  567. <center>
  568. {Video-450}</center>
  569. {/block:PermalinkPage}
  570. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  571. {block:Video}
  572.  
  573. {block:PermalinkPage}
  574. <center>
  575. <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>
  576.  
  577.  
  578. {/block:PermalinkPage}
  579.  
  580.  
  581. {block:PostNotes}{PostNotes}
  582. {/block:PostNotes}
  583. </div>
  584.  
  585.  
  586. {/block:Posts}
  587. </div>
  588. </div>
  589. {block:IndexPage}
  590. {block:Pagination}
  591. <div id="pagination">
  592. {block:NextPage}
  593. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  594. {/block:NextPage}
  595. {block:PreviousPage}
  596. <a href="{PreviousPage}">&larr;&nbsp;</a>
  597. {/block:PreviousPage}
  598. </div>
  599. {/block:Pagination}
  600. {/block:IndexPage}
  601. </div>
  602. </body>
  603.  
  604. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement