Advertisement
florels

theme #11 - treatment

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