Advertisement
teenageblog

Pure Theme

Nov 16th, 2012
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.69 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <!-- DEFAULT VARIABLES -->
  21. <meta name="color:background" content="#D8D8D8"/>
  22. <meta name="color:Link" content="#000"/>
  23. <meta name="color:title" content="#000000"/>
  24. <meta name="color:scrollbar" content="#727272"/>
  25.  
  26. <meta name="if:show blogtitle" content="1"/>
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30.  
  31. <meta name="if:tiny scrollbar" content="1"/>
  32. <meta name="if:Show Sidebar Image" content=""/>
  33. <meta name="if:star icon" content="1"/>
  34. <meta name="if:pencil icon" content="1"/>
  35. <meta name="if:plus icon" content="1"/>
  36. <meta name="if:camera icon" content="0"/>
  37.  
  38. <meta name="text:reblog label" content="reblog" />
  39. <meta name="text:envelope icon title" content="ask" />
  40. <meta name="text:envelope icon link" content="/ask" />
  41. <meta name="text:pencil icon title" content="random" />
  42. <meta name="text:pencil icon link" content="/random" />
  43. <meta name="text:star icon title" content="archive" />
  44. <meta name="text:star icon link" content="/archive" />
  45. <meta name="text:plus icon title" content="dash" />
  46. <meta name="text:plus icon link" content="http://tumblr.com" />
  47. <meta name="text:camera icon title" content="" />
  48. <meta name="text:camera icon link" content="" />
  49.  
  50.  
  51. <style type="text/css">
  52. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  53.  
  54. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  55.  
  56.  
  57. {block:ifshadowhover}a:link, a:active, a:visited{
  58. color: #000000;
  59. text-decoration:none;
  60. -webkit-transition-duration: 0.2s;}
  61.  
  62. a:hover{ color: #fff;
  63. text-shadow:0px 0px 3px #000000;}{/block:ifshadowhover}
  64.  
  65. #tumblr_controls{
  66. position:fixed !important;
  67. }
  68.  
  69. #icons a:hover{opacity:0.6;
  70. color: #000000;
  71. text-shadow: 0px 0px 3px #fff}
  72.  
  73. #icons a{opacity:1;
  74. color:#000000}
  75.  
  76. #icons{
  77. position: fixed;
  78. left: 90px;
  79. top: 50px;
  80. width: 16px;
  81. z-index:9999999999;
  82. opacity: 0.7;
  83. height: px;
  84. }
  85.  
  86. #link{
  87. margin-top: 5px;}
  88. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  89.  
  90. #link .linkk{
  91. margin-top: -14px;
  92. margin-left: -50px;
  93. opacity: 0;
  94. filter: alpha (opacity=0);
  95. -webkit-transition: all 0.5s ease;
  96. -moz-transition: all 0.5s ease;
  97. -o-transition: all 0.5s ease;
  98. font-family: "littlefont";
  99. text-transform:uppercase;
  100. font-size: 8px;
  101. opacity:0;
  102. }
  103. #link:hover .linkk{
  104. opacity: 1;
  105. filter: alpha (opacity=9);
  106. margin-left: -100px;
  107. }
  108.  
  109. .wrapper{
  110. margin: 0px auto;
  111. width: 802px;
  112. padding-top: 10px;
  113. margin-left:350px;
  114. }
  115.  
  116. .header{
  117. float: left;
  118. width: 100%;
  119. }
  120.  
  121. .left{
  122. float: left;
  123. margin-right: 20px;
  124. width: 802px;
  125. }
  126.  
  127. .right{
  128. float: right;
  129. width: 200px;
  130. background-color: {color:Background};
  131. }
  132.  
  133. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  134.  
  135. body, div, p, textarea, submit, input{ font-family: arial; font-size: 11px; line-height:11px; letter-spacing:0px; color:{color:Text};}
  136.  
  137.  
  138. p { margin:0px; margin-top:0px;}
  139.  
  140. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none;}
  141.  
  142. a:hover{-webkit-transition-duration: 0.5s; outline: none; {color:Hover}; -moz-outline-style: none;}
  143.  
  144. a:hover{
  145. color:#000;
  146. text-decoration: none;
  147. font-style: none;
  148. text-shadow:0px 0px 3px #808080;
  149. }
  150.  
  151. .entry {
  152. margin:1px;
  153. padding-top: 2px;
  154. padding-right: 2px;
  155. padding-left: 2px;
  156. padding-bottom: 1px;
  157. float:left;
  158. background-color: white;
  159. font-family: arial;
  160. font-size: 11px;
  161. line-height:{text:text line height}px;
  162. {block:IndexPage}
  163. width:300px;
  164. {/block:IndexPage}
  165. {block:PermalinkPage}
  166. width:500px;
  167. {/block:PermalinkPage}
  168. }
  169.  
  170. .entry .permalink{
  171. position:absolute;
  172. width:300px;
  173. height:12px;
  174. padding-bottom:1px;
  175. padding-top:2px;
  176. background-color:#ffffff;
  177. overflow:hidden;
  178. font-family: arial;
  179. text-transform: lowercase;
  180. font-size: 11px;
  181. line-height:{text:text line height}px;
  182. text-align:center;
  183. opacity:0.0;
  184. -webkit-transition: all 0.2s linear;
  185. -webkit-transition: all 0.2s linear;
  186. -moz-transition: all 0.2s linear;
  187. transition: all 0.2s linear;
  188. }
  189. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  190.  
  191. .entry:hover .permalink{
  192. margin-top:0px;
  193. overflow:visible;
  194. -webkit-transition: all 0.4s linear; opacity: 0.8;
  195. -webkit-transition: all 0.4s linear;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. }
  199. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  200.  
  201. @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
  202.  
  203.  
  204.  
  205. @font-face {
  206. font-family: "handy00";
  207. src: url('http://static.tumblr.com/sghs9ih/wWam3d42w/handy00.ttf');
  208. }
  209.  
  210. div#sidebar{
  211. position:fixed !important;
  212. width: 260px;
  213. height: auto;
  214. margin-top: 0px;
  215. margin-left: -280px;
  216. padding: 30px;
  217. text-align: center;
  218. background-color: transparent;
  219. }
  220.  
  221.  
  222.  
  223. #posts {
  224. width: 624px;
  225. margin-left:400px;
  226. {block:PermalinkPage}
  227. margin-left:400px;
  228. {/block:PermalinkPage}
  229. top: 0px;
  230. float:left;
  231. }
  232. .blogtitle a{
  233. font-size:30px;
  234. color:#00000;
  235. font-family:'sunshine', cursive;
  236. line-height:44px;
  237. margin-top:6px;
  238. text-transform: lowercase;
  239. }
  240.  
  241.  
  242. #postnotes{ text-align: justify;}
  243.  
  244.  
  245. #postnotes blockquote{ border: 0px;}
  246. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  247.  
  248. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  249.  
  250. #infscr-loading{
  251. bottom: -70px;
  252. position: absolute;
  253. left: 50%;
  254. margin-left:-8px;
  255. width:16px;
  256. height:11px;
  257. overflow:hidden;
  258. margin-bottom: 50px;
  259. }
  260.  
  261. .title{
  262. font-family: {font:title font};
  263. font-size: {text:title font size}px;
  264. line-height:{text:title line height}px;
  265. color: {color:Title};
  266. font-weight: normal;
  267. }
  268.  
  269. blockquote{
  270. padding:0px 0px 2px 5px;
  271. margin:0px 0px 2px 10px;
  272. border-left: 1px dotted #555555;
  273. }
  274.  
  275. #keepthe{
  276. position:fixed! important;
  277. right: 5px;
  278. top: 25px;
  279. opacity: .4;
  280. -webkit-transition: all 0.7s ease;
  281. -moz-transition: all 0.7s ease;
  282. -o-transition: all 0.7s ease;
  283. }
  284. #creditplease{
  285. text-align: right;
  286. width: 70px;
  287. margin-left: 50px;
  288. -webkit-transition: all 0.7s ease;
  289. -moz-transition: all 0.7s ease;
  290. -o-transition: all 0.7s ease;
  291. }
  292.  
  293. #keepthe:hover{
  294. opacity: 1;
  295. -webkit-transition: all 0.7s ease;
  296. -moz-transition: all 0.7s ease;
  297. -o-transition: all 0.7s ease;
  298. }
  299.  
  300. {CustomCSS}
  301.  
  302. </style>
  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 $wall = $('#posts');
  311. $wall.imagesLoaded(function(){
  312. $wall.masonry({
  313. itemSelector: '.entry, .entry_photo',
  314. isAnimated : false
  315. });
  316. });
  317.  
  318. $wall.infinitescroll({
  319. navSelector : '#pagination',
  320. nextSelector : '#pagination a',
  321. itemSelector : '.entry, .entry_photo',
  322. bufferPx : 2000,
  323. debug : false,
  324. errorCallback: function() {
  325. $('#infscr-loading').fadeOut('normal');
  326. }},
  327. function( newElements ) {
  328. var $newElems = $( newElements );
  329. $newElems.hide();
  330. $newElems.imagesLoaded(function(){
  331. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  332. });
  333. }); $('#posts').show(500);
  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.  
  348. <div id="content">
  349.  
  350. <div class="wrapper">
  351. <div class="header">
  352.  
  353. <div id="permalink">
  354.  
  355. <div id="sidebar"><center>
  356. <div id="sidebar2">
  357. <div class="blogtitle"><a href="/">{Title}</a></div>
  358. </div>
  359.  
  360. {block:ifshowsidebarimage}
  361. <a href="/"><img class="sidebarimg" src="{image:sidebar}" width=220px></a>
  362. {/block:ifshowsidebarimage}
  363.  
  364. <center>{Description}</center>
  365. <div id="icons">
  366. <div id="keepthe">
  367. <a href="http://teenageblog.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png"></a></div>
  368. <br><br><br>
  369.  
  370. <div id="link">
  371. <img src="http://png-1.findicons.com/files//icons/2354/dusseldorf/16/home.png">
  372. <div class="linkk"><span style="background-color:transparent;"><a href="/">home</a> </span></div>
  373.  
  374. </div>
  375.  
  376.  
  377. <div id="link">
  378. <img src="http://png-2.findicons.com/files//icons/1580/devine_icons_part_2/16/mail_2.png">
  379. <div class="linkk"><span style="background-color:transparent;"><a href="{text:envelope icon link}">{text:envelope icon title}</a></span></div>
  380. </div>
  381.  
  382. {block:ifpencilicon}
  383. <div id="link">
  384. <img src="http://png-3.findicons.com/files//icons/2354/dusseldorf/16/drawings.png">
  385. <div class="linkk"><span style="background-color:transparent;"><a href="{text:pencil icon link}">{text:pencil icon title}</a></span></div></div>
  386. {/block:ifpencilicon}
  387.  
  388. {block:ifstaricon}
  389. <div id="link">
  390. <img src="http://png-5.findicons.com/files//icons/2354/dusseldorf/16/premium.png">
  391. <div class="linkk">
  392. <span style="background-color: transparent;">
  393. <a href="{text:star icon link}">{text:star icon title}</a></span></div></div>
  394. {/block:ifstaricon}
  395.  
  396.  
  397.  
  398. {block:ifplusicon}
  399. <div id="link">
  400. <img src="http://png-1.findicons.com/files//icons/974/glyphish/15/plus.png">
  401. <div class="linkk"><span style="background-color:transparent;"><a href="{text:plus icon link}">{text:plus icon title}</a></span></div></div>
  402. {/block:ifplusicon}
  403.  
  404.  
  405. {block:ifcameraicon}
  406. <div id="link">
  407. <img src="http://png-5.findicons.com/files//icons/2232/wireframe_mono/16/photo.png">
  408. <div class="linkk"><span style="background-color:transparent;"><a href="{text:camera icon link}">{text:camera icon title}</a></span></div></div>
  409. {/block:ifcameraicon}
  410.  
  411.  
  412. </div></div></div>
  413.  
  414. </div>
  415.  
  416. </div>
  417.  
  418.  
  419. <div class="left">
  420.  
  421. <div id="posts">
  422. {block:Posts}
  423. <div class="entry">
  424.  
  425. {block:IndexPage}
  426. <div class="permalink">
  427. <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  428. {/block:IndexPage}
  429.  
  430. {block:Text}
  431. {block:Title}<span class="title">{Title}</span><br>{/block:Title}<span class="entrytext">{Body}</span>
  432. {block:IndexPage}{/block:IndexPage}
  433. {/block:Text}
  434.  
  435. {block:Link}
  436. <a href="{URL}" class="title">{Name}</a>
  437. {block:Description}{Description}{/block:Description}
  438. <br>
  439. {block:Title}<span class="title">{Title}</span><br>{/block:Title}<span class="entrytext">{Body}</span>
  440. {block:IndexPage}{/block:IndexPage}
  441. {block:Link}
  442.  
  443. {block:Photo}
  444. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a></div>{LinkCloseTag}{/block:IndexPage}
  445.  
  446. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  447.  
  448. {/block:Photo}
  449.  
  450. {block:Photoset}
  451. {block:IndexPage}
  452. <center>
  453. {Photoset-250}</center>
  454. {/block:IndexPage}
  455. {block:PermalinkPage}
  456. <center>
  457. {Photoset-500}</center>
  458. {/block:PermalinkPage}
  459. {/block:Photoset}
  460.  
  461. {block:Quote}
  462. {Quote}</span>
  463. {block:Source}{Source}{/block:Source}
  464. {block:Title}<span class="title">{Title}</span><br>{/block:Title}<span class="entrytext">{Body}</span>
  465. {block:IndexPage}{/block:IndexPage}
  466. {/block:Quote}
  467.  
  468. {block:Chat}
  469. {block:Title}<span class="title">{Title}</span>{/block:Title}
  470. <ul class="chat">
  471. {block:Lines}
  472. <li class="user_{UserNumber}">
  473. {block:Label}
  474. <span class="label">{Label}</span>
  475. {/block:Label}
  476.  
  477. {Line}
  478. </li>
  479. {/block:Lines}
  480. </ul>
  481. {/block:Chat}
  482.  
  483. {block:Audio}
  484. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  485. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  486. {/block:Audio}
  487.  
  488. {block:Video}
  489. {block:IndexPage}
  490. <center>
  491. {Video-250}</center>
  492. {/block:IndexPage}
  493. {block:PermalinkPage}
  494. <center>
  495. {Video-500}</center>
  496. {/block:PermalinkPage}
  497. {block:Video}
  498.  
  499. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  500.  
  501. {/block:PermalinkPage}
  502.  
  503.  
  504. {block:PostNotes}{PostNotes}
  505. {/block:PostNotes}
  506. </div>
  507.  
  508.  
  509. {/block:Posts}
  510. </div>
  511. </div>
  512. {block:IndexPage}
  513. {block:Pagination}
  514. <div id="pagination">
  515. {block:NextPage}
  516. <a id="nextPage" href="{NextPage}">↬</a>
  517. {/block:NextPage}
  518. {block:PreviousPage}
  519. <a href="{PreviousPage}">↫</a>
  520. {/block:PreviousPage}
  521. </div>
  522. {/block:Pagination}
  523. {/block:IndexPage}
  524. </div>
  525. <div style="position:fixed; bottom:3px; right:5px;">
  526. <a href="http://teenageblog.tumblr.com">theme</a></body>
  527.  
  528. </body>
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement