Advertisement
florels

theme #9 - riptide

Aug 29th, 2013
2,975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. riptide theme made by florels
  6. don't remove the credit or i'll remove your internal organs xx
  7.  
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12.  
  13. <link rel="icon" href="{Favicon}"/>
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20.  
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="color:linksbg" content="#444444" />
  23. <meta name="color:text" content="#444444" />
  24. <meta name="color:blogtitle" content="#ffffff" />
  25. <meta name="color:navlink" content="#ffffff" />
  26. <meta name="color:link" content="#444444" />
  27. <meta name="color:hover" content="#ffffff" />
  28. <meta name="color:header" content="#cecece" />
  29. <meta name="color:scrollbar" content="#444444" />
  30.  
  31. <meta name="image:header" content="" />
  32. <meta name="image:background" content="" />
  33. <meta name="image:banner" content="" />
  34.  
  35. <meta name="if:show custom link a" content="1" />
  36. <meta name="if:show custom link b" content="1" />
  37. <meta name="if:show custom link c" content="1" />
  38. <meta name="if:show banner" content="0" />
  39.  
  40. <meta name="text:asklink" content="/ask" />
  41. <meta name="text:linka url" content="/" />
  42. <meta name="text:linka title" content="linka" />
  43. <meta name="text:linkb url" content="/" />
  44. <meta name="text:linkb title" content="linkb" />
  45. <meta name="text:linkc url" content="/" />
  46. <meta name="text:linkc title" content="linkc" />
  47.  
  48.  
  49.  
  50. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  51.  
  52. {block:IndexPage}
  53. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  54. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  55.  
  56. <script type="text/javascript">
  57. $(window).load(function () {
  58. $('#posts').masonry(),
  59. $('.masonryWrap').infinitescroll({
  60. navSelector : "div.navigation",
  61. // selector for the paged navigation (it will be hidden)
  62. nextSelector : ".navigation a#next",
  63. // selector for the NEXT link (to page 2)
  64. itemSelector : ".post",
  65. // selector for all items you'll retrieve
  66. bufferPx : 10000,
  67. extraScrollPx: 10000,
  68. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  69. loadingText : "<em></em>",
  70. },
  71. // call masonry as a callback.
  72. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  73. );
  74. });
  75. </script>
  76. {/block:IndexPage}
  77. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:left" href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  78.  
  79.  
  80.  
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. iframe#tumblr_controls {
  87. top: 0% !important;
  88. right:0% !important;
  89. position: fixed !important;}
  90.  
  91.  
  92. @font-face
  93. {
  94. font-family: Wisdom Script;
  95. src: url('http://static.tumblr.com/bcpenwm/07Gmsagvg/wisdom_script.otf')}
  96.  
  97. body{
  98. margin:0px;
  99. padding:0px;
  100. margin-top:0px;
  101. margin-bottom:0px;
  102. font-family:'noto sans';
  103. font-size:10px;
  104. color:{color:text};
  105. background-color:{color:background};
  106. background-image:url('{image:background}');
  107. background-attachment: fixed; }
  108.  
  109. a {
  110. color:{color:link};
  111. text-decoration:none;
  112. -webkit-transition: all 0.4s ease;
  113. -moz-transition: all 0.4s ease;
  114. -o-transition: all 0.4s ease;
  115. transition: all 0.4s ease;}
  116.  
  117. a:hover {
  118. color:{color:hover};}
  119.  
  120. a:active,a:focus {outline:0;}
  121.  
  122. ::-webkit-scrollbar {width: 7px; height: 7px; background:{color:background};}
  123. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  124.  
  125. #header {
  126. width:100%;
  127. height:200px;
  128. position:fixed;
  129. background-color:{color:header};
  130. background-image:url('{image:header}');
  131. border-bottom:3px solid {color:linksbg};
  132. z-index:1;
  133. {block:ifshowbanner}
  134. height:250px;
  135. {/block:ifshowbanner}}
  136.  
  137. .blogtitle {
  138. color:{color:title};
  139. margin-top:20px;
  140. margin-left:-200px;
  141. left:50%;
  142. text-align:center;
  143. position:absolute;
  144. width:400px;
  145. font-size:52px;
  146. font-family:'wisdom script';}
  147.  
  148. .blogtitle a{
  149. color:{color:blogtitle};
  150. text-decoration:none;}
  151.  
  152. .banner{
  153. position:fixed;
  154. margin-top:10px;
  155. left:50%;
  156. margin-left:-250px;
  157. width:500px;
  158. text-align:center;}
  159.  
  160.  
  161. .navlinks{
  162. z-index:1;
  163. font-family:'noto sans';
  164. font-size:10px;
  165. text-align:center;
  166. position:fixed;
  167. width:600px;
  168. left:50%;
  169. margin-left:-300px;
  170. margin-top:115px;
  171. text-transform:uppercase;
  172. {block:ifshowbanner}
  173. margin-top:165px;
  174. {/block:ifshowbanner}}
  175.  
  176. .navlinks a{
  177. color:{color:navlink};
  178. padding:8px;
  179. background-color:{color:linksbg};
  180. border-bottom:2px solid {color:navlink};
  181. -webkit-transition: all 0.4s ease;
  182. -moz-transition: all 0.4s ease;
  183. -o-transition: all 0.4s ease;
  184. transition: all 0.4s ease;}
  185.  
  186. .navlinks a:hover{
  187. text-decoration:none;
  188. color:{color:linksbg};
  189. background-color:{color:header};}
  190.  
  191. .description {
  192. text-align:center;
  193. margin-top:150px;
  194. left:50%;
  195. font-family:'noto sans';
  196. font-size:10px;
  197. width:600px;
  198. position:absolute;
  199. margin-left:-300px;
  200. {block:ifshowbanner}
  201. margin-top:200px;
  202. {/block:ifshowbanner}}
  203.  
  204. .notes {
  205. font-size:10px;}
  206.  
  207. li.notes {
  208. float:left;
  209. width:500px;
  210. margin-top:10px;
  211. overflow-x:hidden;
  212. over-flow-y:scroll;
  213. list-style-type:none;
  214. font-weight:normal;
  215. font-size:10px;
  216. text-transform:none;}
  217.  
  218. li.note {
  219. padding-top:2px;
  220. opacity:1;
  221. -moz-transition:0.1s ease-in;
  222. -webkit-transition:0.1s ease-in;
  223. -o-transition:0.1s ease-in;
  224. transition:0.1s ease-in;}
  225.  
  226. li.note img.avatar {
  227. width:14px;
  228. height:14px;}
  229.  
  230.  
  231. .permalink {
  232. padding:2px;
  233. text-align:right;
  234. {block:permalinkpage}
  235. opacity:0;
  236. {/block:permalinkpage}}
  237.  
  238. .headings{
  239. font-size:14px;
  240. text-align:left;
  241. font-style:italic;}
  242.  
  243. #audioplayer{
  244. background-color:{color:background};
  245. height:27px;
  246. margin-bottom:-4px;
  247. width:300px;}
  248.  
  249. #posts {
  250. position:relative;
  251. float:left;
  252. margin-top:210px;
  253. left:50%;
  254. {block:indexpage}
  255. width:1080px;
  256. margin-left:-540px;
  257. {/block:indexpage}
  258. {block:permalinkpage}
  259. width:500px;
  260. margin-left:-250px;
  261. {/block:permalinkpage}
  262. {block:ifshowbanner}
  263. margin-top:260px;
  264. {/block:ifshowbanner}}
  265.  
  266. .post {
  267. {block:indexpage}
  268. width:300px;
  269. margin:15px;
  270. float:left;
  271. position:relative;
  272. text-align:justify;
  273. font-family:'noto sans';
  274. font-size:10px;
  275. padding:15px;
  276. color:{color:text}
  277. {/block:indexpage}
  278. {block:permalinkpage}
  279. width:500px;
  280. padding:15px;
  281. margin-top:15px;
  282. {/block:permalinkpage}}
  283.  
  284. .buttons {
  285. position:absolute;
  286. bottom:14px;
  287. opacity:0;
  288. background:rgba(0, 0, 0, 0.4);
  289. border-top:4px solid #ffffff;
  290. border-bottom:4px solid #ffffff;
  291. padding:10px;
  292. width:280px;
  293. line-height:90%;
  294. -webkit-transition: all 0.3s linear;
  295. -webkit-transition: all 0.3s linear;
  296. -moz-transition: all 0.3s linear;
  297. transition: all 0.3s linear;}
  298.  
  299. .post:hover .buttons{
  300. opacity:1;
  301. -webkit-transition: all 0.3s linear;
  302. -webkit-transition: all 0.3s linear;
  303. -moz-transition: all 0.3s linear;
  304. transition: all 0.3s linear;}
  305.  
  306. .buttons a:hover{
  307. background-color:rgba(0, 0, 0, 0);}
  308.  
  309. .quote {
  310. text-align:left;
  311. font-size:12px;}
  312.  
  313. .quotesource {
  314. text-align:right;}
  315.  
  316. .image:hover{
  317. opacity:1;}
  318.  
  319. .chat { text-align:right; line-height:11px; }
  320.  
  321. .captions { margin-top:-8px;}
  322.  
  323. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  324. #infscr-loading {display:none;}
  325. .navigation {display:none!important;}
  326.  
  327. </style>
  328. </head>
  329.  
  330. <body>
  331. <div id="header">
  332.  
  333. {block:ifnotshowbanner}<div class="blogtitle"><a href="/">{title}</a></div>{/block:ifnotshowbanner}
  334.  
  335. {block:ifshowbanner}<div class="banner"><img style="max-width:500px; max-height:125px" src="{image:banner}"/></div>{/block:ifshowbanner}
  336.  
  337. <div class="description"> {description}</div></div>
  338. <div class="navlinks">
  339. <a href="/">home</a>&nbsp;&nbsp;&nbsp;
  340. <a href="{text:asklink}">mailbox</a>&nbsp;&nbsp;&nbsp;
  341. <a href="/archive">archive</a>&nbsp;&nbsp;&nbsp;
  342. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>&nbsp;&nbsp;&nbsp;{/block:ifshowcustomlinka}
  343. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>&nbsp;&nbsp;&nbsp;{/block:ifshowcustomlinkb}
  344. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>&nbsp;&nbsp;&nbsp;{/block:ifshowcustomlinkc}
  345. <a href="http://emmalucys.com">theme</a></div></div>
  346.  
  347.  
  348.  
  349. <div id="posts">
  350.  
  351. {block:Posts}
  352.  
  353.  
  354.  
  355.  
  356.  
  357. {block:Text}
  358. <div class="post">
  359. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  360. <div class="permalink"><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:Text}
  361.  
  362.  
  363. {block:Photo}
  364. <div class="post">
  365. <div class="image">
  366. {Block:IndexPage}<div class="buttons">
  367. {ReblogButton color="white" size="14"}<br>
  368. {LikeButton color="white" size="14"}</div>{/Block:IndexPage}
  369. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  370. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="300" alt="{PhotoAlt}"/>{/block:IndexPage}
  371.  
  372. {block:PermalinkPage}
  373. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  374. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
  375. {/block:Photo}
  376.  
  377.  
  378. {block:Photoset}
  379. <div class="post">
  380. {block:Photos}
  381. {block:indexpage}<img src="{PhotoURL-500}" width="300" />{/block:indexpage}
  382. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  383. {/block:Photos}
  384. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  385. {/block:Photoset}
  386.  
  387.  
  388. {block:Quote}
  389. <div class="post">
  390. <div class="quote">'<i>{Quote}</i>'</div>
  391. <div class="quotesource">— {Source}</div>
  392. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  393. {/block:Quote}
  394.  
  395.  
  396. {block:Link}
  397. <div class="post">
  398. <div class="headings"><a href="{URL}">{Name}</a></div>
  399. {block:Description}{Description}{/block:Description}
  400. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  401. {/block:Link}
  402.  
  403.  
  404. {block:Chat}
  405. <div class="post">
  406. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  407. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  408. {/block:Label}{/block:Lines}</div>
  409. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  410. {/block:Chat}
  411.  
  412.  
  413. {block:Audio}
  414. <div class="post">
  415. <div id="audioplayer">{AudioPlayerGrey}</div>
  416. {block:Caption}{Caption}{/block:Caption}
  417. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  418.  
  419.  
  420. {block:Answer}
  421. <div class="post">
  422. {Question}<br>- {Asker} <br><i> {Answer} </i>
  423. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  424. {/block:Answer}
  425.  
  426.  
  427. {block:PermalinkPage}
  428. <div class="notes">
  429. {Caption}
  430. posted {TimeAgo}
  431. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  432. {block:RebloggedFrom}
  433. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  434. {/block:RebloggedFrom}
  435. {block:ContentSource}
  436. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  437. {/block:ContentSource}
  438. <br><br>{PostNotes}<div>
  439. {/block:PermalinkPage}
  440.  
  441.  
  442. {/block:posts} </div></div> </div>
  443.  
  444.  
  445.  
  446. </div>
  447. </body>
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement