Advertisement
sleeplessthemes

Intent Theme

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