Advertisement
elsaofarendelle

hulk

May 6th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.24 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Carter+One" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">
  13.  
  14. <!--- tooltips --->
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26.  
  27. </style>
  28.  
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35.  
  36. <!-------------------------------------------
  37. Code by elsaofarendelle.
  38. Don't copy or distribute.
  39. Don't claim as your own.
  40. -------------------------------------------->
  41.  
  42. <meta name="image:background" content=""/>
  43. <meta name="image:sidebar" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. /* --- CURSOR START --- */
  62.  
  63. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  64.  
  65. /* --- CURSOR END --- */
  66.  
  67. /* --- FONTS START --- */
  68.  
  69. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  70.  
  71. @font-face { font-family: "watermelon"; src: url('https://dl.dropboxusercontent.com/s/uluxk369y2nfu59/Watermelon%20Script%20Demo.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  74.  
  75. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  76.  
  77. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  78.  
  79. /* --- FONTS END --- */
  80.  
  81.  
  82. /* --- SCROLLBAR START ---*/
  83.  
  84. ::-webkit-scrollbar-thumb{
  85. background-color: #004a53;
  86. border: none;
  87. height:auto;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. height:auto;
  92. width:5px;
  93. background-color: transparent;
  94. border:2px solid transparent;
  95. }
  96.  
  97. /* --- SCROLLBAR END --- */
  98.  
  99.  
  100. /* --- TOOLTIPS START --- */
  101.  
  102. #s-m-t-tooltip{
  103. max-width:300px;
  104. margin:15px;
  105. padding:2px 8px;
  106. background: #d3378a;
  107. color: #e8a500;
  108. border-bottom: 3px solid #e8a500;
  109. border-radius:0px;
  110. z-index:9999999999999;
  111. font-size:17px;
  112. font-family: 'Bangers', cursive;
  113. font-weight:bold;
  114. text-transform:normal;
  115. box-shadow: 2px 2px 5px #000;
  116. -webkit-transition:all 0.7s;
  117. -moz-transition:all 0.7s;
  118. -ms-transition:all 0.7s;
  119. -o-transition:all 0.7s;
  120. transition:all 0.7s;
  121. }
  122.  
  123. /* --- TOOLTIPS END --- */
  124.  
  125.  
  126. /* --- BODY START ---*/
  127.  
  128. body {
  129. background:#138487;
  130. background-image:url({image:background});
  131. background-attachment: fixed;
  132. background-repeat: no-repeat;
  133. background-position:0px 0px;
  134. margin:0px;
  135. color:#eee;
  136. font-family: 'Cormorant Garamond', serif;
  137. font-size:12px;
  138. line-height:120%;
  139. word-wrap: break-word;
  140. }
  141.  
  142. blockquote {
  143. padding-left:5px;
  144. border-left:2px solid;
  145. border-color: #004a53;
  146. }
  147.  
  148. a {
  149. color: #e8a500;
  150. text-decoration:none;
  151. -webkit-transition:all 0.5s ease-in-out;
  152. -moz-transition:all 0.5s ease-in-out;
  153. -o-transition:all 0.5s ease-in-out;
  154. -ms-transition:all 0.5s ease-in-out;
  155. transition:all 0.5s ease-in-out;
  156. }
  157.  
  158.  
  159. img {none;}
  160.  
  161. h1 {
  162. font-family: 'Bangers', cursive;
  163. text-transform:none;
  164. font-size:20px;
  165. line-height:30px;
  166. letter-spacing:0px;
  167. text-align:center;
  168. font-style:normal;
  169. color: #e8a500;
  170. }
  171.  
  172. h2 {
  173. color: #e8a500;
  174. text-transform: none;
  175. letter-spacing:1px;
  176. font-family: 'Bangers', cursive;
  177. font-size:17px;
  178. }
  179.  
  180. hr {
  181. border-color: #7e671b;
  182. border-width: .5px;
  183. }
  184.  
  185. #fixerupper {
  186. width:500px;
  187. margin:0 auto -12px auto;
  188. }
  189.  
  190. #container {
  191. width:300px;
  192. height:644px;
  193. margin-left:705px;
  194. margin-top:27px;
  195. position:fixed;
  196. overflow-y:scroll;
  197. overflow-x:hidden;
  198. padding-left:60px;
  199. padding-right:31px;
  200. padding-top:17px;
  201. padding-bottom:10px;
  202. z-index:50
  203. }
  204.  
  205. #post {
  206. background: none;
  207. width:280px;
  208. padding-bottom:30px;
  209. padding: 30px;
  210. text-align: justify;
  211. margin-top:0px;
  212. border: 3px none #f7f7f7;
  213. line-height: 100%;
  214. }
  215.  
  216.  
  217. #post img {
  218. padding: 0;
  219. max-width:100%;
  220. width: auto;
  221. height: auto;
  222. }
  223.  
  224. pre {
  225. font-family: 'Bangers', cursive;
  226. font-size:10px;
  227. color:#7e671b;
  228. letter-spacing:1px;
  229. text-align:center;
  230. text-transform:uppercase;
  231. padding:6px;
  232. background:url('');
  233. background-repeat:repeat;;
  234. }
  235.  
  236.  
  237. b {
  238. text-transform: bold;
  239. color: #d64391;
  240. text-shadow: 0px 0px 3px #d64391;
  241. letter-spacing:1px;
  242. font-family: 'Carter One', cursive;
  243. font-size:15px;
  244. }
  245.  
  246. i {
  247. text-transform: italic;
  248. color: #d64391;
  249. text-shadow: 2px 2px 5px #000;
  250. letter-spacing:1px;
  251. font-family: 'Carter One', cursive;
  252. font-size:15px;
  253. }
  254.  
  255. em {
  256. text-transform: italic;
  257. color: #d64391;
  258. text-shadow: 2px 2px 5px #000;
  259. letter-spacing:1px;
  260. font-family: 'Carter One', cursive;
  261. font-size:15px;
  262. }
  263.  
  264. sub, small, sup {
  265. font-size: 12px;
  266. }
  267.  
  268. /* --- BODY END --- */
  269.  
  270.  
  271. /* --- SIDEBAR START ---*/
  272.  
  273. #sidebar{
  274. position: fixed;
  275. top: 100px;
  276. width:250px;
  277. height:115px;
  278. left: 100px;
  279. padding:20px;
  280. }
  281.  
  282. #sidebarimage img{
  283. width: 260px;
  284. height:209px;
  285. padding:10px;
  286. border:2px none #634911;
  287. margin-top:70px;
  288. margin-left:43px;
  289. background:transparent;
  290. background-image:{image:sidebarimage};
  291. }
  292.  
  293. #nav {
  294. position:fixed;
  295. overflow:hidden;
  296. margin-top:150px;
  297. margin-left:315px;
  298. }
  299.  
  300. #link1 a , #link2 a, #link3 a
  301.  
  302. #title {
  303. font-family:times;
  304. text-align:center;
  305. width:300px;
  306. margin-top:5px;
  307. margin-left:200px;
  308. text-transform:uppercase;
  309. font-style:normal;
  310. font-size:20px;
  311. color:#fff;
  312. }
  313.  
  314. #header{
  315. width:350px;
  316. margin-left:-280px;
  317. margin-top:30px;
  318. font-style: none;
  319. font-family: 'lumierlight';
  320. font-size:20px;
  321. text-transform:normal;
  322. color: #8e9e9a;
  323. text-shadow: -1px -1px -1px #eee;
  324. text-shadow: 1px 1px 1px #eee;
  325. letter-spacing:1px;
  326. line-height:200%;
  327. position:fixed;
  328. transform: rotate(-10deg);
  329. }
  330.  
  331. #description {
  332. background:none;
  333. width:250px;
  334. height:300px;
  335. overflow-y:scroll;
  336. overflow-x:hidden;
  337. margin-top:-60px;
  338. margin-left:26px;
  339. padding: 12px;
  340. padding-right:10px;
  341. text-align:justify;
  342. font-style: none;
  343. font-family: 'Cormorant Garamond', serif;
  344. font-size:12px;
  345. color: #eee;
  346. text-shadow: none;
  347. letter-spacing:1px;
  348. line-height:155%;
  349. }
  350.  
  351. #pagination {
  352. font-family: 'Timmana', sans-serif;
  353. width:103px;
  354. font-size:100px;
  355. text-transform:uppercase;
  356. margin-top:-535px;
  357. margin-left:20px;
  358. padding-top:25px;
  359. letter-spacing:1px;
  360. font-style:normal;
  361. text-align:center;
  362. position:fixed;
  363. }
  364.  
  365. #pagination a {
  366. color: #11213e;
  367. text-shadow: 1px 1px 1px #11213e;
  368. }
  369.  
  370. /* --- SIDEBAR END ---*/
  371.  
  372.  
  373. /* --- LINKS START --- */
  374.  
  375. #links {
  376. width:70x;
  377. position:fixed;
  378. margin-left:990px;
  379. margin-top:-470px;
  380. padding:8px;
  381. }
  382.  
  383. #links a{
  384. min-width:70px;
  385. background: transparent;
  386. color: #004a53;
  387. margin:4px;
  388. font-size:50px;
  389. font-family: 'Bangers', cursive;
  390. text-align:center;
  391. text-transform:uppercase;
  392. padding-top:2px;
  393. line-height:150%;
  394. }
  395.  
  396. /* --- LINKS END --- */
  397.  
  398.  
  399. /* --- CREDIT START --- */
  400.  
  401. .credit{
  402. position:fixed;
  403. font-size:15px;
  404. right:20px;
  405. bottom:10px;
  406. z-index:51;
  407. }
  408.  
  409. .credit a {
  410. font-family: 'Bangers', cursive;
  411. text-decoration:none;
  412. text-transform:uppercase;
  413. color: #004a53;
  414. text-shadow: -1px -1px -1px #004a53;
  415. text-shadow: 1px 1px 1px #004a53;
  416. -moz-transition-duration:.7s;
  417. -webkit-transition-duration:.7s;
  418. -o-transition-duration:.7s;
  419. }
  420.  
  421. /* --- CREDIT END --- */
  422.  
  423.  
  424. /* --- POST NOTES START --- */
  425.  
  426. .note {
  427. padding:0px 20px 0px 20px;
  428. background-color:transparent;
  429. text-transform:lowercase;
  430. letter-spacing:0px;
  431. font-size: 11px;
  432. font-style:normal;
  433. text-align:left;
  434. line-height:120%;
  435. }
  436.  
  437. .note li {
  438. list-style-type:none;
  439. padding:5px 25px 5px 25px;
  440. text-align:left;
  441. margin-right:30px;
  442. margin-top:-50px;
  443. }
  444.  
  445. #info {
  446. height:20px;
  447. text-align:center;
  448. margin-top:25px;
  449. padding-top:10px;
  450. padding:15px;
  451. padding-bottom:1px;
  452. text-transform:normal;
  453. font-style:none;
  454. font-size:12px;
  455. font-family:'Carter One', cursive;
  456. background: #d3378a;
  457. color: #e8a500;
  458. background-repeat:repeat;
  459. background-attachment:fixed;
  460. line-height:120%;
  461. border-bottom: 3px solid #e8a500;
  462. }
  463.  
  464. #info a{
  465. color: #e8a500;
  466. }
  467.  
  468. #tags {
  469. font-family: 'Carter One', cursive;
  470. text-align:center;
  471. margin-top:5px;
  472. padding-bottom:0px;
  473. text-transform:none;
  474. font-style:none;
  475. font-size:10px;
  476. }
  477.  
  478. #tags a {
  479. color: #e8a500;
  480. }
  481.  
  482. /* --- POST NOTES END --- */
  483.  
  484.  
  485. /* --- ASK & AUDIO START --- */
  486.  
  487. .ask {
  488. background: #d3378a;
  489. color: #eee;
  490. border-top: 3px solid #e8a500;
  491. border-bottom: 3px solid #e8a500;
  492. padding:15px;
  493. margin-bottom:15px;
  494. margin-top:10px;
  495. }
  496.  
  497. .askheader {
  498. margin-left:-3px;
  499. }
  500.  
  501. .asker {
  502. color: #e8a500;
  503. font-family: 'Bangers', cursive;
  504. font-size:22px;
  505. line-height:20px;
  506. text-align:center;
  507. padding-bottom:5px;
  508. }
  509.  
  510. .answer {
  511. color: #eee;
  512. }
  513.  
  514. .chat {
  515. list-style:none;
  516. margin-top:15px;
  517. margin-bottom:0px;
  518. font-size:10px;
  519. margin-left:0px;
  520. }
  521.  
  522. .chat ul {
  523. line-height:18px;
  524. margin-top:0px;
  525. list-style:none;
  526. padding:0px;
  527. letter-spacing:2px;
  528. font-size:10px;
  529. margin-bottom:0px;
  530. text-transform:normal;
  531. }
  532.  
  533. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  534. background-color: transparent;
  535. padding:3px 8px 3px 8px;
  536. color: #eee;
  537. border-bottom: none
  538. }
  539.  
  540. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  541. background-color: transparent;
  542. padding:3px 8px 3px 8px;
  543. color: #eee;
  544. border-bottom: none;
  545. }
  546.  
  547. .audio{
  548. color: #000;
  549. background:#2a0705;
  550. padding:15px;
  551. height:70px;
  552. font-size:8px;
  553. overflow:hidden;
  554. }
  555.  
  556. .video {
  557. width:280px!important;
  558. }
  559.  
  560. .video iframe {
  561. width:280px!important;
  562. }
  563.  
  564. /* --- ASK & AUDIO END --- */
  565.  
  566. {CustomCSS}</style></head><body>
  567.  
  568. <div id="fixerupper">
  569.  
  570. <div id="sidebar">
  571.  
  572. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  573.  
  574. <div class="credit">
  575. <a href="http://elsaofarendelle.tumblr.com">E</a>
  576. </div>
  577.  
  578. <div id="title"></div>
  579.  
  580. <div id="header">
  581. <center></center>
  582. </div>
  583.  
  584. <div id="description">
  585.  
  586. </div>
  587.  
  588. <div id="links">
  589. <center>
  590. <a title="home" href="/">i.</a><br>
  591. <a title="message" href="/ask">ii.</a><br>
  592. <a title="rules" href="/rules">iii.</a><br>
  593. <a title="about" href="/about">iv.</a><br>
  594. <a title="dash" href="/dashboard">v.</a>
  595. </center>
  596. </div>
  597.  
  598. <div id="scrollbar">{scrollbar}</div>
  599.  
  600.  
  601. <div id="pagination">
  602. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ยซ </a>{/block:PreviousPage}{/block:Pagination}
  603. {block:Pagination}{block:NextPage}<a href="{NextPage}"> ยป </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  604.  
  605. {block:HasPages}{block:Pages}
  606.  
  607. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  608.  
  609. </div></center>
  610.  
  611.  
  612. </div>
  613.  
  614. <div id="container">{block:Posts}<div id="post">
  615.  
  616. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  617. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  618.  
  619. {block:blockquote}{/block:blockquote}
  620.  
  621. {block:ContentSource}
  622. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  623. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  624. {/block:SourceLogo}
  625. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  626. {/block:ContentSource}
  627.  
  628. {block:Photo}
  629. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="280px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}
  633. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  634. {/block:Photoset}
  635.  
  636. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  637.  
  638. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  639.  
  640. {block:Chat}
  641. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  642. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  643. {/block:Chat}
  644.  
  645. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  646. {block:Artist} &nbsp;โ€”&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  647.  
  648. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  649.  
  650. {block:Answer}
  651. <div class="askheader"><img src="" draggable="false"></div>
  652. <div class="ask"><div class="asker">{Asker}<font color=#e8a500> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  653. {/block:Answer}
  654.  
  655.  
  656. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  657.  
  658. <div id="tags">
  659. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  660.  
  661. </div>
  662. {block:PostNotes}{PostNotes}{/block:PostNotes}
  663. {/block:Posts}</div>
  664.  
  665. </body>
  666.  
  667. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement