Advertisement
rasperries

harry blog

Jul 17th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head><script type="text/javascript">
  9. <!--
  10.  
  11. // Disable Right Click Script
  12.  
  13. function IE(e)
  14. {
  15. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  16. {
  17. return false;
  18. }
  19. }
  20. function NS(e)
  21. {
  22. if (document.layers || (document.getElementById && !document.all))
  23. {
  24. if (e.which == "2" || e.which == "3")
  25. {
  26. return false;
  27. }
  28. }
  29. }
  30. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  31.  
  32. //-->
  33. </script>
  34.  
  35. <!-- DEFAULT VARIABLES -->
  36. <meta name="font:body" content="arial" />
  37. <meta name="font:title" content="georgia" />
  38. <meta name="font:sidelinks" content="georgia" />
  39.  
  40. <meta name="color:background" content="#ffffff" />
  41. <meta name="color:body" content="#747474" />
  42. <meta name="color:links" content="#A8A8A8" />
  43. <meta name="color:hover" content="#757575" />
  44. <meta name="color:entry" content="#ffffff" />
  45. <meta name="color:side" content="#ffffff" />
  46. <meta name="color:date" content="#0000000" />
  47. <meta name="color:tags" content="#f8f8f8" />
  48. <meta name="color:bottom" content="#ffffff" />
  49. <meta name="color:sidelinks" content="#ffffff" />
  50. <meta name="color:sidelinks hover" content="#cccccc" />
  51. <meta name="color:navigation" content="#666666" />
  52.  
  53. <meta name="image:sidebar" content=""/>
  54.  
  55. <meta name="text:Link1" content=""/>
  56. <meta name="text:Link1 URL" content=""/>
  57. <meta name="text:Link2" content=""/>
  58. <meta name="text:Link2 URL" content=""/>
  59. <meta name="text:Link3" content=""/>
  60. <meta name="text:Link3 URL" content=""/>
  61. <meta name="text:Link4" content=""/>
  62. <meta name="text:Link4 URL" content=""/>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70. </head>
  71.  
  72. <style type="text/css">
  73. body {cursor: url(http://i.imgur.com/ZOrzC.png), auto;color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position}; font-family: calibri; font-size:{text:Body Font Size}; text-align: justify;
  74. text-align:left;
  75. color:{color:body};
  76. background-color:{color:background};
  77. font-family:{font:body};
  78. font-size:9px; }
  79.  
  80. blockquote{
  81. margin-left:0px;
  82. border-left:1px solid #f2f2f2;
  83. padding-left:5px;
  84. width:95%;
  85. }
  86.  
  87. b, em, bold, .question a {
  88. font-family:georgia;
  89. font-weight:normal;
  90. text-transform:lowercase;
  91. color:#666666;}
  92.  
  93. a {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color: {color:link};
  94. text-decoration: none;
  95. color:{color:links};
  96. text-decoration:none;
  97. -moz-transition:0.3s ease-in;
  98. -webkit-transition: 0.3s ease-in;
  99. -o-transition:0.3s ease-in;
  100. transition:0.3s ease-in; }
  101.  
  102. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;color:{color:link hover}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color:{color:link hover}; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  103. color: {color:hover};
  104. text-decoration:none;}
  105.  
  106. #wrap {
  107. min-height: 100%; }
  108.  
  109. #header {
  110. padding:5px 0px 5px 0px;
  111. min-width:100%;
  112. margin-bottom:70px;
  113. text-align:center; }
  114.  
  115. #main {
  116. padding:10px; }
  117.  
  118. #container{
  119. width:800px;
  120. left:200px;
  121. position:relative;}
  122.  
  123. .bottom{
  124. background-color:{color:bottom};
  125. padding:10px 0px 0px 0px;}
  126.  
  127. .space{
  128. margin-bottom:20px;}
  129.  
  130. #sidebar { padding:10px; width:190px; margin-left:250px;float:left; position:fixed;background-color:{color:sidebar}; top:88px; text-align:justify;}
  131. #footer { padding:10px; }
  132.  
  133. #entry {
  134. float:right;
  135. margin-left:5px;}
  136.  
  137. .post {
  138. background-color:{color:entry};
  139. padding:0px 10px 65px 10px;
  140. width:500px;}
  141.  
  142. .label1{
  143. font-family:georgia;
  144. color:{color:date};}
  145.  
  146. .title, .title a {
  147. display:block;
  148. font-family:{font:body};
  149. color:{color:title};
  150. font-size:12px;
  151. text-align:center;
  152. text-transform:lowercase;
  153. padding:0px 3px 0px 3px;}
  154.  
  155. .title a:hover {
  156. color:{color:date}; }
  157.  
  158. .date {
  159. background-color:{color:date};
  160. padding:3px 5px 3px 5px;}
  161.  
  162. .date, .date a {
  163. display:block;
  164. font-family:georgia;
  165. text-align:center;
  166. color:#0000000;
  167. text-transform:lowercase; }
  168.  
  169. .barb {background-color:#f3f3f3; padding:5px;}
  170.  
  171. .navlinks {
  172. color:#888888;
  173. padding:0px 5px 5px 5px;
  174. text-transform:lowercase;
  175. font-size:8px;
  176. background-color:{color:background}; }
  177.  
  178. .tags {
  179. color:#888888;
  180. padding:5px 5px 5px 5px;
  181. text-transform:lowercase;
  182. font-size:10px;
  183. background-color:{color:tags}; }
  184.  
  185. .chat {
  186. border-bottom:0px solid #D5D5D5;
  187. padding:2px;}
  188.  
  189. .question{
  190. background-color:transparent;
  191. padding:10px;}
  192.  
  193.  
  194. #pagination {
  195. width:500px;
  196. font-size:8px;
  197. word-spacing:7px;
  198. text-align:center;
  199. margin-bottom:30px;}
  200.  
  201. .jump_page {
  202. padding:3px;
  203. background-color:#ffffff;}
  204.  
  205. .current_page {
  206. padding:3px;
  207. background-color:#ffffff;
  208. color:#666666}
  209.  
  210.  
  211.  
  212. ol {
  213. list-style-type: none;
  214. margin: 0 0 1.5em 2.5em; }
  215.  
  216. ol.notes li {
  217. width: 420px;
  218. padding: 5px 0;
  219. margin: 0 0 3px -28px;
  220. border-bottom: 1px solid #f5f5f5; }
  221.  
  222. ol.notes li:hover {
  223. border-bottom: 1px solid #f5f5f5; }
  224.  
  225. ol.notes li img {
  226. width:16px;
  227. padding-right: 10px;
  228. margin-bottom: -5px;
  229. opacity: 0.85;
  230. filter:alpha(opacity=85); }
  231.  
  232. ol.notes li img:hover {
  233. opacity: 1;
  234. filter:alpha(opacity=100); }
  235.  
  236. .user_1, .user_3, .user_5, .user_7,
  237. .user_7 , .user_9 .user_11 {
  238. background-color:#f2f2f2;
  239. margin-right:25px;
  240. color:{color:body};}
  241.  
  242. .user_2, .user_4, .user_6, .user_8,
  243. .user_10, .user_12 {
  244. background-color:{color:entry};
  245. color:{color:body};
  246. margin-right:25px;}
  247.  
  248. ul.chat, .chat ol, .chat li {
  249. list-style:none;
  250. margin:0px;
  251. padding:5px;}
  252.  
  253.  
  254. .postquote{
  255. display:block;
  256. height:auto;
  257. padding-right:15px;
  258. width:95%;
  259. font-size:9px;
  260. letter-spacing:0px;
  261.  
  262.  
  263. margin:0px auto 20px;
  264. line-height:15px;
  265. text-align:justify;
  266.  
  267. }
  268.  
  269. .quotesource{
  270. text-align:right;
  271. margin-top:-8px;
  272. }
  273.  
  274. .quotesource span{
  275. background-color:white;
  276. padding-left:10px;
  277. }
  278.  
  279. .quoteborder{
  280. border-bottom:0px double #f2f2f2;
  281. }
  282.  
  283. .musicplayer{
  284. width:27px;
  285. height:27px;
  286. overflow:hidden;
  287. z-index:2;
  288. display:block;
  289. background-color:black;
  290. margin:38px 0px 0px 180px;
  291. position:absolute;
  292. opacity:1;
  293. -webkit-transition: all 0.7s ease-in-out;
  294. -moz-transition: all 0.7s ease-in-out;
  295. -o-transition: all 0.7s ease-in-out;
  296. }
  297.  
  298. .audio{
  299. position:absolute;
  300. width:398px;
  301. height:100px;
  302. background-color:black;
  303. margin-left:102px;
  304. }
  305.  
  306. .covers{
  307. width:100px;
  308. height:100px;
  309. }
  310.  
  311. .audioimg{
  312. width:100px;
  313. height:100px;
  314. position:absolute;
  315. }
  316.  
  317. .audioimg img{
  318. float:left;
  319. opacity:1;
  320. width:100px;
  321. }
  322.  
  323. .audioinfo{
  324. display:none;
  325. font-size:11px;
  326. text-transform:uppercase;
  327. margin-bottom:1px;
  328. margin-left:201px;
  329. height:65px;
  330. display:block;
  331. width:299px;
  332. text-align:center;
  333. background-color:white;
  334. padding-top:35px;
  335. letter-spacing:1px;
  336. }
  337.  
  338. {CustomCSS}
  339. </style>
  340.  
  341.  
  342. <body>
  343. <div id="header">
  344. </div>
  345.  
  346. <div id="main">
  347. <div id="container">
  348.  
  349. <div id="sidebar">
  350.  
  351.  
  352. <a href="/"><img src="{image:sidebar}" width=190> </a><BR>
  353. <big><a style="color:#747474;" href="/"><i></i></a></font></big>
  354. <BR> <BR>
  355. {block:Description} {Description} {/block:Description}
  356. <BR> <BR>
  357.  
  358. <div class="barb" style="background-color:#f3f3f3;padding:5px;text-align:center;">
  359. <a href="/aboutme">about</a> &nbsp;&nbsp;
  360. <a href="/tagged/100songs">music</a>&nbsp;&nbsp;
  361. <a href="/books">books</a> &nbsp;&nbsp;
  362. <a href="/tv">tv</a> &nbsp;&nbsp;
  363. <a href="/films">films</a>
  364.  
  365. </div>
  366.  
  367. <div style="border-bottom:1px solid #dddddd;padding:10px;">
  368. <a href="/mine">Edits</a><BR> </div>
  369. <div style="border-bottom:1px solid #dddddd;padding:10px;">
  370. <a href="/ask">Message</a><BR> </div>
  371. <div style="border-bottom:1px solid #dddddd;padding:10px;">
  372. <a href="/links">Navigation</a><BR> </div></div>
  373.  
  374. <div id="entry">
  375.  
  376. {block:Posts}
  377.  
  378. <div class="post">
  379.  
  380. {block:Text}
  381. {block:Title}
  382. <div class="title">
  383. <a href="{Permalink}">{Title}</a></div>
  384. {/block:Title}
  385. {Body}
  386. {/block:Text}
  387.  
  388.  
  389. {block:Photo}
  390. <img src="{PhotoURL-500}" />
  391. {block:Caption}
  392. {Caption}
  393. {/block:Caption}
  394. {/block:Photo}
  395.  
  396.  
  397. {block:Photoset}
  398. {Photoset-500}
  399. {block:Caption}
  400. {Caption}
  401. {/block:Caption}
  402. {/block:Photoset}
  403.  
  404.  
  405. {block:Quote}
  406. <div class="postquote">{Quote}</div>
  407. {block:Source}<div class="quoteborder"> </div>
  408. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  409. {/block:Quote}
  410.  
  411.  
  412. {block:Link}
  413. <div class="title">
  414. <a href="{URL}" {Target}>{Name}</a></div>
  415. {block:Description}
  416. {Description}
  417. {/block:Description}
  418. {/block:Link}
  419.  
  420. {block:Chat}
  421. <ul class="chat">
  422. {block:Lines}
  423. <li class="user_{UserNumber}">
  424. {block:Label}
  425. <span class="label">
  426. {Label}</span>
  427. {/block:Label}
  428. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  429.  
  430.  
  431. {block:Video}
  432. {Video-500}
  433. {block:Caption}
  434. {Caption}
  435. {/block:Caption}
  436. {/block:Video}
  437.  
  438.  
  439. {block:Audio}
  440. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  441. <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  442. {Caption}
  443. {/block:Audio}
  444.  
  445. {block:Answer}
  446. <div class="tags">
  447. <b>{Asker}:</b> {Question}
  448. </div>
  449. {Answer}
  450. {/block:Answer}
  451.  
  452. <table style="font-size:8px;color:{color:links};border-top:1px solid #f0f0f0;margin-top:15px;" width="100%"><tr><td>
  453. {block:HasTags} <div class="navlinks" style="margin-top:5px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}{block:RebloggedFrom}<a href="{ReblogParentURL}"> {/block:RebloggedFrom}
  454. {block:ContentSource} <a href="{SourceURL}"></a> {/block:ContentSource}
  455.  
  456. <td style="text-align:right;">
  457. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
  458. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  459. </td></tr></table>
  460. </div>
  461.  
  462. <div class="bottom"> </div>
  463.  
  464. <div class="space"> </div>
  465.  
  466. {block:PostNotes}
  467. <div class="post">
  468. {PostNotes}
  469. </div>
  470. {/block:PostNotes}
  471.  
  472. {/block:Posts}
  473.  
  474. <div id=pagination>{block:Pagination}
  475. {block:PreviousPage}
  476. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  477. {/block:PreviousPage}
  478.  
  479. {block:JumpPagination length="5"}
  480. {block:CurrentPage}
  481. <span class="current_page">{PageNumber}</span>
  482. {/block:CurrentPage}
  483.  
  484. {block:JumpPage}
  485. <a class="jump_page" href="{URL}">{PageNumber}</a>
  486. {/block:JumpPage}
  487. {/block:JumpPagination}
  488.  
  489. {block:NextPage}
  490. <a class="jump_page" href="{NextPage}">&rarr;</a>
  491. {/block:NextPage}
  492. {/block:Pagination}</div>
  493.  
  494. </div>
  495. </div>
  496. </div
  497.  
  498. <div class="footer">
  499.  
  500. </div>
  501.  
  502. </body>
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement