Advertisement
justourtrip

BORA BORA THEME

May 27th, 2013
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.68 KB | None | 0 0
  1. <!--
  2. theme by JUST OUR TRIP / THEME BORA BORA .1
  3. -->
  4.  
  5. <head>
  6.  
  7. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/rock_on_hands.png'), auto }</style>
  8. <div><a style="position:fixed;z-index:9 !important;top:300px;left:3px;" href="http://www.totallylayouts.com/" title="Tumblr Mouse Cursors" target="_blank"><img
  9.  
  10.  
  11.  
  12.  
  13. <meta name="color:Background" content="#fff" />
  14. <meta name="color:Text" content="#000" />
  15. <meta name="color:Links" content="#000" />
  16. <meta name="color:Audio" content="#ECECEC" />
  17. <meta name="color:Scroll" content="#000"/>
  18. <meta name="if:Fade Image" content="3"/>
  19. <meta name="image:Sidebar" content=""/>
  20. <meta name="text:Custom Link One" content="" />
  21. <meta name="text:Custom Link One Title" content="" />
  22. <meta name="text:Custom Link Two" content="" />
  23. <meta name="text:Custom Link Two Title" content="" />
  24. <meta name="text:Custom Link Three" content="" />
  25. <meta name="text:Custom Link Three Title" content="" />
  26. <meta name="text:Custom Link Four" content="" />
  27. <meta name="text:Custom Link Four Title" content="" />
  28. <meta name="text:Custom Link Five" content="" />
  29. <meta name="text:Custom Link Five Title" content="" />
  30.  
  31.  
  32.  
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <title>Untitled Document</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40.  
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />
  43. {/block:Description}
  44. <div class=”links_list”>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. img{
  51. -webkit-transition: opacity 0.8s linear;
  52. opacity: 0.60;
  53. }
  54. img:hover{
  55. -webkit-transition: opacity 0.8s linear;
  56. opacity: 1;
  57. }
  58. {/block:IfFadeImage}
  59.  
  60. ::-webkit-scrollbar-thumb:vertical{
  61. background-color: {color:Scroll};
  62. height: 100px;
  63. -webkit-border-radius: 3px;
  64. }
  65.  
  66.  
  67. ::-webkit-scrollbar{
  68. height: 10px;
  69. width: 8px;
  70. background-color: {color:Background};
  71. }
  72.  
  73. ol.notes img {
  74. width: 16px;
  75. position: relative;
  76. display: inline;
  77. top: 3px;
  78.  
  79. margin: 0 auto;
  80. }
  81.  
  82. #tumblr_controls{
  83. top: 1px !important;
  84. margin: 0 0 0 0;
  85. right: 0px !important;
  86. position: fixed !important;}
  87.  
  88. {block:IfFadeImage}
  89. iframe#tumblr_controls { right:0px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  90.  
  91. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  92.  
  93. {/block:IfFadeImage}
  94.  
  95.  
  96.  
  97.  
  98. body{
  99. color:{color:Text};
  100. background-color:{color:Background};
  101. background-attachment: fixed;
  102. font-size:9px;
  103. text-align:center;
  104. font-family:helvetica;
  105. line-height:15px;
  106. }
  107. .wrapper{
  108. margin:1px auto;
  109. margin-left: 120px;
  110. }
  111.  
  112. .header{
  113. float: left;
  114. width: 100%;
  115. }
  116.  
  117. .left{
  118. float: left;
  119. margin-right: 20px;
  120. width: 802px;
  121. color:{color:Text};
  122. }
  123.  
  124. p {
  125. margin:0px;
  126. margin-top:0px;
  127. }
  128.  
  129. a:link, a:active, a:visited{
  130. color:{color:Links};
  131. text-decoration: none;
  132. -o-transition-duration: 3s;
  133. -webkit-transition-duration: 3s;
  134. -moz-transition-duration: 3s;
  135. }
  136.  
  137. a:hover {
  138. color:{color:Hover};
  139. -webkit-transition-duration: 0.5s;
  140. -moz-transition-duration: 0.5s;
  141. -o-transition-duration: 0.5s;
  142. -ms-transition-duration: 0.5s;
  143. text-decoration:underline;
  144. text-shadow:0px 0px 10px {color:Text Shadow};
  145. }
  146.  
  147. div#sidebar{
  148. position:fixed !important;
  149. width: 200px;
  150. height:auto;
  151. margin-top: 180px;
  152. margin-left: 0px;
  153. padding: 2px;
  154. line-height:11px;
  155. -webkit-transition-duration: 0.8s;
  156. -moz-transition-duration: 0.8s;
  157. padding-bottom: 5px;
  158. margin-bottom: 0px;
  159. -webkit-animation: flipInY 2s;
  160. -moz-animation: flipInY 2s;
  161. -ms-animation: flipInY: 2s;
  162. }
  163.  
  164.  
  165. #navi {
  166. width: 190px;
  167. margin-left: 10px;
  168. text-align: center;
  169. }
  170.  
  171. #navi a {
  172. height: 11px;
  173. padding: 2px;
  174. margin-bottom: 3px;
  175. margin: 0px;
  176. font-family:helvetica;
  177. font-size: 9px;
  178. color: {color:Links};
  179. text-transform: none;
  180. letter-spacing: 1px;
  181. text-align: center;
  182. line-height: 11px;
  183. text-decoration: none;
  184. }
  185.  
  186.  
  187. #fuck {font-size:10px; text-align:center; font-family:helvetica; line-height:110%; margin-bottom:10px; padding-top:2px; }
  188.  
  189.  
  190. #posts {
  191. width: 800px;
  192. color:{color:Text};
  193. margin-left:310px;
  194. margin-top:-8px;
  195. {block:PermalinkPage}
  196. margin-left:350px;
  197. width: 350px;
  198. {/block:PermalinkPage}
  199. }
  200.  
  201.  
  202.  
  203. .entry {
  204. float: right;
  205. display: block;
  206. margin: 3px;
  207. margin-right:-30px;
  208. margin-bottom:10px;
  209. margin-left:50px;
  210. {block:indexpage}
  211. width: 350px;
  212. {/block:indexpage}
  213. {block:permalinkpage}
  214. width: 400px;
  215. {/block:permalinkpage}
  216. overflow:hidden;
  217. {/block:indexpage}
  218. }
  219.  
  220. .photopermaholder{
  221. position:absolute;
  222. height:14px;
  223. bottom:22px; right:3px;opacity:0;
  224. filter: alpha(opacity = 0);
  225. -moz-transition: all 0.5;
  226. -webkit-transition: all 0.5s;
  227. -o-transition: all 0.5s;
  228. transition: all 0.5;
  229. }
  230.  
  231. .photoperma{
  232. display:inline-block;
  233. margin-right:5px;
  234. padding:4px;
  235. height:14px;
  236. }
  237.  
  238. .photoperma a{color:#000;
  239. }
  240.  
  241. .entry:hover .photopermaholder{
  242. opacity:1.9;
  243. filter: alpha(opacity = 25);
  244. -moz-transition: all 0.5;
  245. -webkit-transition: all 0.5s;
  246. -o-transition: all 0.5s;
  247. transition: all 0.5;
  248. }
  249.  
  250.  
  251.  
  252. .permalink{
  253. text-transform:none;
  254. text-align:right;
  255. font-family: calibri;
  256. color:{color:Links};
  257. isplay:inline-block;
  258. margin-right:5px;
  259. padding:0px;
  260. height:6px;
  261. opacity: 0;
  262. filter: alpha(opacity = 0);
  263. -moz-transition: all 0.4s;
  264. -webkit-transition: all 0.4s;
  265. -o-transition: all 0.4s;
  266. transition: all 0.4;
  267. }
  268.  
  269. div#entry:hover .permalink{
  270. margin-top: -2px;
  271. opacity: 1;
  272. filter: alpha(opacity = 100);
  273. -moz-transition: all 0.4s;
  274. -webkit-transition: all 0.4s;
  275. -o-transition: all 0.4s;
  276. transition: all 0.4;
  277. }
  278.  
  279. .quote{
  280. font-size:9px;
  281. line-height:14px;
  282. text-transform:none;
  283. margin-bottom:-2px;
  284. color:{color:Text};
  285. font-family:helvetica;
  286. }
  287.  
  288. .audio{
  289. {block:IndexPage}
  290. width:250px;
  291. {/block:IndexPage}
  292. {block:PermalinkPage}
  293. width:488px;
  294. {/block:PermalinkPage}
  295. background-color:#fff;
  296. padding:5px;
  297. margin-bottom:4px;
  298. border-left:1px solid;
  299. border-right:1px solid;
  300. border-color:{color:Audio};
  301. }
  302.  
  303. .audiocap, .videocap{
  304. background-color:{color:Audio};
  305. display:block;
  306. padding:10px;
  307. }
  308.  
  309. .albumart, .albumart img{
  310. {block:IndexPage}
  311. width:300px;
  312. {/block:IndexPage}
  313. {block:PermalinkPage}
  314. width:500px;
  315. {/block:PermalinkPage}
  316. }
  317.  
  318. div.video embed,
  319. div.post div.video object {
  320. {block:IndexPage}
  321. width:250px !important;
  322. height:150px !important;
  323. {/block:IndexPage}
  324. {block:PermalinkPage}
  325. width:500px !important;
  326. height:350px !important;
  327. {/block:PermalinkPage}
  328. }
  329.  
  330. .question{
  331. font-weight:normal;
  332. margin-bottom:5px;
  333. font-size:11px;
  334. line-height:15px;
  335. display:block;
  336. color:{color:Text};
  337. text-transform:none;
  338. }
  339.  
  340. .caption{
  341. margin-top:5px;
  342. margin-bottom:5px;
  343. color:{color:Text};
  344. }
  345.  
  346.  
  347.  
  348. .bordaht {
  349. -webkit-border-radius: 20px;
  350. -moz-border-radius: 20px;
  351. border-radius: 20px;
  352. }
  353.  
  354. .h1 {font-family: 'Clicker Script', cursive;
  355. }
  356.  
  357.  
  358.  
  359. </style>
  360.  
  361.  
  362. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  363. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  364. </script>
  365. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  366. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  367. <script type="text/javascript">
  368.  
  369. $(window).load(function () {
  370. $('.posts').masonry(),
  371. $('.masonryWrap').infinitescroll({
  372. navSelector : "div#navigation",
  373. // selector for the paged navigation (it will be hidden)
  374. nextSelector : "div#navigation a#nextPage",
  375. // selector for the NEXT link (to page 2)
  376. itemSelector : ".entry",
  377. // selector for all items you'll retrieve
  378. bufferPx : 10000,
  379. extraScrollPx: 11000,
  380. loadingImg : "",
  381. loadingText : "<em></em>",
  382. },
  383. // call masonry as a callback.
  384. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  385. );
  386. });
  387. </script>
  388.  
  389. </head>
  390.  
  391. <body>
  392.  
  393. <div class="wrapper">
  394.  
  395. <div id="sidebar"><div><center>
  396. <div id="navi">
  397. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle}
  398. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle}
  399. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> {/block:ifCustomLinkThreeTitle}
  400. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> {/block:ifCustomLinkFourTitle}
  401. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a> {/block:ifCustomLinkFiveTitle}
  402.  
  403. <center><a href="/"><img src="{image:sidebar}" width=190px/></a>
  404. <div id="">
  405. <center>{Description}</center></div></div>
  406.  
  407.  
  408. <br><br>
  409.  
  410. </div>
  411. </div>
  412. </div>
  413.  
  414. <div class="left">
  415.  
  416. <div id="posts">
  417.  
  418. <div class="posts">
  419.  
  420. {block:Posts}
  421.  
  422. <div class="entry">
  423.  
  424. {block:Text}
  425. <div id="entry"><div style="background-color:{color:background};">
  426. <div style="padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  427. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  428. {Body}
  429. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  430. </div></div></div>
  431. {/block:Text}
  432.  
  433. {block:Photo}
  434. <div id="entry">
  435. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank" ><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  436. {block:IndexPage}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" width="350"></a></a>{LinkCloseTag}{/block:IndexPage}</div>
  437. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  438. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}
  439. {block:Caption}{Caption}{/block:Caption}
  440. {/block:PermalinkPage}
  441. {/block:Photo}
  442.  
  443. {block:Photoset}
  444. <div id="entry">
  445. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  446. {block:IndexPage}{Photoset-350}{/block:IndexPage}</div>
  447. {block:PermalinkPage}{Photoset-500}
  448. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  449. {/block:Photoset}
  450.  
  451. {block:Quote}
  452. <div id="entry"><div style="background-color:{color:Posts};">
  453. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  454. <div class="quote">" {Quote} " </div>
  455. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  456. </div></div></div>
  457. {/block:Quote}
  458.  
  459. {block:Link}
  460. <div id="entry"><div style="background-color:{color:Posts};">
  461. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  462. <a href="{URL}"{Target}><span class="link_title"> {Name}</span></a>
  463. {block:Description}<small>{Description}</small>{/block:Description}
  464. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  465. </div></div></div>
  466. {/block:Link}
  467.  
  468. {block:Video}
  469. <div class="video">
  470. <div id="entry">
  471. {block:IndexPage}{block:ifReblogLinkOnHover}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  472. {/block:ifReblogLinkOnHover}
  473. {block:IndexPage}{Video-350}{/block:IndexPage}
  474. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  475. </div>
  476. {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  477. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  478. </div>
  479. {/block:Video}
  480.  
  481. {block:Chat}
  482. <div id="entry"><div style="background-color:{color:Posts};">
  483. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  484. {block:Title}
  485. <div class="ptitle">{Title}</div>
  486. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  487. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  488. </div></div></div>
  489. {/block:Chat}
  490.  
  491. {block:Audio}
  492. {block:AlbumArt}
  493. <div id="entry">
  494. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"target="_blank"><img src="http://static.tumblr.com/i8axhtw/zGombktxi/rebloggg.png"title="reblog"class="bordaht"></a> <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/i8axhtw/50mmbktzc/likeee.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"class="bordaht"/></div></div>{/block:IndexPage}
  495. <div class="albumart"><img src="{AlbumArtURL}"></a></div></div>{/block:AlbumArt}
  496. <div class="audio">{AudioPlayerWhite}</div>
  497. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  498. {/block:Audio}
  499.  
  500. {block:Answer}
  501. <div id="entry"><div style="background-color:{color:Posts};">
  502. <div style="padding-top:15px; padding-bottom:9px; padding-left:10px; padding-right:10px;">
  503. <div class="question"><u>{Asker}</u>: &nbsp;{Question}</div>
  504. {Answer}
  505. {block:IndexPage}<div class="permalink">{NoteCountWithLabel} &nbsp; </div>{/block:IndexPage}
  506. </div></div></div>
  507. {/block:Answer}
  508.  
  509. {block:PermalinkPage}
  510. <div style="background-color:{color:Posts};">
  511. <div style="padding-top:15px; padding-bottom:9px; padding-left:10px; padding-right:10px;">{block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}</div></div>
  512. {/block:PermalinkPage}
  513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  514.  
  515. </div>
  516.  
  517. {/block:Posts}
  518. </div>
  519. </div>
  520.  
  521. {block:IndexPage}
  522. <div class="column navigation" id="navigation">
  523. {block:Pagination}
  524. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  525. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  526. </div>
  527. {/block:IndexPage}
  528.  
  529.  
  530.  
  531. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  532. </body>
  533.  
  534.  
  535. </body>
  536. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow35.js"></script>
  537. <noscript><a href="http://www.scrolltotop.com"></a></noscript>
  538.  
  539.  
  540.  
  541. <div style="position:fixed; bottom:-1px; right:0px;">
  542. <a href="http://justourtrip.tumblr.com">Bora Bora Theme</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement