Advertisement
audreyhepburn

Momento

May 20th, 2014
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1. <!--theme by museofastronomy - do not steal/remove credit-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy|Buenard|Crimson+Text|Bentham' rel='stylesheet' type='text/css'>
  9.  
  10. <title>{title}</title>
  11.  
  12. <link rel="shortcut icon" href="{favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="select:font" content="Bentham"/>
  17. <meta name="select:font" content="Buenard"/>
  18. <meta name="select:font" content="Sorts Mill Goudy"/>
  19. <meta name="select:font" content="Crimson Text"/>
  20. <meta name="color:background" content="#000000"/>
  21. <meta name="color:blog title" content="#ffffff"/>
  22. <meta name="color:text" content="#000000"/>
  23. <meta name="color:links" content="#666666"/>
  24. <meta name="color:hover" content="#cccccc"/>
  25. <meta name="color:borders" content="#f6f6f6"/>
  26. <meta name="text:alternate title" content=""/>
  27. <meta name="text:short description" content=""/>
  28. <meta name="text:menu title" content="more"/>
  29. <meta name="text:link 1" content=""/>
  30. <meta name="text:link 1 url" content=""/>
  31. <meta name="text:link 2" content=""/>
  32. <meta name="text:link 2 url" content=""/>
  33. <meta name="text:link 3" content=""/>
  34. <meta name="text:link 3 url" content=""/>
  35. <meta name="text:link 4" content=""/>
  36. <meta name="text:link 4 url" content=""/>
  37.  
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40.  
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42.  
  43. <script>
  44.  
  45. (function($){
  46.  
  47. $(document).ready(function(){
  48.  
  49. $("a[title]").style_my_tooltips({
  50.  
  51. tip_follows_cursor:true,
  52.  
  53. tip_delay_time:30,
  54.  
  55. tip_fade_speed:300,
  56.  
  57. attribute:"title"
  58.  
  59. });
  60.  
  61. });
  62.  
  63. })(jQuery);
  64.  
  65. </script>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. #s-m-t-tooltip{
  71. position:absolute;
  72. margin-top: 15px;
  73. z-index:9999999999;
  74. color:{color:blog title};
  75. background:transparent;
  76. font-size:11px;
  77. text-align:center;
  78. }
  79.  
  80. ::-webkit-scrollbar{height: 5px;
  81. width: 5px;
  82. -webkit-border-radius: 0px;
  83. background-color:#FFF}
  84. ::-webkit-scrollbar-thumb{background-color:{color:background};}
  85. ::-webkit-scrollbar-track{background-color:{color:background}}
  86.  
  87. blockquote {padding:5px 0 5px 30px;
  88. border-left:1px solid {color:borders};
  89. margin-left:30px;
  90. }
  91.  
  92. body {
  93. background:{color:background};
  94. color:{color:text};
  95. font-family:{select:font}, serif;
  96. font-size:14px;
  97. text-align:justify;
  98. margin:0;
  99. line-height:16px;
  100. }
  101.  
  102.  
  103. a {
  104. color:{color:links};
  105. text-decoration:none;
  106. -webkit-transition: all 0.3s ease-out;
  107. -moz-transition: all 0.3s ease-out;
  108. -o-transition: all 0.3s ease-out;
  109. }
  110.  
  111. a:hover {
  112. color:{color:hover};
  113. text-decoration:none;
  114. -webkit-transition: all 0.3s ease-out;
  115. -moz-transition: all 0.3s ease-out;
  116. -o-transition: all 0.3s ease-out;}
  117.  
  118. img{opacity:1;
  119. border:none;
  120. text-decoration:none}
  121.  
  122.  
  123. small {
  124. font-size:12px;}
  125.  
  126. big {
  127. font-size:16px;}
  128.  
  129.  
  130. #title {font-size:16px;
  131. line-height:18px;
  132. margin-bottom:10px;
  133. text-transform:uppercase;
  134. text-align:left;}
  135.  
  136. #desc {
  137. margin-bottom:40px;
  138. opacity:0;
  139. -webkit-transition:all 1s;
  140. -moz-transition:all 1s;
  141. -ms-transition:all 1s;
  142. -o-transition:all 1s;
  143. transition:all 1s;
  144. }
  145.  
  146. #alttitle {
  147. margin-bottom:-40px;
  148. -ms-transform: rotate(180deg);
  149. -webkit-transform: rotate(180deg);
  150. transform: rotate(180deg);
  151. }
  152.  
  153. #alttitle a{color:{color:blog title};
  154. }
  155.  
  156. #blogtitle {
  157. font-family: 'Abril Fatface', cursive;
  158. width:150px;
  159. position:fixed;
  160. right:50%;
  161. margin-right:350px;
  162. bottom:50%;
  163. color:{color:blog title};
  164. font-size:18px;
  165. letter-spacing:2px;
  166. text-align:center;
  167. }
  168.  
  169. #blogtitle:hover #desc {
  170. opacity:0.5;
  171. -webkit-transition:all 1s;
  172. -moz-transition:all 1s;
  173. -ms-transition:all 1s;
  174. -o-transition:all 1s;
  175. transition:all 1s;
  176. }
  177.  
  178. #container {
  179. position:absolute;
  180. width:540px;
  181. left:50%;
  182. margin-left:-270px;
  183. }
  184.  
  185. #entries {
  186. margin-top:100px;
  187. }
  188.  
  189. #paginationu a{
  190. position:fixed;
  191. left:50%;
  192. margin-left:350px;
  193. top:50%;
  194. margin-top:-15px;
  195. font-size:12px;
  196. color:{color:blog title};
  197. }
  198.  
  199. #paginationd a{
  200. position:fixed;
  201. left:50%;
  202. margin-left:350px;
  203. top:50%;
  204. margin-top:15px;
  205. font-size:12px;
  206. color:{color:blog title};
  207. }
  208.  
  209.  
  210. #posts {
  211. padding:20px;
  212. width:500px;
  213. background:{color:borders};
  214. {block:IndexPage}
  215. margin-bottom:180px;
  216. {/block:IndexPage}
  217. {block:PermalinkPage}
  218. margin-top:200px;
  219. margin-bottom:200px;
  220. {/block:PermalinkPage}}
  221.  
  222. #posts:hover #timestamp {
  223. opacity:1;
  224. -webkit-transition:all 0.6s;
  225. -moz-transition:all 0.6s;
  226. -ms-transition:all 0.6s;
  227. -o-transition:all 0.6s;
  228. transition:all 0.6s;}
  229.  
  230. #timestamp {
  231. {block:PermalinkPage}
  232. display:none;
  233. {/block:permalinkpage}
  234. margin-top:15px;
  235. font-size:10px;
  236. text-align:right;
  237. text-transform:lowercase;
  238. opacity:0;
  239. -webkit-transition:all 0.6s;
  240. -moz-transition:all 0.6s;
  241. -ms-transition:all 0.6s;
  242. -o-transition:all 0.6s;
  243. transition:all 0.6s;}
  244. }
  245. #timestamp a {margin-right:10px;
  246. }
  247.  
  248. #permalink {
  249. {block:indexpage}
  250. display:none;
  251. {/block:indexpage}
  252. margin-top:15px;
  253. font-size:10px;
  254. text-transform:lowercase;
  255. text-align:right;
  256. }
  257.  
  258. #permalink a {margin-right:10px;
  259. }
  260.  
  261. #posts img, #posts li, #posts blockquote{max-width:500px;}
  262. .caption {
  263. {block:indexpage}
  264. display:none !important;
  265. {/block:indexpage}
  266. width:500px;
  267. margin-top:10px;
  268. }
  269.  
  270. #words{padding-left:20px; padding-right:20px;}
  271.  
  272. #titlequote{text-align:center;
  273. font-size:16px;
  274. line-height:18px;
  275. margin-top:5px;
  276. }
  277.  
  278. #source {text-align:center;
  279. font-size:12px;
  280. padding-bottom:15px;
  281. margin-bottom:15px;
  282. border-bottom:1px solid {color:hover};
  283. }
  284.  
  285. .audioplayer
  286. {width:500px;
  287. height:100px;
  288. padding-top:20px;
  289. padding-left:20px;
  290. text-align:center;
  291. }
  292.  
  293. .button {
  294. width:25px;
  295. height:25px;
  296. overflow:hidden;
  297. border-radius:25px;
  298. opacity:0;
  299. background:transparent;
  300. position:absolute;
  301. margin-top:35px;
  302. margin-left:35px;
  303. -webkit-transition:all 0.6s;
  304. -moz-transition:all 0.6s;
  305. -ms-transition:all 0.6s;
  306. -o-transition:all 0.6s;
  307. transition:all 0.6s;
  308. }
  309.  
  310. .albumart img {
  311. width:100px;
  312. height:100px;
  313. float:left;
  314. }
  315.  
  316. .audioplayer:hover .button {opacity:0.5;
  317. -webkit-transition:all 0.6s;
  318. -moz-transition:all 0.6s;
  319. -ms-transition:all 0.6s;
  320. -o-transition:all 0.6s;
  321. transition:all 0.6s;
  322. }
  323.  
  324. .artist {
  325. font-weight:bold;
  326. padding-top:20px;
  327. padding-left:120px;
  328. padding-right:40px;
  329. padding-bottom:15px;
  330. margin-bottom:15px;
  331. border-bottom:1px solid {color:hover};
  332. }
  333.  
  334. .audioinfo span.show {display:none;}
  335. .audioinfo:hover span.show {display:inline;}
  336. .audioinfo:hover span.noshow {display:none;}
  337.  
  338. .track {
  339. text-transform:uppercase;
  340. font-weight:bold;
  341. padding-left:120px;
  342. padding-right:40px;
  343. }
  344.  
  345. .question {
  346. margin-bottom:10px;
  347. }
  348. .asker {
  349. font-size:12px;
  350. margin-top:10px;
  351. text-align:right;
  352. }
  353. .answer {
  354. font-size:12px;
  355. }
  356.  
  357.  
  358. .chat ol {
  359. padding:0;
  360. list-style:none;
  361. }
  362. .line {padding:5px 0;}
  363.  
  364. .label {font-weight:bold;
  365. }
  366.  
  367. .tags {
  368. {block:IndexPage}
  369. display:none;
  370. {/block:IndexPage}
  371. word-break:break-all;
  372. font-size:10px;
  373. text-transform:lowercase;
  374. text-align:right;
  375. }
  376.  
  377. .postnotes {text-align:left;
  378. font-size:10px;
  379. line-height:15px;
  380. }
  381. .postnotes img {
  382. display:none!important;}
  383. .postnotes li {
  384. list-style-type:none;}
  385.  
  386. #menu {
  387. text-transform:uppercase;
  388. font-family: 'Abril Fatface', cursive;
  389. font-size:11px;
  390. position:fixed;
  391. height:14px;
  392. overflow:hidden;
  393. left:15px;
  394. top:15px;
  395. z-index:5;
  396. color:{color:blog title};
  397. transition: all 0.6s ease-out;
  398. -o-transition: all 0.6s ease-out;
  399. -webkit-transition: all 0.6s ease-out;
  400. -moz-transition: all 0.6s ease-out;
  401. }
  402.  
  403. #menu:hover {
  404. color:{color:blog title};
  405. height:100px;
  406. overflow:hidden;
  407. transition: all 0.6s ease-out;
  408. -o-transition: all 0.6s ease-out;
  409. -webkit-transition: all 0.6s ease-out;
  410. -moz-transition: all 0.6s ease-out;
  411. }
  412.  
  413. #links a{
  414. text-transform:lowercase !important;
  415. font-size:10px !important;
  416. color:{color:hover} !important;
  417. }
  418.  
  419. #links a:hover {
  420. color:{color:blog title} !important;
  421. }
  422.  
  423.  
  424. #credit a{
  425. font-size:12px;
  426. position:fixed;
  427. right:15px;
  428. bottom:15px;
  429. z-index:5;
  430. color:{color:blog title};
  431. }
  432.  
  433. {CustomCSS}
  434.  
  435. </style>
  436.  
  437. </script>
  438.  
  439. </head>
  440.  
  441. <body>
  442.  
  443. <div id="credit">
  444. <a href="http://museofastronomy.tumblr.com/themes" title="urainia" target="_blank">✈</a>
  445. </div>
  446.  
  447. <div id="menu">
  448. {text:menu title}
  449. <div id="links">
  450. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  451. {block:iflink2}<br><a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  452. {block:iflink3}<br><a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  453. {block:iflink4}<br><a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  454. </div>
  455. </div>
  456.  
  457. <div id="blogtitle">
  458. <div id="desc">{text:short description}</div>
  459. <div id="alttitle"><a href="/">{text:alternate title}</a></div></div>
  460.  
  461.  
  462. <div id="container">
  463.  
  464. <div id="entries">
  465.  
  466. {block:Posts}
  467.  
  468. <div id="posts">
  469.  
  470. {block:Quote}
  471. <div id="words">
  472. {block:Source}<div id="source">{Source}</div>{/block:Source}
  473. <div id="titlequote">“{Quote}”</div></div>
  474. {/block:Quote}
  475.  
  476.  
  477. {block:Text}
  478. {block:Title}
  479. <div id="title">{Title}</div>{/block:Title}
  480. {Body}
  481. {/block:Text}
  482.  
  483. {block:Link}
  484. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  485. {/block:Link}
  486.  
  487. {block:Chat}
  488. {block:Title}
  489. <h1>{Title}</h1>
  490. {/block:Title}
  491. <div class="chat">
  492. <ol>{block:Lines}
  493. <li class="line {Alt}">
  494. {block:Label}
  495. <span class="label">
  496. {Label}</span>
  497. {/block:Label}{Line}</li>
  498. {/block:Lines}
  499. </ol></div>
  500. {/block:Chat}
  501.  
  502. {block:Photo}
  503. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  504. {/block:Photo}
  505.  
  506. {block:Photoset}
  507. {Photoset-500}
  508. {/block:Photoset}
  509.  
  510. {block:Video}
  511. {Video-500}
  512. {/block:Video}
  513.  
  514. {block:Audio}
  515. <div class="audioplayer"><div class="button">{AudioPlayer}</div>
  516. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  517. <div class="audioinfo">
  518. <div class="artist">
  519. <span class="noshow">{block:Artist}{Artist}{/block:Artist}</span><span class="show">&nbsp;{block:album}{album}{/block:album}&nbsp;</span></div>
  520. <div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div></div></div>
  521. {/block:Audio}
  522.  
  523. {block:Answer}
  524. <div class="question">
  525. "{Question}"<div class="asker"><em>from {asker}</em></div></div>
  526. <div class="answer">{Answer}</div>
  527. {/block:Answer}
  528.  
  529. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  530.  
  531. {block:Date}
  532. <div id="timestamp">
  533. <a href="{permalink}">{timeago}</a>
  534. </div>
  535. <div id="permalink">
  536. <a href="{permalink}">{dayofmonth}{dayofmonthsuffix} {shortmonth} {year}</a>{block:NoteCount}<a href="{permalink}">+{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a>{block:ContentSource}<a href="{ReblogRootURL}" target="_blank" title="{reblogrootname}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  537. </div>
  538. {/block:Date}
  539.  
  540. </div>
  541.  
  542. {/block:Posts}
  543.  
  544. </div>
  545.  
  546. </div>
  547.  
  548. <div id="paginationu">
  549. {block:Pagination}
  550. {block:PreviousPage}
  551. <a href="{PreviousPage}">&uarr;</a>
  552. {/block:PreviousPage}
  553. </div>
  554.  
  555. <div id="paginationd">
  556. {block:NextPage}
  557. <a href="{NextPage}">&darr;</a>
  558. {/block:NextPage}
  559. {/block:Pagination}
  560. </div>
  561.  
  562. {block:ContentSource}
  563. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  564. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  565. {/block:SourceLogo}
  566. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  567. {/block:ContentSource}
  568.  
  569. </body>
  570.  
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement