Advertisement
audreyhepburn

Borderline

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