Advertisement
florels

theme #5 - into the wild

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