Advertisement
sleeplessthemes

Lustrous

Jul 13th, 2012
4,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Lustrous Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Lustrous Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Lustrous Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Lustrous Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Lustrous Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Lustrous Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:background" content="#56442c"/>
  19. <meta name="color:center background" content="#becb4c"/>
  20. <meta name="color:posts" content="#f4eed3"/>
  21. <meta name="color:sidebar" content="#f4eed3"/>
  22. <meta name="color:sidebar text" content="#2b2012"/>
  23. <meta name="color:Text" content="#81786c"/>
  24. <meta name="color:text headers" content="#342817"/>
  25. <meta name="color:bold text" content="#232323"/>
  26. <meta name="color:label background" content="#f4f4f4"/>
  27. <meta name="color:link" content="#2b2012"/>
  28. <meta name="color:link hover" content="#ffffff"/>
  29. <meta name="color:notes" content="#56442c"/>
  30. <meta name="color:notes hover" content="#becb4c"/>
  31. <meta name="color:notes background" content="#e5faff"/>
  32. <meta name="color:tags" content="#56442c"/>
  33.  
  34. <meta name="image:Background" content=""/>
  35.  
  36. <meta name="if:Show Infinite Scroll" content="1" />
  37. <meta name="if:Show Photo Caption" content="1" />
  38.  
  39. <meta name="text:Font Size" content="10px"/>
  40. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  41.  
  42. <meta name="text:Custom Link One" content="" />
  43. <meta name="text:Custom Link One Title" content="" />
  44. <meta name="text:Custom Link Two" content="" />
  45. <meta name="text:Custom Link Two Title" content="" />
  46. <meta name="text:Custom Link Three" content="" />
  47. <meta name="text:Custom Link Three Title" content="" />
  48. <meta name="text:Custom Link Four" content="" />
  49. <meta name="text:Custom Link Four Title" content="" />
  50.  
  51.  
  52. <title>{Title}</title>
  53. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  54. <link rel="shortcut icon" href="{Favicon}">
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59.  
  60. <script> $("#entry").css({ opacity: 0.5 }); </script>
  61. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  62.  
  63. <style type="text/css">
  64. body{
  65. margin-top:0px;
  66. text-align:justify;
  67. color: {color:Text};
  68. font-family: {font:Body};
  69. font-size: {text:Font Size};
  70. line-height: 12px;
  71. background-color:{color:background};
  72. background-image:url({image:Background});
  73. background-attachment: fixed;
  74. background-position:bottom center;
  75. background-repeat: repeat;}
  76.  
  77. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  78. font-family: {font:Body};
  79. font-size: {text:Font Size}; line-height:12px; }
  80. a:hover{color: {color:link hover}; line-height:12px;}
  81.  
  82. #tumblr_controls{
  83. position:fixed!important;}
  84.  
  85. b, strong{color: {color:bold text};
  86. font-family: {font:Body};
  87. font-size: {text:Font Size}; line-height:12px;}
  88.  
  89. #wtf {
  90. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  91. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  92. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  93.  
  94. top:20px;
  95. margin-bottom: 40px;
  96. border-radius: 10px 10px 10px 10px;
  97. position:relative;
  98. background-color: {color:center background};
  99. width:422px;
  100. height:100%;
  101. overflow: visible;
  102. margin-left: -400px;
  103. left:50%;
  104. padding:10px 10px 0px 10px;
  105. color: {color:Text};
  106. font-family: {font:Body};
  107. font-size: {text:Font Size};
  108. line-height: 12px;}
  109.  
  110. #entry {
  111. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  112. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  113. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  114.  
  115. position:relative;
  116. background-color: {color:posts};
  117. border: 10px solid {color:posts};
  118. z-index:6;
  119. overflow:hidden;
  120. width:400px;
  121. height: auto;
  122. padding: 1px;
  123. margin:0px 0px 14px 0px;}
  124.  
  125.  
  126. #info {
  127. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  128. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  129. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  130. background-color: {color:posts};
  131. border: 10px solid {color:posts};
  132. z-index:6;
  133. overflow:visible;
  134. width:400px;
  135. height: auto;
  136. padding: 1px;
  137. margin:0px 0px 14px 0px;}
  138.  
  139. #notes {
  140. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  141. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  142. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  143. background-color: {color:posts};
  144. border: 10px solid {color:posts};
  145. z-index:6;
  146. overflow:visible;
  147. width:400px;
  148. height: auto;
  149. padding: 1px;
  150. margin:0px 0px 14px 0px;}
  151.  
  152.  
  153. #sidebar {
  154. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  155. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  156. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  157. border-radius: 0px 100px 20px 20px;
  158. overflow:hidden;
  159. top:250px;
  160. margin-left: 56px;
  161. position:fixed;
  162. left: 50%;
  163. background-color:{color:sidebar};
  164. width: 128px;
  165. height: auto;
  166. padding: 10px;
  167. color:{color:sidebar text}}
  168.  
  169. p{
  170. margin-top:0px;
  171. margin-bottom:0px;}
  172.  
  173. #question{
  174. overflow:SHOW;
  175. padding-bottom:3px;
  176. margin-bottom:3px;}
  177.  
  178. #askr{
  179. display:block;
  180. float:left;
  181. width:33px;
  182. overflow:hidden;
  183. margin-right:3px;}
  184.  
  185. ul {
  186. list-style: disc;
  187. padding: 4px 0px 6px 20px;}
  188.  
  189. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  190.  
  191. blockquote img{display:block; width:100%;}
  192.  
  193. blockquote p{padding:0px; margin:0px;}
  194.  
  195. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  196.  
  197. #bottominfo{
  198. padding:2px 0px 0px 0px;
  199. display:block;}
  200.  
  201. .answer p{margin:0px;}
  202. .notes img{
  203. width:10px;
  204. position:relative;
  205. top:1px;}
  206.  
  207. ol.notes, .notes li{
  208. list-style:none;
  209. margin:0px;
  210. padding:0px;}
  211.  
  212. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  213. big {font-family:arial black; color:{color:text}; font-size:14px;}
  214.  
  215. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  216.  
  217. a img{border:none;}
  218.  
  219. .label {
  220. color: {color:bold text};font-weight: bold; line-height:12px;}
  221.  
  222. .odd {
  223. background-color:{color:label background};}
  224.  
  225.  
  226. h1 {
  227. font-size: 38px;
  228. line-height: 38px;
  229. font-family: impact;
  230. font-weight:normal;
  231. text-transform: uppercase;
  232. letter-spacing: -1px;
  233. color:{color:text headers};
  234. text-align:center;
  235. margin:0px;
  236. padding-bottom:4px;}
  237.  
  238. h2 {
  239. font-size: 16px;
  240. line-height: 16px;
  241. font-family: impact;
  242. font-weight:normal;
  243. text-transform: uppercase;
  244. letter-spacing: -1px;
  245. color:{color:text headers};
  246. text-align:left;}
  247.  
  248.  
  249. a.links1 {
  250. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  251. -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  252. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  253. border-radius: 0px 10px 10px 0px;
  254. text-align:right;
  255. float:left;
  256. width: 170px;
  257. height:auto;
  258. margin-top:2px;
  259. margin-bottom:8px;
  260. color: {color:text headers};
  261. display: inline-block;
  262. text-transform: uppercase;
  263. font-family:consolas;
  264. font-weight:bold;
  265. font-size:8px;
  266. letter-spacing:1px;
  267. padding: 2px 4px 2px 2px;
  268. -webkit-transition-property:color, text;
  269. -webkit-transition-duration: .4s;
  270. -moz-transition-duration: .4s;
  271. -webkit-transition-timing-function: linear, ease-in;
  272. margin-bottom:2px;
  273. background-color: {color:posts};}
  274.  
  275.  
  276. a.links1:hover {
  277. padding-left:40px;
  278. color: {color:text headers};
  279. -webkit-transition-duration: .4s;
  280. -moz-transition-duration: .4s;
  281. background-color: {color:label background};}
  282.  
  283.  
  284. #ask {
  285. font-size:10px;
  286. line-height:12px;
  287. background-color: {color:center background};
  288. padding:4px;
  289. margin-bottom:4px;}
  290.  
  291.  
  292. img.middle {
  293. vertical-align:middle;
  294. margin-bottom:3px;}
  295.  
  296.  
  297. .notez {
  298. margin-top: 4px;
  299. padding: 2px;
  300. background-color:{color:notes background};}
  301.  
  302. .notez a {
  303. color: {color:notes};
  304. font-family: consolas;
  305. font-size: 8px;
  306. line-height: 10px;
  307. letter-spacing:1px;
  308. text-transform: uppercase;}
  309.  
  310. .notez a:hover {color: {color:notes hover};}
  311.  
  312.  
  313. #tags{
  314. font-size:7px;
  315. color: {color:tags};
  316. background-color: transparent;
  317. margin-top: 2px;
  318. margin-bottom: -5px;}
  319.  
  320. #tags a {font-size:7px; color: {color:tags};}
  321.  
  322. #tags b {font-size:7px; color: {color:tags};}
  323.  
  324. {CustomCSS}
  325. </style>
  326.  
  327. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  328.  
  329. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  330.  
  331. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  332. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  333.  
  334. </head>
  335.  
  336.  
  337. <body>
  338.  
  339. <div id="wtf">
  340.  
  341.  
  342. <div style="width:180px; top: 250px; margin-left: 65px; left:50%; position:fixed;"><center>
  343. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  344. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  345.  
  346. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  347.  
  348. {block:HasPages}
  349. {block:Pages}
  350. <a href="{URL}" class="links1">{Label}</a>
  351. {/block:Pages}
  352. {/block:HasPages}
  353.  
  354. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  355.  
  356. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  357.  
  358. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  359.  
  360. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  361. <a href="http://sleeplessthemes.com" class="links1">Theme</a>
  362. </center></div>
  363.  
  364. <div id="sidebar">
  365.  
  366. <a href="http://{name}.tumblr.com"><img src="{PortraitURL-128}" width="128" style="border-radius: 0px 90px 0px 0px; padding-bottom:4px;" ></a>
  367.  
  368.  
  369.  
  370. {block:Description}{Description}{/block:Description}
  371.  
  372.  
  373. {block:Pagination}<br>
  374. <center><table width="128" border="0" cellspacing="0" cellpadding="0">
  375. <tr>
  376. <td width="64">
  377. {block:PreviousPage}<div align="left"><a href="{PreviousPage}">◄ Previous</a></div>{/block:PreviousPage}
  378. </td>
  379.  
  380. <td width="64">{block:NextPage}<div align="right"><a href="{NextPage}">Next ►</a></div>{/block:NextPage}
  381. </td>
  382. </tr>
  383. </table></center>
  384. {/block:Pagination}
  385.  
  386.  
  387. </div>
  388.  
  389.  
  390.  
  391. <div class="autopagerize_page_element">
  392. {block:Posts}
  393. <div id="entry">
  394.  
  395. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  396.  
  397. {block:Photo}
  398. {block:IndexPage}
  399. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="400" border="0"></a></center>
  400. {block:IfShowPhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaption}
  401. {/block:IndexPage}
  402.  
  403. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  404.  
  405. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  406.  
  407. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  408.  
  409. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  410.  
  411. {block:Chat}
  412. {block:Title}{Title}{/block:Title}
  413. {block:Lines}
  414. {block:Label}
  415. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  416. <span class="line">{Line}</span></div>
  417. {/block:Label}
  418. {/block:Lines}
  419. {/block:Chat}
  420.  
  421. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  422.  
  423. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  424. {/block:Video}
  425.  
  426. {block:Audio}
  427. <center><div class="audio">{AudioPlayerBlack}</div></center>
  428. {block:Caption}{Caption}{/block:Caption}
  429. {/block:Audio}
  430.  
  431. {block:Answer}
  432. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:24px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  433. <p>{Answer}</p>
  434. {/block:Answer}
  435.  
  436.  
  437. {block:IndexPage}
  438. <div class="notez"><center><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{TimeAgo}</a> - <a href="{ReblogURL}">Reblog</a></center></div>
  439. {/block:IndexPage}
  440.  
  441.  
  442. {block:HasTags}<div id="tags"><b>Tagged:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  443.  
  444. </div>
  445.  
  446.  
  447. {block:PermalinkPage}
  448. {block:Date}
  449. <div id="info"><div id="bottominfo">
  450.  
  451. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  452.  
  453. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  454.  
  455. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  456.  
  457. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  458.  
  459. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  460.  
  461. </div></div>
  462. {/block:Date}
  463. {/block:PermalinkPage}
  464.  
  465.  
  466. {block:PostNotes}
  467. <div id="notes">{PostNotes}</div>
  468. {/block:PostNotes}
  469.  
  470. {/block:Posts}
  471. </div> </*Infinite Scroll*/>
  472. </div> </*WTF*/>
  473.  
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement