Advertisement
lifegonewild

theme 3

Jun 17th, 2012
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1.  
  2. <head>
  3. <!--
  4. http://dannyworsnop.tumblr.com \\m//
  5. holla @ me
  6. -->
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9.  
  10. <meta name="color:background" content="#fff"/>
  11. <meta name="color:text" content="#000000"/>
  12. <meta name="color:title" content="#000000"/>
  13. <meta name="color:link" content="#424242"/>
  14. <meta name="color:bar" content="#424242"/>
  15. <meta name="color:hover" content="#bebebe"/>
  16. <meta name="image:Background" content=""/>
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="if:show photo" content="0"/>
  19. <meta name="if:show blogtitle" content="0"/>
  20.  
  21. <meta name="text:Link One" content="/" />
  22.  
  23. <meta name="text:Link Two" content="/ask" />
  24.  
  25. <meta name="text:Link Three" content="/links" />
  26.  
  27. <meta name="text:Link Four" content="/blogroll"/>
  28.  
  29.  
  30. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
  31. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  32. <script type="text/javascript">
  33. <!--
  34. //(c) Ian Muscat 2007
  35. function IE(e) {
  36. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")){
  37. return false;
  38. }}
  39. function NS(e) {
  40. if (document.layers || (document.getElementById && !document.all)){
  41. if (e.which == "2" || e.which == "3"){
  42. return false;}}}
  43. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  44. //-->
  45. </script>
  46.  
  47. <style type="text/css">
  48.  
  49. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  50.  
  51. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  52.  
  53. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  54.  
  55. p {
  56. margin:0px;
  57. margin-top:0px;
  58. }
  59.  
  60. a:link, a:active, a:visited{
  61. color: {color:link};
  62. text-decoration: none;
  63. -webkit-transition: color 0.5s ease-in;
  64. -moz-transition: color 0.5s ease-in;
  65. }
  66.  
  67. a:hover {
  68. color: {color:hover};
  69. text-decoration: none;
  70. font-style: none;
  71. -webkit-transition: color 0.5s ease-out;
  72. -moz-transition: color 0.5s ease-out;
  73. }
  74.  
  75.  
  76. body {
  77. margin:0px;
  78. background-color: {color:Background};
  79. background-image:url({image:Background});
  80. background-attachment: fixed;
  81. background-repeat: repeat;}
  82. body, div, p, textarea, submit, input{
  83. font-family: georgia;
  84. font-size: 9px;
  85. line-height:7px;
  86. letter-spacing:0px;
  87. color:{color:Text};
  88. }
  89.  
  90.  
  91. ::-webkit-scrollbar-thumb:vertical {
  92. background-color:#eee;
  93. height:auto;
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:horizontal {
  97. background-color:#eee
  98. height:auto !important;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:auto;
  103. width:5px;
  104. background-color:#888;
  105. }
  106.  
  107. .wrapper{
  108. margin: 0px auto;
  109. width: 817px;
  110. }
  111.  
  112. .left{
  113. float: left;
  114. margin-left: 0px;
  115. width: 817px;
  116. }
  117.  
  118. .entry {
  119. float:left;
  120. margin: 1px;
  121. {block:IndexPage}
  122. width: 300px;
  123. {/block:IndexPage}
  124. {block:PermalinkPage}
  125. width:500px;
  126. {/block:PermalinkPage}
  127. background-color: white;
  128. }
  129.  
  130. .entry .textpost{
  131. background-color: #fff;
  132. }
  133.  
  134. #posts {
  135. float:left;
  136. width:604px;
  137. margin-left: 220px;
  138. background-color: #fff;
  139. border:1px solid #dcdcdc;
  140. {block:PermalinkPage}
  141. margin-left: 220px;
  142. background-color: #fff;
  143. width:504px;
  144. {/block:PermalinkPage}
  145. }
  146.  
  147.  
  148. .blogtitle{
  149. font-size:30px;
  150. color:#888;
  151. -webkit-transition-duration:1.5s;
  152. font-family:meow;
  153. letter-spacing:-2px;
  154. line-height:35px;
  155. font-style:italic;
  156. }
  157.  
  158. #postnotes{
  159. text-align: left;
  160. }
  161. #postnotes blockquote{
  162. border: 0px;
  163. }
  164.  
  165. div#sidebar{
  166. position:fixed !important;
  167. margin-top: 20px;
  168. margin-left:-56px;
  169. text-align: center;
  170. width: 270px;
  171. height:auto;
  172. padding: 1px;
  173. line-height:9px;
  174. background-color: #ffffff;
  175. font-size: 9px;
  176. text-transform: uppercase;
  177. font-family:georgia;
  178. border: 1px solid #dcdcdc;
  179. }
  180.  
  181. div#sidebar2{
  182. position:fixed !important;
  183. margin-top: 5px;
  184. margin-left:-56px;
  185. text-align: center;
  186. width: 268px;
  187. height: 10px;
  188. padding: 2px;
  189. background-color: {color:bar};
  190. font-size: 8px;
  191. font-family:littlefont;
  192. border: 0px dashed #dcdcdc;
  193. text-transform: uppercase;
  194. }
  195.  
  196.  
  197.  
  198. div#link1{
  199. position: fixed;
  200. margin-left: 34px;
  201. top: 5px;
  202. }
  203.  
  204. div#link2{
  205. position: fixed;
  206. margin-left: 95px;
  207. top: 5px;
  208. }
  209.  
  210. div#link3{
  211. position: fixed;
  212. margin-left: 155px;
  213. top: 5px;
  214. }
  215.  
  216. div#link4{
  217. position: fixed;
  218. margin-left: 218px;
  219. top: 5px;
  220. }
  221.  
  222. #credit {
  223. background: black;
  224. position: fixed;
  225. opacity: .8;
  226. width: 100px;
  227. padding: 2px;
  228. line-height: 15px;
  229. bottom: 5px;
  230. right: 5px;
  231. font-size: 9px;
  232. letter-spacing: 1px;
  233. }
  234.  
  235. .title{
  236. font-family: amatic sc;
  237. font-size: 19px;
  238. line-height: 10px;
  239. color: {color:Title};
  240. letter-spacing: 0px;
  241. font-weight: normal;
  242. }
  243.  
  244. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  245.  
  246. #postnotes{
  247. text-align: justify;}
  248.  
  249. #postnotes blockquote{
  250. border: 0px;}
  251.  
  252. blockquote{
  253. padding: 2px 2px 2px 5px;
  254. margin:2px 2px 2px 5px;
  255. border-left: 2px solid #888;
  256. }
  257.  
  258. blockquote p, ul{
  259. margin:0px;
  260. padding:0px;
  261. }
  262.  
  263. a img{border: 0px;}
  264.  
  265. ul, li{
  266. list-style:none;
  267. padding: 1px 1px 1px 2px;
  268. margin:1px 1px 1px 1px;
  269. }
  270.  
  271. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  272. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  273.  
  274. .notes img{width:10px; position:relative; top:3px;}
  275.  
  276. .permalink {
  277. display: block;
  278. padding: 0px;
  279. margin: 4px 8px 0px 8px;
  280. text-transform: lowercase;
  281. font-family: georgia;
  282. font-size: 9px;
  283. color: #424242;
  284. line-height: 18px;
  285. text-align: right;
  286. text-decoration: none;
  287. -webkit-transition: color 0.5s ease-out;
  288. -moz-transition: color 0.5s ease-out;
  289. border-top: 2px solid #888;
  290. }
  291.  
  292. .entry .blanket{
  293. position:absolute;
  294. width:300px;
  295. height:20px;
  296. overflow:hidden;
  297. margin-top: 0px;
  298. opacity:0.0;
  299. background-color:#fff;
  300. -webkit-transition: all .3s linear;
  301. -moz-transition: all .3s linear;
  302. transition: all .3s linear;
  303. padding: 1px;
  304. }
  305.  
  306. .entry:hover .blanket{
  307. opacity: 0.6;
  308. -webkit-transition: all .3s linear;
  309. -moz-transition: all .3s linear;
  310. transition: all .3s linear;
  311. }
  312.  
  313. .entry .blanket .permalink2{
  314. text-transform:uppercase;
  315. width:300px;
  316. height:auto;
  317. font-family:littlefont;
  318. font-size:8px;
  319. color:#000;
  320. font-decoration:none;
  321. text-align:center;
  322. margin-top:6px;
  323. opacity:0.0
  324. background-color:#000;
  325. -webkit-transition: all .3s linear;
  326. -moz-transition: all .3s linear;
  327. transition: all .3s linear;
  328. }
  329.  
  330. .entry:hover .blanket .permalink2{
  331. opacity:1;
  332. -webkit-transition: all .4s linear;
  333. -moz-transition: all .4s linear;
  334. transition: all .4s linear;
  335. }
  336.  
  337. .entry .blanket .permalink2 a{
  338. color:#000;
  339. -webkit-transition: all .3s linear;
  340. -moz-transition: all .3s linear;
  341. transition: all .3s linear;
  342. }
  343.  
  344. .entry:hover .blanket .permalink2 a:hover {
  345. color:#888;
  346. -webkit-transition: all .3s linear;
  347. -moz-transition: all .3s linear;
  348. transition: all .3s linear;
  349. }
  350.  
  351. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  352.  
  353. @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  354.  
  355. @font-face { font-family:basket;
  356. src: url('http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf');
  357. }
  358.  
  359. </style>
  360. <link rel="shortcut icon" href="{Favicon}">
  361. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  362. <meta name="viewport" content="width=820" />
  363.  
  364. </head>
  365. <body>
  366.  
  367. <div class="wrapper">
  368.  
  369. <div id="sidebar">
  370. {block:ifshowblogtitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifshowblogtitle}
  371. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=270px></a>{/block:ifshowphoto}
  372. <center>{description}</center></div>
  373.  
  374. <div id="sidebar2">
  375. <center>
  376. <div id="link1"><a href="{text:link one}"><img src="http://i.imgur.com/3a9eb.png" align="center"></a></a></div>
  377. <div id="link2"><a href="{text:link two}"><img src="http://i.imgur.com/jue8h.png" align="center"></a></div>
  378. <div id="link3"><a href="{text:link three}"><img src="http://i.imgur.com/8jZZ0.png" align="center"></a></div>
  379. <div id="link4"><a href="{text:link four}"><img src="http://i.imgur.com/XAHpo.png" align="center"></a></div></center>
  380. </div>
  381.  
  382. <div class="header">
  383. <div class="left">
  384. <div id="posts">
  385.  
  386. {block:Posts}
  387. <div class="entry">
  388. {block:Text}
  389. <div class="textpost">
  390. {block:Title}{Title}{/block:Title}
  391. {Body}
  392. {block:IndexPage}
  393. <div class="permalink">
  394. <a href="{permalink}">{timeago}</a>
  395. </div>
  396. {/block:IndexPage}
  397. </div>
  398. {/block:Text}
  399.  
  400. {block:Link}
  401. <div class="textpost">
  402. <a href="{URL}" class="title">{Name}</a>
  403. {block:Description}{Description}{/block:Description}
  404. {block:IndexPage}
  405. <div class="permalink">
  406. <a href="{permalink}">{timeago}</a>
  407. </div>
  408. {/block:IndexPage}
  409. </div>
  410. {block:Link}
  411.  
  412. {block:Photo}
  413. {block:IndexPage}
  414. <div class="blanket">
  415. <div class="permalink2">
  416. <a href="{permalink}"> {timeago} | {NoteCountWithLabel} | <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  417. </div>
  418. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="300px"/>
  419. {/block:IndexPage}
  420.  
  421. {block:PermalinkPage}
  422. {LinkOpenTag}
  423. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="503"/>
  424. {LinkCloseTag}{/block:PermalinkPage}
  425. {/block:Photo}
  426.  
  427. {block:Photoset}
  428. {block:IndexPage}
  429. <div class="blanket">
  430. <div class="permalink2">
  431. <a href="{permalink}"> {timeago} | {NoteCountWithLabel} | <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  432. </div>
  433. <center>{Photoset-300}</center>
  434. {/block:IndexPage}
  435.  
  436. {block:PermalinkPage}
  437. {Photoset-500}
  438. {/block:PermalinkPage}
  439. {/block:Photoset}
  440.  
  441. {block:Quote}
  442. <div class="textpost">
  443. {Quote}</span>
  444. {block:Source}<strong>{Source}</strong>{/block:Source}
  445. {block:IndexPage}
  446. <div class="permalink">
  447. <a href="{permalink}">{timeago}</a>
  448. </div>
  449. {/block:IndexPage}
  450. </div>
  451. {/block:Quote}
  452.  
  453. {block:Chat}
  454. <div class="textpost">
  455. {block:Title}<span class="title">{Title}</span>{/block:Title}
  456. <ul class="chat">
  457. {block:Lines}
  458. <li class="user_{UserNumber}">
  459. {block:Label}
  460. <span class="label">{Label}</span>
  461.  
  462. {/block:Label}
  463.  
  464. {Line}
  465. </li>
  466. {/block:Lines}
  467. </ul>
  468. {block:IndexPage}
  469. <div class="permalink">
  470. <a href="{permalink}">{timeago}</a>
  471. </div>
  472. {/block:IndexPage}
  473. </div>
  474. {/block:Chat}
  475.  
  476. {block:Audio}
  477. <div class="textpost">
  478. {AudioPlayerBlack}
  479. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  480. {block:IndexPage}
  481. <div class="permalink">
  482. <a href="{permalink}">{timeago}</a>
  483. </div>
  484. {/block:IndexPage}
  485. </div>
  486. {/block:Audio}
  487.  
  488. {block:Video}
  489. {block:IndexPage}
  490. <div class="blanket">
  491. <div class="permalink2">
  492. <a href="{permalink}"> {timeago} | {NoteCountWithLabel} | <a href="{ReblogURL}" target="_blank">reblog</a></a></span></div>
  493. </div>
  494. {/block:IndexPage}
  495. <center>{Video-300}</center>
  496. {block:Video}
  497.  
  498. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  499. <p>{block:RebloggedFrom}<div style="border-bottom:1px solid #ddd; text-align:left; text-transform:none; "> reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  500. {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br>
  501. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}{/block:PermalinkPage}
  502. </div>
  503. {/block:Posts}
  504. </div>
  505. </div>
  506. </div>
  507. {block:IndexPage}
  508. {block:Pagination}
  509. <ul id="pagination">
  510. {block:PreviousPage}
  511. <li><a href="{PreviousPage}"></a></li>
  512. {/block:PreviousPage}
  513. {block:JumpPagination length="5"}
  514. {block:CurrentPage}
  515. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  516. {/block:CurrentPage}
  517. {block:JumpPage}
  518. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  519. {/block:JumpPage}
  520. {/block:JumpPagination}
  521. {block:NextPage}
  522. <li><a id="nextPage" href="{NextPage}"></a></li>
  523. {/block:NextPage}
  524. </ul>
  525. {/block:Pagination}
  526. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  527. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  528. <script type="text/javascript">
  529. $(window).load(function () {
  530. $('#posts').masonry(),
  531. $('.masonryWrap').infinitescroll({
  532. navSelector : '#pagination',
  533. nextSelector : '#pagination a#nextPage',
  534. itemSelector : ".entry",
  535. bufferPx : 200,
  536. loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
  537. loadingText : "<em></em>",
  538. },
  539. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  540. );
  541. });
  542. </script>
  543. {/block:IndexPage}
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550. <div id="credit">
  551. <center><a href="http://dannyworsnop.tumblr.com/">theme credit</a>.</center></div>
  552.  
  553.  
  554.  
  555. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement