Advertisement
teenageblog

Seaside Theme

May 20th, 2013
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.04 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11. <head>
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Hover" content="#ddd"/>
  19. <meta name="color:Link" content="#000000"/>
  20. <meta name="color:title" content="#000000"/>
  21. <meta name="color:Scrollbar" content="#aaaaaa"/>
  22. <meta name="if:BlackWhite images" content="0"/>
  23. <meta name="if:tiny scrollbar" content="1"/>
  24. <meta name="image:sidebar2" content="http://25.media.tumblr.com/tumblr_mdm9ymzWnT1rku69jo1_400.jpg"/>
  25. <meta name="image:sidebar" content="http://25.media.tumblr.com/tumblr_mdumyj9AVk1rf30dvo1_1280.png"/>
  26. <meta name="image:link bar" content="http://25.media.tumblr.com/tumblr_m76zq9QTfi1r6rwndo1_500.gif"/>
  27. <meta name="image:Background" content="1"/>
  28. <meta name="text:Link One Title" content="link1" />
  29. <meta name="text:Link One" content="" />
  30. <meta name="text:Link Two Title" content="link2" />
  31. <meta name="text:Link Two" content="" />
  32. <meta name="text:Link Three Title" content="link3" />
  33. <meta name="text:Link Three" content="" />
  34. <meta name="text:Link Four Title" content="link4" />
  35. <meta name="text:Link Four" content="" />
  36. <meta name="text:Link Five Title" content="link5" />
  37. <meta name="text:Link Five" content="" />
  38. <meta name="text:Link Six Title" content="link6" />
  39. <meta name="text:Link Six" content="" />
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Maven+Pro' rel='stylesheet' type='text/css'>
  42. <link href='http://fonts.googleapis.com/css?family=Crafty+Girls|Coming+Soon' rel='stylesheet' type='text/css'>
  43. <style type="text/css">
  44.  
  45. {block:ifblackwhiteimages}img{
  46. -webkit-filter: grayscale(0%);
  47. }
  48. img:hover{
  49. -webkit-filter: grayscale(100%);
  50. z-index: -9999999999999999999999999px;
  51. }
  52. {/block:ifblackwhiteimages}
  53. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  54.  
  55. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  56.  
  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. div#entry{
  82. margin-top: 1px;
  83. padding-top:1px;
  84. padding-bottom:1px;
  85. }
  86. body {
  87. padding: 0px;
  88. margin: 0px;
  89. color:{color:text};
  90. font-family: 'Maven Pro', sans-serif;
  91. font-size: 8px;
  92. background-color: {color:Background};
  93. background-image:url({image:Background});
  94. background-attachment: fixed;
  95. background-repeat: repeat;
  96. }
  97. a:link, a:active, a:visited{
  98. color: {color:Link};
  99. text-decoration: none;
  100. -webkit-transition: color 0.3s ease-out;
  101. transition: color 0.3s ease-out;
  102. }
  103. a:hover {
  104. color:{color:Hover};
  105. text-decoration: none;
  106. font-style: none;
  107. }
  108. a:hover{
  109. color:{color:Hover};
  110. -webkit-transition: color 0.4s ease-out;
  111. -moz-transition: color 0.4s ease-out;
  112. text-shadow:0px 0px 1px #696969;
  113. }
  114. .entry {
  115. margin:1px;
  116. padding: 5px;
  117. text-align: left;
  118. border: 1px dotted #ddd;
  119. float:left;
  120. background-color: white;
  121. font-family: tahoma;
  122. font-size: 12px;
  123. line-height:11px;
  124. {block:IndexPage}
  125. width:270px;
  126. {/block:IndexPage}
  127. {block:PermalinkPage}
  128. width:550px;
  129. margin-left: 357x;
  130. {/block:PermalinkPage}
  131. }
  132. .cred {
  133. color: #000;
  134. font-family: Calibri;
  135. font-size:14px;
  136. z-index: 99999999999999px;
  137. line-height:14px;
  138. background:#fff;
  139. border: 1px #eee solid;
  140. background-repeat:repeat;
  141. padding:2px;
  142. -webkit-border-radius:2px;
  143. moz-border-radius:2px;
  144. -o-border-radius:2px;
  145. border-radius:2px;
  146. }
  147.  
  148. .cred a { color: #000; }
  149. .entry .permalink{
  150. position:absolute;
  151. width:270px;
  152. height:20px;
  153. padding-bottom:4px;
  154. background-color:white;
  155. overflow:hidden;
  156. font-family: 'Maven Pro', sans-serif;
  157. text-transform: lowercase;
  158. font-size: 12px;
  159. line-height:20px;
  160. text-align:center;
  161. opacity:0.0;
  162. -webkit-transition: all 0.2s linear;
  163. -webkit-transition: all 0.2s linear;
  164. -moz-transition: all 0.2s linear;
  165. transition: all 0.2s linear;
  166. }
  167. .entry:hover .permalink{
  168. margin-top:0px;
  169. overflow:visible;
  170. -webkit-transition: all 0.4s linear; opacity: 0.8;
  171. -webkit-transition: all 0.4s linear;
  172. -moz-transition: all 0.4s linear;
  173. transition: all 0.4s linear;
  174. }
  175. askk {
  176. font-family: 'Maven Pro', sans-serif;
  177. color: {color:Title};
  178. font-size:25px;
  179. z-index:1;
  180. }
  181. #pic {
  182. width: 200px;
  183. height: auto;
  184. }
  185.  
  186. #pic .descrip{
  187. opacity: 0;
  188. background: #fff;
  189. text-align: center;
  190. width: 200px;
  191. height: auto;
  192. position: absolute;
  193. -webkit-transition: opacity 0.7s linear;
  194. -webkit-transition: all 0.7s linear;
  195. -moz-transition: all 0.7s linear;
  196. transition: all 0.7s linear;
  197. }
  198.  
  199.  
  200. #pic:hover .descrip{
  201. opacity: 1;
  202. -webkit-transition: opacity 0.5s linear;
  203. -webkit-transition: all 0.5s linear;
  204. -moz-transition: all 0.5s linear;
  205. transition: all 0.5s linear;
  206. }
  207.  
  208.  
  209. div#sidebarrr2{
  210. position:fixed !important;
  211. width: 230px;
  212. height: auto;
  213. padding: 2px;
  214. line-height:9px;
  215. letter-spacing:0px;
  216. padding-bottom: 0px;
  217. border: 1px solid #ddd;
  218. }
  219.  
  220.  
  221. div#sidebarrr{
  222. position:fixed !important;
  223. width: 230px;
  224. height: auto;
  225. margin-top: 100px;
  226. margin-left: 640px;
  227. background-color: #fff;
  228. border: 1px solid #ddd;
  229. padding: 5px;
  230. }
  231. #picbar{
  232. position: fixed !important;
  233. z-index:99999999;
  234. width:120px;
  235. padding: 3px;
  236. text-align:center;
  237. margin-left: -90px;
  238. top: 0px;
  239. height: 100%;
  240. background-image:url({image:link bar});
  241. }
  242.  
  243. .links{
  244. letter-spacing: 4px;
  245. text-align: center;
  246. line-height: 16px;
  247. text-transform: uppercase;
  248. font-family: 'Maven Pro', sans-serif;
  249. display: block;
  250. background-color: white;
  251. border: 1px solid #aaa;
  252. height: 18px;
  253. width: 90px;
  254. margin-left: 0px;
  255. margin-top: 10px;
  256. -webkit-transition: all 0.5s ease;
  257. -moz-transition: all 0.5s ease;
  258. transition: all 0.5s ease;
  259. }
  260.  
  261. .links:hover{
  262. background: transparent;
  263. color:white;
  264. border: 1px solid #aaa;
  265. }
  266.  
  267. #navi{
  268. font-size: 12px;
  269. background: white;
  270. opacity: 1;
  271. width: 200px;
  272. padding-top: 2px;
  273. -webkit-transition: all 0.6s linear;
  274. -moz-transition: all 0.6s linear;
  275. transition: all 0.6s linear;
  276. }
  277. #posts {
  278. width: 800px;
  279. margin-left:50px;
  280. margin-top:1px;
  281. float:left;
  282. }
  283.  
  284. #infscr-loading{
  285. bottom: -70px;
  286. position: absolute;
  287. left: 50%;
  288. margin-left:-8px;
  289. width:16px;
  290. height:11px;
  291. overflow:hidden;
  292. margin-bottom: 50px;
  293. }
  294.  
  295.  
  296.  
  297. {CustomCSS}
  298.  
  299. </style>
  300. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  301. <title>{title}</title>
  302.  
  303. <link rel="shortcut icon" href="{Favicon}">
  304. <meta name="viewport" content="width=820" />
  305.  
  306.  
  307. <link rel="shortcut icon" href="{Favicon}">
  308. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  309. <meta name="viewport" content="width=820" />
  310.  
  311.  
  312. </head>
  313. <body>
  314.  
  315. <div class="wrapper">
  316. <div class="header">
  317. </div>
  318. <div id="sidebarrr">
  319. <div id="pic">
  320. <div class="descrip">
  321. <div style="border-right: 0px solid #ddd;"><img src="{image:sidebar2}" width="230" height="166"></div>
  322. </div>
  323.  
  324. <div style="border-right: 0px solid #ddd;"><img src="{image:sidebar}" width="230" height="166"></div>
  325. </div>
  326. </br><center>{Description}</center>
  327. </div>
  328.  
  329. <div id="picbar">
  330. <center><br><br>
  331. <br><br><br><br>
  332. <br><br><br><br><br><br>
  333. <div class="links">{block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</div>
  334.  
  335. <div class="links">{block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}</div>
  336.  
  337. <div class="links">{block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}</div>
  338.  
  339. <div class="links">{block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}</div>
  340.  
  341. <div class="links">{block:ifLinkFiveTitle}<a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle} </div>
  342.  
  343. <div class="links">{block:ifLinkSixTitle}<a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSixTitle} </div>
  344.  
  345. <div class="links"><a href="http://teenageblog.tumblr.com">theme</a></div>
  346.  
  347. </center>
  348. </div>
  349. <div class="left">
  350. <div id="posts">
  351.  
  352. {block:Posts}
  353. <div class="entry">
  354.  
  355. {block:IndexPage}
  356. <div class="permalink">
  357. <a href="{Permalink}"> <a href="{permalink}">{NoteCountWithLabel}</a> <a href="http://tinypic.com?ref=2ekrgjd" target="_blank"> - <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  358. {/block:IndexPage}
  359.  
  360. {block:Text}
  361. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  362. {/block:Text}
  363.  
  364.  
  365. {block:Answer}
  366. <br>
  367. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; font-family: ronda; font-size: 8px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  368. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  369. <askk>{Asker}</askk>: {Question}<br></div>
  370. <div style="font-family: ronda; font-size: 8px;">
  371. {Answer}
  372. </div>
  373. {/block:Answer}
  374.  
  375. {block:Link}
  376. <a href="{URL}" class="title">{Name}</a>
  377. {block:Description}{Description}{/block:Description}
  378. {block:Link}
  379.  
  380. {block:Photo}
  381. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="270"/></a></div>{LinkCloseTag}{/block:IndexPage}
  382. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"/></a>{LinkCloseTag}{/block:PermalinkPage}
  383. {/block:Photo}
  384.  
  385. {block:Photoset}
  386. {block:IndexPage}
  387. <center>
  388. {Photoset-340}</center>
  389. {/block:IndexPage}
  390. {block:PermalinkPage}
  391. <center>
  392. {Photoset-550}</center>
  393. {/block:PermalinkPage}
  394. {/block:Photoset}
  395.  
  396. {block:Quote}
  397. {Quote}</span>
  398. {block:Source}<strong>{Source}</strong>{/block:Source}
  399. {/block:Quote}
  400.  
  401. {block:Chat}
  402. {block:Title}<span class="title">{Title}</span>{/block:Title}
  403. <ul class="chat">
  404. {block:Lines}
  405. <li class="user_{UserNumber}">
  406. {block:Label}
  407. <span class="label">{Label}</span>
  408. {/block:Label}
  409.  
  410. {Line}
  411. </li>
  412. {/block:Lines}
  413. </ul>
  414. {/block:Chat}
  415.  
  416. {block:Audio}
  417. <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  418. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  419. {/block:Audio}
  420.  
  421. {block:Video}
  422. {block:IndexPage}
  423. <center>
  424. {Video-340}</center>
  425. {/block:IndexPage}
  426. {block:PermalinkPage}
  427. <center>
  428. {Video-550}</center>
  429. {/block:PermalinkPage}
  430. {block:Video}
  431.  
  432. {block:PermalinkPage}
  433. <center>
  434. <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>
  435.  
  436.  
  437. {/block:PermalinkPage}
  438.  
  439.  
  440. {block:PostNotes}{PostNotes}
  441. {/block:PostNotes}
  442. </div>
  443.  
  444.  
  445. {/block:Posts}
  446. </div>
  447. </div>
  448. {block:IndexPage}
  449. {block:Pagination}
  450. <div id="pagination">
  451. {block:NextPage}
  452. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  453. {/block:NextPage}
  454. {block:PreviousPage}
  455. <a href="{PreviousPage}">&larr;&nbsp;</a>
  456. {/block:PreviousPage}
  457. </div>
  458. {/block:Pagination}
  459. {/block:IndexPage}
  460. </div>
  461. {block:IndexPage}
  462. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  463. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  464.  
  465. <script type="text/javascript">
  466. $(window).load(function () {
  467. var $content = $('#posts');
  468. $content.masonry({itemSelector: '.entry'}),
  469. $content.infinitescroll({
  470. navSelector : 'div#pagination',
  471. nextSelector : 'div#pagination a#nextPage',
  472. itemSelector : '.entry',
  473. loading: {
  474. finishedMsg: '',
  475. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  476. },
  477. bufferPx : 600,
  478. debug : false,
  479. },
  480. // call masonry as a callback.
  481. function( newElements ) {
  482. var $newElems = $( newElements );
  483. $newElems.hide();
  484. // ensure that images load before adding to masonry layout
  485. $newElems.imagesLoaded(function(){
  486. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  487.  
  488.  
  489. });
  490. });
  491. });
  492. </script>
  493.  
  494. {/block:IndexPage}
  495. <div style="position: fixed; right:6px;bottom:10px;">
  496. <span class="cred">
  497. <a href="http://teenageblog.tumblr.com/" target="_blank">
  498. </a></span></div>
  499. </body>
  500.  
  501. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement