chissy_

HPLS 13 (HAPILYS.TUMBLR.COM)

Jan 3rd, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.93 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. -->
  14.  
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  17. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  18.  
  19. <head>
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21.  
  22.  
  23. <meta name="color:background" content="#ffffff" />
  24. <meta name="color:content" content="#ffffff" />
  25. <meta name="color:link" content="#352a2a" />
  26. <meta name="color:link hover" content="#000000" />
  27. <meta name="color:text" content="#202626" />
  28. <meta name="color:scrollbar" content="#000000" />
  29.  
  30. <meta name="text:link1" content="one" />
  31. <meta name="text:link1 url" content="/" />
  32. <meta name="text:link2" content="two" />
  33. <meta name="text:link2 url" content="/" />
  34. <meta name="text:link3" content="three" />
  35. <meta name="text:link3 url" content="/" />
  36. <meta name="text:link4" content="four" />
  37. <meta name="text:link4 url" content="/" />
  38.  
  39.  
  40. <link rel='stylesheet' href='path/to/typicons.min.css' />
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}"/>
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <style type="text/css">
  48.  
  49. iframe#tumblr_controls {
  50. -webkit-filter:invert(100%);
  51. right:3px !important;
  52. position: fixed !important;
  53. opacity:.7;
  54. -webkit-transition: all 0.8s ease-out;
  55. -moz-transition: all 0.8s ease-out;
  56. transition: all 0.8s ease-out;}
  57.  
  58. iframe#tumblr_controls:hover{
  59. opacity:1;
  60. -webkit-transition: all 0.4s ease-out;
  61. -moz-transition: all 0.4s ease-out;
  62. transition: all 0.4s ease-out;}
  63.  
  64.  
  65. body {
  66. background-color:{color:background};
  67. color:{color:text};
  68. font: 11px/14px 'Arial', sans-serif;
  69. line-height:100%;
  70. text-align:justify;
  71. }
  72.  
  73. a:link, a:active, a:visited {
  74. color:{color:Link};
  75. text-decoration:none;
  76. -webkit-transition:all 0.5s ease-out;
  77. -moz-transition:all 0.5s ease-out;
  78. transition:all 0.5s ease-out
  79. }
  80.  
  81. a:hover {;
  82. text-decoration:underline;
  83.  
  84. }
  85.  
  86. h1{
  87. text-transform:lowercase;
  88. line-height:30px;
  89. font-family:helvetica;
  90. font-weight:bold;
  91. text-decoration: underline;
  92. font-style:italic;
  93. font-size:18px;
  94. color:#000000;
  95. text-align:center;
  96. background-color:transparent;
  97. }
  98.  
  99. h2 {
  100. text-transform:lowercase;
  101. font-size:12px;
  102. letter-spacing:0px;
  103. text-align:left;
  104. }
  105.  
  106.  
  107. #content {
  108. background:transparent;
  109. margin-left:500px;
  110. margin-top:50px;
  111. width:500px;
  112. padding:0px;}
  113.  
  114. #posts{
  115. background:{color:content};
  116. width:500px;
  117. padding:5px;
  118. overflow:hidden;
  119. margin-bottom:40px;}
  120.  
  121.  
  122. #permalink{
  123. margin-top:20px;
  124. font-size: 11px;
  125. line-height: 12px;
  126. background-color:transparent;
  127. width: 490px;
  128. text-align:left;
  129. }
  130.  
  131. #permalink a{
  132. text-transform:lowercase;
  133. }
  134.  
  135.  
  136. #hashtag {
  137. width:490px;
  138. opacity:1;
  139. font-size:10px;
  140. text-align:left;
  141. word-spacing:2px;
  142. background-color:transparent;}
  143.  
  144.  
  145.  
  146. #sidebar {
  147. position:fixed;
  148. background:transparent;
  149. padding:5px;
  150. margin-top:20px;
  151. width:300px;
  152. height:80px;
  153. margin-left:300px;
  154. opacity:1;
  155. -moz-transition:0.5s ease-in;
  156. -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
  157. transition:0.5s ease-in;
  158.  
  159. }
  160.  
  161. #sidebar img {
  162. max-width:150px;
  163. }
  164.  
  165. #sidebar:hover .links{opacity:1;}
  166.  
  167. .links{
  168. background-color:transparent;
  169. width:120px;
  170. font-size:11px;
  171. text-align:justify;
  172. opacity:1;
  173. -moz-transition:0.5s ease-in;
  174. -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
  175. transition:0.5s ease-in;}
  176.  
  177. .links a{
  178. letter-spacing: 10px;line-height:20px;
  179. }
  180.  
  181.  
  182. #description{
  183. border-top:1px solid #000;
  184. font-size:10px;
  185. background:transparent;
  186. text-transform:lowercase;
  187. padding:5px;
  188. width:120px;
  189. margin-left:-2px;
  190. line-height:20px;
  191. opacity:1;
  192. }
  193.  
  194.  
  195. .pagination a {font-size:8px;text-transform:uppercase;padding: 2px 4px 2px 4px; color:{color:text}; text-decoration:none;}
  196.  
  197.  
  198. #question {
  199. font-size:11px;
  200. text-align:left;
  201. }
  202.  
  203. #asker { text-transform:lowercase;
  204. font-size:11px;
  205. text-align:left;
  206. font-weight:bold;
  207. }
  208.  
  209.  
  210. #audio {
  211. margin-bottom:5px;
  212. width:250px;
  213. height:100px}
  214.  
  215.  
  216. .player {
  217. overflow:hidden;
  218. text-align:center;
  219. padding:4px;
  220. border:1px solid #fafafa;
  221. }
  222.  
  223.  
  224. .audio_info {
  225. font-size:12px;
  226. text-align:center;
  227. background:{color:permalink};
  228. border-bottom:1px solid #fafafa
  229. width:395px;
  230. padding:12px 12px 12px 17px;
  231. margin-left:-12px;
  232. margin-top:-12px;
  233. }
  234.  
  235.  
  236. i, em{
  237. color:{color:Link};}
  238. b, strong{
  239. font-weight:bold;
  240. color:black;}
  241. ul,ol{
  242. margin:0px;
  243. margin-left:-5px;}
  244. p{
  245. padding:0px;
  246. margin:2px;}
  247.  
  248. pre{
  249. background:#f0f0f0;
  250. padding:0px;}
  251.  
  252. u{
  253. text-decoration:underline;
  254. color:{color:Title};}
  255.  
  256. blockquote {
  257. border-left:2px solid #343636;
  258. width:490px;
  259. text-align:left;
  260. font-size:12px;
  261. background-color:transparent;
  262. padding:0px;
  263. text-align:justify;
  264. margin-left:0px;
  265. padding-left:10px;}
  266.  
  267. .caption {
  268. width:100%;
  269. margin-top:10px;
  270. text-align:left;
  271. }
  272.  
  273.  
  274. .user_1, .user_3, .user_5, .user_7, .user_7, .user_9, .user_11 {
  275. background-color:white;
  276. letter-spacing:0px;
  277. text-transform:lowercase;
  278. }
  279.  
  280.  
  281. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 {
  282. background-color:white;
  283. letter-spacing:0px;
  284. text-transform:lowercase
  285. }
  286.  
  287.  
  288. ul.chat, .chat ol, .chat li {
  289. list-style:none;
  290. margin:0px;
  291. padding:5px;}
  292.  
  293. ol.notes {margin-top:50px;list-style-type: none;}
  294. ol.notes li.note {padding: 0px;list-style-type: none;text-align:left;margin-top:10px;margin-left:0px;width:400px;font-size:10px;letter-spacing:0px;font-weight:none;}
  295.  
  296. ::-webkit-scrollbar {
  297. background-color:#f8f8f8;
  298. border:3px solid #fff;
  299. height:8px;
  300. width:8px;}
  301.  
  302. ::-webkit-scrollbar-thumb:vertical {
  303. background-color:{color:Scrollbar};
  304. border:2px solid #fff;
  305. height:50px;
  306. border-radius:300px;
  307. -webkit-border-radius: 300px;
  308. -moz-border-radius: 300px;}
  309.  
  310. ::-webkit-scrollbar-thumb:horizontal {
  311. background-color:#000;
  312. border:2px solid #fff;
  313. height:8px!important}
  314.  
  315. #credit {
  316. font-family:helvetica;
  317. text-align:center;
  318. text-transform:uppercase;
  319. opacity:1;
  320. font-size:7px;
  321. letter-spacing:1px;
  322. bottom:10px;
  323. right:11px;
  324. position:fixed;}
  325.  
  326. </style>
  327. </head>
  328.  
  329.  
  330. <style type="text/css">{CustomCSS}
  331. </style>
  332.  
  333. <body>
  334.  
  335.  
  336.  
  337. <div id="sidebar">
  338. <div id="sidebarimg"><img src="{image:Sidebar}"width="120px"height="120px"/></div>
  339.  
  340.  
  341. <div class="links"><br>
  342. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}
  343. {block:ifLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}
  344. {block:ifLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:ifLink3}
  345. {block:ifLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:ifLink4}
  346. </div>
  347.  
  348.  
  349. <br>
  350. <div id="description">{block:Description}{Description}{/block:Description}<br><br>
  351. {block:Pagination}<div class="pagination">
  352. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  353. {block:JumpPagination length="5"}{block:CurrentPage}
  354. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  355. {/block:CurrentPage}
  356. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  357. {/block:JumpPagination}
  358. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  359. </div>{/block:Pagination}
  360. </div>
  361. </div>
  362.  
  363. </div>
  364.  
  365.  
  366. <div id="credit">
  367. <a title="HAPILYS(C)" href="http://hapilys.tumblr.com/">(C) hpls</a></div>
  368.  
  369.  
  370.  
  371. <div id="content">
  372. {block:Posts}
  373. <div id="posts">
  374.  
  375.  
  376. {block:Text}{block:Title}<h2>{Title}</h2>{/block:title}{body}{/block:Text}
  377. {block:Link}<h2>{Name}</h2>{block:Description}{Description}{/block:Description}{/block:Link}
  378.  
  379. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}"width="500px"/></a><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  380.  
  381. {block:Photoset}<center>{Photoset-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  382.  
  383. {block:Quote}<h1>{Quote}</h1><div style="padding-bottom:5px;text-align:right;font-size:11px;font-style:italic"> {block:Source}<div id="source"> — {Source}</div>{/block:Source}</div>{/block:Quote}
  384.  
  385. {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}
  386.  
  387.  
  388. {block:Audio}<div class="audio_info">{block:TrackName}<b style="font-family:arial">{TrackName}</b>{/block:TrackName}<br>{block:Artist}<div style="font-size:8px;text-transform:uppercase;letter-spacing:1px;line-height:16px;">{Artist}</div>{/block:Artist}</div>{block:AudioPlayer}
  389. <div class="player">{AudioPlayerwhite}</div>{/block:AudioPlayer}
  390. {/block:Audio}
  391.  
  392. {block:Video}{Video-500}<br /> {block:Caption}{Caption}{/block:Caption}{/block:Video}
  393.  
  394. {block:Answer}<div id="asker">{Asker} said :{Question}</div><br><div id="question">{Answer}</div>{/block:Answer}
  395.  
  396. <div id="permalink">
  397. {block:Date}<b><a href="{Permalink}"style="">
  398. {TimeAgo}</a></b>&nbsp; / {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}&nbsp;&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}</a>
  399. </div>
  400.  
  401. <div id="hashtag"><br>{block:HasTags}{block:Tags}<a href="{TagURL}" >#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  402.  
  403.  
  404. {/block:Posts}
  405.  
  406. {block:PostNotes}{PostNotes}{/block:PostNotes}
  407.  
  408. </div>
  409.  
  410.  
  411.  
  412. </body>
  413.  
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment