Advertisement
terrabithia

good vibes (edit of good vibrations by gentlethemes)

Sep 1st, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. "GOOD VIBRATIONS" THEME
  5. MADE BY EMMA @ GENTLETHEMES
  6.  
  7. http://slaning.tumblr.com/
  8.  
  9. DON'T REMOVE THE CREDIT, PLEASE! X
  10.  
  11. edited by priya @terrabithia
  12.  
  13. -->
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16.  
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25.  
  26.  
  27. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?time=90"></script>
  28. <title>{title}</title>
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31.  
  32. <meta name="image:Background" content=""/>
  33.  
  34. <meta name="color:Nav" content="#000000"/>
  35.  
  36. <meta name="color:Text" content="#000000"/>
  37.  
  38. <meta name="color:Image Permalink Hover" content="#ffffff">
  39.  
  40. <meta name="font:Text" content="Georgia"/>
  41.  
  42. <meta name="font:Title" content="Georgia"/>
  43.  
  44. <meta name="image:Title" content=""/>
  45.  
  46. <meta name="if:Title Image" content=""/>
  47.  
  48.  
  49. <meta name="if:Show Caption" content=""/>
  50.  
  51. <meta name="if:Shadow" content=""/>
  52.  
  53. <meta name="text:Title Font Size" content="15" />
  54.  
  55. <meta name="text:Link1" content="/" />
  56.  
  57. <meta name="text:Link1 Title" content="link" />
  58.  
  59. <meta name="text:Link2" content="/" />
  60.  
  61. <meta name="text:Link2 Title" content="link" />
  62.  
  63. <meta name="text:Link3" content="/" />
  64.  
  65. <meta name="text:Link3 Title" content="link" />
  66.  
  67. <meta name="text:link4" content="/"/>
  68.  
  69. <meta name="text:link4 title" content="link"/>
  70.  
  71. <meta name="text:topbarquote" content="-quote or some shit-"/>
  72.  
  73. <link rel="shortcut icon" href="{Favicon}">
  74. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  75. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  82.  
  83.  
  84.  
  85. {block:IfInfiniteScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  86. {/block:IfInfiniteScrolling}
  87. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  88. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script>
  89.  
  90. <script type="text/javascript">
  91. jQuery(document).ready(function() {
  92.  
  93. jQuery(".descrip").hide();
  94.  
  95. //toggle the componenet with class msg_body
  96.  
  97. jQuery(".blogtitle").click(function()
  98.  
  99. {
  100.  
  101. jQuery(this).next(".descrip").slideToggle(500);
  102.  
  103. });});
  104.  
  105. $(window).load(function () {
  106. $('#posts').masonry(),
  107. $('.masonryWrap').infinitescroll({
  108. navSelector : "#leftnav",
  109. nextSelector : "#leftnav a#next",
  110. itemSelector : ".entry",
  111. bufferPx : 10000,
  112. extraScrollPx: 11000,
  113. loadingImg : "",
  114. loadingText : "Loading more beauty",
  115. },
  116. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  117. );
  118. });
  119. </script>
  120.  
  121.  
  122. <style type="text/css">
  123.  
  124.  
  125.  
  126.  
  127.  
  128. img{
  129. -webkit-transition: opacity 1s linear;
  130. opacity: 0.750;
  131.  
  132. }
  133.  
  134. img:hover{
  135. -webkit-transition: opacity 1s linear;
  136. opacity: 1;
  137. }
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. body {font-family: {font:Text}; font-size: 11px; color: {color: Text}; background-color: {color:Background}; background-image:url('{image:Background}'); background-attachment: fixed;}
  145. a:hover{text-decoration:underline;}
  146.  
  147. {block:IndexPage}.entry {width: 272px; margin: 2px; margin-top:-20px; float: left;}
  148. #center {width:290px; margin: auto; margin-bottom: 10px; margin-top: 10px;}
  149. .inside img {width: 250px !important;}
  150. .entry img {width: 272px;}{/block:IndexPage}
  151.  
  152. {block:PermalinkPage}.entry {width: 522px; margin: 25px; margin-top:40px; margin-left:400px;}
  153. .inside img {width: 500px !important;}
  154. .entry img {width: 522px;}{/block:PermalinkPage}
  155.  
  156. a {color: {color:Nav}; border-bottom: 1px solid #ffffff; text-decoration: none; -webkit-transition-duration: .3s;}
  157.  
  158. a:hover {border-bottom: 1px solid #ffffff;}
  159.  
  160. .title {font-weight: bold; }
  161.  
  162. #header { {block:PermalinkPage} margin-bottom: 50px; margin-left:400px; {/block:PermalinkPage} text-align:cente;}
  163.  
  164. .inside {padding: 10px;}
  165.  
  166. .inside a {color: #000000;}
  167.  
  168. .inside:hover {border: 1px transparent {color:Image Permalink Hover};}
  169.  
  170. .head {font-family: {font:text}; font-size: 30px; text-transform:none; margin-left: 25px; margin-right: 25px; }
  171. .head a {border: none;}
  172. .head img {max-width: 522px; {block:IndexPage}{/block:IndexPage} height: auto;}
  173.  
  174. .audio {opacity: .5; padding: 10px; border-radius: 100px; background-color: #fff; position: absolute; margin-top: 226.5px; margin-left: 226.5px; {block:IndexPage}margin-top: 101.5px; margin-left: 101.5px;{/block:IndexPage}}
  175. .player {width: 27px; overflow: hidden;}
  176.  
  177. .label {font-weight: bold; margin-right: 10px; }
  178.  
  179. #links {{block:IndexPage}{/block:IndexPage} {block:PermalinkPage}width: 522px;{/block:PermalinkPage} bottom: 0px; margin-left: 25px; opacity: .5; font-family: georgia; text-transform: uppercase; position: fixed; -webkit-transition-duration: .3s; z-index: 1; text-align: center;}
  180. #links:hover {opacity: 1; text-decoration:underline;}
  181. .links_bottom {padding: 10px 0px 10px 0px; background-color: {color:Background}; background-image:url('{image:Background}'); background-attachment: fixed;}
  182. #links a {border: none; margin-right: 5px; margin-left: 5px;}
  183.  
  184. .bullet {margin-right: 5px; margin-left: 5px;}
  185.  
  186. .drop {
  187.  
  188. background:{color:Background};
  189.  
  190. position:fixed;
  191.  
  192. opacity:;
  193.  
  194. top:0px;
  195.  
  196. opacity:0.9;
  197.  
  198. padding:5px 0px;
  199.  
  200.  
  201. width:280px;
  202.  
  203. z-index:9999;
  204.  
  205.  
  206. }
  207.  
  208. .blogtitle {
  209.  
  210. font-size:{text:title font size}px;
  211.  
  212. font-weight:normal;
  213.  
  214. font-family:'give you glory';
  215.  
  216. text-transform:uppercase;
  217.  
  218. margin-bottom:0px;
  219.  
  220. margin-top:20px;
  221.  
  222. background-color:white;
  223.  
  224. letter-spacing:4px;
  225. }
  226.  
  227. #lace {
  228. background-image: url('http://static.tumblr.com/jsbzmqo/BShmpggcm/jaja.png');
  229. margin-bottom: -20px;
  230. width: 270px;
  231. {block:permalinkpage}width: 520px;{/block:permalinkpage}
  232. height: 18px;
  233. opacity: .9;
  234. }
  235.  
  236.  
  237.  
  238. #photo_permalink {position: relative; top: 20px; right: -260px; opacity: 0; -webkit-transition-duration: .3s; text-align: left; {block:PermalinkPage}display: none{/block:PermalinkPage}}
  239. #photo_permalink a {border-bottom: none; -webkit-transition-duration: .3s; color: {color:Image Permalink Hover}; font-family: {font:text}; font-size: 10px;}
  240. #photo_permalink a:hover {border-bottom: none; opacity: 1;}
  241. .entry:hover #photo_permalink {opacity: 1;}
  242. #text_permalink {opacity: 0; text-align: right; margin-top: 15px; -webkit-transition-duration: .3s; position: absolute; bottom: 1px; {block:IfShadow}bottom: 9px;{/block:IfShadow} right: 1px; padding: 10px; background-color: #ffffff; {block:PermalinkPage}display: none{/block:PermalinkPage}}
  243. .entry:hover #text_permalink {opacity: 1; }
  244. .caption_triangle {width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #ffffff; position: absolute; margin-top: -5px; margin-left: 20px;}
  245. .caption p {margin: 0px; padding: 0px; padding-top: 10px;}
  246. blockquote {margin: 0px; padding: 0px; opacity: 1;}
  247. .posted {font-family: {font:text;} text-transform: uppercase; margin-right: 2px;}
  248. ol.notes {list-style-type: decimal; overflow: auto;}
  249. img.avatar {display: none;}
  250. li.note {margin-left: -40px; padding: 5px;}
  251. {block:IndexPage}#centernav {width: 50%; display: inline-block; {block:IfInfiniteScrolling}width: 100%;{/block:IfInfiniteScrolling}}{/block:IndexPage}
  252. #leftnav {width: 25%; display: inline-block; text-align: left; {block:IfInfiniteScrolling}display: none;{/block:IfInfiniteScrolling}}
  253. #rightnav {width: 25%; display: inline-block; text-align: right; {block:IfInfiniteScrolling}display: none;{/block:IfInfiniteScrolling}}
  254. ::-webkit-scrollbar-thumb:vertical {
  255. background-color: #000000;
  256. height:5px;
  257. }
  258. ::-webkit-scrollbar-thumb:horizontal {
  259. background-color: #000000;
  260. height:5px !important;
  261. }
  262. ::-webkit-scrollbar {
  263. height:5px;
  264. width:5px;
  265. background-color: {color:Background};}
  266. {block:IndexPage}.aud_back {width: 250px; height: 250px; background-color: {color:Link};}{/block:IndexPage}
  267. {block:PermalinkPage}.aud_back {width: 500px; height: 500px; background-color: {color:Link};}{/block:PermalinkPage}
  268.  
  269. </style>
  270. </head>
  271.  
  272. <body>
  273. <br><br><br><br>
  274. <div style="bottom:0px; right: 0px; position: fixed"><a href="http://slanting.tumblr.com">&copy;</a><a href="http://terrabithia.tumblr.com">☆</a></div>
  275.  
  276. <div style="bottom:30px; left: 10px; position: fixed; width:200px"><p style="text-align:right">
  277.  
  278. {block:iflink1}<a href="{text:Link1}">{text:Link1 Title}</a> &middot;{/block:ifLink1}
  279.  
  280. {block:iflink2}<a href="{text:Link2}">{text:Link2 Title}</a> &middot;{/block:ifLink2}
  281.  
  282. {block:iflink3}<a href="{text:Link3}">{text:Link3 Title}</a> &middot;{/block:ifLink3}
  283.  
  284. {block:iflink4}<a href="{text:Link4}">{text:Link4 Title}</a><br><br>{/block:ifLink4}
  285.  
  286. {Description}
  287.  
  288.  
  289. </p></div>
  290.  
  291.  
  292. <div style="bottom:300px; left: 80px; position: fixed; width:200px"><p style="text-align:justified">
  293.  
  294.  
  295.  
  296.  
  297.  
  298. </p></div>
  299.  
  300. <div id="center">
  301.  
  302. <div class="drop"><div class="blogtitle"><div align="center">{Title}</div></div><div align="center">
  303.  
  304. "{text:topbarquote}"<br>
  305.  
  306.  
  307.  
  308. </div>
  309.  
  310.  
  311.  
  312. <div id="header"><div class="head">{block:IfNotTitleImage}{/block:IfNotTitleImage}{block:IfTitleImage}<img src="{image:Title}">{/block:IfTitleImage}</div> {block:AskEnabled}{/block:AskEnabled}
  313.  
  314.  
  315. <div id="lace"></div>
  316.  
  317. {block:SubmissionsEnabled}{/block:SubmissionsEnabled}{block:HasPages}{block:Pages}{/block:Pages}{/block:HasPages}</div></div>
  318.  
  319.  
  320. <div id="posts">
  321.  
  322. {block:Posts}
  323.  
  324. {block:Text}
  325. <div class="entry">
  326. <div class="inside">
  327. {block:Title}
  328. <div class="title">{Title}</div>
  329. {/block:Title}
  330. {Body}
  331. <div id="text_permalink"><a href="{Permalink}">{NoteCount}</a>&middot;<a href="{reblogurl}">reblog</a></div>
  332. </div>
  333. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  334. </div>
  335. {/block:Text}
  336.  
  337. {block:Photo}
  338. <div class="entry">
  339. <div class="inside">
  340. <div id="photo_permalink"><a href="{Permalink}">{NoteCount}</a> &middot; <a href="{reblogurl}">↺</a></div>
  341. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" title="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  342. {block:IfShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
  343. {block:PermalinkPage}{block:IfNotShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfNotShowCaption}{/block:PermalinkPage}
  344. </div>
  345. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  346. </div>
  347. {/block:Photo}
  348.  
  349. {block:Photoset}
  350. <div class="entry">
  351. <div class="inside">
  352. <div id="photo_permalink"><a href="{Permalink}">{NoteCount}</a></div>
  353. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  354. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  355. {block:IfShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
  356. {block:PermalinkPage}{block:IfNotShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfNotShowCaption}{/block:PermalinkPage}
  357. </div>
  358. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  359. </div>
  360. {/block:Photoset}
  361.  
  362. {block:Answer}
  363. <div class="entry">
  364. <div class="inside">
  365. <div style="font-weight: bold; margin-right: 10px; display: inline-block;">{Asker}: </div>{Question}
  366. <div>{Answer}</div>
  367. <div id="text_permalink"><a href="{Permalink}">{NoteCount}</a></div>
  368. </div>
  369. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  370. </div>
  371. {/block:Answer}
  372.  
  373. {block:Quote}
  374. <div class="entry">
  375. <div class="inside">
  376. {Quote}
  377. {block:Source}<div class="title">━ {Source}</div>
  378. {/block:Source}
  379. <div id="text_permalink"><a href="{Permalink}">{NoteCount}</a>&middot;<a href="{reblogurl}">reblog</a></div>
  380. </div>
  381. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  382. </div>
  383. {/block:Quote}
  384.  
  385. {block:Link}
  386. <div class="entry">
  387. <div class="inside">
  388. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  389. {block:Description}
  390. {Description}
  391. {/block:Description}
  392. <div id="text_permalink"><a href="{Permalink}">{NoteCount}</a>&middot;<a href="{reblogurl}">reblog</a></div>
  393. </div>
  394. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  395. </div>
  396. {/block:Link}
  397.  
  398. {block:Chat}
  399. <div class="entry">
  400. <div class="inside">
  401. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  402. {block:Lines}<span style="align:left"><div class="{Alt} user_{UserNumber}">{block:Label}
  403. <span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</span>
  404. <div id="text_permalink"><a href="{Permalink}">{NoteCount}</a>&middot;<a href="{reblogurl}">reblog</a></div>
  405. </div>
  406. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  407. </div>
  408. {/block:Chat}
  409.  
  410. {block:Video}
  411. <div class="entry">
  412. <div class="inside">
  413. <div id="photo_permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{reblogurl}">reblog</a></div>
  414. {block:IndexPage}{Video-250}{/block:IndexPage}
  415. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  416. {block:IfShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
  417. {block:PermalinkPage}{block:IfNotShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfNotShowCaption}{/block:PermalinkPage}
  418. </div>
  419. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  420. </div>
  421. {/block:Video}
  422.  
  423. {block:Audio}
  424. <div class="entry">
  425. <div class="inside">
  426. <div id="photo_permalink"><a href="{Permalink}">{NoteCount}</a></div>
  427. <div class="audio"><div class="player">{AudioPlayerWhite}</div></div>
  428. <div class="aud_back">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  429. {block:IfShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaption}
  430. {block:PermalinkPage}{block:IfNotShowCaption}{block:Caption}<div class="caption_triangle"></div><div class="caption">{Caption}</div>{/block:Caption}{/block:IfNotShowCaption}{/block:PermalinkPage}
  431. </div>
  432. {block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}
  433. </div>
  434. {/block:Audio}
  435.  
  436. {block:Date}{block:PermalinkPage}
  437. <div class="entry"><div class="inside"><div class="post_notes_etc"><div class="block"><span class="posted">Posted</span> {TimeAgo}</div><div class="block"><span class="posted">Accumulated</span> {NoteCountwithLabel}</div>{block:HasTags}<div class="block"><span class="posted">Filed under</span> {block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a>, {block:Tags}</div>{/block:HasTags}</div></div>{block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}</div>
  438. {/block:PermalinkPage}{/block:Date}
  439.  
  440. {block:PostNotes}
  441. <div class="entry"><div class="inside">{PostNotes}</div>{block:IfShadow}<img src="http://static.tumblr.com/twte3d7/5MBlm3f4r/shadow.png" height="8px">{/block:IfShadow}</div>
  442. {/block:PostNotes}
  443.  
  444. {/block:Posts}
  445.  
  446. </div>
  447. <br><br><br>
  448. <div align="left">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" id="previous">« Previous Page</a>{/block:PreviousPage}{/block:Pagination}</div><div align="right">{block:Pagination}{block:NextPage}<a href="{NextPage}">Next Page »</a>{/block:NextPage}{/block:Pagination}</div>
  449.  
  450. </div>
  451.  
  452. </body>
  453.  
  454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement