Advertisement
nithith

jess

Dec 6th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <script language=JavaScript>
  10. <!--
  11.  
  12. //Disable right mouse click Script
  13. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  14. //For full source code, visit http://www.dynamicdrive.com
  15.  
  16. var message="how about no, child.";
  17.  
  18. ///////////////////////////////////
  19. function clickIE4(){
  20. if (event.button==2){
  21. alert(message);
  22. return false;
  23. }
  24. }
  25.  
  26. function clickNS4(e){
  27. if (document.layers||document.getElementById&&!document.all){
  28. if (e.which==2||e.which==3){
  29. alert(message);
  30. return false;
  31. }
  32. }
  33. }
  34.  
  35. if (document.layers){
  36. document.captureEvents(Event.MOUSEDOWN);
  37. document.onmousedown=clickNS4;
  38. }
  39. else if (document.all&&!document.getElementById){
  40. document.onmousedown=clickIE4;
  41. }
  42.  
  43. document.oncontextmenu=new Function("alert(message);return false")
  44.  
  45. // -->
  46. </script>
  47.  
  48. <!---THEME MADE by lxaena, copy and i'll cut you--->
  49.  
  50. <meta name="color:Background" content="#ffffff"/>
  51. <meta name="color:Text" content="#a8a8a8"/>
  52. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  53. <meta name="color:DescriptionText" content="#b8b8b8"/>
  54. <meta name="color:Hover" content="#f2f2f2"/>
  55. <meta name="color:Post Links" content="#c0bfbf"/>
  56. <meta name="color:Answer Backg" content="#000000"/>
  57. <meta name="image:Background" content=""/>
  58. <meta name="image:Updates TL" content=""/>
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  64.  
  65. big {
  66. font-size:15px;
  67. font-weight:bold;
  68. letter-spacing:3px;
  69. text-transform:lowercase;
  70. font-family:times;
  71. }
  72.  
  73. pre{
  74. font-size:9px;
  75. max-width:250px;
  76. background-color:transparent;
  77. padding:5px;
  78. text-align:center;
  79. }
  80.  
  81. sub, sup, small {
  82. font-size:10px;
  83. }
  84.  
  85. /*scrollbar*/
  86. ::-webkit-scrollbar {
  87. width: 5px;
  88. height:0px;
  89. background:transparent;}
  90.  
  91. ::-webkit-scrollbar-thumb:vertical {
  92. height: 10px;
  93. background-color:#fff;
  94. border-radius: 10px 10px 10px 10px;
  95. }
  96.  
  97.  
  98. ::-moz-selection {background-color:;}
  99. ::selection {background-color:black;color:white;}
  100.  
  101. /*tooltips*/
  102.  
  103. #s-m-t-tooltip{
  104. position:absolute;
  105. margin-top:15px;
  106. z-index:9999;
  107. padding:0 5px;
  108. font-size:7px;
  109. text-transform:uppercase;
  110. letter-spacing:1px;
  111. background:{color:Background};
  112. }
  113.  
  114. body {
  115. background:{color:background};
  116. background-image:url('{image:Background}');
  117. no-repeat top left fixed;
  118. margin:0px;
  119. color:#000;
  120. font-family:'helvetica';
  121. font-weight:normal;
  122. font-style: none;
  123. font-size:10px;
  124. text-align:justify;
  125. line-height:15px;
  126. }
  127.  
  128. a {
  129. text-decoration:none;
  130. outline:none;
  131. -moz-outline-style:none;
  132. color:{color:Post Links};
  133. }
  134.  
  135. h1 {
  136. font-size:8px;
  137. letter-spacing:2px;
  138. text-transform:uppercase;
  139. font-family:'CAMBRIA';
  140. font-style:none;
  141. line-height:20px;
  142. text-align:center;
  143. padding:0px;
  144. }
  145.  
  146. a:hover {
  147. color:#000000;
  148. -moz-transition-duration:0.3s;
  149. -webkit-transition-duration:0.3s;
  150. -o-transition-duration:0.3s;
  151. }
  152.  
  153. /*posts*/
  154.  
  155. #entries {
  156. height:440px;
  157. width:510px;
  158. position:fixed;
  159. margin-left:640px;
  160. margin-top:169px;
  161. line-height:18px;
  162. overflow:scroll;
  163. background:transparent;
  164. font-family:'helvetica;
  165. font-weight:normal;
  166. font-style: none;
  167. font-size:11px;
  168. }
  169.  
  170. #posts {
  171. width:520px;
  172. margin-bottom:40px;
  173. text-align:justify;
  174. line-height:130%;
  175. letter-spacing:1px;
  176. font-family:'helvetica';
  177. font-weight:normal;
  178. font-style: none;
  179. font-size:11px;
  180. }
  181.  
  182.  
  183. blockquote, blockquote blockquote {
  184. border-left:5px solid #fff;
  185. border-radius:13px;
  186. padding-left: 10px;
  187. }
  188.  
  189. blockquote img {
  190. max-width:100%;
  191. }
  192.  
  193.  
  194. /*sidebar*/
  195.  
  196. #sidebar {
  197. position:fixed;
  198. width:500px;
  199. margin-left:550px;
  200. margin-top: 300px;
  201. }
  202.  
  203.  
  204. .links {
  205. margin-top: 290px;
  206. font-size: 40px;
  207. font-family: times;
  208. text-transform: uppercase;
  209. line-height: 140%;
  210. text-align: right;
  211. width: 400px;
  212. margin-left: 90px;
  213. margin-right: auto;
  214. }
  215.  
  216. .links a {
  217. padding-left: 10px;
  218. color: #fff;
  219. width: 70px;
  220. -webkit-transition:all .5s ease-in-out;
  221. -moz-transition:all .5s ease-in-out;
  222. transition:all .5s ease-in-out;
  223. }
  224.  
  225. .links a:hover {
  226. padding-left: 10px;
  227. color:#fff;
  228. text-shadow: 0px 0px 13px #000;
  229. -webkit-transition:all .5s ease-in-out;
  230. -moz-transition:all .5s ease-in-out;
  231. transition:all .5s ease-in-out;
  232. }
  233.  
  234.  
  235. #description {
  236. text-align:justify
  237. font-family:'Arial';
  238. width:500px;
  239. margin-top:40px;
  240. margin-left:-430px;
  241. font-size:9px;
  242. position:fixed;
  243. text-transform:lowercase;
  244. color:{color:DescriptionText};
  245. }
  246.  
  247. #pagination {
  248. font-style:bold;
  249. padding:2px;
  250. font-family:'arial';
  251. letter-spacing:2px;
  252. font-size:10px;
  253. text-align:center;
  254. font-weight:bold;
  255. padding:2px;
  256. margin-top: -70px;
  257. margin-left: -350px;
  258. color: #ffffff;
  259. text-transform:uppercase;
  260. }
  261.  
  262.  
  263. /*POST INFO*/
  264.  
  265. #info {
  266. font-family:'trebuchet ms';
  267. width:500px;
  268. margin-bottom: 10px;
  269. margin-top: 5px;
  270. font-size:8px;
  271. background: transparent;
  272. text-transform:uppercase;
  273. text-align:center;
  274. border:1px dotted #000;
  275. border-radius:20px;
  276. }
  277.  
  278. #info a {
  279. color:#000;
  280. font-style:normal;
  281. }
  282.  
  283. #info a:hover {
  284. color:#fff
  285. }
  286.  
  287. .tags {
  288. font-family:helvetica;
  289. font-style:normal;
  290. width:480px;
  291. text-transform:uppercase;
  292. font-style:normal;
  293. line-height:120%;
  294. padding-left:5px;
  295. font-size:7px;
  296. margin-bottom:40px;
  297. text-align:center
  298. padding-top:30px;
  299. padding-bottom:15px;
  300. -moz-transition-duration:0.2s;
  301. -webkit-transition-duration:0.2s;
  302. -o-transition-duration:0.2s;
  303. }
  304. .tags a{
  305. color:gray;
  306. -moz-transition-duration:0.2s;
  307. -webkit-transition-duration:0.2s;
  308. -o-transition-duration:0.2s;
  309. }
  310. .tags a:hover{
  311. color:#fff;
  312. -moz-transition-duration:0.2s;
  313. -webkit-transition-duration:0.2s;
  314. -o-transition-duration:0.2s;
  315. }
  316.  
  317. /*QUESTION*/
  318.  
  319. .asker {
  320. width:400px;
  321. font-size: 11px;
  322. color: #000;
  323. text-align: left;
  324. padding-top:2px;
  325. margin-bottom: 10px;
  326. text-transform: lowercase;
  327. font-weight: none;
  328. letter-spacing: 0px;
  329. font-style: italic;
  330. background-color: grey;
  331. }
  332.  
  333. .q {
  334. margin-top: 10px;
  335. font-size: 12px;
  336. color: #fff;
  337. font-weight: bold;
  338. background-color:#000;
  339. border-radius: 5px 5px 0px 0px;
  340. padding:15px;
  341. letter-spacing: 0px;
  342. text-align: justify;
  343. line-height: 100%;
  344. text-transform: lowercase;
  345. }
  346.  
  347. .answer {
  348. font-size: 12px;
  349. color: #fff;
  350. text-align: justify;
  351. width:400px;
  352. line-height: 100%;
  353. }
  354.  
  355. .ask {
  356. background-color: #000;
  357. width:400px;
  358. padding: 0px;
  359. }
  360.  
  361.  
  362.  
  363. /*CREDIT*/
  364.  
  365. #cred {
  366. position:fixed;
  367. font-family:'Calibri';
  368. text-transform:uppercase;
  369. font-size:12px;
  370. right:180px;
  371. bottom:12px;
  372. padding:4px;
  373. letter-spacing:1px;
  374. color: #000;
  375. }
  376.  
  377. {CustomCSS}
  378.  
  379. #container-top-left {
  380. /*don't change anything*/
  381. position:fixed;
  382. left:300px;
  383. top:150px;
  384. z-index:999;
  385. }
  386.  
  387. #container-top-left:hover #text-top-left {
  388. opacity:1; /*don't change*/
  389. /*transition speed: 0.1 = fastest and 1 = slowest*/
  390. -webkit-transition: all .7s ease-in-out;
  391. -moz-transition: all .7s ease-in-out;
  392. -o-transition: all .7s ease-in-out;
  393. }
  394.  
  395. #text-top-left {
  396.  
  397. /*you can change the things below this*/
  398. font-size:10px;
  399. font-family:calibri;
  400. text-align:center;
  401. width:125px; /*how wide the text spans*/
  402. top:30px; /*higher number = farther down on page*/
  403. left:100px; /*lower number = closer to image; beware: don't make this number higher than the image width or your text will be on top of your image*/
  404.  
  405. /*don't change anything below this*/
  406. padding:0px 5px 0px 5px;
  407. position:fixed;
  408. opacity:0;
  409.  
  410. /*transition speed: 0.1 = fastest and 1 = slowest*/
  411. -webkit-transition: all .7s ease-in-out;
  412. -moz-transition: all .7s ease-in-out;
  413. -o-transition: all .7s ease-in-out;
  414.  
  415. }
  416.  
  417. #image-top-left img {
  418. width: 100px; /*higher number = larger image; if you change this, make sure you change the "left:100px" style under #text-top-left, or else your text will be on top of your image*/
  419.  
  420. /*don't change anything below this*/
  421. height: auto;
  422. top:0px;
  423. left:0px;
  424. }
  425.  
  426.  
  427. #bubble-music {
  428. position:fixed;
  429. left:150px;
  430. top:20px;
  431. width:30px;
  432. height:30px;
  433. background-color:transparent;
  434. border-radius:100%;
  435. -moz-border-radius:100%;
  436. overflow:hidden;
  437. -webkit-transition: all 0.5s ease-out;
  438. -moz-transition: all 0.5s ease-out;
  439. transition: all 0.5s ease-out
  440.  
  441. }
  442.  
  443. #bubble-music:hover {
  444. border-radius:9px;
  445. -moz-border-radius:9px;
  446. width:140px;
  447. height:30px;
  448. }
  449.  
  450. .music_embed {
  451. margin:-23px 0 0 70px;
  452. z-index:1;
  453. font-family:consolas;
  454. font-size:8px;
  455. -webkit-transition: all 0.5s ease-out;
  456. -moz-transition: all 0.5s ease-out;
  457. transition: all 0.5s ease-out
  458. }
  459.  
  460. #bubble-music:hover .music_embed {
  461. margin:-23px 0 0 34px;
  462. opacity:1;
  463. }
  464.  
  465. </style></head><body>
  466.  
  467. <body onkeydown="return false">
  468.  
  469. <div id="container-top-left">
  470. <div id="image-top-left"><img src="{image:Updates TL}" /></div>
  471. <div id="text-top-left">
  472.  
  473. <br><i>written by jess</i></big>.
  474. <br><b><script language="JavaScript">
  475. var ref = (''+document.referrer+'');
  476. var w_h = window.screen.width + " x " + window.screen.height;
  477. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4540926&e1=&e2=&r=' + ref + '&wh=' + w_h + '"></script>');
  478. </script></b> & <b><script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID2756304&name="></script></b>.
  479. <center><div id="bubble-music">
  480. <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  481. <div class="music_embed">
  482. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/7ocb2xcii9/The_Hanging_Tree_-_Paola_Bennet.mp3&t0=are you coming to the tree.&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  483. </div>
  484. </div>
  485. </div>
  486. </div>
  487.  
  488.  
  489. {CustomCSS}
  490.  
  491. </style></head><body>
  492.  
  493. <div id="sidebar">
  494.  
  495. <div id="sidebarimage">
  496. <a title="home" href="/">
  497. <img src="{image:Sidebar}">
  498. </a>
  499. </div>
  500.  
  501. <div class="links">
  502. <a href="/" title="hogwarts.">i</a>
  503. <a href="/ask" title="write me a letter.">ii</a>
  504. <a href="/rules." title="rules.">iii</a>
  505. <a href="/verses." title="verses.">iv</a>
  506. <a href="/more." title="more.">v</a>
  507. <a href="/submit" title="owlery.">vi</a>
  508. </div>
  509.  
  510. <div id="description">{Description}
  511.  
  512. {block:Pagination}
  513. <div id="pagination">
  514. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  515. {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  516. </div>
  517. {/block:Pagination}
  518. </div>
  519. </div>
  520. </div>
  521.  
  522. <div id="entries">
  523. {block:Posts}
  524. <div id="post">
  525.  
  526.  
  527.  
  528. {block:Text}
  529. <h1>{block:Title}{Title}{/block:Title}</h1>
  530. {Body}{/block:Text}
  531.  
  532. <!--quotes-->
  533.  
  534. {block:Quote}
  535. <div id="titlequote">“{Quote}” {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}</div>
  536. {/block:Quote}
  537.  
  538. <!--link posts-->
  539.  
  540. {block:Link}
  541. <div id="title"><a href="{URL}">{Name}</a></div>
  542. {block:Description}{Description}{/block:Description}
  543. {/block:Link}
  544.  
  545. <!--chat posts-->
  546.  
  547. {block:Chat}
  548. {block:Title}<div id="title">{Title}</div>{/block:Title}
  549. <div class="chat"><ol>
  550. {block:Lines}<li class="line {Alt}">
  551. {block:Label}<span class="label">{Label}</span>{/block:Label}
  552. {Line}</li>{/block:Lines}</ol></div>
  553. {/block:Chat}
  554.  
  555. <!--photo posts-->
  556.  
  557. {block:Photo}
  558. {LinkOpenTag}
  559. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>
  560. {LinkCloseTag}
  561. {/block:Photo}
  562.  
  563. <!--photosets-->
  564.  
  565. {block:Photoset}
  566. {Photoset-500}
  567. {/block:Photoset}
  568.  
  569. <!--videos-->
  570.  
  571. {block:Video}
  572. {Video-500}
  573. {/block:Video}
  574.  
  575. <!--audio posts-->
  576.  
  577. {block:Audio}
  578. <div id="player"><div id="aplayer">{AudioPlayer}</div></div>
  579. <div id="audioinfo">
  580. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br><b>{Artist}</b>{/block:Artist}</div>
  581. {/block:Audio}
  582.  
  583. <!--answer posts-->
  584.  
  585. {block:Answer}<div id="asker" style="margin-left:5px;width:500px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;text-transform:lowercase;"><B>{Asker}</B> wrote: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px; margin-bottom:5px;">{Answer}</span></font>{/block:Answer}
  586.  
  587. <!--captions-->
  588.  
  589. {block:Caption}
  590. <div class="captions">{Caption}</div>
  591. {/block:Caption}
  592.  
  593. <!--permalink-->
  594.  
  595. {block:Date}
  596. <div id="info">
  597.  
  598. <a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  599.  
  600. {block:NoteCount}&nbsp;/ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  601.  
  602. {block:PermalinkPage}{block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
  603.  
  604.  
  605. {/block:Date}
  606.  
  607. </div>
  608.  
  609.  
  610. <!--content source-->
  611.  
  612. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  613.  
  614. {block:HasTags}
  615. <div class="tags">
  616. {block:Tags}<a href="{TagURL}"># &nbsp;{Tag} </a>{/block:Tags}</div>
  617. {/block:HasTags}
  618. <div class="note">
  619. {block:PostNotes}{PostNotes}{/block:PostNotes}
  620. </div>
  621. </div>
  622. {/block:Posts}
  623.  
  624.  
  625. <div id="cred">
  626. <a href="http://lxaena.tumblr.com/">Jess</a>
  627. </div>
  628. </div>
  629.  
  630. </body>
  631.  
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement