chissy_

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

Feb 26th, 2014
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.45 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. hhh hhh ppppp ll
  13. hhh hhh pp pp ll
  14. hhh hhh hhh ppppp ll
  15. hhh hhh pp ll
  16. hhh hhh pp llllll
  17.  
  18.  
  19. -->
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  21. </script>
  22.  
  23. <script>
  24. var current_obj='';
  25.  
  26. function showLinks(objID) {
  27. var obj=document.getElementById(objID);
  28. if (current_obj.style) {
  29. current_obj.style.display='none';
  30. }
  31. obj.style.display='block';
  32. current_obj=obj;
  33. }
  34.  
  35. </script>
  36.  
  37.  
  38. <head>
  39. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  40. <meta name="color:entries" content="#ffffff" />
  41. <meta name="color:text" content="#202626" />
  42. <meta name="color:link" content="#352a2a" />
  43. <meta name="color:link hover" content="#e7dcdc" />
  44. <meta name="color:background" content="#ffffff" />
  45. <meta name="color:sidebar" content="#f0f0f0" />
  46. <meta name="image:sidebar" content=""/>
  47. <meta name="color:scrollbar" content="#000000" />
  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: 15px;
  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:80px;
  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:left;
  139. }
  140.  
  141.  
  142. #tags {
  143. position:fixed;
  144. margin-top:5px;
  145. color:black;
  146. opacity:1;
  147. margin-left:0px;
  148. font-size:8px;
  149. letter-spacing:1px;
  150. background-color:transparent;
  151. width:400px;
  152. text-align:left;
  153. position:absolute;
  154. }
  155.  
  156. #tags a{
  157. text-transform:uppercase;
  158. background-color:#fafafa;
  159. padding:2px;
  160. }
  161.  
  162. #sidebar {
  163. background: rgba(255,255,255,.9);
  164. border:1px solid #fafafa;
  165. position:fixed;
  166. padding:10px;
  167. margin-top:50px;
  168. width:150px;
  169. height:200px;
  170. margin-left:300px;
  171. opacity:1;
  172. }
  173.  
  174. #sidebar img {
  175. max-width:64px;}
  176.  
  177.  
  178. #sidebar:hover .links{
  179. opacity:1;
  180. }
  181.  
  182. #sidebar:hover #description{
  183. opacity:1;
  184. }
  185.  
  186.  
  187.  
  188. .links{
  189. font-family:helvetica;
  190. background-color:transparent;
  191. margin-top:60px;
  192. width:100px;
  193. height:100px;
  194. margin-left:50px;
  195. line-height:10px;
  196. font-size:7px;
  197. letter-spacing:3px;
  198. text-align:right;
  199. opacity:1;
  200. -moz-transition:0.5s ease-in;
  201. -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
  202. transition:0.5s ease-in;}
  203.  
  204. .links a{
  205. text-transform:uppercase;
  206. border-bottom:{color:sidebar} solid 1px;
  207. float:left;
  208. width:100px;
  209. height:20px;
  210. background:white;
  211. margin-left:2px;
  212. margin-bottom: 2px;
  213. padding:5px
  214. }
  215.  
  216. .links a:hover{
  217. letter-spacing:1px;
  218. }
  219.  
  220. #description{
  221. font-size:8px;
  222. background:transparent;
  223. font-family:helvetica;
  224. text-transform:lowercase;
  225. font-style:normal;
  226. margin-top:30px;
  227. width:50px;
  228. height:50px;
  229. opacity:0;
  230. margin-left:45px;
  231. text-align:right;
  232. padding:10px;
  233. -moz-transition:0.5s ease-in;
  234. -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
  235. transition:0.5s ease-in;
  236.  
  237. }
  238.  
  239.  
  240. #description, #link1,{
  241. width:50px;
  242. margin-left:0px;
  243. margin-top:20px;
  244. padding-left:0px;
  245. padding-right:0px;
  246. font-family:helvetica;
  247. font-size:9px;
  248. text-align:justify;
  249. letter-spacing:0px;
  250. line-height:150%;
  251. }
  252.  
  253.  
  254.  
  255. .pagination {
  256. background-color:white;
  257. margin-left:300px;
  258. width:300px;
  259. margin-top:20px;
  260. float:bottom;
  261. font-size:9px;
  262. padding:10px;
  263. letter-spacing:1px;
  264. color:{color:text};
  265. text-decoration:none;}
  266.  
  267.  
  268. .pagination a {
  269. background-color:white;
  270. width:50px;}
  271.  
  272.  
  273. #question {
  274. color:{color:text};
  275. text-align:left;
  276. }
  277.  
  278. #asker {
  279. float:left;
  280. margin-right:5px;
  281. }
  282.  
  283.  
  284. #audin {
  285. margin-bottom:5px;
  286. width:400px;
  287. height:100px}
  288.  
  289.  
  290. .cover {
  291. width:100px;
  292. height:150px;
  293. position:absolute;}
  294.  
  295. .cover img {
  296. width:80px;
  297. height:80px;
  298. float:left;}
  299.  
  300. .player {
  301. margin-top: 22px;
  302. margin-left: 22px;
  303. opacity: 1;
  304. position:absolute;
  305. z-index:1;
  306. background:#fff;
  307. width:30px;
  308. border: 3px solid {color:sidebar};
  309. opacity: 0.8;
  310. height:30px;
  311. display:block;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  312.  
  313.  
  314. .playerr {
  315. width:25px;
  316. height:25px;
  317. margin-top:0px;
  318. margin-left:0px;
  319. overflow:hidden;
  320. padding:3px;}
  321.  
  322.  
  323. .track {
  324. font-family: calibri;
  325. text-align: center;
  326. height: 60px;
  327. background-color: {color:sidebar};
  328. margin-left:90px;
  329. line-height:12px;
  330. padding: 10px; }
  331.  
  332. .showhide_element {
  333. display:none;
  334. }
  335.  
  336.  
  337. blockquote {
  338. border-left:0px solid {color:sidebar};
  339. width:380px;
  340. background-color:transparent;
  341. padding:0px;
  342. margin-left:0px;
  343. padding-left:10px;}
  344.  
  345.  
  346. .user_1, .user_3, .user_5, .user_7, .user_7, .user_9, .user_11 {
  347. background-color:#f4f4f4;
  348. font-size:8px;
  349. letter-spacing:1px;
  350. margin-right:25px;
  351. text-transform:uppercase
  352. }
  353.  
  354.  
  355. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 {
  356. background-color:#e6e6e6;
  357. font-size:8px;
  358. letter-spacing:1px;
  359. margin-right:25px;
  360. text-transform:uppercase
  361. }
  362.  
  363.  
  364. ul.chat, .chat ol, .chat li {
  365. list-style:none;
  366. margin:0px;
  367. padding:5px;}
  368.  
  369. ol.notes {margin-top:50px;list-style-type: none;text-align:right;}
  370. 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;}
  371.  
  372. ::-webkit-scrollbar-thumb:vertical {
  373. background-color:{color:Scrollbar};
  374. height:50px;
  375. }
  376.  
  377. ::-webkit-scrollbar {
  378. background-color:#ffffff;
  379. height:5px;
  380. width:5px;
  381. }
  382.  
  383. ::-moz-selection {
  384. background-color:transparent;
  385. color:{color:Link};
  386. }
  387.  
  388. ::selection {
  389. background-color:transparent;
  390. color:{color:link};
  391. }
  392.  
  393. #credit {
  394. font-family:helvetica;
  395. text-align:center;
  396. text-transform:uppercase;
  397. opacity:1;
  398. font-size:7px;
  399. letter-spacing:1px;
  400. bottom:10px;
  401. right:11px;
  402. position:fixed;}
  403.  
  404. #credit img {max-width:10px;opacity:0.8;}
  405.  
  406.  
  407.  
  408. </style>
  409. </head>
  410.  
  411.  
  412. <style type="text/css">{CustomCSS}
  413. </style>
  414.  
  415. <body>
  416. <div id="sidebar">
  417. <div class="links"><br><br>
  418. <a href ="/">refresh</a>
  419. <a href ="/ask">message</a>
  420. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}
  421. {block:ifLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}
  422. {block:ifLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:ifLink3}
  423. <a href="#" onClick="showLinks('link1');return false;">about </a>
  424. </div>
  425.  
  426. <div id="link1" class="showhide_element">
  427. {block:Description}{Description}{/block:Description}
  428. </div>
  429.  
  430.  
  431.  
  432. </div>
  433.  
  434. <div id="credit">
  435. <img src="http://static.tumblr.com/p98azdo/tLPn17ayb/hpls.jpg"></a><a title="THEME CREDIT" href="http://hapilys.tumblr.com/"> <br>
  436. hpls
  437. </a></div>
  438.  
  439.  
  440. <div id="content">
  441. {block:Posts}
  442. <div id="posts">
  443.  
  444. {block:Text}{block:Title}<h2>{Title}</h2>{/block:title}{body}{/block:Text}
  445. {block:Link}<h2>{Name}</h2>{block:Description}{Description}{/block:Description}{/block:Link}
  446.  
  447. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-400}"></a><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448.  
  449. {block:Photoset}<center>{Photoset-400}</center>
  450. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photoset}
  451.  
  452. {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}
  453.  
  454. {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}
  455.  
  456.  
  457. {block:Audio}
  458. <div id="audin">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  459. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><font style="font-size: 14px; text-transform: uppercase; font-weight: bold;">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} - {Artist}{/block:Artist}</font><br />{block:Album}{Album}{/block:Album}<br>{PlayCountWithLabel}</div></div>
  460. {Caption}
  461. {/block:Audio}
  462.  
  463.  
  464.  
  465. {block:Video}{Video-400}<br /> {block:Caption}{Caption}{/block:Caption}{/block:Video}
  466.  
  467. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  468.  
  469.  
  470. {block:IndexPage}
  471. <br>
  472. <div id="info">
  473. {block:Date}<a title="{ShortMonth},{DayOfMonth}" href="{Permalink}">{ShortDayOfWeek},{DayOfMonth} </a>
  474. {/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>
  475. </div>
  476. </div> {/block:IndexPage}
  477.  
  478.  
  479. {block:PermalinkPage}
  480. <div id="tags"><br>
  481. <div style="font-weight:bold; font-size:9px; text-transform:uppercase;font-family:calibri;">{block:NoteCount}{NoteCountWithLabel} {/block:NoteCount}<br></div>{block:HasTags}
  482. .{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div><br>
  483. </div> {/block:PermalinkPage}
  484.  
  485.  
  486.  
  487. {/block:Posts}
  488. {block:PostNotes}
  489. {PostNotes}{/block:PostNotes}
  490.  
  491.  
  492.  
  493.  
  494. {block:Pagination}<div class="pagination">
  495. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  496. {block:JumpPagination length="5"}{block:CurrentPage}
  497. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  498. {/block:CurrentPage}
  499. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  500. {/block:JumpPagination}
  501. {block:NextPage}<a href="{NextPage}">&rarr;</a> {/block:NextPage}
  502. </div>{/block:Pagination}
  503.  
  504.  
  505. </div>
  506.  
  507. </body>
  508.  
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment