Advertisement
florels

theme #13 - relentless

Sep 19th, 2013
15,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 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. relentless theme made by florels
  6. dont remove the credits or ill remove your internal organs xo
  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.  
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21.  
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="color:border" content="#000000" />
  24. <meta name="color:text" content="#000000" />
  25. <meta name="color:title" content="#000000" />
  26. <meta name="color:link" content="#000000" />
  27. <meta name="color:scrollbar" content="#000000" />
  28. <meta name="color:nav links" content="#000000" />
  29. <meta name="color:nav link bg" content="#BCE6D2" />
  30.  
  31. <meta name="image:background" content="" />
  32. <meta name="image:banner" content="" />
  33.  
  34. <meta name="if:3 columns" content="0"/>
  35. <meta name="if:show banner" 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: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. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  50.  
  51. {block:IndexPage}
  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/sHPmq6jr6/ajax-loader.gif",
  68. loadingText : "<em></em>",
  69. },
  70. // call masonry as a callback.
  71. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  72. );
  73. });
  74. </script>
  75.  
  76. {/block:IndexPage}
  77. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;bottom:0px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;bottom:0px;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  78.  
  79.  
  80.  
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. iframe#tumblr_controls {
  86. top: 0% !important;
  87. right:0% !important;
  88. position: fixed !important;}
  89.  
  90. {block:indexpage}
  91. img{
  92. max-width:250px;}
  93. {block:if3columns}
  94. max-width:200px;
  95. {/block:if3columns}
  96. {/block:indexpage}
  97.  
  98. body{
  99. margin:0px;
  100. padding:0px;
  101. margin-top:0px;
  102. margin-bottom:0px;
  103. font-family:'cambria';
  104. font-size:10px;
  105. color:{color:text};
  106. background-color:{color:background};
  107. background-image:url('{image:background}');
  108. background-attachment: fixed; }
  109.  
  110.  
  111. a {
  112. color:{color:link};
  113. text-decoration:underline;}
  114.  
  115. a:hover {
  116. text-decoration:none;}
  117.  
  118. a:active,a:focus {outline:0;}
  119.  
  120. ::-webkit-scrollbar {width: 8px; height: 8px; background:{color:background};}
  121. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  122.  
  123.  
  124. #posts {
  125. {block:IndexPage}
  126. width:585px;
  127. margin-left:-200px;
  128. {block:if3columns}
  129. width:726px;
  130. margin-left:-250px;
  131. {/block:if3columns}
  132. {/block:IndexPage}
  133. {block:PermalinkPage}
  134. width:500px;
  135. margin-left:-200px;
  136. {/block:PermalinkPage}
  137. position:relative;
  138. float:left;
  139. top:50px;
  140. left:50%;}
  141.  
  142. #blogtitle {
  143. top:120px;
  144. left:50%;
  145. text-align:right;
  146. margin-left:-530px;
  147. {block:if3columns}
  148. margin-left:-580px;
  149. {/block:if3columns}
  150. letter-spacing:1px;
  151. position:fixed;
  152. padding:3px;
  153. width:300px;}
  154.  
  155. #blogtitle a{
  156. color:{color:title};
  157. font-size:18px;
  158. font-family:'playfair display';
  159. text-transform:uppercase;
  160. text-decoration:none;}
  161.  
  162. #banner{
  163. margin-top:60px;
  164. left:50%;
  165. margin-left:-530px;
  166. {block:if3columns}
  167. {block:indexpage}
  168. margin-left:-580px;
  169. {/block:indexpage}
  170. {/block:if3columns}
  171. width:300px;
  172. text-align:right;
  173. position:fixed;}
  174.  
  175. #description {
  176. text-align:justify;
  177. color:{color:text};
  178. font-family:'cambria';
  179. line-height:100%;
  180. font-size:11px;
  181. position:fixed;
  182. left:50%;
  183. padding:3px;
  184. margin-left:-386px;
  185. {block:if3columns}
  186. {block:indexpage}
  187. margin-left:-436px;
  188. {/block:indexpage}
  189. {/block:if3columns}
  190. width:150px;
  191. top:155px;
  192. border:1px solid {color:border};}
  193.  
  194. #description a{
  195. z-index:2;
  196. color:{color:link};
  197. text-decoration:underline;}
  198.  
  199. #description a:hover{
  200. text-decoration:none;}
  201.  
  202. #navlinks{
  203. text-align:right;
  204. width:100px;
  205. left:50%;
  206. padding:3px;
  207. margin-left:-330px;
  208. {block:if3columns}
  209. {block:indexpage}
  210. margin-left:-380px;
  211. {/block:indexpage}
  212. {/block:if3columns}
  213. word-spacing:4px;
  214. top:300px;
  215. position:fixed;
  216. z-index:999999999;}
  217.  
  218. #navlinks a{
  219. font-family:'cambria';
  220. line-height:210%;
  221. color:{color:nav links};
  222. text-decoration:none;
  223. padding:2px;
  224. font-size:10px;
  225. background-color:{color:nav link bg};
  226. border:1px solid {color:background};}
  227.  
  228. #navlinks a:hover{
  229. border:1px solid {color:border};}
  230.  
  231. .notes {
  232. padding-left:20px;
  233. font-size:10px;}
  234.  
  235. li.notes {
  236. float:left;
  237. width:500px;
  238. padding-left:5px;
  239. margin-top:10px;
  240. overflow-x:hidden;
  241. over-flow-y:scroll;
  242. list-style-type:none;
  243. font-weight:normal;
  244. font-size:10px;
  245. text-transform:none;}
  246.  
  247. li.note {
  248. padding-top:2px;
  249. opacity:1;
  250. -moz-transition:0.1s ease-in;
  251. -webkit-transition:0.1s ease-in;
  252. -o-transition:0.1s ease-in;
  253. transition:0.1s ease-in;}
  254.  
  255. li.note img.avatar {
  256. width:14px;
  257. height:14px;}
  258.  
  259.  
  260. .permalink {
  261. padding:2px;
  262. text-align:right;
  263. {block:permalinkpage}
  264. opacity:0;
  265. {/block:permalinkpage}}
  266.  
  267. .headings{
  268. font-size:16px;
  269. text-align:left;
  270. font-style:italic;}
  271.  
  272. #audioplayer{
  273. background-color:#000;
  274. height:27px;
  275. margin-bottom:-4px;
  276. {block:ifnot3columns}
  277. width:250px;
  278. {/block:ifnot3columns}}
  279.  
  280.  
  281. .post {
  282. {block:indexpage}
  283. width:250px;
  284. margin:15px;
  285. padding:5px;
  286. border:1px solid {color:border};
  287. {block:if3columns}
  288. width:200px;
  289. {/block:if3columns}
  290. {/block:indexpage}
  291. {block:permalinkpage}
  292. width:500px;
  293. padding:20px;
  294. margin-top:15px;
  295. {/block:permalinkpage}
  296. float:left;
  297. position:relative;
  298. text-align:justify;
  299. font-family:'cambria';
  300. font-size:10px;
  301. color:{color:text};}
  302.  
  303. .quote {
  304. text-align:center;
  305. font-size:12px;}
  306.  
  307. .quotesource {
  308. text-align:right;}
  309.  
  310. .image:hover{
  311. opacity:1;}
  312.  
  313. .chat { text-align:right; line-height:11px; }
  314.  
  315. .captions { margin-top:-8px;}
  316.  
  317. </style>
  318. </head>
  319.  
  320. <body>
  321.  
  322. <div id="description"> {description} </div>
  323.  
  324. {block:ifnotshowbanner}<div id="blogtitle"><a href="/">{title}</a></div>{/block:ifnotshowbanner}
  325.  
  326. {block:ifshowbanner}<div id="banner"><img style="max-width:300px; max-height:75px" src="{image:banner}"/></div>{/block:ifshowbanner}
  327.  
  328. <div id="navlinks">
  329. <a href="/">home</a>
  330. <a href="{text:asklink}">message</a>
  331. <a href="/archive">archive</a>
  332. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  333. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  334. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  335. <a href="http://emmalucys.com">theme</a>
  336. </div>
  337.  
  338.  
  339.  
  340.  
  341. <div id="posts">
  342.  
  343. {block:Posts}
  344.  
  345.  
  346. {block:Text}
  347. <div class="post">
  348. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  349. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>{/block:Text}
  350.  
  351.  
  352. {block:Photo}
  353. <div class="post">
  354. <div class="image">
  355. {block:IndexPage}
  356. {block:ifnot3columns}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a>{/block:ifnot3columns}
  357. {block:if3columns}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"></a>{/block:if3columns}
  358. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}
  359. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  360. </div></div>
  361. {/block:Photo}
  362.  
  363.  
  364. {block:Photoset}
  365. <div class="post">
  366. {block:Photos}
  367. {block:indexpage}
  368. {block:ifnot3columns}<img src="{PhotoURL-500}" width="250" />{/block:ifnot3columns}
  369. {block:if3columns}<img src="{PhotoURL-500}" width="200" />{/block:if3columns}{/block:indexpage}
  370. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  371. {/block:Photos}
  372. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  373. {/block:Photoset}
  374.  
  375.  
  376. {block:Quote}
  377. <div class="post">
  378. <div class="quote">'<i>{Quote}</i>'</div>
  379. <div class="quotesource">— {Source}</div>
  380. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  381. {/block:Quote}
  382.  
  383.  
  384. {block:Link}
  385. <div class="post">
  386. <div class="headings"><a href="{URL}">{Name}</a></div>
  387. {block:Description}{Description}{/block:Description}
  388. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  389. {/block:Link}
  390.  
  391.  
  392. {block:Chat}
  393. <div class="post">
  394. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  395. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  396. {/block:Label}{/block:Lines}</div>
  397. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  398. {/block:Chat}
  399.  
  400. {block:Video}
  401. {block:IndexPage}
  402. <div class="post">{Video-250}
  403. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a></div></div>
  404. {/block:IndexPage}
  405. {block:PermalinkPage}
  406. {Video-500}
  407. {/block:PermalinkPage}
  408. {block:Video}
  409.  
  410. {block:Audio}
  411. <div class="post">
  412. <div id="audioplayer">{AudioPlayerBlack}</div>
  413. {block:Caption}{Caption}{/block:Caption}
  414. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  415.  
  416.  
  417. {block:Answer}
  418. <div class="post">
  419. {Question}<br>- {Asker} <br><i> {Answer} </i>
  420. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  421. {/block:Answer}
  422.  
  423.  
  424. {block:PermalinkPage}
  425. <div class="notes">
  426. {Caption}
  427. posted {TimeAgo}
  428. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  429. {block:RebloggedFrom}
  430. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  431. {/block:RebloggedFrom}
  432. {block:ContentSource}
  433. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  434. {/block:ContentSource}
  435. <br><br>{PostNotes}<div>
  436. {/block:PermalinkPage}
  437.  
  438.  
  439.  
  440. {/block:posts}
  441.  
  442.  
  443. </div></div></div></div>
  444.  
  445. </body>
  446. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement