chissy_

-THEME PACK- HPLS 03 (HAPILYS.TUMBLR.COM)

Feb 26th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]><html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"><![endif]-->
  3. <!--[if IE 7]><html class="lt-ie10 lt-ie9 lt-ie8"><![endif]-->
  4. <!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
  5. <!--[if IE 9]><html class="lt-ie10"> <![endif]-->
  6. <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
  7.  
  8. <!--
  9.  
  10. (hapilys.tumblr.com)
  11.  
  12.  
  13. hhh hhh ppppp ll
  14. hhh hhh pp pp ll
  15. hhh hhh hhh ppppp ll
  16. hhh hhh pp ll
  17. hhh hhh pp llllll
  18.  
  19. -->
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  21. </script>
  22. <script language="javascript">
  23. function toggle() {
  24. var ele = document.getElementById("toggleText");
  25. var text = document.getElementById("displayText");
  26. if(ele.style.display == "block") {
  27. ele.style.display = "none";
  28. text.innerHTML = "03";
  29. }
  30. else {
  31. ele.style.display = "block";
  32. text.innerHTML = "bye";
  33. }
  34. }
  35. </script>
  36.  
  37. <head>
  38. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  39. <meta name="color:entries" content="#ffffff" />
  40. <meta name="color:text" content="#202626" />
  41. <meta name="color:link" content="#352a2a" />
  42. <meta name="color:link hover" content="#e7dcdc" />
  43. <meta name="color:background" content="#ffffff" />
  44. <meta name="color:sidebar" content="#070707" />
  45. <meta name="color:scrollbar" content="#000000" />
  46. <meta name="image:sidebar" content=""/>
  47. <meta name="image:bg" content=""/>
  48. <meta name="text:link1" content="link 1" />
  49. <meta name="text:link1 url" content="/" />
  50. <meta name="text:link2" content="link 2" />
  51. <meta name="text:link2 url" content="/" />
  52. <meta name="text:link3" content="link 3" />
  53. <meta name="text:link3 url" content="/" />
  54.  
  55.  
  56. <link rel='stylesheet' href='path/to/typicons.min.css' />
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  58. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  59. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60. <link rel="shortcut icon" href="{Favicon}"/>
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  62.  
  63. <style type="text/css">
  64.  
  65. body {
  66. background-color:{color:background};
  67. color:{color:text};
  68. font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  69. font-size:11px;
  70. line-height:100%;
  71. text-align:justify;
  72. }
  73.  
  74. a:link, a:active, a:visited {
  75. color:{color:Link};
  76. text-decoration:none;
  77. -webkit-transition:all 0.5s ease-out;
  78. -moz-transition:all 0.5s ease-out;
  79. transition:all 0.5s ease-out
  80. }
  81.  
  82. a:hover {
  83. color:{color:link hover};
  84. }
  85.  
  86. h1{
  87. text-transform:lowercase;
  88. font-size: 9px;
  89. font-weight:bold;
  90. line-height:30px;
  91. letter-spacing:0px;
  92. text-align:left;
  93. font-family:arial;
  94. background-color:transparent;
  95. }
  96.  
  97. h2 {
  98. text-transform:lowercase;
  99. font-size:15px;
  100. line-height:30px;
  101. letter-spacing:0px;
  102. text-align:left;
  103. }
  104.  
  105. h3 {
  106. text-transform:lowercase;
  107. font-size:25px;
  108. line-height:30px;
  109. letter-spacing:0px;
  110. text-align:left;
  111. }
  112.  
  113.  
  114. #content {
  115. margin-left:500px;
  116. margin-top:200px;
  117. width:410px;
  118. padding:5px;
  119. }
  120.  
  121. #posts{
  122. width:400px;
  123. padding:5px;
  124. overflow:hidden;
  125. background:white;
  126. margin-bottom:20px;
  127. }
  128.  
  129. #info{
  130. background-color:transparent;
  131. font-family:arial;
  132. font-size:8px;
  133. width: 390px;
  134. letter-spacing:1px;
  135. text-transform:uppercase;
  136. font-style:normal;
  137. opacity:1;
  138. text-align:center;
  139. }
  140.  
  141.  
  142. #tags {
  143. position:fixed;
  144. margin-top:5px;
  145. color:black;
  146. opacity:1;
  147. margin-left:0px;
  148. background-color:transparent;
  149. width:400px;
  150. text-align:left;
  151. position:absolute;
  152. }
  153.  
  154. #tags a{
  155. padding:2px;
  156. }
  157.  
  158. #sidebar {
  159. background: rgba(255,255,255,.9);
  160. border:1px solid #fafafa;
  161. position:fixed;
  162. padding:10px;
  163. margin-top:-220px;
  164. width:420px;
  165. height:auto;
  166. margin-left:485px;
  167. opacity:1;
  168. }
  169.  
  170. #sidebar img {
  171. max-width:64px;}
  172.  
  173.  
  174. #sidebar:hover .links{
  175. opacity:1;
  176. }
  177.  
  178.  
  179.  
  180. .links{
  181. font-family:helvetica;
  182. background-color:transparent;
  183. margin-top:60px;
  184. width:350px;
  185. height:100px;
  186. margin-left:50px;
  187. line-height:10px;
  188. font-size:8px;
  189. letter-spacing:1px;
  190. text-align:left;
  191. opacity:0;
  192. -moz-transition:0.5s ease-in;
  193. -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
  194. transition:0.5s ease-in;}
  195.  
  196. .links a{
  197. text-transform:lowercase;
  198. float:left;
  199. width:100px;
  200. background:white;
  201. margin-left:2px;
  202. margin-bottom: 2px;
  203. padding:5px
  204. }
  205.  
  206.  
  207. #description{
  208. font-size:11px;
  209. background:transparent;
  210. font-family:arial;
  211. font-style:normal;
  212. margin-top:-160px;
  213. width:300px;
  214. height:50px;
  215. margin-left:0px;
  216. text-align:left;
  217. padding:10px;
  218. }
  219.  
  220.  
  221.  
  222.  
  223. .pagination {
  224. background-color:transparent;
  225. margin-left:150px;
  226. width:250px;
  227. margin-top:20px;
  228. float:bottom;
  229. font-size:9px;
  230. padding:10px;
  231. letter-spacing:1px;
  232. color:{color:text};
  233. text-decoration:none;}
  234.  
  235.  
  236. .themeo {
  237.  
  238. background-color:transparent;
  239. margin-left:150px;
  240. width:100px;
  241. margin-top:20px;
  242. float:bottom;
  243. font-size:7px;
  244. opacity:0.65;
  245. letter-spacing:1px;
  246. color:{color:text};
  247. text-decoration:none;}
  248.  
  249. #question {
  250. color:{color:text};
  251. text-align:left;
  252. }
  253.  
  254. #asker {
  255. float:left;
  256. margin-right:5px;
  257. }
  258.  
  259.  
  260. .audio {
  261. margin:24px;
  262. min-height:70px;}
  263.  
  264. .player {
  265. position:absolute;
  266. z-index:3;
  267. background:#FFFFFF;
  268. margin-top:20px;
  269. margin-left:20px;
  270. opacity:0.75;
  271. filter:alpha(opacity=75);
  272. }
  273.  
  274. .audioplayer {
  275. width:15px;
  276. height:25px;
  277. overflow:hidden;
  278. padding:3px;
  279. margin-right:11px
  280. }
  281.  
  282. .audioinfo {
  283. margin-left:90px;
  284. line-height:155%;
  285. font-size:9px!important;
  286. }
  287.  
  288. .audiocaption {
  289. margin-left:90px;}
  290.  
  291. .audiocaption img {max-width:330px!important}
  292.  
  293. .audiocaption blockquote img {max-width:320px!important}
  294.  
  295. .audiocaption blockquote blockquote img {max-width:310px!important}
  296.  
  297. blockquote {border-left:0px solid {color:sidebar};width:480px;background-color:transparent;padding:0px;margin-left:0px;padding-left:10px;}
  298.  
  299. .user_1, .user_3, .user_5, .user_7, .user_7, .user_9, .user_11 {
  300. margin-right:25px;text-transform:lowercase}
  301. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 {background-color:transparent;margin-right:25px;text-transform:lowercase}
  302. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px;}
  303.  
  304. ol.notes {margin-top:50px;list-style-type: none;text-align:right;}
  305. ol.notes li.note {padding: 0px;list-style-type: none;text-align:left;margin-top:10px;margin-left:0px;width:400px;font-size:9px;font-weight:none;}
  306.  
  307. ::-webkit-scrollbar-thumb:vertical {
  308. background-color:{color:Scrollbar};
  309. height:50px;
  310. }
  311.  
  312. ::-webkit-scrollbar {
  313. background-color:#ffffff;
  314. height:5px;
  315. width:5px;
  316. }
  317.  
  318. ::-moz-selection {
  319. background-color:transparent;
  320. color:{color:Link};
  321. }
  322.  
  323. ::selection {
  324. background-color:transparent;
  325. color:{color:link};
  326. }
  327.  
  328.  
  329. </style>
  330. </head>
  331.  
  332.  
  333. <style type="text/css">{CustomCSS}
  334. </style>
  335.  
  336. <body>
  337. <div id="sidebar">
  338. <h3> {Title}</h3>
  339. <div class="links"><br><br>
  340. <a title="refresh" href ="/">01</a>
  341. <a title="message" href ="/ask">02</a>
  342. <a id="displayText" href="javascript:toggle();" style="background:#191919; color:#fafafa;">+</a><br>
  343. <div id="toggleText" style="display: none;">
  344.  
  345. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}<br>
  346. {block:ifLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}<br>
  347. {block:ifLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:ifLink3}</div>
  348. </div>
  349.  
  350.  
  351. <div id="description"><br>
  352. {block:Description}{Description}{/block:Description}<br>
  353.  
  354. <br>
  355.  
  356. </div>
  357. </div>
  358.  
  359.  
  360.  
  361. </div>
  362. </div>
  363.  
  364. <div id="content">
  365. {block:Posts}
  366. <div id="posts">
  367.  
  368. {block:Text}{block:Title}<h2>{Title}</h2>{/block:title}{body}{/block:Text}
  369. {block:Link}<h2>{Name}</h2>{block:Description}{Description}{/block:Description}{/block:Link}
  370.  
  371. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-400}"></a><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  372.  
  373. {block:Photoset}<center>{Photoset-400}</center>
  374. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photoset}
  375.  
  376. {block:Quote}<h1><big>❝</big>{Quote}<big>❞</big></h1><div style="padding-bottom:5px;"> {block:Source}<div id="source"> — {Source}</div>{/block:Source}</div>{/block:Quote}
  377.  
  378. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  379.  
  380.  
  381. {block:Audio}<div class="audio"><span style="background-color:transparent; position:absolute; width:70px; height:70px; margin-right:12px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:12px;" />{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div></span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  382.  
  383.  
  384.  
  385. {block:Video}{Video-400}<br /> {block:Caption}{Caption}{/block:Caption}{/block:Video}
  386.  
  387. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  388.  
  389.  
  390. {block:IndexPage}
  391. <br>
  392. <div id="info">
  393. {block:Date}<a title="{ShortMonth},{DayOfMonth}" href="{Permalink}">{24HourWithZero}:{Minutes}</a>
  394. {/block:Date}&nbsp;&nbsp;&nbsp;{block:NoteCount}+{NoteCount}&nbsp;&nbsp; {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}</a>
  395. </div>
  396. </div> {/block:IndexPage}
  397.  
  398.  
  399. {block:PermalinkPage}
  400. <div id="tags"><br>
  401. <div style="font-weight:bold; font-size:9px; text-transform:uppercase;font-family:calibri;">{12Hour}:{Minutes}{AmPm} {block:NoteCount}{NoteCountWithLabel} {/block:NoteCount}<br></div>{block:HasTags}
  402. .{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div><br>
  403. </div> {/block:PermalinkPage}
  404.  
  405.  
  406.  
  407. {/block:Posts}
  408.  
  409.  
  410. {block:Pagination}<div class="pagination">
  411. {block:PreviousPage}<a href="{PreviousPage}">prev;</a>{/block:PreviousPage}
  412. {block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}
  413. </div>{/block:Pagination}
  414.  
  415. <div class="themeo"> <br><br>THEME BY <a href="http://hapilys.tumblr.com">HAPILYS</a></div>
  416.  
  417. {block:PostNotes}
  418. {PostNotes}{/block:PostNotes}
  419.  
  420.  
  421. </div>
  422.  
  423. </body>
  424.  
  425. </html>
Advertisement
Add Comment
Please, Sign In to add comment