launcher.css 24 KB

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