Advertisement
dearhannibal

Mirage

May 4th, 2014
1,710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.87 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- oh hey look i made a theme *high five* edit all you want really, basically everything is customizable! as long as you leave the credit intact thank you -->
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!-- default variables -->
  16.  
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:title" content ="#3b3b3b">
  19. <meta name="color:text" content="#3b3b3b">
  20. <meta name="color:tags" content="#3b3b3b">
  21. <meta name="color:permalink" content="#e0e0e0">
  22. <meta name="color:link" content="##3b3b3b">
  23. <meta name="color:link hover" content="#3b3b3b">
  24. <meta name="color:border" content="#eeeeee">
  25. <meta name="color:scrollbar" content="#eeeeee">
  26. <meta name="color:scrollbar bg" content="#ffffff">
  27. <meta name="color:content background" content="ffffff">
  28. <meta name="color:sidebar background" content="ffffff">
  29. <meta name="color:credit" content="3b3b3b">
  30.  
  31. <meta name="if:show captions" content="1"/>
  32. <meta name="if:shadow" content="1"/>
  33. <meta name="text:Link 1 URL" content="" />
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 2 URL" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 3 URL" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 4 URL" content="" />
  40. <meta name="text:Link 4" content=""/>
  41. <meta name="text:Link 5 URL" content="" />
  42. <meta name="text:Link 5" content="" />
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps|Romanesco' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Coda|Amarante' rel='stylesheet' type='text/css'>
  47.  
  48. <script type="text/javascript" src="http://laura-schmal.de/data/tumblr/lightbox/js/jquery-1.7.2.min.js"></script>
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51.  
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56.  
  57.  
  58. <!-- tooltip script -->
  59.  
  60. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  61.  
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:200,
  68. tip_fade_speed:300
  69. }
  70. );
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75.  
  76. <!-- CSS styling aww yeah. This is the fun part. -->
  77.  
  78. <style type="text/css">
  79.  
  80.  
  81. #s-m-t-tooltip {
  82. max-width:300px;
  83. margin:10px 0px 0px 15px;
  84. text-transform:uppercase;
  85. font-family:helvetica;
  86. letter-spacing:1px;
  87. font-size:8px;
  88. color:#ffffff;
  89. background:#060606;
  90. border:0px double #ebe9e9;
  91. padding:5px;
  92. z-index:999
  93. }
  94.  
  95. ::-webkit-scrollbar {width:5px; height:auto; background:none;}
  96. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  97. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};border-radius:2%;}
  98. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  99.  
  100. #credit {
  101. position:fixed;
  102. float:right;
  103. opacity:0.8;
  104. bottom:18px;
  105. right:18px;
  106. padding:6px;
  107. font-size:18px;
  108. text-align:center;
  109. height:10px;
  110. width:10px;
  111. font-family:'VT323';
  112. letter-spacing:1px;
  113. color:{color:credit};
  114. -webkit-transition:all 0.5s ease-in-out;
  115. -moz-transition:all 0.5s ease-in-out;
  116. transition:all 0.5s ease-in-out;}
  117. #credit a {color:black;}
  118.  
  119.  
  120.  
  121. body {
  122. margin:0px;
  123. padding:0px;
  124. width:auto;
  125. font-family:libre baskerville;
  126. font-size:9px;
  127. color:{color:text};
  128. background:{color:background};
  129. }
  130.  
  131. a:link, a, a:active, a:visited {
  132. text-decoration:none;
  133. color:{color:link};
  134. -webkit-transition: all 0.5s ease-in-out;
  135. -moz-transition: all 0.5s ease-in-out;
  136. -o-transition: all 0.5s ease-in-out;
  137. -ms-transition: all 0.5s ease-in-out;
  138. transition: all 0.5s ease-in-out;
  139. }
  140. a:hover {
  141. color:{color:link hover};
  142. }
  143.  
  144. #con {
  145. position:absolute;
  146. left:50%;
  147. margin-left:-230px;
  148.  
  149.  
  150. }
  151.  
  152. #entry {
  153. background-color:{color:content background};
  154. overflow:scroll;
  155. overflow:auto;
  156. max-height:450px;
  157. margin-top:120px;
  158. margin-left:-100px;
  159. padding:40px;
  160. border:1px solid black;
  161. {block:IfShadow}
  162. box-shadow: 10px 10px 8px #d1d0d0;
  163. {/block:IfShadow}
  164. font-family:helvetica;
  165. font-size:11px;
  166. position:relative;}
  167.  
  168. .post {
  169. float:center;
  170. overflow:hidden;
  171. text-align:justify;
  172. margin-bottom:110px;
  173. margin-top:40px;
  174. margin-left:0px;
  175. width:400px;
  176. overflow:hidden;
  177. background-color:#fff;
  178. padding:8px;
  179. {block:IfShadow}
  180. box-shadow: 10px 10px 8px #d1d0d0;
  181. {/block:IfShadow}
  182. border:1px solid black ;
  183. }
  184.  
  185. .post img{
  186. border:1px solid black;
  187. margin-left:-1px;
  188. }
  189.  
  190. #permalinkpage {
  191. width:392px;
  192. margin-bottom:2px;
  193. margin-top:25px;
  194. margin-left:1px;
  195. font-family:arial;
  196. font-size:8px;
  197. text-align:center;
  198. text-transform:lowercase;
  199. letter-spacing:2px;
  200. padding:5px;
  201. }
  202.  
  203. #permalinkpage a {
  204. margin-top:10px;
  205. color:{color:bottompost link};
  206. }
  207.  
  208. #permalinkpage a:hover {
  209. color:{color:bottompost link hover};
  210. }
  211.  
  212.  
  213. #bottompost {
  214. opacity:1;
  215. width:414px;
  216. margin-bottom:8px;
  217. margin-top:-10px;
  218. margin-left:-11px;
  219. text-align:left;
  220. background:#ddd9d9;
  221. border:1px solid {color:black};
  222. padding:3px;
  223. font-size:9px;
  224. text-transform:uppercase;
  225.  
  226.  
  227. }
  228.  
  229. #bottompost a {
  230. padding-top:6px;
  231. padding-left:5px;
  232. color:{color:bottompost link};
  233. }
  234.  
  235. #bottompost a:hover {
  236. color:{color:bottompost link hover};
  237. }
  238.  
  239. .post:hover #bottompost {
  240. opacity:1;
  241. }
  242.  
  243.  
  244. .tags {
  245. position:absolute;
  246. font-size:9px;
  247. padding:3px;
  248. margin-top:20px;
  249. color:{color:tags};
  250. opacity:0;
  251. -webkit-transition: all 0.5s ease-in-out;
  252. -moz-transition: all 0.5s ease-in-out;
  253. -o-transition: all 0.5s ease-in-out;
  254. -ms-transition: all 0.5s ease-in-out;
  255. transition: all 0.5s ease-in-out;
  256. }
  257. .tags a {
  258. color:{color:tags};
  259. }
  260. .tags a:hover {
  261. color:{color:link hover};
  262. }
  263.  
  264. .post:hover .tags {
  265. opacity:1;
  266. -webkit-transition: all 0.5s ease-in-out;
  267. -moz-transition: all 0.5s ease-in-out;
  268. -o-transition: all 0.5s ease-in-out;
  269. -ms-transition: all 0.5s ease-in-out;
  270. transition: all 0.5s ease-in-out;
  271. }
  272.  
  273.  
  274.  
  275. h1 {
  276. font-size:14px;
  277. text-transform:none;
  278. font-weight:lighter;
  279. padding-left:10px;
  280. color:{color:title};
  281. }
  282. h1 a {
  283. color:{color:title};
  284. text-transform:none;
  285. }
  286.  
  287.  
  288.  
  289. #sidebar {
  290. background:{color:sidebar background};
  291. position:fixed;
  292. text-align:justify;
  293. width:240px;
  294. margin-top:290px;
  295. z-index:1;
  296. border-bottom:0px solid {color:Border};
  297. margin-left:460px;
  298. border:1px solid black;
  299. padding:10px;
  300. {block:IfShadow}
  301. box-shadow: 10px 10px 8px #d1d0d0;
  302. {/block:IfShadow}
  303.  
  304. }
  305.  
  306. #links{
  307. font-family: 'VT323', cursive;
  308. font-size:13px;
  309. width:478px;
  310. letter-spacing:1px;
  311. text-transform:uppercase;
  312. margin-top:-40px;
  313. margin-left:-40px;
  314. text-align:center;
  315. position:fixed;
  316. border-bottom:1px solid black;
  317. padding:10px;
  318. background:#ddd9d9;
  319. }
  320.  
  321.  
  322. #links a {
  323. display:inline-block;
  324. }
  325.  
  326. #links a:hover {
  327. text-decoration:underline;}
  328.  
  329.  
  330.  
  331. .titleone{
  332. color:{color:title};
  333. text-align:left;
  334. line-height:38px;
  335. margin-bottom:-36px;
  336. font-family: 'VT323', cursive;
  337. font-size:29px;
  338. margin-left:-1px;
  339. text-transform:uppercase;
  340. letter-spacing:2px;
  341. }
  342.  
  343.  
  344.  
  345.  
  346. .description{
  347. text-align:left;
  348. font-family:helvetica;
  349. font-size:11px;
  350. margin-top:40px;
  351. margin-bottom:5px;
  352. }
  353.  
  354.  
  355. .pagination {
  356. font-family: 'VT323', cursive;
  357. font-size:13px;
  358. width:200px;
  359. text-align:center;
  360. text-transform:uppercase;
  361. font-weight:normal;
  362. margin-left:100px;
  363. letter-spacing:1px;
  364. }
  365.  
  366. .pagination a {
  367. color:{color:title};
  368. margin-bottom:10px;
  369. padding:5px;
  370. -webkit-transition: all 0.5s ease-in-out;
  371. -moz-transition: all 0.5s ease-in-out;
  372. -o-transition: all 0.5s ease-in-out;
  373. -ms-transition: all 0.5s ease-in-out;
  374. transition: all 0.5s ease-in-out;
  375. }
  376.  
  377. .pagination a:hover {
  378. color:{color:link hover};
  379. }
  380.  
  381. .quote {
  382. font-family:baskerville;
  383. font-size:18px;
  384. font-style:italic;
  385. text-align:right;
  386. line-height:110%;
  387. padding-right:5px;
  388. padding-bottom:3px;
  389. }
  390.  
  391. #source {
  392. text-align:left;
  393. padding-left:20px;
  394. padding-right:5px;
  395. }
  396.  
  397. .audio{
  398. position:absolute;
  399. width:40px;
  400. margin-left:10px;
  401. height:40px;
  402. }
  403.  
  404. .button {
  405. width:30px;
  406. height:30px;
  407. overflow:hidden;
  408. position:relative;
  409. opacity:0.6;
  410. z-index:100;
  411. margin:9px 18px 7px 10px;
  412. border-radius:100%;
  413. }
  414.  
  415. .audioplayer {
  416. margin-left:50px;
  417. float:center;
  418. opacity:0.7;
  419. background-color:#ffffff;
  420. position:absolute;
  421. z-index:100;
  422. }
  423.  
  424. .audioimage{
  425. margin-top:-50px;
  426. position:absolute;
  427. width:70px;
  428. height:70px;
  429. }
  430.  
  431. .audioimage img{
  432. float:left;
  433. opacity:1;
  434. width:70px;
  435. }
  436.  
  437. .audiodata {
  438. background-color:{color:background};
  439. font-size:10px;
  440. letter-spacing:1px;
  441. padding:10px;
  442. height:55px;
  443. width:305px;
  444. margin-left:75px;
  445. text-align:center;
  446. }
  447.  
  448. .video {
  449. width:390px;
  450. background:#f4f4f4;
  451. padding:5px;
  452. }
  453.  
  454. .data {
  455. background-color:{color:background};
  456. color:{color:text};
  457. text-transform:lowercase;
  458. height:10px;
  459. padding:6px 0px 5px 0px;
  460. width:400px;
  461. margin-bottom:-7px;
  462. margin-left:99px;
  463. text-align:center;
  464. }
  465.  
  466. .data b {
  467. color:{color:source};
  468. line-height:7px;
  469. }
  470.  
  471.  
  472. .caption {
  473. width:399px;
  474. text-align:center;
  475. margin-top:15px;
  476. font-family:helvetica;
  477. display:block;
  478. padding:5px;
  479.  
  480. }
  481. .caption img {
  482. width:auto;
  483. max-width:390px;
  484. }
  485.  
  486. blockquote {
  487. padding-left:2px;
  488. border-left:1px solid {color:border};
  489. }
  490.  
  491. #asker {
  492. text-align:left;
  493. margin-top:0px;
  494. font-size:11px;
  495. font-style:none;
  496. padding:10px;
  497. background-color:#f5f5f5;
  498. margin-bottom:20px;
  499. }
  500.  
  501. #asker a {
  502. font-size:10px;
  503. font-family:'arial';
  504. letter-spacing:1px;
  505. background:none;
  506. border-bottom:1px solid {color:link};
  507. color:{color:text}
  508. }
  509.  
  510. #question {
  511. font-size:11px;
  512. letter-spacing:0px;
  513. background:none;
  514. font-family:helvetica;
  515. }
  516.  
  517. ol.notes {
  518. padding-left:5px;
  519. padding-bottom:2%;
  520. width:400px;
  521. text-align:center;
  522. list-style-type:none;
  523. }
  524.  
  525. ol.notes li.note{
  526. border-bottom:1px solid {color:border};
  527. padding:2%;
  528. }
  529.  
  530. ol.notes li.note img.avatar{
  531. width:0px;
  532. height:0px;}
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539. </style></head>
  540.  
  541. <body>
  542.  
  543. <div id="credit"><a href="http://dehaan.tk/">AD</a></div>
  544.  
  545. <div id="con">
  546.  
  547.  
  548. <div id="sidebar">
  549.  
  550. <div class="titleone">
  551. {Title}
  552. </div>
  553.  
  554. <div class="description">
  555. {Description}
  556. </div>
  557.  
  558. </div>
  559.  
  560.  
  561. <div id="entry">
  562. <div id="links">
  563.  
  564. {block:ifLink1}<a href="/">{text:Link 1}</a>{/block:ifLink1}&nbsp;
  565. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}&nbsp;
  566. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}&nbsp;
  567. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}&nbsp
  568. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  569. </div>
  570.  
  571. {block:Posts}
  572.  
  573.  
  574. <div class="post">
  575.  
  576. <div id="bottompost"><a href="{Permalink}" style="font-weight:bold" title="{NoteCountWithLabel}">{12Hour}:{Minutes} {AmPm}</a></div>
  577.  
  578. {block:Text}
  579. {block:Title}<h1>{Title}</h1>{/block:Title}
  580. {Body}
  581. {/block:Text}
  582.  
  583.  
  584. {block:Photo}
  585. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  586. {block:Caption}
  587. {block:ifshowcaptions}
  588. <span class="caption">{Caption}</span>
  589. {/block:ifshowcaptions}
  590. {/block:Caption}
  591. {/block:Photo}
  592.  
  593.  
  594. {block:Photoset}
  595. {Photoset-400}
  596. {block:Caption}
  597. {block:ifshowcaptions}
  598. <span class="caption">{Caption}</span>
  599. {/block:ifshowcaptions}
  600. {/block:Caption}
  601. {/block:Photoset}
  602.  
  603. {block:Quote}
  604. <div class="quote" style="margin-left:5px; margin-right:5px;">❝ {Quote} ❞</div>
  605. {block:Source}
  606. <div id="source">— {Source}</div>
  607. {/block:Source}
  608. {/block:Quote}
  609.  
  610.  
  611. {block:Link}
  612. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  613. {block:Description}
  614. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  615. {/block:Description}
  616. {/block:Link}
  617.  
  618.  
  619. {block:Chat}
  620. {block:Title}<h1>{Title}</h1>{/block:Title}
  621. {block:Lines}
  622. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  623. {/block:Lines}
  624. {/block:Chat}
  625.  
  626. {block:Audio}
  627. <div class="audio">
  628. <div class="adioplayer"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  629. <div class="audioimage"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  630. <div class="audiodata"><br><font style="text-transform:lowercase">{block:TrackName}{TrackName} - {/block:TrackName}
  631. {block:Artist}{Artist}{/block:Artist}</font></div>
  632.  
  633. {block:Caption}
  634. {block:ifshowcaptions}
  635. <span class="caption">{Caption}</span>
  636. {/block:ifshowcaptions}
  637. {/block:Caption}
  638. {/block:Audio}
  639.  
  640.  
  641. {block:Video}
  642. {Video-400}
  643. {block:Caption}
  644. {block:ifshowcaptions}
  645. <span class="caption">{Caption}</span>
  646. {/block:ifshowcaptions}
  647. {/block:Caption}
  648. {/block:Video}
  649.  
  650.  
  651. {block:Answer}
  652. <div id="asker"><b>{Asker}</b> <font id="question">asked:
  653. {Question}</font></div>
  654. <div class="answer" style="font-size:11px; font-family:helvetica; margin-left:7px;">{Answer}</div>
  655. {/block:Answer}
  656.  
  657. <div class="tags"><center>{block:HasTags}{block:Tags}
  658. <span style="text-transform:lowercase;"><a href="/tagged/{Tag}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</span></center></div>
  659.  
  660. {block:PermalinkPage}
  661. <div id="permalinkpage">
  662. <font style="text-transform:lowercase;"><br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a></font><br>
  663. {/block:PermalinkPage}
  664.  
  665. </div>
  666.  
  667.  
  668.  
  669. {/block:Posts}
  670.  
  671.  
  672. <div class="pagination">
  673. {block:PreviousPage}
  674. <a href="{PreviousPage}">back</a>
  675. {/block:PreviousPage}
  676. {block:NextPage}
  677. <a href="{NextPage}">forth</a>
  678. {block:NextPage}
  679. </div>
  680.  
  681. {block:PermalinkPage}
  682. {block:PostNotes}
  683. <div id="notes">{PostNotes}</div>
  684. {/block:PostNotes}
  685. {/block:permalinkpage}
  686.  
  687.  
  688.  
  689. </div>
  690.  
  691. </div>
  692.  
  693. </body>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement