Advertisement
SeoulChan

Stargazer

Dec 31st, 2014
4,446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.05 KB | None | 0 0
  1. <!--
  2.  
  3.  _           _                _    
  4. | | __ __ _ (_)  __ _  _   _ | | __
  5. | |/ // _` || | / _` || | | || |/ /
  6. |   <| (_| || || (_| || |_| ||   <
  7. |_|\_\\__,_||_| \__, | \__,_||_|\_\
  8.                 |___/              
  9. Stargazer Theme by Ani (kaiguk.tumblr.com/)
  10.  
  11. You know the damn rules, quit acting like you dumb. It's a shame us theme makers have to tell you dumb motherfuckers that steal  to not do these things because you don't and can't fucking comprehend! Learn to code you assholes and quit stealing.
  12.  
  13. Anyways, to the beautiful people,  have a great day, happy using & stay beautiful!!!
  14.  
  15. If you guys have any questions, just send me a msg on my personal blog or my theme blog (I'll reply either way)
  16. -->
  17.  
  18. <!DOCTYPE html>
  19. <head>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <meta name="if:InfiniteScroll" content="0"/>
  28. <meta name="if:Grayscale" content="0"/>
  29. <meta name="if:ShowTags" content="0"/>
  30. <meta name="if:ShowCaptions" content="1"/>
  31.  
  32. <meta name="color:bold" content="#f5ad58"/>
  33. <meta name="color:italic" content="#fad6ab"/>
  34. <meta name="color:underline" content="#e2ceb4"/>
  35. <meta name="color:bg 1" content="#000000"/>
  36. <meta name="color:bg 2" content="#ffffff"/>
  37. <meta name="color:Text" content="#222222"/>
  38. <meta name="color:Link" content="#f2992e"/>
  39. <meta name="color:Hover" content="#cccccc"/>
  40. <meta name="color:Title" content="#222222"/>
  41. <meta name="color:post bg" content="#ffffff"/>
  42. <meta name="color:border" content="#cccccc"/>
  43. <meta name="color:caption bg" content="#fbfbfb"/>
  44. <meta name="color:caption border" content="#f6f6f6"/>
  45. <meta name="color:caption" content="#cccccc"/>
  46. <meta name="color:linktitlebg" content="#000000"/>
  47. <meta name="color:linktitletext" content="#ffffff"/>
  48. <meta name="color:selection text" content="#888888"/>
  49. <meta name="color:selection bg" content="#eeeeee"/>
  50.  
  51. <meta name="image:Sidebar img" content=""/>
  52. <meta name="image:bg 1" content=""/>
  53. <meta name="image:bg 2" content=""/>
  54. <meta name="image:totop" content=""/>
  55.  
  56. <meta name="text:title text" content="title">
  57. <meta name="text:Link 1 URL" content="" />
  58. <meta name="text:Link 1" content="" />
  59. <meta name="text:Link 2 URL" content="" />
  60. <meta name="text:Link 2" content="" />
  61. <meta name="text:Link 3 URL" content="" />
  62. <meta name="text:Link 3" content="" />
  63. <meta name="text:Link 4 URL" content="" />
  64. <meta name="text:Link 4" content="" />
  65. <meta name="text:Link 5 URL" content="" />
  66. <meta name="text:Link 5" content="" />
  67. <meta name="text:Link 6 URL" content="" />
  68. <meta name="text:Link 6" content="" />
  69.  
  70. <meta name="color:LinkTitleBG" content="#000"/>
  71. <meta name="color:LinkTitleText" content="#FFF"/>
  72.  
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("[title]").style_my_tooltips();
  80. });
  81. })(jQuery);
  82. </script>
  83.  
  84. <style type="text/css">
  85.  
  86.  
  87. body{
  88. word-wrap: break-word;
  89. background:{color:BG 2};
  90. background-image:url('{image:BG 2}');
  91. background-attachment:fixed;
  92. color:{color:text};
  93. font-family:arial;
  94. font-size:11px;
  95. text-align:justify;
  96. line-height:170%;
  97. }
  98.  
  99. blockquote {
  100. padding:5px 0 5px 30px;
  101. border-left:1px solid {color:text};
  102. margin-left:30px;
  103. }
  104.  
  105. b,strong{
  106. color:{color:bold};
  107. }
  108.  
  109. i,em{
  110. color:{color:italic};
  111. }
  112.  
  113. u{
  114. color:{color:underline};
  115. }
  116.  
  117. a {
  118. color:{color:link};
  119. text-decoration:none;
  120. -moz-transition-duration:0.5s;
  121. -webkit-transition-duration:0.5s;
  122. -o-transition-duration:0.5s;
  123. }
  124.  
  125. a:hover {
  126. color:{color:hover};
  127. -moz-transition-duration:0.5s;
  128. -webkit-transition-duration:0.5s;
  129. -o-transition-duration:0.5s;
  130. }
  131.  
  132. #posttit {
  133. font-size:13px;
  134. line-height:18px;
  135. font-weight:bold;
  136. margin-bottom:10px;
  137. text-transform:normal;
  138. text-align:left;
  139. }
  140.  
  141. #galaxy {
  142. left:0px;
  143. top:0px;
  144. width:100%;
  145. height:400px;
  146. position:fixed;
  147. background-color:{color:BG 1};
  148. background-image:url('{image:BG 1}');
  149. position:fixed
  150. }  
  151.  
  152. #sidebar {
  153. text-align:right;
  154. position:fixed;
  155. margin-left:400px;
  156. bottom: 0px;
  157. width:300px;
  158. }
  159.  
  160. #sideimg {
  161. margin-bottom:20px;
  162. }
  163.  
  164. #sideimg img {
  165. width:300px;
  166. }
  167.  
  168. #tit {
  169. font-size:24px;
  170. color:{color:title};
  171. font-weight:bold;
  172. text-align:right;
  173. }
  174.  
  175. #links {
  176. line-height:16px;
  177. text-transform:lowercase;
  178. }
  179.  
  180. #links a {
  181. margin-right:14px;
  182. display:inline-block;
  183. margin-bottom:5px;
  184. }
  185.  
  186. #desc {
  187. text-align:left;
  188. margin-bottom:10px;
  189. }
  190.  
  191. #exo {
  192. left:50%;
  193. margin-left:-250px;
  194. position:absolute;
  195. }
  196.  
  197. {block:IfShowCaptions}
  198. #captions {
  199. margin-top: 10px;
  200. padding:5px;
  201. text-align:left;
  202. background: {color:Caption bg};
  203. border: 1px solid {color:Caption border};
  204. color:{color:Caption};
  205. }
  206. {/block:IfShowCaptions}
  207.  
  208. {block:IfNotShowCaptions}
  209. #captions {
  210. display:none;
  211. }
  212. {/block:IfNotShowCaptions}
  213.  
  214.  
  215. {block:IfNotInfiniteScroll}
  216. #pagi {
  217. font-size: 11px;
  218. line-height: 21px;
  219. text-align:center;
  220. text-transform: lowercase;
  221. }
  222. {/block:IfNotInfiniteScroll}
  223.  
  224. #entries {
  225. margin-top:75px;
  226. margin-left:-40px;
  227. width:500px;
  228. }
  229.  
  230. {block:IfGrayscale}
  231. img{
  232. filter:gray;
  233. -webkit-filter: grayscale(100%);
  234. -webkit-transition: all 0.5S ease-in-out;
  235. -moz-transition: all 0.5S ease-in-out;
  236. -o-transition: all 0.5S ease-in-out;
  237. -ms-transition: all 0.5S ease-in-out;
  238. transition: all 0.5S ease-in-out;    
  239. }
  240.  
  241. img:hover{
  242. filter:none;
  243. -webkit-filter: grayscale(0%);
  244. -webkit-transition: all 0.5S ease-in-out;
  245. -moz-transition: all 0.5S ease-in-out;
  246. -o-transition: all 0.5S ease-in-out;
  247. -ms-transition: all 0.5S ease-in-out;
  248. transition: all 0.5S ease-in-out;
  249. }
  250.  
  251. .photo{
  252. filter: URL("data:img/svg+xml;utf8,<svg xmnls='http://www.w3.org/2000/svg'><filter id='grayscale'><fecolormatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/> </filter></svg>#grayscale");
  253. filter: gray;
  254. -webkit-filter: grayscale(100%);
  255. -webkit-transition: all 0.5S ease-in-out;
  256. -moz-transition: all 0.5S ease-in-out;
  257. -o-transition: all 0.5S ease-in-out;
  258. -ms-transition: all 0.5S ease-in-out;
  259. transition: all 0.5S ease-in-out;
  260. }
  261.  
  262. .photo:hover{
  263. filter: none;
  264. -webkit-filter: grayscale(0%);
  265. -webkit-transition: all 0.7S ease-in-out;
  266. -moz-transition: all 0.7S ease-in-out;
  267. -o-transition: all 0.7S ease-in-out;
  268. }
  269. {/block:IfGrayscale}
  270.  
  271. #posts {
  272. width:500px;
  273. margin-left:-260px;
  274. background:{color:post bg};
  275. padding:20px;
  276. border:1px solid {color:border};
  277. {block:IndexPage}
  278. margin-bottom:75px;
  279. {/block:IndexPage}
  280. {block:PermalinkPage}
  281. margin-bottom:50px;
  282. {/block:PermalinkPage}
  283. }
  284.  
  285. #posts{
  286. max-width:500px;    
  287. }
  288.  
  289. .caption {width:100%;
  290. margin-top:10px;
  291. }
  292.  
  293. #quote{
  294. text-align:justify;
  295. font-size:14px;
  296. line-height:18px;
  297. font-weight:bold;
  298. }
  299.  
  300. .player {
  301. width:25px;
  302. height:25px;
  303. overflow:hidden;
  304. position:absolute;
  305. border:3px solid {color:border};
  306. }
  307.  
  308. .audioinfo {
  309. margin-left:50px;
  310. line-height:120%;
  311. }
  312.  
  313. #question {
  314. padding-bottom:5px;
  315. border-bottom:1px solid {color:border};
  316. }
  317.  
  318. #asker {
  319. letter-spacing:1px;
  320. }
  321.  
  322. .chat ol {
  323. padding:0;
  324. list-style:none;
  325. }
  326.  
  327. .line {
  328. padding:5px 0;
  329. }
  330.  
  331. .label {
  332. font-weight:bold;
  333. }
  334.  
  335. #star {
  336. padding:10px;
  337. text-align:justify;
  338. line-height:15px;
  339. margin-top:10px;
  340. height:auto;
  341. }
  342.  
  343. #perma {
  344. color:{color:link};
  345. letter-spacing:2px;
  346. text-align:center;
  347. background:#eee;
  348. padding:10px;
  349. margin-top:30px;
  350. }
  351.  
  352. .pagenotes {
  353. {block:IndexPage}
  354. display: none!important;
  355. {/block:IndexPage}
  356. width:500px;
  357. text-align:left;
  358. }
  359.  
  360. .pagenotes img {
  361. display:none!important;
  362. }
  363.  
  364. .note li {
  365. list-style-type:none;
  366. padding:10px 25px 10px 25px;
  367. text-align:left;
  368. margin:0px;
  369. border-bottom:1px solid {color:border};
  370. line-height:140%;
  371. -moz-transition-duration:0.5s;
  372. -webkit-transition-duration:0.5s;
  373. -o-transition-duration:0.5s;
  374. }
  375.  
  376. .notes img {
  377. display:none!important;
  378. }
  379.  
  380. ::selection {
  381. background:{color:selection bg};
  382. color:{color:selection text};
  383. }
  384.  
  385. #s-m-t-tooltip {
  386. z-index: 9999;
  387. background: {color:LinkTitleBG};
  388. font-size: 10px;
  389. line-height: 11px;
  390. font-family: arial;
  391. letter-spacing: 1px;
  392. text-transform: normal;
  393. color: {color:LinkTitleText};
  394. max-width: 150px;
  395. word-wrap: break-word;
  396. padding: 2px 5px 2px 6px;
  397. display: block;
  398. margin: 24px 14px 7px 12px;
  399. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  400. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  401. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  402. }
  403.  
  404. #fvck {
  405. position:fixed;
  406. left:10px;
  407. bottom:10px;
  408. text-transform:uppercase;
  409. font-size:10px;
  410. letter-spacing:1px;
  411. padding:5px;
  412. -webkit-transition: all 0.3s ease;
  413. -moz-transition: all 0.3s ease;
  414. -ms-transition: all 0.3s ease;
  415. -o-transition: all 0.3s ease;
  416. transition: all 0.3s ease;
  417. }
  418.  
  419. #scrollToTop:link, #scrollToTop:visited {
  420. display:none;
  421. position:fixed;
  422. bottom: 10px;
  423. right:10px;
  424. }
  425.  
  426. {CustomCSS}
  427.  
  428. </style>
  429. {block:IfInfiniteScroll}
  430. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  431. {/block:IfInfiniteScroll}
  432.  
  433. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  434. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  435. <a href="javascript:;" id="scrollToTop"  title="top"><img src="{image:ToTop}"></a></a>
  436. </head>
  437.  
  438. <body>
  439.  
  440. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  441.  
  442. <div id="galaxy"></div>
  443.  
  444. <div id="exo">
  445.  
  446. <div id="sidebar">
  447.  
  448. <div id="tit">{text:title text}</div>
  449.  
  450. <div id="links">
  451.  
  452. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  453.  
  454. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  455.  
  456. {block:ifLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a>{/block:ifLink3}
  457.  
  458. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  459.  
  460. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  461.  
  462. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  463.  
  464. </div>
  465.  
  466. <div id="desc">{Description}</div>
  467.  
  468. <div id="sideimg"><img src="{image:Sidebar img}"></div>
  469.  
  470. {block:IfNotInfiniteScroll}
  471. {block:Pagination}
  472. <div id="pagi">
  473. {block:PreviousPage}
  474. <center> <a href="{PreviousPage}">prev —</a>
  475. {/block:PreviousPage}
  476. {CurrentPage} of {TotalPages}
  477. {block:NextPage}
  478. <a href="{NextPage}">— next</a></center>
  479. {/block:NextPage}
  480. </div>
  481. {/block:Pagination}
  482. {/block:IfNotInfiniteScroll}
  483. </div>
  484.  
  485. <div id="entries">
  486.  
  487. <div class="autopagerize_page_element">
  488.  
  489. {block:Posts}
  490. <div id="posts">
  491. {block:Quote}
  492. <div id="quote">{Quote}</div>
  493. {block:Source}<div id="source">{Source}</div>{/block:Source}
  494. {/block:Quote}
  495.  
  496. {block:Text}
  497. {block:Title}
  498. <div id="posttit">
  499. {Title}</div>
  500. {/block:Title}
  501. {Body}
  502. {/block:Text}
  503.  
  504. {block:Link}
  505. <div id="posttit">
  506. <a href="{URL}">{Name} »</a></div>
  507. {block:Description}{Description}{/block:Description}
  508. {/block:Link}
  509.  
  510. {block:Chat}
  511. {block:Title}
  512. <h1>{Title}</h1>
  513. {/block:Title}
  514. <div class="chat">
  515. <ol>{block:Lines}
  516. <li class="line {Alt}">
  517. {block:Label}
  518. <span class="label">
  519. <b>{Label}</b></span>
  520. {/block:Label}{Line}</li>
  521. {/block:Lines}
  522. </ol></div>
  523. {/block:Chat}
  524.  
  525. {block:Photo}
  526. <div class="photo">
  527. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center></div>
  528. {block:IndexPage}
  529. {block:Caption}<div id="captions">
  530. {Caption}</div>
  531. {/block:Caption}
  532. {/block:IndexPage}
  533. {/block:Photo}
  534.  
  535. {block:Photoset}
  536. <div class="photo"><center>{Photoset-500}</center></div>
  537. {block:IndexPage}
  538. {block:Caption}<div id="captions">
  539. {Caption}</div>
  540. {/block:Caption}
  541. {/block:IndexPage}
  542. {/block:Photoset}
  543.  
  544. {block:Video}
  545. <div class="photo"> <center>{Video-500} </center></div>
  546. {block:IndexPage}
  547. {block:Caption}<div id="captions">
  548. {Caption}</div>
  549. {/block:Caption}
  550. {/block:IndexPage}
  551. {/block:Video}
  552.  
  553. {block:Audio}
  554. <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
  555. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  556. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  557. <b>Plays:</b> {PlayCount}
  558. </a>
  559. </div>
  560. {/block:Audio}
  561.  
  562. {block:Answer}<div id="question"><img style="padding-right:2px" src="http://i926.photobucket.com/albums/ad102/My_originals_album/icons/1335651593_comment.gif">
  563. <span id="asker">{Asker} said: </span>{Question}</div><div style="color:{color:text}; font-size:11px;">{Answer}</div>{/block:Answer}
  564.  
  565. {block:IndexPage}
  566. <div id="perma">
  567. {block:IfNotShowTags}
  568. <a href="{Permalink}">{MonthNumberWithZero} / {DayOfMonthWithZero}  / {Year}    </a>
  569. {/block:IfNotShowTags}
  570.  
  571. {block:IfShowTags}
  572. <div style="text-align:left;"><a href="{Permalink}">{MonthNumberWithZero}   / {DayOfMonthWithZero}  / {Year}</a> | {block:Tags}<a href="{TagURL}"> #{Tag}  
  573. </a>{/block:Tags}</div>
  574. {/block:HasTags}{/block:IfShowTags}
  575. </div>
  576. {/block:IndexPage}
  577.  
  578. {block:PermalinkPage}
  579. {block:Date}
  580. <div id="star">
  581. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  582. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  583. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  584. {block:NoteCount}
  585. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  586. <b>Notes:</b> {NoteCount}<br>
  587. {/block:NoteCount}
  588. {block:RebloggedFrom}
  589. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  590. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  591. {/block:RebloggedFrom}
  592. {block:ContentSource}
  593. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  594. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  595. {/block:ContentSource}
  596. {block:HasTags}
  597. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  598. <b>Tagged:</b>
  599. {block:Tags}
  600. <a href="{TagURL}">#{Tag}</a>
  601. {/block:Tags}
  602. {/block:HasTags}
  603. </div>
  604. {/block:Date}
  605. {/block:PermalinkPage}
  606.  
  607. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  608. </div>
  609.  
  610. {/block:Posts}
  611.  
  612. </div>
  613.  
  614. </div>
  615.  
  616. </div>
  617.  
  618. <div id="fvck">
  619. <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
  620.  
  621. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement