Advertisement
wildthemes

becca 1 column

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