wavethemes

Hope Theme

Oct 14th, 2012
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!------------------------------------------------------------------
  5. Hope Theme by Bjarki
  6. _ _ ____ _______ _____ ____ ___ _ _____
  7. | |__| | / /\ \ |__ __|| ____| / /\ \ | O \ | | | ____|
  8. | __ | / /__\ \ | | | _| / /__\ \ | / | | | _|
  9. | | | | / / \ \ | | | |___ / / \ \ | O \ | |__ | |___
  10. |_| |_|/_/ \_\ |_| |_____|/_/ \_\|___/ |____||_____|
  11. please do not remove the theme credit! thank you
  12. ------------------------------------------------------------------->
  13.  
  14. <head>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
  17.  
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <title>{title}</title>
  26.  
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
  29.  
  30. <meta name="description" content="{metadescription}" />
  31.  
  32. <meta name="color:Background" content="#FFFFFF"/>
  33. <meta name="color:Text" content="#000000"/>
  34. <meta name="color:Hover" content="#5d5d5d"/>
  35. <meta name="color:Link" content="#000000"/>
  36. <meta name="image:Background" content="1"/>
  37. <meta name="image:sidebar" content="http://static.tumblr.com/lt3dexl/fAzmcgqnc/tumblr_mbum7mtqvu1r7dcuho1_500.jpeg"/>
  38. <meta name="image:postbackground" content="1"/>
  39. <meta name="text:Link One Title" content="" />
  40. <meta name="text:Link One" content="" />
  41. <meta name="text:Link Two Title" content="" />
  42. <meta name="text:Link Two" content="" />
  43. <meta name="text:Link Three Title" content="" />
  44. <meta name="text:Link Three" content="" />
  45. <meta name="text:Link Four Title" content="" />
  46. <meta name="text:Link Four" content="" />
  47. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  54.  
  55. ::-webkit-scrollbar-thumb { background-color:black; }
  56.  
  57. 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;}
  58.  
  59. #tumblr_controls{
  60. position:fixed !important;
  61. }
  62.  
  63. .wrapper{
  64. margin: 0px auto;
  65. width: 900px;
  66. }
  67.  
  68. .header{
  69. float: left;
  70. width: 100%;
  71. }
  72.  
  73. .left{
  74. float: left;
  75. margin-right: 20px;
  76. width: 802px;
  77. }
  78.  
  79. .right{
  80. float: right;
  81. width: 200px;
  82. background-color: {color:Background};
  83. }
  84.  
  85. body {
  86. padding: 0px;
  87. margin: 0px;
  88. color:{color:text};
  89. font-family: antic;
  90. font-size: 11px;
  91. line-height:11px;
  92. background-color: {color:Background};
  93. background-image:url({image:Background});
  94. background-attachment: fixed;
  95. background-repeat: repeat
  96. text-align: justify;
  97. }
  98.  
  99. a:link, a:active, a:visited{
  100. color:{color:link};
  101. text-decoration: none;
  102. -webkit-transition: color 0.4s ease-out;
  103. -moz-transition: color 0.4s ease-out;
  104. }
  105.  
  106. a:hover{
  107. color:{color:Hover};
  108. -webkit-transition: color 0.4s ease-out;
  109. -moz-transition: color 0.4s ease-out;
  110. }
  111.  
  112. .entry {
  113. margin: 3px;
  114. padding: 5px;
  115. padding-bottom:4px;
  116. float:left;
  117. text-align: justify;
  118. background-color: white;
  119. font-family: antic;
  120. font-size: 11px;
  121. line-height:11px;
  122. {block:IndexPage}
  123. width:250px;
  124. border:1px solid transparent;
  125. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  126. {/block:IndexPage}
  127. {block:PermalinkPage}
  128. width:505px;
  129. margin-left:10px;
  130. {/block:PermalinkPage}
  131. }
  132.  
  133. .entry:hover{
  134. {block:IndexPage}
  135. border:1px solid black;
  136. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  137. {/block:IndexPage}
  138. }
  139.  
  140. #sidebar {
  141. width:524px;
  142. font-family:antic;
  143. height:auto;
  144. font-size: 11px;
  145. margin-left:455px;
  146. margin-top:0px;
  147. background-color:#ffffff;
  148. border-top-right-radius:0px;
  149. border-top-left-radius:0px;
  150. z-index:9999;
  151. overflow:show;
  152. border:solid 1px #cecece;
  153. padding: 5px;
  154. position:fixed !important;
  155. opacity: 1.0;
  156. text-align: center;
  157. filter:alpha(opacity=100);
  158. -moz-opacity: 1.0;
  159. -khtml-opacity: 1.0;
  160. -webkit-transition: all 0.5s linear;
  161. -moz-transition: all 0.5s linear;
  162. transition: all 0.5s linear;
  163. background:#ffffff;
  164. background-image:url({image:sidebar});
  165. background-attachment: fixed;
  166. background-size: 100% 100%;
  167. background-repeat:repeat;
  168. }
  169.  
  170.  
  171.  
  172. #sidebar2 {
  173. width:524px;
  174. bottom:0px;
  175. font-family:antic;
  176. height:50px;
  177. font-size: 11px;
  178. margin-left:225px;
  179. background-color:#ffffff;
  180. border-top-right-radius:0px;
  181. border-top-left-radius:0px;
  182. z-index:9999;
  183. overflow:show;
  184. border:solid 1px #cecece;
  185. padding: 5px;
  186. position:fixed !important;
  187. opacity: 1.0;
  188. text-align: center;
  189. filter:alpha(opacity=100);
  190. -moz-opacity: 1.0;
  191. -khtml-opacity: 1.0;
  192. -webkit-transition: all 0.5s linear;
  193. -moz-transition: all 0.5s linear;
  194. transition: all 0.5s linear;
  195. background:#ffffff;
  196. background-image:url({image:sidebar});
  197. background-attachment: fixed;
  198. background-size: 100% 100%;
  199. background-repeat:repeat;
  200. }
  201.  
  202.  
  203. #posts {
  204. width:536px;
  205. margin-top:40px;
  206. float:center;
  207. font-family: antic;
  208. margin-left:455px;
  209. background:#ffffff;
  210. background-image:url({image:postbackground});
  211. background-attachment: fixed;
  212. background-repeat:repeat;
  213. }
  214.  
  215. #blogtitle{
  216. font-size:25px;
  217. text-align: center;
  218. line-height:25px;
  219. font-family: Emilys Candy;
  220. color:#000;
  221. text-transform:uppercase;
  222. }
  223.  
  224. #blogtitle:hover{
  225. border-bottom: dashed 1px #fff;
  226. }
  227.  
  228. .links a{
  229. font-size: 12px;
  230. text-align: right;
  231. line-height:15px;
  232. letter-spacing: 0px;
  233. margin: 3px;
  234. background-color: transparent;
  235. padding-left: 5px;
  236. padding-right: 5px;
  237. border-radius: 3px;
  238. text-transform: uppercase;
  239. font-family: consolas;
  240. color: #fff;
  241. -webkit-transition: all 0.3s linear;
  242. -webkit-transition: all 0.3s linear;
  243. -moz-transition: all 0.3s linear;
  244. transition: all 0.3s linear;
  245. }
  246.  
  247. .links a:hover{
  248. border-top: dashed 1px #fff;
  249. }
  250.  
  251. .textperma{
  252. display: block;
  253. font-family: antic;
  254. font-size: 11px;
  255. line-height:11px;
  256. text-transform: lowercase;
  257. text-align: right;
  258. background-color:#FFFFFF;
  259. padding: 0px;
  260. margin: 2px;
  261. }
  262.  
  263. .title{
  264. font-family: antic;
  265. font-size: 15px;
  266. line-height: 15px;
  267. color: black;
  268. font-weight: normal;
  269. text-transform:uppercase;
  270. }
  271.  
  272. </style>
  273.  
  274. {block:IndexPage}
  275. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  276. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  277.  
  278. <script type="text/javascript">
  279. $(window).load(function () {
  280. var $content = $('#posts');
  281. $content.masonry({itemSelector: '.entry'}),
  282. $content.infinitescroll({
  283. navSelector : 'div#pagination',
  284. nextSelector : 'div#pagination a#nextPage',
  285. itemSelector : '.entry',
  286. loading: {
  287. finishedMsg: '',
  288. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  289. },
  290. bufferPx : 600,
  291. debug : false,
  292. },
  293. // call masonry as a callback.
  294. function( newElements ) {
  295. var $newElems = $( newElements );
  296. $newElems.hide();
  297. // ensure that images load before adding to masonry layout
  298. $newElems.imagesLoaded(function(){
  299. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  300.  
  301.  
  302. });
  303. });
  304. });
  305. </script>
  306.  
  307.  
  308.  
  309. {/block:IndexPage}
  310.  
  311. <title>{title}</title>
  312.  
  313. <link rel="shortcut icon" href="{Favicon}">
  314. <meta name="viewport" content="width=820" />
  315.  
  316. </head>
  317.  
  318. <body>
  319.  
  320. <div class="wrapper">
  321. <div class="header">
  322. </div>
  323.  
  324. <div id="sidebar2">
  325. </a><br>
  326. {Description}<p>
  327.  
  328. {block:ifLinkOneTitle}<span class="links"><a href="{text:Link One}">{text:Link One Title}</a></span> {/block:ifLinkOneTitle}
  329.  
  330. {block:ifLinkTwoTitle}<span class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></span> {/block:ifLinkTwoTitle}
  331.  
  332. {block:ifLinkThreeTitle}<span class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></span> {/block:ifLinkThreeTitle}
  333.  
  334. {block:ifLinkFourTitle}<span class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></span> {/block:ifLinkFourTitle}
  335.  
  336. {block:ifLinkFiveTitle}<span class="links"><a href="{text:Link five}">{text:Link Five Title}</a></span> {/block:ifLinkFiveTitle}
  337. <span class="links"><a href="http://wavethemes.tumblr.com/">theme</a>
  338. </div>
  339.  
  340. </div>
  341.  
  342. <div id="sidebar">
  343. <a href="/"><div id="blogtitle">{title}</div>
  344.  
  345. </div>
  346.  
  347.  
  348. <div class="content">
  349.  
  350. <div class="left">
  351.  
  352. <div id="posts">
  353.  
  354. {block:Posts}
  355. <div class="entry">
  356.  
  357. {block:Text}
  358. {block:Title}<span class="title">{Title}</span>{/block:Title}
  359. <span class="entrytext">{Body}</span></a>
  360. {block:IndexPage}
  361. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  362. {/block:IndexPage}
  363. {/block:Text}
  364.  
  365. {block:Link}
  366. <a href="{URL}" class="title">{Name}</a>
  367. {block:Description}{Description}{/block:Description}
  368. {block:IndexPage}
  369. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  370. {/block:IndexPage}
  371. {block:Link}
  372.  
  373. {block:Photo}
  374. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  375. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="505"/></a>{LinkCloseTag}{/block:PermalinkPage}
  376. {/block:Photo}
  377.  
  378. {block:Photoset}{block:IndexPage}
  379. <div class="permalink">
  380. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}<center>{Photoset-400}</center></span>{/block:Photoset}
  381.  
  382. {block:Quote}
  383. <span class="title">{Quote}</span><br />
  384. {block:Source}{Source}{/block:Source}
  385. {block:IndexPage}
  386. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  387. {/block:IndexPage}
  388. {/block:Quote}
  389.  
  390. {block:Chat}
  391. {block:Title}<span class="title">{Title}</span>{/block:Title}
  392. <ul class="chat">
  393. {block:Lines}
  394. <li class="user_{UserNumber}">
  395. {block:Label}
  396. <span class="label">{Label}</span>
  397. {/block:Label}
  398.  
  399. {Line}
  400. </li>
  401. {/block:Lines}
  402. </ul>
  403. {block:IndexPage}
  404. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  405. {/block:IndexPage}
  406. {/block:Chat}
  407.  
  408. {block:Audio}
  409. <center><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  410. {FormattedPlayCount} plays</small></div></div></center><br>
  411. {block:Caption}{Caption}{/block:Caption}
  412. {block:IndexPage}
  413. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  414. {/block:IndexPage}
  415. {/block:Audio}
  416.  
  417. {block:Video}{block:IndexPage}
  418. <div class="permalink">
  419. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
  420. <center>
  421. <div class="videoperma">{Video-400}</div><BR>
  422. {block:Caption}{Caption}</a>{/block:Caption}</center>
  423. {block:Video}
  424.  
  425. {block:PermalinkPage}
  426. <center>
  427. {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>
  428.  
  429. {/block:PermalinkPage}
  430.  
  431. {block:PostNotes}{PostNotes}
  432. {/block:PostNotes}
  433. </div>
  434.  
  435. {/block:Posts}
  436. </div>
  437. </div>
  438. {block:IndexPage}
  439. {block:Pagination}
  440. <div id="pagination">
  441. {block:NextPage}
  442. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  443. {/block:NextPage}
  444. {block:PreviousPage}
  445. <a href="{PreviousPage}">&larr;&nbsp;</a>
  446. {/block:PreviousPage}
  447. </div>
  448. {/block:Pagination}
  449. {/block:IndexPage}
  450. </div>
  451.  
  452. </body>
  453. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://hateable.tumblr.com">hateable</a></div>
  454. </html>
Advertisement
Add Comment
Please, Sign In to add comment