style.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. @charset "UTF-8";
  2. body {
  3. background-color: #000;
  4. margin: 0;
  5. padding: 0;
  6. overflow-y: hidden;
  7. font-weight: 400;
  8. font-style: normal
  9. }
  10. img,
  11. img a {
  12. border: none
  13. }
  14. .essay {
  15. position: absolute;
  16. font-size: .9em;
  17. color: #cdcdcd
  18. }
  19. .essay a {
  20. color: #fff;
  21. text-decoration: none
  22. }
  23. #distance-counter,
  24. #langselect,
  25. #donate {
  26. position: fixed;
  27. display: inline;
  28. text-align: right;
  29. color: #aaa
  30. }
  31. #distance-counter {
  32. height: 20px;
  33. text-align: right;
  34. top: 90%;
  35. right: 47%;
  36. margin-left: -60px
  37. }
  38. #langselect {
  39. height: 20px;
  40. width: 120px;
  41. top: 16px;
  42. left: 90%;
  43. margin-left: -60px;
  44. z-index: 10
  45. }
  46. #donate {
  47. width: 80px;
  48. top: 14px;
  49. left: 90%;
  50. margin-left: -80px;
  51. z-index: 11;
  52. opacity: .7
  53. }
  54. #langselect img {
  55. opacity: .7;
  56. height: 24px;
  57. width: 24px;
  58. cursor: pointer
  59. }
  60. #langselect ul {
  61. position: relative;
  62. top: -18px
  63. }
  64. #counter {
  65. font-size: 13px;
  66. display: inline;
  67. cursor: pointer
  68. }
  69. #selectarrow img {
  70. display: inline;
  71. opacity: .7;
  72. height: 9px;
  73. width: 9px;
  74. margin-left: 4px;
  75. cursor: pointer
  76. }
  77. #unitselect {
  78. position: relative;
  79. top: -250px;
  80. display: none
  81. }
  82. #langs {
  83. display: none
  84. }
  85. #unitselect li,
  86. #langselect li {
  87. list-style-type: none;
  88. background: #000;
  89. padding: 2px 0
  90. }
  91. #unitselect li a,
  92. #langselect li a {
  93. font-size: 13px;
  94. padding: 6px 4px;
  95. list-style-type: none;
  96. color: #aaa;
  97. text-decoration: none;
  98. background: #000
  99. }
  100. #unitselect li:hover>a,
  101. #langselect li:hover>a {
  102. color: #fff
  103. }
  104. #credit {
  105. position: fixed;
  106. display: inline;
  107. text-align: left;
  108. width: 200px;
  109. top: 12px;
  110. left: 20px
  111. }
  112. #credit a.logolink {
  113. position: absolute;
  114. font-weight: 400;
  115. font-style: normal;
  116. font-size: 11px;
  117. color: #8f8f8f;
  118. text-decoration: none;
  119. margin-top: 8px
  120. }
  121. #credit img {
  122. position: absolute;
  123. height: 28px;
  124. width: 28px;
  125. margin-left: 100px;
  126. opacity: .5
  127. }
  128. .navi {
  129. position: fixed;
  130. width: 500px;
  131. height: 100px;
  132. top: 0;
  133. left: 50%;
  134. margin-left: -250px
  135. }
  136. .navi li {
  137. display: inline;
  138. margin: 10px;
  139. list-style-type: none
  140. }
  141. .navi li a {
  142. color:#8f8f8f
  143. }
  144. .navi li a:hover {
  145. color:#fff
  146. }
  147. #lightspeeder {
  148. position: fixed;
  149. width: 160px;
  150. height: 50px;
  151. top: 90%;
  152. left: 99%;
  153. margin-left: -150px;
  154. font-weight: 400;
  155. font-style: normal;
  156. font-size: 11px;
  157. color: #aaa
  158. }
  159. #lightspeeder a {
  160. opacity: .7;
  161. color: #aaa;
  162. text-decoration: none
  163. }
  164. #lightspeeder a:hover {
  165. opacity: 1
  166. }
  167. #lightspeedmsg {
  168. font-weight: 400;
  169. font-style: normal;
  170. font-size: 12px;
  171. color: #e8e8e8;
  172. text-align: right;
  173. position: fixed;
  174. width: 400px;
  175. height: 40px;
  176. top: 90%;
  177. right: 5%;
  178. margin-left: -240px;
  179. margin-top: -40px;
  180. display: none
  181. }
  182. #msg1,
  183. #msg2,
  184. #msg3,
  185. #msg4,
  186. #msg5 {
  187. display: none;
  188. position: absolute;
  189. text-align: right;
  190. right: 0;
  191. top: 6px
  192. }
  193. #lightspeeder img {
  194. margin-top: -16px;
  195. height: 44px;
  196. width: 44px
  197. }
  198. .warpfactor {
  199. position: relative;
  200. top: -18px
  201. }
  202. #reloader {
  203. position: fixed;
  204. width: 20px;
  205. top: 90%;
  206. left: 99%;
  207. margin-left: -100px;
  208. font-weight: 400;
  209. font-style: normal;
  210. font-size: 11px;
  211. color: #aaa
  212. }
  213. #reloader a {
  214. opacity: .7;
  215. color: #aaa;
  216. text-decoration: none
  217. }
  218. #reloader a:hover {
  219. opacity: 1
  220. }
  221. #introwrap {
  222. float: left;
  223. display: inline
  224. }
  225. .scalewrap {
  226. float: right;
  227. height: 100%;
  228. margin-left: 100px;
  229. z-index: 5
  230. }
  231. #scaleimg {
  232. z-index: 9
  233. }
  234. .scalewrap img {
  235. position: absolute;
  236. top: 50vh;
  237. margin-top: -250px;
  238. height: 500px;
  239. width: 500px
  240. }
  241. #navblocker {
  242. position: absolute;
  243. background-color: #000;
  244. height: 99%;
  245. width: 100px;
  246. margin-left: 200px;
  247. z-index: 1
  248. }
  249. .planetwrapper {
  250. position: relative;
  251. top: 40%
  252. }
  253. .earthwrapper {
  254. position: absolute;
  255. top: 66vh;
  256. height: 20em;
  257. margin-top: -10em
  258. }
  259. #bigspace {
  260. position: absolute;
  261. left: 780px;
  262. background-color: #000;
  263. background-image: url(img/ticks2.svg);
  264. background-repeat: repeat-x;
  265. background-position: left bottom;
  266. width: 1702774px;
  267. height: 99.9%
  268. }
  269. .labeltext {
  270. position: absolute;
  271. font-weight: 200;
  272. font-style: normal;
  273. font-size: 3em;
  274. color: #eaeaea;
  275. text-transform: uppercase
  276. }
  277. #sunwrap {
  278. left: -200px;
  279. position: absolute;
  280. top: -150px;
  281. z-index: 2
  282. }
  283. #sun {
  284. position: relative;
  285. height: 400px;
  286. width: 400px;
  287. fill: #fde301
  288. }
  289. #suntxt {
  290. text-align: center;
  291. margin: 0 auto;
  292. width: 400px;
  293. top: 184px;
  294. color: #000;
  295. font-size: 2em
  296. }
  297. #mercury {
  298. position: absolute;
  299. left: 16666px;
  300. height: 1px;
  301. width: 1px;
  302. fill: #fc0
  303. }
  304. #merctxt {
  305. left: 16462px;
  306. padding-left: 200px;
  307. color: #fc0
  308. }
  309. #venus {
  310. position: absolute;
  311. left: 31138px;
  312. height: 4px;
  313. width: 4px;
  314. fill: #86ffca
  315. }
  316. #venustxt {
  317. left: 30935px;
  318. color: #86ffca;
  319. padding-left: 200px
  320. }
  321. #earth {
  322. position: absolute;
  323. left: 43053px;
  324. height: 3px;
  325. width: 3px;
  326. fill: #01fdfa
  327. }
  328. #earthtxt {
  329. left: 42850px;
  330. color: #01fdfa;
  331. padding-left: 200px
  332. }
  333. #moon {
  334. position: absolute;
  335. left: 43164px;
  336. height: 1px;
  337. width: 1px;
  338. fill: #fff
  339. }
  340. #moontxt {
  341. margin-top: -110px;
  342. left: 43160px;
  343. color: #fff;
  344. font-size: 2em
  345. }
  346. #mars {
  347. position: absolute;
  348. left: 65586px;
  349. height: 2px;
  350. width: 2px;
  351. fill: #ff7443
  352. }
  353. #marstxt {
  354. left: 65383px;
  355. color: #ff7443;
  356. padding-left: 200px
  357. }
  358. #jupiter {
  359. position: absolute;
  360. left: 224041px;
  361. height: 40px;
  362. width: 40px;
  363. fill: #ffa043
  364. }
  365. #jupitertxt {
  366. top: 44px;
  367. left: 223842px;
  368. color: #ffa043;
  369. padding-left: 200px
  370. }
  371. #jupitermoons {
  372. position: absolute;
  373. left: 224162px;
  374. color: #f0e8e0;
  375. font-size: .4em
  376. }
  377. .moondot {
  378. margin: 0 6px 2px 0
  379. }
  380. #io {
  381. position: absolute;
  382. left: 0
  383. }
  384. #europa {
  385. position: absolute;
  386. left: 193px
  387. }
  388. #ganymede {
  389. position: absolute;
  390. left: 307px
  391. }
  392. #callisto {
  393. position: absolute;
  394. left: 541px
  395. }
  396. #saturn {
  397. position: absolute;
  398. left: 412397px;
  399. height: 34px;
  400. width: 65px;
  401. fill: #ffa043
  402. }
  403. #saturntxt {
  404. top: 44px;
  405. left: 412225px;
  406. color: #f9d293;
  407. padding-left: 200px
  408. }
  409. #saturnmoons {
  410. position: absolute;
  411. left: 412742px;
  412. color: #f0e8e0;
  413. font-size: .4em
  414. }
  415. #titan {
  416. position: absolute;
  417. left: 0
  418. }
  419. #uranus {
  420. position: absolute;
  421. left: 827961px;
  422. height: 14px;
  423. width: 14px;
  424. fill: #18e6ff
  425. }
  426. #uranustxt {
  427. top: 28px;
  428. left: 827763px;
  429. color: #18e6ff;
  430. padding-left: 200px
  431. }
  432. #neptune {
  433. position: absolute;
  434. left: 1295901px;
  435. height: 14px;
  436. width: 14px;
  437. fill: #45b9ff
  438. }
  439. #neptunetxt {
  440. top: 24px;
  441. left: 1295703px;
  442. color: #45b9ff;
  443. padding-left: 200px
  444. }
  445. #triton {
  446. position: absolute;
  447. left: 1295805px;
  448. color: #696969;
  449. font-size: .4em
  450. }
  451. #pluto {
  452. position: absolute;
  453. left: 1699774px;
  454. height: 1px;
  455. width: 1px;
  456. fill: #d9f5ff
  457. }
  458. #plutotxt {
  459. top: 17px;
  460. left: 1699570px;
  461. color: #d9f5ff;
  462. padding-left: 200px
  463. }