veusthemes

Luxor Theme

Oct 29th, 2011
42,661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 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" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Theme created by: Livings
  6. -->
  7.  
  8. <head>
  9.  
  10. <meta name="color:text" content="#292929">
  11. <meta name="color:link" content="#2E2E2E" />
  12. <meta name="color:link hover" content="#fff" />
  13. <meta name="if:Endless Scroll" content="1" />
  14. <meta name="if:Hide Captions" content="1" />
  15. <meta name="font:body" content="Times New Roman" />
  16. <meta name="if:shadowed images" content="1" />
  17. <meta name="if:Cedarville Font" content="0"/>
  18. <meta name="if:Rounded Photo Edges" content="0" />
  19. <meta name="text:font size" content="9px" />
  20. <meta name="text:Custom Link One" content="" />
  21. <meta name="text:Custom Link One Title" content="" />
  22. <meta name="text:Custom Link Two" content="" />
  23. <meta name="text:Custom Link Two Title" content="" />
  24. <meta name="if:Maximised Background Image" content="0"/>
  25. <meta name="image:Background" content=""/>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <title>Untitled Document</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
  35.  
  36. {block:ifClickToShowAndHideNav}
  37. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  38. <script type="text/javascript">
  39. jQuery(document).ready(function() {
  40. jQuery(".nav").hide();
  41. //toggle the componenet with class msg_body
  42. jQuery(".blogtitle").click(function()
  43. {
  44. jQuery(this).next(".nav").slideToggle(500);
  45. });});
  46. </script>
  47. {/block:ifClickToShowAndHideNav}
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />
  51. {/block:Description}
  52.  
  53. <style type="text/css">
  54. #tumblr_controls{position:fixed !important; }
  55.  
  56. body{
  57. color:{color:text};
  58. background-color:#fff;
  59. font-family:{font:body};
  60. font-size:{text:font size};
  61. letter-spacing:px;
  62. line-height: 10px;
  63. text-align:justify;
  64. {block:IfNotMaximisedBackgroundImage}
  65. background-image:url({image:Background});
  66. background-attachment:fixed;
  67. background-repeat:repeat;
  68. {/block:IfNotMaximisedBackgroundImage}
  69. }
  70. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  71. {block:IfMaximisedBackgroundImage}
  72. #bg img {
  73. z-index:-1;
  74. position:fixed;
  75. top:0;
  76. left:0;
  77. height:100%;
  78. width:100%;
  79. }
  80. {block:IfMaximisedBackgroundImage}
  81. #content{
  82. width:100%;
  83. margin: auto auto auto auto;
  84. position: relative;
  85. }
  86.  
  87. #content
  88. .posts {
  89. width:578px;
  90. margin-left:370px;
  91. position:relative;
  92. padding-top:15px;
  93. }
  94.  
  95. #content
  96. .posts img {
  97. {block:IFRoundedPhotoEdges}
  98. border-radius:5px;
  99. -moz-border-radius:5px;
  100. {/block:IfRoundedPhotoEdges}
  101. }
  102.  
  103. #content
  104. .entry {
  105. {block:IndexPage}
  106. width:200px;
  107. margin-right:-30px;
  108. margin-left:35px;
  109. padding:8px;
  110. float:left;
  111. position: relative;
  112. {/block:IndexPage}
  113. {block:PermalinkPage}
  114. width: 200px;
  115. {/block:PermalinkPage}
  116. }
  117.  
  118. .contentcolumn{
  119. margin:auto;
  120. width:420px;
  121. margin-top:25px;
  122. overflow:shown;
  123. }
  124.  
  125. {block:ifshadowedimages}
  126. a img{
  127. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  128. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  129. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  130. }
  131. {/block:ifshadowedimages}
  132.  
  133.  
  134. .title{
  135. text-align:left;
  136. font-family:cedarville cursive;
  137. font-size:20px;
  138. margin-top:-15px;
  139. color:{color:text};
  140. line-height:15px;
  141. }
  142.  
  143. .nav{
  144. text-align:right;
  145. font-family:georgia;
  146. font-size:9px;
  147. color:{color:text};
  148. line-height:19px;
  149. margin-top:-27px;
  150. margin-bottom:-10px;
  151. border-bottom: 1px solid {color:text};
  152. }
  153.  
  154. a:link, a:active, a:visited{
  155. color: {color:link};
  156. text-decoration:none;
  157. }
  158.  
  159. a:hover{
  160. color:{color:link hover};
  161. }
  162.  
  163.  
  164. .ptitle {
  165. color:{color:text};
  166. font-family:{font:body};
  167. font-size: 15px;
  168. }
  169.  
  170. .permalink {
  171. display:block;
  172. position:relative;
  173. margin-top:-2px;
  174. text-align:right;
  175. font-size:9px;
  176. font-family:arial;
  177. -webkit-transition: 0.3s ease-in;
  178. opacity:0;filter: alpha(opacity = 0);
  179. }
  180.  
  181. .permalink a{
  182. color:{color:permalink};
  183. }
  184.  
  185. .entry:hover
  186. .permalink{
  187. opacity:1;
  188. filter: alpha(opacity = 100);
  189. -webkit-transition: 0.3s ease-in;
  190. }
  191.  
  192.  
  193. .quote {
  194. font-family: {font:body};
  195. font-size:{text:size}px;
  196. }
  197.  
  198. .source {
  199. font-family:{font:body};
  200. font-size:{text:font size};
  201. text-align:right;
  202. }
  203.  
  204. .audio {
  205. width:200px;
  206. background-color:#000;
  207. padding:3px;
  208. }
  209.  
  210. div.video embed, div.post div.video object {
  211. width:200px;
  212. !important; height:120px !important;}
  213. .question {
  214. background-color:{color:post background};
  215. padding:0px;
  216. }
  217. .answer {
  218. background-color:#{color:post background};
  219. padding:0px;
  220. }
  221.  
  222.  
  223. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px; }
  224. ol.notes { padding: 0px; margin: 25px 0px; list-style-type:none; border-bottom: solid 0px #ccc; width:500px;}
  225. ol.notes li.note { border-top: solid 0px #ccc; padding: 2px; width:500px; }
  226. ol.notes li.note img.avatar {margin-right: 10px; width:0px; height: 0px;}
  227. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  228.  
  229. </style>
  230. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  231. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  232. </script>
  233. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  234. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  235. <script type="text/javascript">
  236.  
  237. $(window).load(function () {
  238. $('.posts').masonry(),
  239. $('.masonryWrap').infinitescroll({
  240. navSelector : "div#navigation",
  241. // selector for the paged navigation (it will be hidden)
  242. nextSelector : "div#navigation a#nextPage",
  243. // selector for the NEXT link (to page 2)
  244. itemSelector : ".entry",
  245. // selector for all items you'll retrieve
  246. bufferPx : 10000,
  247. extraScrollPx: 11000,
  248. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  249. loadingText : "<em></em>",
  250. },
  251. // call masonry as a callback.
  252. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  253. );
  254. });
  255. </script>
  256. <script type="text/javascript">
  257. $(window).load(function(){
  258. $("p").remove(":contains('Source:')");
  259. });
  260. </script>
  261.  
  262. </head>
  263.  
  264. <body>
  265. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  266. <div id="content">
  267.  
  268. <div class="contentcolumn">
  269.  
  270. <br><BR>
  271. <div class="title"><a href="/">{title}</a></div><br>
  272. <div class="nav"><a href="/archive">archive</a> &nbsp;<a href="/ask">ask</a> &nbsp;<a href="http://livings.tumblr.com/">theme</a> {block:IfCustomLinkOneTitle} &nbsp;<a href="{text:Custom Link One}"> {text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle} {block:ifCustomLinkTwoTitle} &nbsp;<a href="{text:Custom Link Two}"> {text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle} </div>
  273.  
  274. {block:IfNotEndlessScroll}
  275. {block:PreviousPage}<a href="{PreviousPage}" title="newer entries">&larr;</a>{/block:PreviousPage} Page {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}" title="older entries">&rarr;</a>{/block:NextPage}{/block:IfNotEndlessScroll}
  276. </div>
  277.  
  278. <div class="posts">
  279. {block:Posts}
  280. <div class="entry">
  281.  
  282. {block:Text}
  283. {block:Title} <div class="ptitle">{Title}</div> {/block:Title}
  284. {Body}
  285. <div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  286. {/block:Text}
  287.  
  288. {block:Photo}
  289. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  290. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  291. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="200"{/block:IndexPage}{block:PermalinkPage}width="200"{/block:PermalinkPage}/>{block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  292. {block:IndexPage}</a>{/block:IndexPage}
  293. {block:PermalinkPage}{LinkCloseTag}{block:IfHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfHideCaptions}
  294. {/block:PermalinkPage}
  295. {block:PermalinkPage}<BR><div style="background-color:#ccc; width="300" padding-top:3px; padding-bottom:3px;"><center>Posted {TimeAgo} {block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}</center> </div>{/block:PermalinkPage}
  296. {/block:Photo}
  297.  
  298.  
  299. {block:Photoset}
  300. {Photoset-500}
  301. {block:Caption}
  302. {Caption}
  303. {/block:Caption}
  304. {/block:Photoset}
  305.  
  306.  
  307. {block:Quote}
  308. {Quote}
  309. {block:Source} -{source} {/block:Source}
  310. <div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  311. {/block:Quote}
  312.  
  313.  
  314. {block:Link}
  315. <div class="ptitle"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  316. {block:Description} {Description} {/block:Description}
  317. <div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a> </a></div>
  318. {/block:Link}
  319.  
  320. <div class="video">
  321. {block:Video}
  322. {Video-500}
  323. {block:Caption}
  324. {Caption}
  325. {/block:Caption}
  326. {/block:Video}
  327. </div>
  328.  
  329.  
  330. {block:Chat}
  331. {block:Title}
  332. <div class="ptitle">{Title}</div>
  333. {/block:Title}{block:Lines}{block:Label}{Label}{/block:Label}{Line}<br>{/block:Lines}
  334. <div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  335. {/block:Chat}
  336.  
  337.  
  338. {block:Audio}
  339. <div class="audio"> {AudioPlayerBlack} </div>
  340. <div style="text-transform:lowercase; padding:2px; font-size:11px; text-align:center; -webkit-text-stroke: 1px transparent;"><b>{block:Artist}{Artist}</b> |{/block:Artist} {block:TrackName}{TrackName}{/block:TrackName}</div>
  341. <div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  342. {/block:Audio}
  343.  
  344.  
  345. {block:Answer}
  346. <div class="question">{Asker} murmured: {Question}</div>
  347. <div class="answer">{Answer}</div>
  348. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a></div>{/block:IndexPage}
  349. {/block:Answer}
  350.  
  351. </div>
  352. {block:PostNotes}{PostNotes}{/block:PostNotes}
  353.  
  354. {/block:Posts}
  355. </div>
  356. </div>
  357.  
  358.  
  359. {block:IndexPage}
  360. <div class="column navigation" id="navigation">
  361. {block:Pagination}
  362. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  363. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  364. </div>
  365. {/block:IndexPage}
  366. </body>
  367.  
Advertisement
Add Comment
Please, Sign In to add comment