Advertisement
ancrestas

i grew out of fairy tales

Dec 31st, 2014
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 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.  
  4. <html>
  5. <head>
  6.  
  7. <meta name="color:background" content="#FFFFFF">
  8. <meta name="color:link" content="#928f8f">
  9. <meta name="color:post links" content="#928f8f">
  10. <meta name="color:hover" content="#454545">
  11. <meta name="color:dots" content="#928f8f">
  12. <meta name="color:infoposts" content="#dadada">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:title" content="#0a0a0a">
  15. <meta name="color:titlebg" content="#0a0a0a">
  16. <meta name="color:tags" content="#dddddd">
  17. <meta name="color:question background" content="#f6f6f6"/>
  18. <meta name="color:border" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1 Title" content="" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2 Title" content="" />
  26. <meta name="text:Link3" content="" />
  27. <meta name="text:Link3 Title" content="" />
  28. <meta name="text:Link4" content="" />
  29. <meta name="text:Link4 Title" content="" />
  30. <meta name="text:Link5" content="" />
  31. <meta name="text:Link5 Title" content="" />
  32.  
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42. <style type="text/css">
  43.  
  44. #s-m-t-tooltip {
  45. max-width:300px;
  46. padding:5px;
  47. margin:10px 0px 0px 10px;
  48. background-color:{color:titlebg};
  49. font-family:trebuchet ms;
  50. font-size:7px;
  51. letter-spacing:1px;
  52. font-style:none;
  53. text-transform:uppercase;
  54. padding-bottom:3px;
  55. color:#fff;
  56. z-index:999999999999999999999999999999999999;
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. background-color: #555;
  62. border:1px solid #fff;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:9px;
  67. width:5px;
  68. background-color: #ddd;
  69. border:2px solid #fff;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. color:{color:post links};
  75. outline:none;
  76. -moz-outline-style:none;
  77. -moz-transition-duration:0.5s;
  78. -webkit-transition-duration:0.5s;
  79. -o-transition-duration:0.5s;
  80. }
  81.  
  82. a:hover {
  83. color:{color:hover};
  84. text-decoration:none;
  85. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  86. -moz-transition-duration:0.5s;
  87. -webkit-transition-duration:0.5s;
  88. -o-transition-duration:0.5s;
  89. }
  90.  
  91. body {
  92. background-color:{color:background};
  93. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  94. margin:0px;
  95. color:{color:text};
  96. font-family:calibri;
  97. font-size:10px;
  98. line-height:100%;
  99. letter-spacing:0px;
  100. text-align:justify;
  101. }
  102.  
  103. h1 {
  104. font-weight:normal;
  105. font-size:10px;
  106. text-align:center;
  107. font-style:normal;
  108. line-height:80%;
  109. letter-spacing:1px;
  110. text-transform:uppercase;
  111. color:{color:text};
  112. }
  113.  
  114. h2 {
  115. font-size:18px;
  116. text-align:center;
  117. text-transform:uppercase;
  118. font-family:calibri;
  119. font-style:none;
  120. color:{color:title};
  121. letter-spacing:-1.3px;
  122. margin-bottom:6px
  123. }
  124.  
  125. blockquote {
  126. border-left:2px solid {color:text};
  127. padding-left:5px;
  128. margin:5px;
  129. }
  130.  
  131.  
  132. #sb {
  133. width:100px;
  134. margin-left:900px;
  135. margin-top:50px;
  136. position:fixed;
  137. }
  138.  
  139. #sb img {
  140. width:80px;
  141. height:80px;
  142. margin-left:10px;
  143. margin-bottom:-3px;
  144. overflow:hidden;
  145. }
  146.  
  147. #title {
  148. position:fixed;
  149. font-family:arial;
  150. font-size:15px;
  151. text-align:center;
  152. margin-top:10px;
  153. margin-left:0px;
  154. font-weight: bold;
  155. width:1205px;
  156. padding:10px;
  157. letter-spacing:-1px;
  158. color:{color:title};
  159. background:white;
  160. }
  161.  
  162. #description {
  163. width:100px;
  164. padding:5px 0px 0px 0px;
  165. margin-left:0px;
  166. margin-top:0px;
  167. font-family:calibri;
  168. font-size:10px;
  169. text-align:justify;
  170. color:{color:text};
  171. display:block;
  172. line-height:11px;
  173. }
  174.  
  175. .links {
  176. margin-top:5px;
  177. width:100px;
  178. text-align:center;
  179. }
  180.  
  181. .links a {
  182. font-family:calibri;
  183. color:{color:link};
  184. text-transform:lowercase;
  185. font-size:10px;
  186. margin:5px;
  187. }
  188.  
  189. .links a:hover {
  190. color:{color:post links};
  191. }
  192.  
  193. #pagination {
  194. width:223px;
  195. position:fixed;
  196. font-family:arial;
  197. font-size:17px;
  198. text-align:right;
  199. text-transform:lowercase;
  200. font-weight: bold;
  201. color:#fff;
  202. letter-spacing:1px;
  203. }
  204.  
  205. .entries {
  206. margin-top:50px;
  207. width:500px;
  208. margin-bottom:70px;
  209. margin-left:370px;
  210. }
  211.  
  212. .posts {
  213. width:500px;
  214. }
  215.  
  216. .posts img, .posts li, .posts blockquote {
  217. max-width: 100%;
  218. }
  219.  
  220. .posts li {
  221. list-style: square;
  222. }
  223.  
  224. .posts blockquote {
  225. border-left: 1px solid #c1c1c1;
  226. padding-left: 5px 3px;
  227. }
  228.  
  229. blockquote img {
  230. max-width:320px;
  231. }
  232.  
  233. .date {
  234. text-transform:uppercase;
  235. margin-top:-15px;
  236. background-color:#f8f8f8;
  237. padding:3px 3px 3px 3px;
  238. font-size:9px;
  239. width:150px;
  240. margin-left:170px;
  241. text-align:center;
  242. font-family:calibri;
  243. border-style:solid;
  244. border-width:5px;
  245. border-color:#fff;
  246. margin-bottom:40px;
  247. }
  248.  
  249. .tags {
  250. text-transform:lowercase;
  251. margin-left:0px;
  252. font-family:calibri;
  253. text-align:center;
  254. font-style:none;
  255. letter-spacing:0px;
  256. margin-top:-40px;
  257. margin-bottom:40px;
  258. font-size:10px;
  259. width:500px;
  260. }
  261.  
  262. .tags a:hover {
  263. font-style:italic;
  264. }
  265.  
  266. .border {
  267. border-top:1px solid {color:border};
  268. margin-top:25px;
  269. }
  270.  
  271. ol.notes {
  272. padding: 0px;
  273. margin: 25px 0px;
  274. list-style-type: none;
  275. border-bottom: solid 1px #f5f5f5;
  276. }
  277.  
  278. ol.notes li.note {
  279. border-top: solid 1px #f5f5f5;
  280. padding: 10px;
  281. }
  282.  
  283. ol.notes li.note span.action {
  284. font-weight: bold;
  285. }
  286.  
  287. ol.notes li.note blockquote {
  288. border-color: {color:border};
  289. padding: 4px 10px;
  290. margin: 10px 0px 0px 25px;
  291. }
  292.  
  293. ol.notes li.note blockquote a {
  294. text-decoration: none;
  295. }
  296.  
  297. .pagenotes {
  298. text-align:left;
  299. }
  300.  
  301. .ask {
  302. font-family:arial;
  303. font-size:15px;
  304. font-weight: bold;
  305. letter-spacing:-1px;
  306. text-align:left;
  307. margin-top:3px;
  308. text-transform:lowercase;
  309. }
  310.  
  311. .question {
  312. width:500px;
  313. letter-spacing:0px;
  314. margin-top:10px;
  315. font-family:'calibri';
  316. font-size:10px;
  317. padding-bottom:4px;
  318. text-align:justify;
  319. color:{color:text};
  320. border-bottom: 1px solid #f5f5f5;
  321. }
  322.  
  323. .answer {
  324. width:500px;
  325. letter-spacing:0px;
  326. text-align:justify;
  327. font-family:'calibri';
  328. font-size:10px;
  329. padding-top:5px;
  330. margin-bottom:1px;
  331. color:{color:text};
  332. }
  333.  
  334. .askimg {
  335. width:35px;
  336. padding:2px;
  337. margin-right:3px;
  338. margin-top:-10px;
  339. border:2px solid #f5f5f5;
  340. border-radius:100px;
  341. }
  342.  
  343. .askimg a:hover{
  344. border:2px solid:#f5f5f5;
  345. }
  346.  
  347. #audio {
  348. width:60px;
  349. height:60px;
  350. overflow:hidden;
  351. position:relative;
  352. border:8px solid #f0f0f0;
  353. float:left;
  354. background:#000;
  355. }
  356.  
  357. .audiocover img {
  358. width:60px;
  359. height:60px;
  360. position:absolute;
  361. -webkit-transition: all 0.4s ease-in-out;
  362. -moz-transition: all 0.4s ease-in-out;
  363. -ms-transition: all 0.4s ease-in-out;
  364. -o-transition: all 0.4s ease-in-out;
  365. transition: all 0.4s ease-in-out;
  366. }
  367.  
  368. .audiocover {
  369. width:60px;
  370. overflow:hidden;
  371. }
  372.  
  373. .player {
  374. overflow:hidden;
  375. width:0px;
  376. height:30px;
  377. z-index:999;
  378. position:absolute;
  379. padding-top:17px;
  380. padding-left:17px;
  381. -webkit-transition: all 0.4s ease-in-out;
  382. -moz-transition: all 0.4s ease-in-out;
  383. -ms-transition: all 0.4s ease-in-out;
  384. -o-transition: all 0.4s ease-in-out;
  385. transition: all 0.4s ease-in-out;
  386. }
  387.  
  388. #audio:hover .player {
  389. opacity:1;
  390. width:25px;
  391. }
  392.  
  393. #audio:hover img {
  394. margin-top:60px;
  395. }
  396.  
  397. #musics {
  398. height:60px;
  399. margin-bottom:20px;
  400. margin-left:80px;
  401. position:relative;
  402. letter-spacing:0px;
  403. }
  404.  
  405. .music {
  406. border-left:2px solid {color:hover};
  407. color:{color:post links};
  408. text-transform:uppercase;
  409. }
  410.  
  411. .music2 {
  412. border-left:2px solid {color:post links};
  413. text-transform:uppercase;
  414. font-weight: bold;
  415. }
  416.  
  417. .music, .music2 {
  418. display:block;
  419. padding:2px 2px;
  420. }
  421.  
  422. .chat {
  423. line-height:160%;
  424. list-style:none;
  425. }
  426.  
  427. .line.odd {
  428. background:{color:border};
  429. margin-bottom:2px;
  430. padding:5px;
  431. list-style:none;
  432. font-size:10px;
  433. }
  434.  
  435. .line.even {
  436. background:#ffffff;
  437. margin-bottom:2px;
  438. padding:5px;
  439. list-style:none;
  440. font-size:10px;
  441. }
  442.  
  443. .label {
  444. padding-right:1px;
  445. text-transform:uppercase;
  446. font-weight:bold;
  447. color:{color:link};
  448. }
  449.  
  450. .ac-container {
  451. width: 100px;
  452. margin: -9px auto 0px 0px;
  453. }
  454.  
  455. .ac-container label{
  456. width:100px;
  457. font-style: none;
  458. color: {color:link};
  459. line-height:130%;
  460. font-size: 10px;
  461. font-family:Helvetica;
  462. border-bottom: 1px dotted #878787;
  463. }
  464.  
  465. .ac-container label:hover {
  466.  
  467. }
  468.  
  469. .ac-container input:checked + label,
  470. .ac-container input:checked + label:hover{
  471. box-shadow:
  472. 0px transparent,
  473. 0px transparent inset,
  474. 0px transparent;
  475. }
  476.  
  477. .ac-container label:hover:after,
  478. .ac-container input:checked + label:hover:after{
  479. content: '';
  480. position: absolute;
  481.  
  482. background: transparent url() no-repeat center center;
  483. }
  484.  
  485. .ac-container input:checked + label:hover:after{
  486. background-image: url();
  487. }
  488.  
  489. .ac-container input{
  490. display: none;
  491. }
  492.  
  493. .ac-container article{
  494. background:#ffffff;
  495. margin-top: -1px;
  496. overflow: hidden;
  497. height: 0px;
  498. position: relative;
  499. z-index: 10;
  500. transition:
  501. height 0.5s ease-in-out,
  502. box-shadow 0.6s linear;
  503. margin-bottom:5px;
  504. }
  505.  
  506. .ac-container input:checked ~ article{
  507. transition:
  508. height 0.8s ease-in-out,
  509. box-shadow 0.1s linear;
  510. box-shadow: 0px transparent;
  511. }
  512.  
  513. .ac-container article p {
  514. margin-top:1px;
  515. width:100px;
  516. text-align:left;
  517. font-style: none;
  518. color: {color:link};
  519. line-height:130%;
  520. font-size: 10px;
  521. font-family:Helvetica;
  522. }
  523.  
  524. .ac-container article p a {
  525. border-bottom: 1px dotted #878787;
  526. }
  527.  
  528. .ac-container article li{
  529. padding:5px;
  530. margin-left:40px;
  531. text-align:left;
  532. font-style: none;
  533. color: {color:link};
  534. line-height:60%;
  535. font-size: 11px;
  536. font-family:Helvetica;
  537. margin-top:5px;
  538. border-bottom: 1px dotted #878787;
  539. }
  540.  
  541.  
  542. .ac-container input:checked ~ article.ac-smaller{
  543. height: auto;
  544. }
  545. .ac-container input:checked ~ article.ac-small{
  546. height: auto;
  547. }
  548. .ac-container input:checked ~ article.ac-medium{
  549. height: auto;
  550. }
  551. .ac-container input:checked ~ article.ac-large{
  552. height: auto;
  553. }
  554. .ac-container input:checked ~ article.ac-larger{
  555. height: auto;
  556. }
  557.  
  558. #credit {
  559. font-size:9px;
  560. bottom:5px;
  561. right:5px;
  562. position:fixed;
  563. text-transform:uppercase;
  564. font-family:'calibri';
  565. color:{color:link};
  566. border-bottom: 1px dotted {color:link};
  567. }
  568.  
  569. {CustomCSS}
  570. </style>
  571. </head>
  572.  
  573. <body>
  574. <div id="pagination">{block:Pagination}<div id="title">
  575. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} <y>{Title}</y> {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  576. </div>{/block:Pagination}</div><br>
  577. <div id="sb"><img src="{image:sidebar}">
  578. <div id="description">{Description}</div>
  579. <div class="links">
  580. <section class="ac-container">
  581. <div><p>
  582. <div style="margin-top:10px;"></div>
  583. <input id="ac-1" name="accordion-1" type="checkbox" />
  584. <label for="ac-1">links</label>
  585. <article class="ac-small"><center>
  586. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  587. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  588. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  589. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  590. </center>
  591. </article>
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. </div>
  597. </div>
  598. </div>
  599.  
  600.  
  601. </div>
  602. </div>
  603.  
  604. <div class="entries">{block:Posts}<div class="posts">
  605.  
  606. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  607.  
  608. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  609.  
  610. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  611.  
  612. {block:Quote}
  613. <h2>❝ {Quote} ❞</h2>
  614. {/block:Quote}
  615.  
  616. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  617.  
  618. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}
  619.  
  620. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  621.  
  622. {block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  623.  
  624. {block:Audio}
  625. <div id="audio">
  626. <div class="audiocover">
  627. <img src="https://www.ad2myaccount.com/img/play_button.png" /></div>{block:AlbumArt}
  628. <div class="audiocover">
  629. <img src="{AlbumArtURL}" /></div>{/block:AlbumArt}
  630. <div class="player">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div>
  631. </div>
  632. <div id="musics">
  633. {block:TrackName}<span class="music">{TrackName}</span>{/block:TrackName}
  634. <span class="music2">{block:Artist}{Artist} - {/block:Artist}{FormattedPlayCount} plays</span>
  635. </div>
  636. {/block:Audio}
  637.  
  638. <p>
  639.  
  640. <div class="border"></div>
  641. <div class="date">
  642. {block:Date}{DayOfMonth} {ShortMonth} {24HourWithZero}:{Minutes} {AmPm}</a>{/block:Date}
  643. with <a href="{Permalink}">{NoteCountWithLabel}{block:permalinkpage} – <a href="{ReblogURL}" target="_blank" style="color:{color:text}">reblog</a> – {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">Via</a> – {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:text}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}</a>
  644. </div>
  645.  
  646. {block:HasTags}
  647. <div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}
  648.  
  649.  
  650. {block:PostNotes}
  651. <div class="pagenotes">
  652. {PostNotes}
  653. </div>
  654. {/block:PostNotes}
  655.  
  656.  
  657. {block:ContentSource}
  658.  
  659. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  660.  
  661. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  662.  
  663. {/block:SourceLogo}
  664.  
  665. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  666.  
  667. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  668.  
  669. {/block:Posts}
  670.  
  671.  
  672. <div id="credit"><a href="http://mathewsdaddario.tumblr.com/" title="thai's themes">thai</a></div>
  673.  
  674. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  675. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  676. <script>
  677. (function($){
  678. $(document).ready(function(){
  679. $("a[title]").style_my_tooltips({
  680. tip_follows_cursor:true,
  681. tip_delay_time:150,
  682. tip_fade_speed:700,
  683. attribute:"title"
  684. });
  685. });
  686. })(jQuery);
  687. </script>
  688.  
  689. </body>
  690.  
  691.  
  692. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement