Advertisement
wildthemes

becca 2 column

Sep 14th, 2012
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. <!--
  2. becca 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.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12.  
  13. <head>
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt"></script>
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Hover" content="#000000"/>
  20. <meta name="color:Font" content="#000000"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Scrollbar" content="#cccccc"/>
  23. <meta name="color:Posts" content="#ffffff"/>
  24. <meta name="color:Border" content="#ccc"/>
  25.  
  26. <meta name="image:Background" content= "0"/>
  27. <meta name="image:Border" content= "http://static.tumblr.com/o0thhnj/cnmmackcz/tumblr_m98lm0ewsw1qj3urio1_500.jpg"/>
  28.  
  29. <meta name="if:Link Shadow" content="0"/>
  30. <meta name="if:Tiny Cursor" content="0"/>
  31. <meta name="if:Rainbow Links" content= "0"/>
  32. <meta name="if:Underline" content= "0"/>
  33. <meta name="image:Sidebar photo" content=""/>
  34. <meta name="if:Show sidebar photo" content="1"/>
  35. <meta name="text:reblog label" content="reblog" />
  36. <meta name="text:Link 1" content= ""/>
  37. <meta name="text:Link 1 Title" content= ""/>
  38. <meta name="text:Link 2" content= ""/>
  39. <meta name="text:Link 2 Title" content= ""/>
  40. <meta name="text:Link 3" content="" />
  41. <meta name="text:Link 3 Title" content="" />
  42. <meta name="text:Link 4" content="" />
  43. <meta name="text:Link 4 Title" content="" />
  44. <meta name="text:Link 5" content="" />
  45. <meta name="text:Link 5 Title" content="" />
  46. <meta name="text:Link 6" content="" />
  47. <meta name="text:Link 6 Title" content= ""/>
  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.  
  54. #tumblr_controls{
  55. position:fixed !important;
  56. }
  57.  
  58. .wrapper{
  59. margin: 0px auto;
  60. width: 802px;
  61. }
  62.  
  63. .header{
  64. float: left;
  65. width: 100%;
  66. }
  67.  
  68. .left{
  69. float: left;
  70. margin-right: 20px;
  71. width: 802px;
  72. }
  73.  
  74. .right{
  75. float: right;
  76. width: 200px;
  77. background-color: {color:Background};
  78. }
  79.  
  80. body {
  81. padding: 0px;
  82. margin: 0px;
  83. font-family: consolas;
  84. font-size: 11px;
  85. color:{color:Font};
  86. background-image:url({image:Background});
  87.  
  88. background-color: {color:Background};
  89. }
  90.  
  91. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  92. a:hover {color:{color:Hover};
  93. {block:ifunderline}text-decoration: underline; {/block:ifunderline}
  94. {block:iflinkshadow}text-shadow:0px 0px 4px #000;{/block:iflinkshadow} -webkit-transition: all 0.3s ease-out;
  95. -moz-transition: all 0.3s ease-out;color 0.5s;
  96. }
  97.  
  98. #border{
  99. height: 100%;
  100. width: 80px;
  101. margin-left: 60px;
  102. position: fixed;
  103. overflow: hidden;
  104. background-color: #000000;
  105. opacity: .70;
  106. background-attachment: fixed;
  107. background-image: repeat;
  108. background-image:url({image:Border});
  109. }
  110.  
  111.  
  112.  
  113. #navigation{
  114. padding-top: 4px;
  115. width: 250px;
  116. height: auto;
  117. text-align: right;
  118. border-top: 2px {color:Border} dashed;
  119. }
  120.  
  121. #sidebar{
  122. height: auto;
  123. width: 250px;
  124. margin-left: -200px;
  125. padding: 2px;
  126. margin-top: 161px;
  127. opacity: 1;
  128. position: fixed;
  129. overflow: hidden;
  130. text-align: right;
  131. font-family: consolas;
  132.  
  133. }
  134.  
  135. #posts {
  136. width:650px;
  137. margin-left:150px;
  138. margin-top: 2px;
  139. {block:PermalinkPage}
  140. margin-left:300px;
  141. width: 400px;
  142. {/block:PermalinkPage}
  143. text-align: center;
  144. }
  145.  
  146. .entry {
  147. margin: 5px;
  148. float:left;
  149. padding: 5px;
  150. text-align: left;
  151. border: 1px solid {color:border};
  152. background-color: {color:Posts};
  153. {block:IndexPage}
  154. width:250px;
  155. {/block:IndexPage}
  156. {block:PermalinkPage}
  157. width:500px;
  158. font-size: 9px;
  159. color: #666666;
  160. {/block:PermalinkPage}
  161.  
  162. }
  163.  
  164.  
  165.  
  166. .title{
  167. font-size: 20px;
  168. line-height:21px;
  169. padding: 2px;
  170. color: black;
  171. font-family: 'consolas';
  172. text-transform:uppercase;
  173.  
  174. }
  175.  
  176. #infscr-loading{
  177. bottom: -70px;
  178. position: absolute;
  179. left: 50%;
  180. margin-left:-8px;
  181. width:16px;
  182. height:11px;
  183. overflow:hidden;
  184. margin-bottom: 50px;
  185. }
  186. .wildthemes a {}
  187.  
  188. .entry .wildthemes{
  189.  
  190. position:absolute;
  191. width:249px;
  192. height:15px;
  193. padding-top:0px;
  194. padding-bottom: 0px;
  195. margin-left: 0px;
  196. overflow:hidden;
  197. top: 5px;
  198. font-family: littlefont;
  199. font-size: 8px;
  200. text-transform:uppercase;
  201. line-height:0px;
  202. text-align:center;
  203. padding-left: 0px;
  204. padding-right: 0px;
  205. opacity:0.0;
  206.  
  207. -webkit-transition: all 0.3s linear;
  208. -moz-transition: all 0.3s linear;
  209. transition: all 0.3s linear;
  210. background-color:{color:posts};
  211.  
  212. }
  213. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  214.  
  215.  
  216. .entry:hover .wildthemes{
  217. overflow:visible;
  218. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  219. transition: all 0.4s linear;
  220. padding:2px;
  221. margin-left: 0px;
  222. width:249px;
  223. background-color:{color:posts};
  224. height: 15px;
  225. top: 5px;
  226.  
  227. opacity:0.8;
  228.  
  229. -webkit-transition: all 0.3s linear;
  230. -moz-transition: all 0.3s linear;
  231. transition: all 0.3s linear; }
  232. }
  233.  
  234. .entry:hover .wildthemes:hover{
  235. opacity: 1;
  236. width: 150px;
  237. -webkit-transition: all 0.5s linear;
  238. -moz-transition: all 0.5s linear;
  239. transition: all 0.5s linear; -moz-box-shadow: 0 0 15px {color:glow colour};
  240.  
  241. display: inline-block;
  242. }
  243. }
  244.  
  245. .entry:hover .details {
  246. opacity: 1.0;
  247. margin:12px 0px 0px 0px;
  248. filter: alpha(opacity = 100);
  249. -webkit-transition: all .25s ease-in-out;
  250. -moz-transition: all .25s ease-in-out;
  251. -o-transition: all .25s ease-in-out;
  252. transition: all .25s ease-in-out;
  253. }
  254.  
  255.  
  256. .permahover {
  257. text-align: right;
  258. line-height:200%;
  259. opacity: 0.0;
  260. filter: alpha(opacity = 0);
  261. font-size: 9px;
  262. line-height: 9px;
  263. text-transform: uppercase;
  264. }
  265.  
  266. .entry:hover .permahover {
  267. text-align: center;
  268. opacity: 1;
  269. filter: alpha(opacity = 50);
  270.  
  271.  
  272. }
  273.  
  274. .text {
  275. padding: 0px;
  276. }
  277.  
  278.  
  279.  
  280. .entry:hover .textperma {
  281. opacity: 1;
  282. filter: alpha(opacity = 100);
  283. -webkit-transition: all ease-in 250ms;
  284. -moz-transition: all ease-in 250ms;
  285. -o-transition: all ease-in 250ms;
  286. -ms-transition: all ease-in 250ms;
  287. transition: all ease-in 250ms;
  288. }
  289.  
  290.  
  291.  
  292. blockquote{
  293. padding:0px 0px 2px 5px;
  294. margin:0px 0px 2px 10px;
  295. border-left: 1px dotted #555555;
  296. }
  297.  
  298. </style>
  299. {block:ifrainbowlinks}
  300. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  301. "></script>{/block:ifrainbowlinks}
  302.  
  303. {block:IndexPage}
  304. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  305. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  306.  
  307. <script type="text/javascript">
  308. $(window).load(function () {
  309. var $content = $('#posts');
  310. $content.masonry({itemSelector: '.entry'}),
  311. $content.infinitescroll({
  312. navSelector : 'div#pagination',
  313. nextSelector : 'div#pagination a#nextPage',
  314. itemSelector : '.entry',
  315. loading: {
  316. finishedMsg: '',
  317. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  318. },
  319. bufferPx : 600,
  320. debug : false,
  321. },
  322. // call masonry as a callback.
  323. function( newElements ) {
  324. var $newElems = $( newElements );
  325. $newElems.hide();
  326. // ensure that images load before adding to masonry layout
  327. $newElems.imagesLoaded(function(){
  328. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  329.  
  330.  
  331. });
  332. });
  333. });
  334. </script>
  335.  
  336. {/block:IndexPage}
  337.  
  338. <title>{title}</title>
  339.  
  340. <link rel="shortcut icon" href="{Favicon}">
  341. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  342. <meta name="viewport" content="width=820" />
  343.  
  344. </head>
  345. <body>
  346. <div>
  347.  
  348. <div class="wrapper">
  349. <div class="header">
  350. </div>
  351. <div id="border"></div>
  352.  
  353. <div id="sidebar">
  354. {block:ifShowsidebarphoto}
  355. <a href="/"><img src="{image:Sidebar photo}" width="270" style="margin-bottom:1px;margin-top:4px;"/></a>
  356. {/block:ifShowsidebarphoto}<Br>
  357. {Description}
  358. <div id="navigation">
  359. {BLOCK:IfLink1Title}
  360. <a href= "{text:Link 1}">{text:Link 1 Title}</a>{/BLOCK:IfLink1Title}
  361. {BLOCK:IfLink2Title}☯
  362. <a href= "{text:Link 2}">{text:Link 2 Title}</a>{/BLOCK:IfLink2Title}
  363. {BLOCK:IfLink3Title}☯
  364. <a href= "{text:Link 3}">{text:Link 3 Title}</a>{/BLOCK:IfLink3Title}
  365. {BLOCK:IfLink4Title}☯
  366. <a href= "{text:Link 4}">{text:Link 4 Title}</a>{/BLOCK:IfLink4Title}
  367. {BLOCK:IfLink5Title}☯
  368. <a href= "{text:Link 5}">{text:Link 5 Title}</a>{/BLOCK:IfLink5Title}
  369. {BLOCK:IfLink6Title}☯
  370. <a href= "{text:Link 6}">{text:Link 6 Title}</a>{/BLOCK:IfLink6Title} ☯
  371. <a href="http://wildthemes.tumblr.com/">theme</a>
  372. </div>
  373. </div>
  374.  
  375.  
  376.  
  377. <div class="left">
  378. <div id="posts">
  379.  
  380. {block:Posts}
  381. <div class="entry">
  382.  
  383.  
  384. {block:Answer}
  385. <div style= "background-color: #DDDDDD; border: 1px solid #444444; text-align; center; padding: 2px;">
  386. <b>{Asker}</b>: {Question}
  387. </div>
  388. {Answer}
  389. <br><br>
  390. <div class="perm"><br><a href="{Permalink}">{TimeAgo}</a></div>
  391. {/block:Answer}
  392.  
  393. {block:Text}
  394. <div class="text">
  395. {block:Title}
  396. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  397. {/block:Title}
  398. {Body}
  399. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  400. {block:IndexPage}
  401.  
  402. {/block:IndexPage}
  403. </div>
  404. {/block:Text}
  405.  
  406.  
  407. {block:Link}
  408. <div class="text">
  409. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  410. {block:Description}
  411. <div class="description">{Description}</div>
  412. {/block:Description}
  413. <p>
  414. {block:IndexPage}
  415. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  416.  
  417. {/block:IndexPage}
  418.  
  419. </div>{/block:Link}
  420.  
  421.  
  422. {block:Photo}
  423. {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>
  424.  
  425. <img src="{PhotoURL-HighRes}" width="100%"/>
  426. {/block:indexpage}
  427. {block:permalinkpage}
  428. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  429. {/block:permalinkpage} {block:IndexPage}
  430. {/block:IndexPage}
  431. {/block:Photo}
  432.  
  433.  
  434.  
  435. {block:Photoset}
  436. {block:IndexPage}
  437. <center>
  438. {Photoset-250}</center>
  439. {/block:IndexPage}
  440. {block:PermalinkPage}
  441. <center>
  442. {Photoset-500}</center>
  443. {/block:PermalinkPage}
  444. {/block:Photoset}
  445.  
  446. {block:Quote}
  447. <div class="text">
  448. <div class="title"> "{Quote}" </div>
  449. {block:Source}
  450. <div style="text-align:right; line-height:12px;">- {Source}</div>
  451. {/block:Source}
  452. {block:IndexPage}
  453. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  454.  
  455. {/block:IndexPage}
  456. </div>{/block:Quote}
  457.  
  458. {block:Chat}
  459. <div class="text">
  460. {block:Title}
  461. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  462. {/block:Title}
  463. <ul class="chat">
  464. {block:Lines}
  465. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  466. {Line} </li>
  467. {/block:Lines}
  468. </ul>
  469. {block:IndexPage}
  470.  
  471. {/block:IndexPage}
  472. </div>{/block:Chat}
  473.  
  474.  
  475.  
  476. {Line}
  477. </li>
  478. {/block:Lines}
  479. </ul>
  480. {/block:Chat}
  481.  
  482. {block:Audio}
  483. <div class="text">
  484. {AudioPlayerGrey}
  485. {block:Caption}
  486. {Caption}
  487. {/block:Caption}
  488. {block:IndexPage}
  489.  
  490. {/block:IndexPage}
  491. </div>{/block:Audio}
  492.  
  493.  
  494.  
  495. {block:Video}
  496. {block:IndexPage}
  497. <div class="permalink"><a href="{Permalink}" target="_blank"><Video</a></div>
  498. <center>
  499. {Video-250}</center>
  500. {/block:IndexPage}
  501. {block:PermalinkPage}
  502. <center>
  503. {Video-500}</center>
  504. {/block:PermalinkPage}
  505. {block:Video}
  506.  
  507. {block:PermalinkPage}
  508. <center>
  509. <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>
  510.  
  511.  
  512. {/block:PermalinkPage}
  513.  
  514.  
  515. {block:PostNotes}{PostNotes}
  516. {/block:PostNotes}
  517. </div>
  518.  
  519.  
  520. {/block:Posts}
  521. </div>
  522. </div>
  523. {block:IndexPage}
  524. {block:Pagination}
  525. <div id="pagination">
  526. {block:NextPage}
  527. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  528. {/block:NextPage}
  529. {block:PreviousPage}
  530. <a href="{PreviousPage}">&larr;&nbsp;</a>
  531. {/block:PreviousPage}
  532. </div>
  533. {/block:Pagination}
  534. {/block:IndexPage}
  535. </div>
  536.  
  537.  
  538. </body>
  539. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement