Advertisement
sleeplessthemes

Lightweight

Nov 7th, 2011
4,533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.67 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. Lightweight Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Lightweight Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Lightweight Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Lightweight Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Lightweight Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Lightweight Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:background" content="#111111"/>
  19. <meta name="color:post" content="#020202"/>
  20. <meta name="color:text" content="#464646"/>
  21. <meta name="color:text headers" content="#bbbbbb"/>
  22. <meta name="color:bold text" content="#919191"/>
  23. <meta name="color:label background" content="#111111"/>
  24. <meta name="color:link" content="#969696"/>
  25. <meta name="color:link hover" content="#ffffff"/>
  26.  
  27.  
  28. <meta name="image:Header" content=""/>
  29. <meta name="image:Portrait" content=""/>
  30. <meta name="image:Background" content="http://static.tumblr.com/j4dtzbm/VfUlubfl1/woodbg2.jpg"/>
  31.  
  32. <meta name="if:Show Infinite Scroll" content="1" />
  33. <meta name="if:Show Caption" content="1" />
  34. <meta name="if:Show Title" content="1" />
  35.  
  36.  
  37. <meta name="text:Font Size" content="9px"/>
  38. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  39.  
  40. <meta name="text:Custom Link One" content="" />
  41. <meta name="text:Custom Link One Title" content="" />
  42. <meta name="text:Custom Link Two" content="" />
  43. <meta name="text:Custom Link Two Title" content="" />
  44. <meta name="text:Custom Link Three" content="" />
  45. <meta name="text:Custom Link Three Title" content="" />
  46. <meta name="text:Custom Link Four" content="" />
  47. <meta name="text:Custom Link Four Title" content="" />
  48.  
  49.  
  50. <title>{Title}</title>
  51. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />
  56. {/block:Description}
  57.  
  58.  
  59. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfShowInfiniteScroll}
  60.  
  61. <style type="text/css">
  62. small{font-size:100%;}
  63. body{
  64. margin-top: 10px;
  65. text-align:justify;
  66. color: {color:text};
  67. font-family: {font:Body};
  68. font-size: {text:Font Size};
  69. line-height: 12px;
  70. background-color:{color:background};
  71. background-image:url({image:Background});
  72. background-attachment: fixed;
  73. background-position:top center;
  74. background-repeat: repeat;}
  75.  
  76. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  77. font-family: {font:Body};
  78. font-size: {text:Font Size}; line-height:12px; }
  79. a:hover{color: {color:link hover}; line-height:12px;}
  80.  
  81. #tumblr_controls{
  82. position:fixed!important;}
  83.  
  84. b, strong{color: {color:bold text};
  85. font-family: {font:Body};
  86. font-size: {text:Font Size}; line-height:12px;}
  87.  
  88.  
  89. #wtf {
  90. -moz-border-radius:10px; border-radius:10px;
  91. background-color: transparent;
  92. background-image:url(http://static.tumblr.com/j4dtzbm/4e6lubauk/blacktrans.png);
  93.  
  94. width:256px;
  95. overflow: hidden;
  96. margin-left:auto;
  97. margin-right:auto;
  98. padding:10px;
  99. color: {color:text};
  100. font-family: {font:Body};
  101. font-size: {text:Font Size};
  102. line-height: 12px;}
  103.  
  104. #entry{
  105. position: relative;
  106. float:left;
  107. -moz-border-radius:6px; border-radius:6px;
  108. background-color: {color:post};
  109. border: 1px solid {color:post};
  110. z-index:6;
  111. overflow:hidden;
  112. width:250px;
  113. height: auto;
  114. padding:2px;
  115. margin:0px 0px 8px 0px;}
  116.  
  117. #info{
  118. position: relative;
  119. float:left;
  120. -moz-border-radius:6px; border-radius:6px;
  121. background-color: {color:post};
  122. border: 1px solid {color:post};
  123. z-index:6;
  124. overflow:hidden;
  125. width:250px;
  126. height: auto;
  127. padding:2px;
  128. margin:0px 0px 8px 0px;}
  129.  
  130. #notes{
  131. position: relative;
  132. float:left;
  133. -moz-border-radius:6px; border-radius:6px;
  134. background-color: {color:post};
  135. border: 1px solid {color:post};
  136. z-index:6;
  137. overflow:hidden;
  138. width:250px;
  139. height: auto;
  140. padding:2px;
  141. margin:0px 0px 8px 0px;}
  142.  
  143. p{
  144. margin-top:0px;
  145. margin-bottom:0px;}
  146.  
  147. #question{
  148. overflow:SHOW;
  149. padding-bottom:3px;
  150. margin-bottom:3px;}
  151.  
  152. #askr{
  153. display:block;
  154. float:left;
  155. width:33px;
  156. overflow:hidden;
  157. margin-right:3px;}
  158.  
  159. ul {
  160. list-style: disc;
  161. padding: 4px 0px 6px 20px;}
  162.  
  163. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  164.  
  165. blockquote img{display:block; width:100%;}
  166.  
  167. blockquote p{padding:0px; margin:0px;}
  168.  
  169. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  170.  
  171. #bottominfo{
  172. padding:2px 0px 0px 0px;
  173. display:block;}
  174.  
  175. .answer p{margin:0px;}
  176. .notes img{
  177. width:10px;
  178. position:relative;
  179. top:1px;}
  180.  
  181. ol.notes, .notes li{
  182. list-style:none;
  183. margin:0px;
  184. padding:0px;}
  185.  
  186. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  187. big {font-family:arial black; color:{color:text}; font-size:14px;}
  188.  
  189. .audio {width:100%; background:black; border:0px dotted #D6D6D6;}
  190.  
  191. a img{border:none;}
  192.  
  193. .label {
  194. color: {color:bold text};font-weight: bold; line-height:12px;}
  195.  
  196. .odd {
  197. background-color:{color:label background};}
  198.  
  199.  
  200. h1 {
  201. font-size: 18px;
  202. line-height: 18px;
  203. font-family: impact;
  204. font-weight:normal;
  205. text-transform: uppercase;
  206. letter-spacing: -1px;
  207. color:{color:text headers};
  208. text-align:center;}
  209.  
  210. h2 {
  211. font-size: 14px;
  212. line-height: 14px;
  213. font-family: impact;
  214. font-weight:normal;
  215. text-transform: uppercase;
  216. letter-spacing: -1px;
  217. color:{color:text headers};
  218. text-align:right;}
  219.  
  220.  
  221. a.links {
  222. color:{color:text headers};
  223. font-family: Arial;
  224. font-weight:bold;
  225. font-size: 7px;
  226. line-height: 8px;
  227. text-transform: uppercase;
  228. letter-spacing:0px;
  229. }
  230.  
  231. a.links:hover {
  232. color: {color:label background};}
  233.  
  234. #top{
  235. -moz-border-radius:5px; border-radius:5px;
  236. z-index:8;
  237. margin-bottom: 6px;
  238. left: 50%;
  239. padding: 3px;
  240. width: 250px;
  241. height: auto;
  242. background-color: {color:post};}
  243.  
  244. #ask {
  245. font-size:10px;
  246. line-height:12px;
  247. background-color: {color:label background};
  248. padding:4px;
  249. margin-bottom:4px;}
  250.  
  251. .nav_list {
  252. margin:0px;
  253. padding:0px;
  254. width:250px; background-color: transparent;}
  255.  
  256. .nav_head {padding:2px 0px;
  257. cursor:pointer;
  258. position:relative;
  259. font-weight:bold;
  260. color:{color:text};
  261. font-size:7px;
  262. line-height:8px;
  263. text-transform:uppercase;
  264. background-color: transparent;
  265. margin:0px;
  266. text-align:center;}
  267.  
  268. .nav_body {
  269. overflow:hidden;
  270. padding:4px;
  271. margin:0px;
  272. text-align:justify;
  273. background-image:url();
  274. background-color: transparent;
  275. display:none;}
  276.  
  277.  
  278.  
  279. #entry #infos {
  280. opacity:0.0;
  281. filter: alpha(opacity=0);
  282. -moz-opacity:0.0;
  283.  
  284. background-color:transparent;
  285. width:252px;
  286. position: absolute;
  287. left:0px;
  288. margin-left:6px;
  289. -webkit-transition: all .4s ease-out;
  290. -moz-transition: all .4s ease-out;
  291. -o-transition: all .4s ease-out;
  292. transition: all .4s ease-out;
  293.  
  294. z-index:10;
  295. overflow-y:hidden;
  296. height: 30px;}
  297.  
  298. #entry:hover #infos {
  299. opacity:0.8;
  300. filter: alpha(opacity=80);
  301. -moz-opacity:0.8;
  302. -webkit-transition: all .4s ease-out;
  303. -moz-transition: all .4s ease-out;
  304. -o-transition: all .4s ease-out;
  305. transition: all .4s ease-out;
  306. left:0px;
  307. }
  308.  
  309. #entry #infos #details {
  310. float:left;
  311. display:block;
  312. width:252px;
  313. height: auto;
  314. padding: 2px 0px 0px 0px;}
  315.  
  316.  
  317.  
  318. a.notecount {
  319. text-shadow: 1px 1px 6px #000;
  320. color: #ffffff;
  321. font-size: 20px;
  322. line-height: 20px;
  323. font-family: impact;
  324. font-weight:normal;
  325. text-transform: uppercase;
  326. letter-spacing: -2px;}
  327.  
  328. a.notecount:hover {
  329. color: #888888;}
  330.  
  331. #vid {
  332. margin-top:4px;
  333. margin-bottom:2px;
  334. text-align:right;}
  335.  
  336. #video embed, object {
  337. width:250px;
  338. height:150px;
  339. z-index:-2;
  340. margin-left:0px;}
  341.  
  342. {CustomCSS}
  343. </style>
  344.  
  345. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  346.  
  347. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  348.  
  349. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  350. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  351.  
  352. </head>
  353.  
  354.  
  355. <body>
  356. {block:IfHeaderImage}<center>
  357. <a href="/"><img src="{image:Header}"border="0"></a></center><br>
  358. {/block:IfHeaderImage}
  359.  
  360.  
  361.  
  362. <div id="wtf">
  363. <div id="top">
  364. {block:IfShowTitle}<h1>{Title}</h1>{/block:IfShowTitle}
  365.  
  366.  
  367. </*Drop Down*/>
  368. <div class="nav_list">
  369.  
  370. <center>
  371. <a href="/" class="links">Home</a>
  372. {block:AskEnabled}<a href="/ask" class="links">Ask</a>{/block:AskEnabled}
  373. {block:SubmissionsEnabled}<a href="/submit" class="links">Submit</a>{/block:SubmissionsEnabled}
  374.  
  375. <a href="/archive" class="links">Archive</a>
  376.  
  377. {block:HasPages}
  378. {block:Pages}
  379. <a href="{URL}" class="links">{Label}</a>
  380. {/block:Pages}
  381. {/block:HasPages}
  382.  
  383. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  384.  
  385. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  386.  
  387. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  388.  
  389. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  390. </center>
  391.  
  392. {block:Description}
  393. <p class="nav_head">Description</p>
  394. <div class="nav_body">
  395.  
  396. {block:IfPortraitImage}
  397. <center><a href="/"><img src="{image:Portrait}" width="250"></a></center>{/block:IfPortraitImage}
  398.  
  399. {Description}
  400. </div>
  401. </div>
  402. {/block:Description}
  403.  
  404.  
  405. </div>
  406.  
  407.  
  408. <div class="autopagerize_page_element">
  409. {block:Posts}
  410. <div id="entry">
  411.  
  412.  
  413. {block:IndexPage}
  414. <div id="infos">
  415. <div id="details">
  416. <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a>
  417. </div>
  418. </div>
  419. {/block:IndexPage}
  420.  
  421.  
  422.  
  423. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  424.  
  425. {block:Photo}
  426. {block:IndexPage}
  427. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="250" border="0"></a></center>
  428. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  429. {/block:IndexPage}
  430.  
  431. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  432.  
  433. {block:Photoset}<center>{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  434.  
  435. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  436.  
  437. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  438.  
  439. {block:Chat}
  440. {block:Title}{Title}{/block:Title}
  441. {block:Lines}
  442. {block:Label}
  443. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  444. <span class="line">{Line}</span></div>
  445. {/block:Label}
  446. {/block:Lines}
  447. {/block:Chat}
  448.  
  449. {block:Video}<center>{block:IndexPage}<div id="video">{Video-400}</div>{block:IfNotHidePhotoCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaption}{/block:IndexPage}
  450.  
  451. {block:PermalinkPage}<div id="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>
  452.  
  453. {block:IndexPage}
  454. <div id="vid"><a href="{Permalink}">∞</a></div>
  455. {/block:IndexPage}
  456. {/block:Video}
  457.  
  458. {block:Audio}
  459. <center><div class="audio">{AudioPlayerBlack}</div></center>
  460. {block:Caption}{Caption}{/block:Caption}
  461. {/block:Audio}
  462.  
  463. {block:Answer}
  464. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  465. <p>{Answer}</p>
  466. {/block:Answer}
  467.  
  468. </div>
  469.  
  470. {block:PermalinkPage}
  471. {block:Date}
  472. <div id="info"><div id="bottominfo">
  473.  
  474. 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}
  475.  
  476. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  477.  
  478. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  479.  
  480. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  481.  
  482. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  483.  
  484. </div></div>
  485. {/block:Date}
  486. {/block:PermalinkPage}
  487.  
  488.  
  489. {block:PostNotes}
  490. <div id="notes">{PostNotes}</div>
  491. {/block:PostNotes}
  492.  
  493. {/block:Posts}
  494.  
  495. </div> </*Infinite Scroll*/>
  496.  
  497. {block:Pagination}
  498. <center> <table width="250" border="0" cellspacing="0" cellpadding="0">
  499. <tr>
  500. <td width="125">
  501. {block:PreviousPage}<div align="left"><a href="{PreviousPage}">◄ Previous</a></div>{/block:PreviousPage}
  502. </td>
  503.  
  504. <td width="125">{block:NextPage}<div align="right"><a href="{NextPage}">Next ►</a></div>{/block:NextPage}
  505. </td>
  506. </tr>
  507. </table></center>
  508. {/block:Pagination}
  509.  
  510.  
  511. </div> </*WTF*/>
  512.  
  513. <center><b><small>Theme By:</small></b> <a href="http://destroyer.tumblr.com"><small>Destroyer</small></a><small>/</small><a href="http://sleeplessthemes.tumblr.com"><small>Sleepless</small></a> <b><small>Powered By:</small></b> <a href="http://tumblr.com"><small>Tumblr.com</small></a></center>
  514.  
  515. </body>
  516. </html>
  517.  
  518.  
  519.  
  520.  
  521.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement