launcher.css 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  1. /*******************************************************************************
  2. * *
  3. * Fonts *
  4. * *
  5. ******************************************************************************/
  6. @font-face {
  7. font-family: 'Avenir Book';
  8. src: url('../fonts/Avenir-Book.ttf');
  9. }
  10. @font-face {
  11. font-family: 'Avenir Medium';
  12. src: url('../fonts/Avenir-Medium.ttf');
  13. }
  14. @font-face {
  15. font-family: 'Ringbearer';
  16. src: url('../fonts/Ringbearer.ttf');
  17. }
  18. /*******************************************************************************
  19. * *
  20. * Element Styles *
  21. * *
  22. ******************************************************************************/
  23. /* Reset body, html, and div presets. */
  24. body, html, div {
  25. margin: 0px;
  26. padding: 0px;
  27. }
  28. /* Reset p presets. */
  29. p {
  30. -webkit-margin-before: 0em;
  31. -webkit-margin-after: 0em;
  32. }
  33. /*body {
  34. background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
  35. background-size: cover;
  36. }*/
  37. /*******************************************************************************
  38. * *
  39. * Frame Styles (frame.ejs) *
  40. * *
  41. ******************************************************************************/
  42. #frame_bar {
  43. -webkit-app-region: drag;
  44. -webkit-user-select: none;
  45. background: rgba(1, 2, 1, 0.5);
  46. min-height: 22px;
  47. display: flex;
  48. align-items: center;
  49. position: relative;
  50. z-index: 10000;
  51. }
  52. #frame_btn_dock {
  53. margin-left: 2px;
  54. }
  55. .frame_btn {
  56. height: 12px;
  57. width: 12px;
  58. border-radius: 50%;
  59. border: 0px;
  60. margin-left: 5px;
  61. -webkit-app-region: no-drag !important;
  62. cursor: pointer;
  63. }
  64. .frame_btn:focus {
  65. outline: 0px;
  66. }
  67. #frame_btn_close {
  68. background-color: #e74c32;
  69. }
  70. #frame_btn_close:hover,
  71. #frame_btn_close:focus {
  72. background-color: #FF9A8A;
  73. }
  74. #frame_btn_close:active {
  75. background-color: #ff8d7b;
  76. }
  77. #frame_btn_restoredown {
  78. background-color: #fed045;
  79. }
  80. #frame_btn_restoredown:hover,
  81. #frame_btn_restoredown:focus {
  82. background-color: #FFE9A9;
  83. }
  84. #frame_btn_restoredown:active {
  85. background-color: #ffde7b;
  86. }
  87. #frame_btn_minimize {
  88. background-color: #96e734;
  89. }
  90. #frame_btn_minimize:hover,
  91. #frame_btn_minimize:focus {
  92. background-color: #D6FFA6;
  93. }
  94. #frame_btn_minimize:active {
  95. background-color: #bfff76;
  96. }
  97. /*******************************************************************************
  98. * *
  99. * Welcome View (welcome.ejs) *
  100. * *
  101. ******************************************************************************/
  102. #welcomeContainer {
  103. position: relative;
  104. display: flex;
  105. justify-content: center;
  106. align-items: center;
  107. height: 100%;
  108. width: 100%;
  109. transition: 0.25s ease;
  110. }
  111. #welcomeContent {
  112. display: flex;
  113. flex-direction: column;
  114. justify-content: center;
  115. align-items: center;
  116. width: 50%;
  117. top: -10%;
  118. position: relative;
  119. }
  120. /*
  121. .cloudDiv {
  122. position: absolute;
  123. height: 100%;
  124. width: 100%;
  125. display: flex;
  126. flex-direction: column;
  127. }
  128. .cloudTop {
  129. height: 50%;
  130. width: 100%;
  131. background-image: url('../images/cloudTrans.png');
  132. animation: clouds1 80s linear infinite;
  133. background-size: cover;
  134. }
  135. .cloudBottom {
  136. height: 50%;
  137. width: 100%;
  138. background-image: url('../images/cloudTrans2.png');
  139. animation: clouds2 70s linear infinite;
  140. background-size: cover;
  141. }
  142. @keyframes clouds1 {
  143. to {
  144. background-position: 200%;
  145. }
  146. }
  147. @keyframes clouds2 {
  148. to {
  149. background-position: 230%;
  150. }
  151. }
  152. */
  153. #welcomeImageSeal {
  154. border-radius: 50%;
  155. border: 2px solid #cad7e1;
  156. background: rgba(1, 2, 1, 0.5);
  157. height: 125px;
  158. width: 125px;
  159. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  160. margin-bottom: 5%;
  161. margin-top: 10%;
  162. }
  163. #welcomeHeader {
  164. font-family: 'Avenir Medium';
  165. text-align: center;
  166. color: white;
  167. margin-bottom: 25px;
  168. letter-spacing: 1px;
  169. font-size: 20px;
  170. text-shadow: white 0px 0px 0px;
  171. }
  172. #welcomeDescription {
  173. font-family: 'Avenir Book';
  174. text-align: justify;
  175. color: white;
  176. font-size: 14px;
  177. font-weight: 100;
  178. text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px
  179. }
  180. #welcomeDescCTA {
  181. font-family: 'Avenir Book';
  182. text-align: center;
  183. color: white;
  184. font-size: 14px;
  185. font-weight: 100;
  186. text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px
  187. }
  188. /* Login button styles. */
  189. #welcomeButton {
  190. background: none;
  191. color: #fff;
  192. font-weight: bold;
  193. font-family: 'Avenir Book';
  194. letter-spacing: 2px;
  195. border: none;
  196. padding: 15px 5px;
  197. margin: 10px 0px;
  198. cursor: pointer;
  199. position: relative;
  200. right: -20px;
  201. transition: 0.5s ease;
  202. margin-top: 5%;
  203. margin-bottom: -5%;
  204. }
  205. #welcomeButton:disabled {
  206. color: rgba(255, 255, 255, 0.75);
  207. pointer-events: none;
  208. }
  209. #welcomeButton:hover,
  210. #welcomeButton:focus {
  211. text-shadow: 0px 0px 20px #fff;
  212. outline: none;
  213. }
  214. #welcomeButton:active {
  215. color: #c7c7c7;
  216. text-shadow: 0px 0px 20px #c7c7c7;
  217. }
  218. #welcomeSVG {
  219. -webkit-transform: translate3d(0, 0, 0);
  220. overflow: visible;
  221. transform: rotate(90deg);
  222. margin-left: 20px;
  223. transition: 0.25s ease;
  224. width: 20px;
  225. height: 20px;
  226. }
  227. #welcomeButton:hover #welcomeSVG,
  228. #welcomeButton:focus #welcomeSVG {
  229. -webkit-filter: drop-shadow(0px 0px 2px #fff);
  230. }
  231. #welcomeButton:active #welcomeSVG .arrowLine {
  232. stroke: #c7c7c7;
  233. }
  234. #welcomeButton:active #welcomeSVG {
  235. -webkit-filter: drop-shadow(0px 0px 2px #c7c7c7);
  236. }
  237. #welcomeButton:disabled #welcomeSVG .arrowLine {
  238. stroke: rgba(255, 255, 255, 0.75);
  239. }
  240. #welcomeButtonContent {
  241. display: flex;
  242. align-items: center;
  243. }
  244. /*******************************************************************************
  245. * *
  246. * Login View (login.ejs) *
  247. * *
  248. ******************************************************************************/
  249. /* Login span styles. */
  250. .loginSpan {
  251. font-family: 'Avenir Book';
  252. font-size: 14px;
  253. color: #fff;
  254. font-weight: bold;
  255. }
  256. /* Styles for dimmer login span. */
  257. .loginSpanDim {
  258. font-family: 'Avenir Book';
  259. font-size: 12px;
  260. color: #848484;
  261. font-weight: bold;
  262. }
  263. /* Main login container. */
  264. #loginContainer {
  265. position: relative;
  266. display: flex;
  267. justify-content: center;
  268. align-items: center;
  269. height: 100%;
  270. width: 100%;
  271. transition: filter 0.25s ease;
  272. }
  273. /* Login content wrapper. */
  274. #loginContent {
  275. display: flex;
  276. justify-content: center;
  277. align-items: center;
  278. height: 100%;
  279. padding: 0px 25px;
  280. }
  281. /* Login form. */
  282. #loginForm {
  283. display: flex;
  284. flex-direction: column;
  285. justify-content: center;
  286. align-items: center;
  287. }
  288. /* Login form anchor styles. */
  289. #loginForm a {
  290. font-family: 'Avenir Book';
  291. font-size: 12px;
  292. color: #848484;
  293. font-weight: bold;
  294. text-decoration: none;
  295. transition: 0.25s ease;
  296. }
  297. #loginForm a:hover,
  298. #loginForm a:focus {
  299. color: #a2a2a2;
  300. outline: none;
  301. }
  302. #loginForm a:active {
  303. color: #8b8b8b;
  304. }
  305. /* Logo on login form. */
  306. #loginImageSeal {
  307. border-radius: 50%;
  308. border: 2px solid #cad7e1;
  309. background: rgba(1, 2, 1, 0.5);
  310. height: 125px;
  311. width: 125px;
  312. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  313. margin-bottom: 20px;
  314. }
  315. /* Header on login view. */
  316. #loginSubheader {
  317. font-family: 'Avenir Medium';
  318. margin-bottom: 25px;
  319. font-size: 12px;
  320. letter-spacing: 1px;
  321. }
  322. /* Container to organize login field elements. */
  323. .loginFieldContainer {
  324. position: relative;
  325. display: flex;
  326. flex-direction: column;
  327. justify-content: center;
  328. align-items: center;
  329. }
  330. /* SVG icons on the login view. */
  331. .loginSVG {
  332. fill: #fff;
  333. height: 20px;
  334. width: 20px;
  335. }
  336. /* Span which displays errors related to login field content. */
  337. .loginErrorSpan {
  338. font-family: 'Avenir Medium';
  339. font-weight: bold;
  340. font-size: 8px;
  341. color: #ff1b0c;
  342. width: 100%;
  343. text-align: right;
  344. position: absolute;
  345. top: 7px;
  346. opacity: 0;
  347. transition: 0.25s ease;
  348. }
  349. .shake {
  350. animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  351. }
  352. @keyframes shake {
  353. 10%, 90% {
  354. transform: translate3d(-1px, 0, 0);
  355. }
  356. 20%, 80% {
  357. transform: translate3d(2px, 0, 0);
  358. }
  359. 30%, 50%, 70% {
  360. transform: translate3d(-4px, 0, 0);
  361. }
  362. 40%, 60% {
  363. transform: translate3d(4px, 0, 0);
  364. }
  365. }
  366. /* Login text input styles. */
  367. .loginField {
  368. font-family: 'Avenir Book';
  369. background: none;
  370. border-width: 1.5px 0px 0px 0px;
  371. border-style: solid;
  372. width: 250px;
  373. margin-bottom: 20px;
  374. border-color: #fff;
  375. color: rgba(255, 255, 255, 0.75);
  376. font-weight: bold;
  377. text-align: center;
  378. box-sizing: border-box;
  379. padding: 7.5px;
  380. font-size: 10px;
  381. letter-spacing: 1px;
  382. }
  383. .loginField:focus {
  384. outline: none;
  385. }
  386. .loginField:disabled {
  387. color: rgba(255, 255, 255, 0.50);
  388. }
  389. .loginField::-webkit-input-placeholder {
  390. color: rgba(255, 255, 255, 0.75);
  391. font-size: 10px;
  392. letter-spacing: 1px;
  393. text-align: center;
  394. font-weight: bold;
  395. }
  396. .loginField:focus::-webkit-input-placeholder {
  397. color: transparent;
  398. }
  399. /* Add spacing between password field and options bar. */
  400. #labelPassword {
  401. margin-bottom: 13px;
  402. }
  403. /* Container which contains the forgot and remember options. */
  404. #loginOptions {
  405. display: flex;
  406. justify-content: space-between;
  407. width: 100%;
  408. }
  409. /* Remember option text. */
  410. #loginRememberText {
  411. padding-right: 10px;
  412. transition: 0.25s ease;
  413. }
  414. /* Login button styles. */
  415. #loginButton {
  416. background: none;
  417. color: #fff;
  418. font-weight: bold;
  419. font-family: 'Avenir Book';
  420. letter-spacing: 2px;
  421. border: none;
  422. padding: 15px 5px;
  423. margin: 10px 0px;
  424. cursor: pointer;
  425. position: relative;
  426. right: -20px;
  427. transition: 0.5s ease;
  428. }
  429. #loginButton:disabled {
  430. color: rgba(255, 255, 255, 0.75);
  431. pointer-events: none;
  432. }
  433. #loginButton[loading] {
  434. color: #fff;
  435. }
  436. #loginButton:hover,
  437. #loginButton:focus {
  438. text-shadow: 0px 0px 20px #fff;
  439. outline: none;
  440. }
  441. #loginButton:active {
  442. color: #c7c7c7;
  443. text-shadow: 0px 0px 20px #c7c7c7;
  444. }
  445. #loginSVG {
  446. -webkit-transform: translate3d(0, 0, 0);
  447. overflow: visible;
  448. transform: rotate(90deg);
  449. margin-left: 20px;
  450. transition: 0.25s ease;
  451. width: 20px;
  452. height: 20px;
  453. }
  454. #loginButton:hover #loginSVG,
  455. #loginButton:focus #loginSVG {
  456. -webkit-filter: drop-shadow(0px 0px 2px #fff);
  457. }
  458. #loginButton:active #loginSVG .arrowLine {
  459. stroke: #c7c7c7;
  460. }
  461. #loginButton:active #loginSVG {
  462. -webkit-filter: drop-shadow(0px 0px 2px #c7c7c7);
  463. }
  464. #loginButton:disabled #loginSVG .arrowLine {
  465. stroke: rgba(255, 255, 255, 0.75);
  466. }
  467. #loginButtonContent {
  468. display: flex;
  469. align-items: center;
  470. }
  471. #loginButton .circle-loader,
  472. #loginButton[loading] #loginSVG {
  473. display: none;
  474. }
  475. #loginButton[loading] .circle-loader,
  476. #loginButton #loginSVG {
  477. display: initial;
  478. }
  479. .circle-loader {
  480. margin-left: 20px;
  481. border: 2px solid rgba(255, 255, 255, 0.5);
  482. border-left-color: #ffffff;
  483. animation-name: loader-spin;
  484. animation-duration: 1s;
  485. animation-iteration-count: infinite;
  486. animation-timing-function: linear;
  487. position: relative;
  488. display: inline-block;
  489. vertical-align: top;
  490. border-radius: 50%;
  491. width: 16px;
  492. height: 16px;
  493. }
  494. .load-complete {
  495. animation: none;
  496. border-color: #ffffff;
  497. transition: border 500ms ease-out;
  498. }
  499. .checkmark {
  500. display: none;
  501. }
  502. .checkmark.draw:after {
  503. animation-duration: 800ms;
  504. animation-timing-function: ease;
  505. animation-name: checkmark;
  506. transform: scaleX(-1) rotate(135deg);
  507. }
  508. .checkmark:after {
  509. opacity: 1;
  510. height: 8px;
  511. width: 4px;
  512. transform-origin: left top;
  513. border-right: 2px solid #ffffff;
  514. border-top: 2px solid #ffffff;
  515. content: '';
  516. left: 2px;
  517. top: 8px;
  518. position: absolute;
  519. }
  520. @keyframes loader-spin {
  521. 0% {
  522. transform: rotate(0deg);
  523. }
  524. 100% {
  525. transform: rotate(360deg);
  526. }
  527. }
  528. @keyframes checkmark {
  529. 0% {
  530. height: 0;
  531. width: 0;
  532. opacity: 1;
  533. }
  534. 20% {
  535. height: 0;
  536. width: 4px;
  537. opacity: 1;
  538. }
  539. 40% {
  540. height: 8px;
  541. width: 4px;
  542. opacity: 1;
  543. }
  544. 100% {
  545. height: 8px;
  546. width: 4px;
  547. opacity: 1;
  548. }
  549. }
  550. /*.spinningCircle {
  551. margin-left: 20px;
  552. height: 16px;
  553. width: 16px;
  554. border-radius: 50%;
  555. border: 2px solid rgba(255,255,255,0);
  556. border-top-color: #ffffff;
  557. border-right-color: #ffffff;
  558. border-left-color: rgba(255, 255, 255, 0.50);
  559. border-bottom-color: rgba(255, 255, 255, 0.50);
  560. animation: single2 4s infinite linear;
  561. }
  562. @keyframes single2 {
  563. 0% {
  564. transform: rotate(0deg);
  565. }
  566. 100% {
  567. transform: rotate(720deg);
  568. }
  569. }*/
  570. /* Disclaimer container. */
  571. #loginDisclaimer {
  572. display: flex;
  573. flex-direction: column;
  574. justify-content: center;
  575. align-items: center;
  576. }
  577. /* Add spacing between register anchor and disclaimer. */
  578. #loginRegisterSpan {
  579. margin-bottom: 5px;
  580. }
  581. /* Disclaimer text styles. */
  582. .loginDisclaimerText {
  583. font-family: 'Avenir Book';
  584. font-size: 7px;
  585. color: #848484;
  586. font-weight: bold;
  587. text-align: center;
  588. }
  589. /* * *
  590. * Login View | Custom Checkbox
  591. * * */
  592. /* Checkbox container. */
  593. #checkmarkContainer {
  594. display: flex;
  595. justify-content: flex-end;
  596. align-items: center;
  597. position: relative;
  598. cursor: pointer;
  599. font-size: 22px;
  600. -webkit-user-select: none;
  601. }
  602. /* Hide the default checkbox. */
  603. #checkmarkContainer input {
  604. opacity: 0;
  605. cursor: pointer;
  606. position: absolute;
  607. }
  608. /* Create a custom checkbox. */
  609. .loginCheckmark {
  610. position: relative;
  611. height: 10px;
  612. width: 10px;
  613. border: 1px solid #848484;
  614. border-radius: 1px;
  615. background: none;
  616. transition: 0.25s ease;
  617. }
  618. /* On hover and focus, add a grey border color. */
  619. #checkmarkContainer:hover input ~ *,
  620. #checkmarkContainer input:focus ~ * {
  621. color: #a2a2a2;
  622. border-color: #a2a2a2;
  623. }
  624. /* On keydown, darken the checkbox a bit. */
  625. #checkmarkContainer input:active ~ *:not(#loginRememberText) {
  626. color: #8d8d8d;
  627. border-color: #8d8d8d;
  628. }
  629. #checkmarkContainer[disabled] {
  630. pointer-events: none;
  631. }
  632. /* For checked -> #checkmarkContainer input:checked ~ * */
  633. /* Create the checkmark/indicator (hidden when not checked). */
  634. .loginCheckmark:after {
  635. content: "";
  636. display: none;
  637. }
  638. /* Show the checkmark when checked. */
  639. #checkmarkContainer input:checked ~ .loginCheckmark:after {
  640. display: block;
  641. }
  642. /* Style the checkmark/indicator. */
  643. #checkmarkContainer .loginCheckmark:after {
  644. position: absolute;
  645. left: 3.5px;
  646. top: 0.5px;
  647. width: 2px;
  648. height: 6px;
  649. border: solid #a2a2a2;
  650. border-width: 0 2px 2px 0;
  651. transform: rotate(45deg);
  652. }
  653. /* * *
  654. * Login View | Loader
  655. * * */
  656. /* Will reuse this elsewhere down the line.
  657. #loginLoading {
  658. position: absolute;
  659. display: flex;
  660. align-items: center;
  661. justify-content: center;
  662. width: 100%;
  663. height: 100%;
  664. background: rgba(0, 0, 0, 0.80);
  665. }
  666. #loginLoadingContent {
  667. position: relative;
  668. display: flex;
  669. flex-direction: column;
  670. align-items: center;
  671. justify-content: center;
  672. }
  673. #loadSpinnerContainer {
  674. position: relative;
  675. display: flex;
  676. align-items: center;
  677. justify-content: center;
  678. }
  679. #loadCenterImage {
  680. position: absolute;
  681. width: 200px;
  682. height: auto;
  683. }
  684. #loadSpinnerImage {
  685. width: 280px;
  686. height: auto;
  687. }
  688. #loadDescText {
  689. color: #f1eada;
  690. font-family: 'Avenir Medium';
  691. font-weight: bold;
  692. letter-spacing: 1px;
  693. font-size: 16px;
  694. }
  695. @keyframes rotating {
  696. from {
  697. transform: rotate(0deg);
  698. }
  699. to {
  700. transform: rotate(360deg);
  701. }
  702. }
  703. .rotating {
  704. animation: rotating 10s linear infinite;
  705. }*/
  706. /*
  707. #login_filter {
  708. height: calc(100% - 22px);
  709. width: 100%;
  710. z-index: 9000;
  711. position: absolute;
  712. filter: blur(8px) contrast(0.9) brightness(1.0);
  713. background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
  714. transform: scale(1.2);
  715. background-size: cover;
  716. }
  717. */
  718. /*******************************************************************************
  719. * *
  720. * Landing View (Structural Styles) *
  721. * *
  722. ******************************************************************************/
  723. /* Main content container. */
  724. #landingContainer {
  725. height: 100%;
  726. }
  727. /* Upper content container. */
  728. #landingContainer > #upper {
  729. height: 77%;
  730. display: flex;
  731. }
  732. #landingContainer > #upper > #left {
  733. display: inline-flex;
  734. width: 15%;
  735. height: 100%;
  736. justify-content: flex-end;
  737. }
  738. #landingContainer > #upper > #content {
  739. display: inline-flex;
  740. width: 59%;
  741. height: 100%;
  742. }
  743. #landingContainer > #upper > #right {
  744. display: inline-flex;
  745. width: 26%;
  746. height: 100%;
  747. }
  748. /* Lower content container. */
  749. #landingContainer > #lower {
  750. height: 23%;
  751. display: flex;
  752. background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  753. }
  754. #landingContainer > #lower > #left {
  755. height: 100%;
  756. width: 33%;
  757. display: inline-flex;
  758. justify-content: center;
  759. }
  760. #landingContainer > #lower > #left #content {
  761. position: relative;
  762. top: 25px;
  763. display: inline-flex;
  764. line-height: 24px;
  765. left: 50px;
  766. }
  767. #landingContainer > #lower > #center {
  768. height: 100%;
  769. width: 34%;
  770. display: inline-flex;
  771. justify-content: center;
  772. }
  773. #landingContainer > #lower > #center #content {
  774. position: relative;
  775. top: 10px;
  776. }
  777. #landingContainer > #lower > #right {
  778. height: 100%;
  779. width: 33%;
  780. display: inline-flex;
  781. }
  782. /*******************************************************************************
  783. * *
  784. * Landing View (Top Styles) *
  785. * *
  786. ******************************************************************************/
  787. /* * *
  788. * Landing View (Top Styles) | Left Content
  789. * * */
  790. /* Logo image. */
  791. #image_seal {
  792. height: 70px;
  793. width: auto;
  794. position: relative;
  795. margin-top: 50px;
  796. border: 2px solid white;
  797. border-radius: 50%;
  798. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  799. }
  800. /* * *
  801. * Landing View (Bottom Styles) | Right Content
  802. * * */
  803. /* Wrapper container for top, right content. */
  804. #rightContainer {
  805. display: flex;
  806. flex-direction: column;
  807. position: relative;
  808. top: 50px;
  809. align-items: flex-end;
  810. height: calc(100% - 50px);
  811. }
  812. /* Right hand user content container. */
  813. #user_content {
  814. display: flex;
  815. align-items: center;
  816. justify-content: center;
  817. box-sizing: border-box;
  818. height: 75px;
  819. }
  820. /* User profile avatar container. */
  821. #avatarContainer {
  822. border-radius: 50%;
  823. border: 2px solid #cad7e1;
  824. background: rgba(1, 2, 1, 0.5);
  825. height: 70px;
  826. width: 70px;
  827. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  828. overflow: hidden;
  829. position: relative;
  830. }
  831. /* Avatar edit overlay. */
  832. #avatarOverlay {
  833. opacity: 0;
  834. position: absolute;
  835. z-index: 1;
  836. top: 0;
  837. bottom: 0;
  838. left: 0;
  839. right: 0;
  840. display: flex;
  841. justify-content: center;
  842. align-items: center;
  843. font-family: 'Avenir Book';
  844. color: #fff;
  845. transition: 0.25s ease;
  846. font-weight: bold;
  847. letter-spacing: 2px;
  848. background: linear-gradient(65deg, rgba(0, 0, 0, 0.4), rgba(136, 77, 77, 0.4) 60%);
  849. -webkit-user-select: none;
  850. cursor: pointer;
  851. }
  852. #avatarOverlay:hover {
  853. opacity: 1;
  854. }
  855. /* User profile avater image. */
  856. #avatarImage {
  857. height: 100%;
  858. width: auto;
  859. }
  860. /* User profile name text. */
  861. #user_text {
  862. font-family: 'Avenir Book';
  863. font-size: 12px;
  864. min-width: 112px;
  865. font-weight: 900;
  866. letter-spacing: 1px;
  867. color: white;
  868. text-shadow: 0px 0px 20px black;
  869. position: relative;
  870. right: 25px;
  871. text-align: right;
  872. }
  873. /* Social media icon content container. */
  874. #mediaContent {
  875. position: relative;
  876. display: flex;
  877. flex-direction: column;
  878. right: 25px;
  879. align-items: flex-end;
  880. margin-top: 40px;
  881. height: 100%;
  882. align-items: center;
  883. }
  884. /* Social Media Icon division containers. */
  885. #internalMedia, #externalMedia {
  886. display: flex;
  887. flex-direction: column;
  888. }
  889. /* Container object which wraps an icon to ensure fluid transitions. */
  890. .mediaContainer {
  891. display: flex;
  892. justify-content: center;
  893. align-items: center;
  894. height: 27px;
  895. }
  896. /* Divider bar between the external and internal icons. */
  897. .mediaDivider {
  898. height: 1px;
  899. width: 14px;
  900. background: rgb(255, 255, 255);
  901. margin: 10px 0px;
  902. }
  903. /* Social media icon shared styles. */
  904. .mediaSVG {
  905. fill: #ffffff;
  906. height: 12px;
  907. transition: 0.25s ease;
  908. cursor: pointer;
  909. height: 12px;
  910. width: 25px;
  911. }
  912. .mediaSVG:hover, .mediaSVG:active {
  913. height: 20px;
  914. }
  915. /* News icon colors. */
  916. #newsSVG {
  917. stroke: #ffffff;
  918. }
  919. /* Twitter icon colors. */
  920. #twitterSVG:hover {
  921. fill: #1da1f2;
  922. }
  923. #twitterSVG:active {
  924. fill: #1b8dd4;
  925. }
  926. /* Instagram icon colors. */
  927. #instagramSVG:hover {
  928. fill: url('#instaFill')
  929. /*fill: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
  930. }
  931. #instagramSVG:active {
  932. fill: url('#instaFill')
  933. }
  934. /* Youtube icon colors. */
  935. #youtubeSVG:hover {
  936. fill: #f00;
  937. }
  938. #youtubeSVG:active {
  939. fill: #ea0202;
  940. }
  941. /* Discord icon colors. */
  942. #discordSVG:hover {
  943. fill: #7288d9;
  944. }
  945. #discordSVG:active {
  946. fill: #657ac4;
  947. }
  948. /*******************************************************************************
  949. * *
  950. * Landing View (Bottom Styles) *
  951. * *
  952. ******************************************************************************/
  953. /* Style for a general label on the bottom of the landing view. */
  954. .bot_label {
  955. color: white;
  956. font-family: 'Avenir Book';
  957. font-size: 9px;
  958. letter-spacing: 1px;
  959. font-weight: bold;
  960. text-shadow: 0px 0px 0px #bebcbb;
  961. }
  962. /* Divider used on the bottom of the landing view. */
  963. .bot_divider {
  964. height: 25px;
  965. width: 2px;
  966. background: rgba(107, 105, 105, 0.7);
  967. margin-left: 20px;
  968. margin-right: 20px;
  969. }
  970. /* * *
  971. * Landing View (Bottom Styles) | Left Content
  972. * * */
  973. /* Span which displays the player count of the selected server. */
  974. #player_count {
  975. color: #949494;
  976. font-family: 'Avenir Book';
  977. font-size: 8px;
  978. font-weight: 900;
  979. text-shadow: 0px 0px 20px #949494;
  980. margin-left: 10px;
  981. }
  982. /* Icon which displays the status of the mojang services. */
  983. #mojang_status_icon {
  984. font-size: 30px;
  985. color: #848484;
  986. margin-left: 15px;
  987. }
  988. /* * *
  989. * Landing View (Bottom Styles) | Center Content
  990. * * */
  991. /* Button which opens the menu view. */
  992. #menu_button {
  993. font-family: 'Avenir Book';
  994. background: none;
  995. border: none;
  996. cursor: pointer;
  997. }
  998. /* Arrow image which floats above the menu button. */
  999. #menu_img {
  1000. height: 11px;
  1001. margin-left: -2px;
  1002. }
  1003. /* Span which contains the menu button text. */
  1004. #menu_text {
  1005. color: white;
  1006. font-weight: 900;
  1007. letter-spacing: 2px;
  1008. text-shadow: 0px 0px 0px #bebcbb;
  1009. font-size: 11px;
  1010. line-height: 30px;
  1011. display: flex;
  1012. }
  1013. /* * *
  1014. * Landing View (Bottom Styles) | Right Content
  1015. * * */
  1016. /* Main launch content container. */
  1017. #landingContainer > #lower > #right #launch_content {
  1018. position: relative;
  1019. top: 25px;
  1020. display: inline-flex;
  1021. line-height: 24px;
  1022. }
  1023. /* The launch button. */
  1024. #launch_button {
  1025. font-family: 'Avenir Book';
  1026. background: none;
  1027. border: none;
  1028. cursor: pointer;
  1029. color: #fff;
  1030. font-weight: 900;
  1031. letter-spacing: 2px;
  1032. text-shadow: 0px 0px 0px #bebcbb;
  1033. font-size: 20px;
  1034. padding: 0px;
  1035. }
  1036. /* Launch details main container, hidden until launch processing begins. */
  1037. #launch_details {
  1038. position: relative;
  1039. top: 25px;
  1040. display: none;
  1041. }
  1042. /* Left side of launch details container, displays percentage and a divider. */
  1043. #launch_details_left {
  1044. display: flex;
  1045. }
  1046. /* Span which displays percentage complete. */
  1047. #launch_progress_label {
  1048. color: white;
  1049. font-family: 'Avenir Book';
  1050. font-weight: 900;
  1051. letter-spacing: 1px;
  1052. text-shadow: 0px 0px 0px #bebcbb;
  1053. font-size: 20px;
  1054. min-width: 53.21px;
  1055. max-width: 53.21px;
  1056. text-align: right;
  1057. }
  1058. /* Right side of launch details container, displays progress bar and details. */
  1059. #launch_details_right {
  1060. display: flex;
  1061. flex-direction: column;
  1062. justify-content: center;
  1063. }
  1064. /* Progress bar styles. */
  1065. #launch_progress[value] {
  1066. height: 3px;
  1067. width: 265px;
  1068. -webkit-appearance: none;
  1069. }
  1070. #launch_progress[value]::-webkit-progress-bar {
  1071. background-color: transparent;
  1072. }
  1073. #launch_progress[value]::-webkit-progress-value {
  1074. background-color: #fff;
  1075. }
  1076. /* Span which displays information about the status of the launch process. */
  1077. #launch_details_text {
  1078. font-size: 11px;
  1079. text-overflow: ellipsis;
  1080. white-space: nowrap;
  1081. overflow: hidden;
  1082. }
  1083. /*******************************************************************************
  1084. * *
  1085. * Overlay View (app.ejs) *
  1086. * *
  1087. ******************************************************************************/
  1088. #overlayContainer {
  1089. position: absolute;
  1090. top: 22px;
  1091. display: flex;
  1092. align-items: center;
  1093. justify-content: center;
  1094. width: 100%;
  1095. height: calc(100% - 22px);
  1096. background: rgba(0, 0, 0, 0.50);
  1097. }
  1098. #overlayContent {
  1099. position: relative;
  1100. display: flex;
  1101. flex-direction: column;
  1102. align-items: center;
  1103. /*justify-content: space-between;*/
  1104. width: 300px;
  1105. /*height: 35%;*/
  1106. box-sizing: border-box;
  1107. padding: 15px 0px;
  1108. /* background-color: #424242; */
  1109. text-align: center;
  1110. }
  1111. #overlayContent a {
  1112. color: rgba(202, 202, 202, 0.75);
  1113. transition: 0.25s ease;
  1114. }
  1115. #overlayContent a:hover {
  1116. color: rgba(255, 255, 255, 0.75);
  1117. }
  1118. #overlayContent a:active {
  1119. color: rgba(165, 165, 165, 0.75);
  1120. }
  1121. #overlayContent > *:first-child {
  1122. margin-top: 0px !important;
  1123. }
  1124. #overlayContent > *:last-child {
  1125. margin-bottom: 0px !important;
  1126. }
  1127. #overlayContent > * {
  1128. margin: 8px 0px;
  1129. }
  1130. #overlayTitle {
  1131. font-family: 'Avenir Medium';
  1132. font-size: 20px;
  1133. color: #fff;
  1134. font-weight: bold;
  1135. letter-spacing: 1px;
  1136. }
  1137. #overlayDesc {
  1138. font-family: 'Avenir Book';
  1139. font-size: 12px;
  1140. color: #fff;
  1141. font-weight: bold;
  1142. }
  1143. #overlayAcknowledge {
  1144. background: none;
  1145. border: 1px solid #ffffff;
  1146. color: white;
  1147. font-family: 'Avenir Medium';
  1148. font-weight: bold;
  1149. border-radius: 2px;
  1150. padding: 0px 8.1px;
  1151. cursor: pointer;
  1152. transition: 0.25s ease;
  1153. }
  1154. #overlayAcknowledge:hover,
  1155. #overlayAcknowledge:focus {
  1156. box-shadow: 0px 0px 10px 0px #fff;
  1157. outline: none;
  1158. }
  1159. #overlayAcknowledge:active {
  1160. border-color: rgba(255, 255, 255, 0.75);
  1161. color: rgba(255, 255, 255, 0.75);
  1162. }