Advertisement
sleeplessthemes

Diminutive

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