Advertisement
audreyhepburn

Outlines

Jul 26th, 2014
1,749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 KB | None | 0 0
  1. <!--theme by museofastronomy - do not steal/remove credit-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6. <!--popup-->
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38.  
  39. <title>{title}</title>
  40.  
  41. <link rel="shortcut icon" href="{favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45. <meta name="if:500px" content="true"/>
  46. <meta name="if:desaturated images" content="true"/>
  47. <meta name="if:hidden captions" content="true"/>
  48. <meta name="if:hidden tags" content="true"/>
  49. <meta name="if:show icon on info page" content="true"/>
  50. <meta name="color:background" content="#ffffff"/>
  51. <meta name="color:blog title" content="#ffffff"/>
  52. <meta name="color:text" content="#888888"/>
  53. <meta name="color:links" content="#666666"/>
  54. <meta name="color:box" content="#000000"/>
  55. <meta name="color:borders" content="f6f6f6"/>
  56. <meta name="text:your url" content="enter url for askbox"/>
  57. <meta name="text:ask title" content="ask me anything"/>
  58. <meta name="text:info" content="your info here"/>
  59. <meta name="text:link 1" content=""/>
  60. <meta name="text:link 1 url" content=""/>
  61. <meta name="text:link 2" content=""/>
  62. <meta name="text:link 2 url" content=""/>
  63.  
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66.  
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68.  
  69. <script>
  70.  
  71. (function($){
  72.  
  73. $(document).ready(function(){
  74.  
  75. $("a[title]").style_my_tooltips({
  76.  
  77. tip_follows_cursor:true,
  78.  
  79. tip_delay_time:30,
  80.  
  81. tip_fade_speed:300,
  82.  
  83. attribute:"title"
  84.  
  85. });
  86.  
  87. });
  88.  
  89. })(jQuery);
  90.  
  91. </script>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96. .popup_block {
  97. display:none;
  98. background:transparent;
  99. position:fixed;
  100. top:50%;
  101. left:50%;
  102. padding:40px;
  103. z-index:999999999999;
  104. text-align:center;
  105. font-size:12px;
  106. color:{color:blog title};
  107. }
  108.  
  109. .popup_block a {
  110. text-decoration:underline;
  111. color:{color:blog title};}
  112. .popup_block a:hover {
  113. text-decoration:none;
  114. }
  115.  
  116. *html #fade {position: absolute;}
  117. *html .popup_block {position: absolute;}
  118. #fade {
  119. display:none;
  120. position:fixed;
  121. left:0px;
  122. top:0px;
  123. width:100%;
  124. height:100%;
  125. z-index:999999999;
  126. background:{color:box};
  127. opacity:1;
  128. }
  129.  
  130. .picture img{
  131. border-radius:50px;
  132. margin-bottom:20px;
  133. -webkit-filter: saturate(0.5);
  134. }
  135.  
  136. #s-m-t-tooltip{
  137. position:absolute;
  138. margin-top:15px;
  139. padding-left:8px;
  140. padding-right:8px;
  141. z-index:9999999999;
  142. color:transparent;
  143. background:{color:box};
  144. color:{color:blog title};
  145. font-size:9px;
  146. max-width:300px;
  147. text-align:center;
  148. }
  149.  
  150. ::-webkit-scrollbar{height: 5px;
  151. width: 0px;
  152. -webkit-border-radius: 0px;
  153. background-color:#FFF}
  154. ::-webkit-scrollbar-thumb{background-color:{color:box};}
  155. ::-webkit-scrollbar-track{background-color:{color:box}}
  156.  
  157. blockquote {padding:5px 0 5px 30px;
  158. border-left:1px solid {color:borders};
  159. margin-left:30px;
  160. }
  161.  
  162. body {
  163. background:{color:background};
  164. color:{color:text};
  165. font-family: Helvetica, Arial, sans-serif;
  166. font-weight:lighter;
  167. font-size:11px;
  168. text-align:justify;
  169. line-height:16px;
  170. margin:0;
  171. }
  172.  
  173.  
  174. a {color:{color:links};
  175. text-decoration:none;
  176. }
  177.  
  178. a:hover {
  179. color:{color:background};
  180. }
  181.  
  182. img{opacity:1;
  183. border:none;
  184. text-decoration:none}
  185.  
  186.  
  187. small {
  188. font-size:9px;}
  189.  
  190. big {
  191. font-size:12px;}
  192.  
  193.  
  194. #title {font-size:12px;
  195. line-height:18px;
  196. margin-bottom:10px;
  197. text-transform:uppercase;
  198. text-align:center;}
  199.  
  200. #container {
  201. position:absolute;
  202. left:50%;
  203. {block:if500px}
  204. margin-left:-250px;
  205. width:500px;
  206. {/block:if500px}
  207. {block:ifnot500px}
  208. margin-left:-200px;
  209. width:400px;
  210. {/block:ifnot500px}
  211. }
  212.  
  213. #header {
  214. position:fixed;
  215. z-index:999999999;
  216. background:{color:box};
  217. width:100%;
  218. padding-top:12px;
  219. padding-bottom:12px;
  220. text-align:center;
  221. }
  222.  
  223. #blogtitle {
  224. font-size:16px;
  225. font-weight:bold;
  226. text-transform:uppercase;
  227. color:{color:blog title};
  228. letter-spacing:4px;
  229. -webkit-transition:all 0s;
  230. -moz-transition:all 0s;
  231. -ms-transition:all 0s;
  232. -o-transition:all 0s;
  233. transition:all 0s;
  234. }
  235.  
  236. #blogtitle a {color:{color:blog title};
  237. -webkit-transition:all 0s;
  238. -moz-transition:all 0s;
  239. -ms-transition:all 0s;
  240. -o-transition:all 0s;
  241. transition:all 0s;
  242. }
  243.  
  244. #blogtitle a:hover {
  245. color:{color:box};
  246. -webkit-transition:all 0s;
  247. -moz-transition:all 0s;
  248. -ms-transition:all 0s;
  249. -o-transition:all 0s;
  250. transition:all 0s;
  251. }
  252.  
  253. #links {
  254. font-weight:bold;
  255. float:right;
  256. margin-right:25px;
  257. }
  258.  
  259. #links a {
  260. color:{color:blog title};
  261. margin-right:2px;
  262. margin-left:2px;
  263. -webkit-transition:all 0s;
  264. -moz-transition:all 0s;
  265. -ms-transition:all 0s;
  266. -o-transition:all 0s;
  267. transition:all 0s;
  268. }
  269.  
  270. #links a:hover {color:{color:box};
  271. -webkit-transition:all 0s;
  272. -moz-transition:all 0s;
  273. -ms-transition:all 0s;
  274. -o-transition:all 0s;
  275. transition:all 0s;
  276. }
  277.  
  278. #footer {
  279. position:fixed;
  280. bottom:0;
  281. z-index:999999999;
  282. background:{color:box};
  283. width:100%;
  284. padding-top:12px;
  285. padding-bottom:12px;
  286. text-align:left;
  287. }
  288.  
  289. #description {
  290. float:left;
  291. color:{color:blog title};
  292. font-style:italic;
  293. margin-left:25px;
  294. }
  295.  
  296. #paginationl {
  297. position:fixed;
  298. z-index:999999999;
  299. background:{color:box};
  300. left:0;
  301. height:100%;
  302. padding-left:12px;
  303. padding-right:12px;
  304. font-weight:bold;
  305. font-size:15px;
  306. }
  307.  
  308. #paginationll {
  309. top:50%;
  310. position:fixed;
  311. text-align:center;
  312. }
  313.  
  314. #paginationr {
  315. position:fixed;
  316. right:0;
  317. height:100%;
  318. z-index:999999999;
  319. background:{color:box};
  320. padding-left:12px;
  321. padding-right:12px;
  322. font-weight:bold;
  323. font-size:15px;
  324. }
  325.  
  326. #paginationrr {
  327. top:50%;
  328. position:fixed;
  329. text-align:center;
  330. }
  331.  
  332. #paginationr a {
  333. color:{color:blog title};
  334. }
  335.  
  336. #paginationl a {
  337. color:{color:blog title}
  338. }
  339.  
  340. #entries {
  341. position:absolute;
  342. {block:if500px}
  343. width:500px;
  344. {/block:if500px}
  345. {block:ifnot500px}
  346. width:400px;
  347. {/block:ifnot500px}
  348. }
  349.  
  350.  
  351. #posts {
  352. {block:if500px}
  353. width:500px;
  354. {/block:if500px}
  355. {block:ifnot500px}
  356. width:400px;
  357. {/block:ifnot500px}
  358. margin-top:150px;
  359. margin-bottom:150px;
  360. }
  361.  
  362. #posts img {
  363. {block:if500px}
  364. width:500px;
  365. {/block:if500px}
  366. {block:ifnot500px}
  367. width:400px;
  368. {/block:ifnot500px}
  369. {block:indexpage}
  370. {block:ifdesaturatedimages}
  371. -webkit-filter: saturate(0.3);
  372. -webkit-transition:all 0.8s;
  373. -moz-transition:all 0.8s;
  374. -ms-transition:all 0.8s;
  375. -o-transition:all 0.8s;
  376. transition:all 0.8s;
  377. {/block:ifdesaturatedimages}
  378. {/block:indexpage}
  379. }
  380.  
  381. #posts:hover img{
  382. {block:indexpage}
  383. {block:ifdesaturatedimages}
  384. -webkit-filter: saturate(1);
  385. -webkit-transition:all 0.8s;
  386. -moz-transition:all 0.8s;
  387. -ms-transition:all 0.8s;
  388. -o-transition:all 0.8s;
  389. transition:all 0.8s;
  390. {/block:ifdesaturatedimages}
  391. {/block:indexpage}
  392. }
  393.  
  394. #sets {
  395. {block:indexpage}
  396. {block:ifdesaturatedimages}
  397. -webkit-filter: saturate(0.3);
  398. -webkit-transition:all 0.8s;
  399. -moz-transition:all 0.8s;
  400. -ms-transition:all 0.8s;
  401. -o-transition:all 0.8s;
  402. transition:all 0.8s;
  403. {/block:ifdesaturatedimages}
  404. {/block:indexpage}
  405. {block:if500px}
  406. width:500px;
  407. {/block:if500px}
  408. {block:ifnot500px}
  409. width:400px;
  410. {/block:ifnot500px}
  411. }
  412.  
  413. #sets:hover {
  414. {block:indexpage}
  415. -webkit-filter: saturate(1);
  416. -webkit-transition:all 0.8s;
  417. -moz-transition:all 0.8s;
  418. -ms-transition:all 0.8s;
  419. -o-transition:all 0.8s;
  420. transition:all 0.8s;
  421. {/block:indexpage}
  422. }
  423.  
  424. #posts img, #posts li, #posts blockquote{
  425. {block:if500px}
  426. max-width:500px;
  427. {/block:if500px}
  428. {block:ifnot500px}
  429. max-width:400px;
  430. {/block:ifnot500px}
  431. }
  432.  
  433. .caption {
  434. {block:ifhiddencaptions}
  435. {block:indexpage}
  436. display:none;
  437. {/block:indexpage}
  438. {/block:ifhiddencaptions}
  439. margin-top:10px;
  440. {block:if500px}
  441. width:500px;
  442. {/block:if500px}
  443. {block:ifnot500px}
  444. width:400px;
  445. {/block:ifnot500px}
  446. }
  447.  
  448. #titlequote{text-align:center;
  449. font-size:12px;
  450. line-height:18px;
  451. }
  452.  
  453. #source {text-align:center;
  454. font-size:10px;
  455. margin-bottom:8px;
  456. padding-bottom:5px;
  457. }
  458.  
  459. .player {
  460. text-align:center;
  461. opacity:0.2;}
  462.  
  463. .audioinfo {
  464. text-align:center;
  465. margin-bottom:10px;
  466. padding-bottom:10px;
  467. }
  468.  
  469. .question {margin-bottom:10px;
  470. padding-bottom:10px;
  471. text-align:center;
  472. }
  473.  
  474. .answer {
  475. font-style:italic;
  476. text-align:center;
  477. }
  478.  
  479. .chat ol {
  480. padding:0;
  481. list-style:none;
  482. }
  483. .line {padding:5px 0;}
  484.  
  485. .label {font-weight:bold;
  486. }
  487.  
  488. #timestamp {
  489. margin-top:20px;
  490. font-size:9px;
  491. text-align:center;
  492. text-transform:lowercase;
  493. border-top:1px solid {color:borders};
  494. }
  495.  
  496. #timestamp a {margin-left:2px;
  497. margin-right:2px;}
  498.  
  499. .tags {
  500. {block:ifhiddentags}
  501. {block:IndexPage}
  502. display:none;
  503. {/block:IndexPage}
  504. {/block:ifhiddentags}
  505. text-transform:lowercase;
  506. word-break:break-all;
  507. font-size:9px;
  508. text-align:center;
  509. }
  510.  
  511. .tags a {margin-left:2px;
  512. margin-right:2px;}
  513.  
  514. .viasource {
  515. {block:IndexPage}
  516. display:none;
  517. {/block:IndexPage}
  518. text-transform:lowercase;
  519. font-size:9px;
  520. text-align:center;
  521. }
  522.  
  523. .viasource a {margin-left:2px;
  524. margin-right:2px;}
  525.  
  526. .postnotes {
  527. margin-top:20px;
  528. text-align:justify;
  529. font-size:9px;
  530. line-height:15px;
  531. }
  532. .postnotes img {
  533. display:none!important;}
  534. .postnotes li {
  535. list-style-type:lower-roman;}
  536.  
  537. #credit a {position:fixed;
  538. right:40px;
  539. bottom:50px;
  540. z-index:9999999999;
  541. font-size:9px;
  542. color:{color:box};
  543. }
  544.  
  545. {CustomCSS}
  546.  
  547. </style>
  548.  
  549. </script>
  550.  
  551. </head>
  552.  
  553. <body>
  554.  
  555. <div id="header">
  556. <div id="blogtitle"><a href="/">{title}</a></div>
  557. </div>
  558.  
  559. <div id="footer">
  560. <div id="description">{description}</div>
  561. <div id="links">
  562. <a href="#?w=500" rel="box1" class="poplight">mail</a>
  563. <a href="#?w=500" rel="box2" class="poplight">info</a>
  564. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  565. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  566. <a href="http://museofastronomy.tumblr.com/themes" title=URAINIA target="_blank">✈</a>
  567. </div>
  568. </div>
  569.  
  570. <div id="container">
  571. <div id="entries">
  572.  
  573. {block:Posts}
  574.  
  575. <div id="posts">
  576.  
  577. {block:Quote}
  578. {block:Source}<div id="source">{Source}</div>{/block:Source}
  579. <div id="titlequote">{Quote}</div>
  580. {/block:Quote}
  581.  
  582.  
  583.  
  584. {block:Text}
  585. {block:Title}
  586. <div id="title">{Title}</div>{/block:Title}
  587. {Body}
  588. {/block:Text}
  589.  
  590. {block:Link}
  591. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  592. {/block:Link}
  593.  
  594. {block:Chat}
  595. {block:Title}
  596. <h1>{Title}</h1>
  597. {/block:Title}
  598. <div class="chat">
  599. <ol>{block:Lines}
  600. <li class="line {Alt}">
  601. {block:Label}
  602. <span class="label">
  603. {Label}</span>
  604. {/block:Label}{Line}</li>
  605. {/block:Lines}
  606. </ol></div>
  607. {/block:Chat}
  608.  
  609. {block:Photo}
  610. {LinkOpenTag}
  611. {block:if500px}
  612. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  613. {/block:if500px}
  614. {block:ifnot500px}
  615. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  616. {/block:ifnot500px}
  617. {LinkCloseTag}
  618. {/block:Photo}
  619.  
  620. {block:Photoset}
  621. <div id="sets">
  622. {block:if500px}
  623. {Photoset-500}
  624. {/block:if500px}
  625. {block:ifnot500px}
  626. {Photoset-400}
  627. {/block:ifnot500px}
  628. </div>
  629. {/block:Photoset}
  630.  
  631. {block:Video}
  632. {block:if500px}
  633. {video-500}
  634. {/block:if500px}
  635. {block:ifnot500px}
  636. {video-400}
  637. {/block:ifnot500px}
  638. {/block:Video}
  639.  
  640. {block:Audio}
  641. <div class="audioinfo">
  642. {block:TrackName}<strong>{TrackName}</strong>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div>
  643. <div class="player">{AudioPlayerWhite}</div>
  644. {/block:Audio}
  645.  
  646.  
  647. {block:Answer}
  648. <div class="question">"{Question}" <br>- by {Asker}</div>
  649. <div class="answer">{Answer}</div>
  650. {/block:Answer}
  651.  
  652. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  653.  
  654. {block:Date}
  655. <div id="timestamp">
  656. <a href="{permalink}">{timeago}</a>{block:notecount} / <a href="{permalink}">{notecount}</a>{/block:NoteCount}</div>
  657. <div class="tags">
  658. {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  659. <div class="viasource">{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" target="_blank">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  660. </div>
  661. <div class="postnotes">
  662. {PostNotes}
  663. </div>
  664. {/block:Date}
  665.  
  666. </div>
  667.  
  668. {/block:Posts}
  669.  
  670. </div>
  671. </div>
  672.  
  673. <div id="paginationl">
  674. <div id="paginationll">
  675. {block:pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{/block:pagination}</div></div>
  676. <div id="paginationr">
  677. <div id="paginationrr">
  678. {block:pagination}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:pagination}</div></div>
  679.  
  680. {block:ContentSource}
  681. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  682. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  683. {/block:SourceLogo}
  684. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  685. {/block:ContentSource}
  686.  
  687. </body>
  688.  
  689. <div id="box1" class="popup_block">
  690. <h3>{text:ask title}</h3>
  691. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  692. </p>
  693.  
  694. </div>
  695.  
  696. </div></div></div></div></div></div></div></div></div></div>
  697.  
  698. <div id="box2" class="popup_block">
  699. {block:ifshowicononinfopage}
  700. <div class="picture">
  701. <img src="{portraiturl-64}">
  702. </div>
  703. {/block:ifshowicononinfopage}
  704. {text:info}
  705.  
  706.  
  707.  
  708. </div>
  709.  
  710. </div></div></div></div></div></div></div></div></div></div>
  711.  
  712. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement