launcher.css 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660
  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. #frameBar {
  44. display: flex;
  45. flex-direction: column;
  46. background: rgba(1, 2, 1, 0.5);
  47. -webkit-user-select: none;
  48. }
  49. /* Undraggable region on the top of the frame. */
  50. #frameResizableTop {
  51. height: 2px;
  52. width: 100%;
  53. -webkit-app-region: no-drag;
  54. }
  55. /* Flexbox to wrap the main frame content. */
  56. #frameMain {
  57. display: flex;
  58. height: 20px
  59. }
  60. /* Undraggable region on the left and right of the frame. */
  61. .frameResizableVert {
  62. width: 2px;
  63. -webkit-app-region: no-drag;
  64. }
  65. /* Main frame content for windows. */
  66. #frameContentWin {
  67. display: flex;
  68. justify-content: space-between;
  69. width: 100%;
  70. -webkit-app-region: drag;
  71. }
  72. /* Main frame content for darwin. */
  73. #frameContentDarwin {
  74. display: flex;
  75. justify-content: flex-start;
  76. align-items: center;
  77. width: 100%;
  78. -webkit-app-region: drag;
  79. }
  80. /* Frame logo (windows only). */
  81. #frameImageDock {
  82. width: 100px;
  83. display: flex;
  84. justify-content: center;
  85. align-items: center;
  86. position: relative;
  87. }
  88. #frameImage {
  89. height: 15px;
  90. filter: grayscale(100%);
  91. }
  92. /* Windows frame button dock. */
  93. #frameButtonDockWin {
  94. -webkit-app-region: no-drag !important;
  95. position: relative;
  96. top: -2px;
  97. right: -2px;
  98. height: 22px;
  99. }
  100. #frameButtonDockWin > .frameButton:not(:first-child) {
  101. margin-left: -4px;
  102. }
  103. /* Darwin frame button dock: NaN; */
  104. #frameButtonDockDarwin {
  105. -webkit-app-region: no-drag !important;
  106. position: relative;
  107. top: -1px;
  108. right: -1px;
  109. }
  110. /* Windows Frame Button Styles. */
  111. .frameButton {
  112. background: none;
  113. border: none;
  114. height: 22px;
  115. width: 39px;
  116. cursor: pointer;
  117. }
  118. .frameButton:hover,
  119. .frameButton:focus {
  120. background: rgba(189, 189, 189, 0.43);
  121. }
  122. .frameButton:active {
  123. background: rgba(156, 156, 156, 0.43);
  124. }
  125. .frameButton:focus {
  126. outline: 0px;
  127. }
  128. /* Close button is red. */
  129. #frameButton_close:hover,
  130. #frameButton_close:focus {
  131. background: rgba(255, 53, 53, 0.61) !important;
  132. }
  133. #frameButton_close:active {
  134. background: rgba(235, 0, 0, 0.61) !important;
  135. }
  136. /* Darwin Frame Button Styles. */
  137. .frameButtonDarwin {
  138. height: 12px;
  139. width: 12px;
  140. border-radius: 50%;
  141. border: 0px;
  142. margin-left: 5px;
  143. -webkit-app-region: no-drag !important;
  144. cursor: pointer;
  145. }
  146. .frameButtonDarwin:focus {
  147. outline: 0px;
  148. }
  149. #frameButtonDarwin_close {
  150. background-color: #e74c32;
  151. }
  152. #frameButtonDarwin_close:hover,
  153. #frameButtonDarwin_close:focus {
  154. background-color: #FF9A8A;
  155. }
  156. #frameButtonDarwin_close:active {
  157. background-color: #ff8d7b;
  158. }
  159. #frameButtonDarwin_minimize {
  160. background-color: #fed045;
  161. }
  162. #frameButtonDarwin_minimize:hover,
  163. #frameButtonDarwin_minimize:focus {
  164. background-color: #FFE9A9;
  165. }
  166. #frameButtonDarwin_minimize:active {
  167. background-color: #ffde7b;
  168. }
  169. #frameButtonDarwin_restoredown {
  170. background-color: #96e734;
  171. }
  172. #frameButtonDarwin_restoredown:hover,
  173. #frameButtonDarwin_restoredown:focus {
  174. background-color: #D6FFA6;
  175. }
  176. #frameButtonDarwin_restoredown:active {
  177. background-color: #bfff76;
  178. }
  179. /*******************************************************************************
  180. * *
  181. * Welcome View (welcome.ejs) *
  182. * *
  183. ******************************************************************************/
  184. #welcomeContainer {
  185. position: relative;
  186. display: flex;
  187. justify-content: center;
  188. align-items: center;
  189. height: 100%;
  190. width: 100%;
  191. transition: 0.25s ease;
  192. }
  193. #welcomeContent {
  194. display: flex;
  195. flex-direction: column;
  196. justify-content: center;
  197. align-items: center;
  198. width: 50%;
  199. top: -10%;
  200. position: relative;
  201. }
  202. /*
  203. .cloudDiv {
  204. position: absolute;
  205. height: 100%;
  206. width: 100%;
  207. display: flex;
  208. flex-direction: column;
  209. }
  210. .cloudTop {
  211. height: 50%;
  212. width: 100%;
  213. background-image: url('../images/cloudTrans.png');
  214. animation: clouds1 80s linear infinite;
  215. background-size: cover;
  216. }
  217. .cloudBottom {
  218. height: 50%;
  219. width: 100%;
  220. background-image: url('../images/cloudTrans2.png');
  221. animation: clouds2 70s linear infinite;
  222. background-size: cover;
  223. }
  224. @keyframes clouds1 {
  225. to {
  226. background-position: 200%;
  227. }
  228. }
  229. @keyframes clouds2 {
  230. to {
  231. background-position: 230%;
  232. }
  233. }
  234. */
  235. #welcomeImageSeal {
  236. border-radius: 50%;
  237. border: 2px solid #cad7e1;
  238. background: rgba(1, 2, 1, 0.5);
  239. height: 125px;
  240. width: 125px;
  241. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  242. margin-bottom: 5%;
  243. margin-top: 10%;
  244. }
  245. #welcomeHeader {
  246. font-family: 'Avenir Medium';
  247. text-align: center;
  248. color: white;
  249. margin-bottom: 25px;
  250. letter-spacing: 1px;
  251. font-size: 20px;
  252. text-shadow: white 0px 0px 0px;
  253. }
  254. #welcomeDescription {
  255. font-family: 'Avenir Book';
  256. text-align: justify;
  257. color: white;
  258. font-size: 13px;
  259. font-weight: 100;
  260. text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px
  261. }
  262. #welcomeDescCTA {
  263. font-family: 'Avenir Book';
  264. text-align: center;
  265. color: white;
  266. font-size: 14px;
  267. font-weight: 100;
  268. text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px
  269. }
  270. /* Login button styles. */
  271. #welcomeButton {
  272. background: none;
  273. color: #fff;
  274. font-weight: bold;
  275. font-family: 'Avenir Book';
  276. letter-spacing: 2px;
  277. border: none;
  278. padding: 15px 5px;
  279. margin: 10px 0px;
  280. cursor: pointer;
  281. position: relative;
  282. right: -20px;
  283. transition: 0.5s ease;
  284. margin-top: 5%;
  285. margin-bottom: -5%;
  286. }
  287. #welcomeButton:disabled {
  288. color: rgba(255, 255, 255, 0.75);
  289. pointer-events: none;
  290. }
  291. #welcomeButton:hover,
  292. #welcomeButton:focus {
  293. text-shadow: 0px 0px 20px #fff;
  294. outline: none;
  295. }
  296. #welcomeButton:active {
  297. color: #c7c7c7;
  298. text-shadow: 0px 0px 20px #c7c7c7;
  299. }
  300. #welcomeSVG {
  301. -webkit-transform: translate3d(0, 0, 0);
  302. overflow: visible;
  303. transform: rotate(90deg);
  304. margin-left: 20px;
  305. transition: 0.25s ease;
  306. width: 20px;
  307. height: 20px;
  308. }
  309. #welcomeButton:hover #welcomeSVG,
  310. #welcomeButton:focus #welcomeSVG {
  311. -webkit-filter: drop-shadow(0px 0px 2px #fff);
  312. }
  313. #welcomeButton:active #welcomeSVG .arrowLine {
  314. stroke: #c7c7c7;
  315. }
  316. #welcomeButton:active #welcomeSVG {
  317. -webkit-filter: drop-shadow(0px 0px 2px #c7c7c7);
  318. }
  319. #welcomeButton:disabled #welcomeSVG .arrowLine {
  320. stroke: rgba(255, 255, 255, 0.75);
  321. }
  322. #welcomeButtonContent {
  323. display: flex;
  324. align-items: center;
  325. }
  326. /*******************************************************************************
  327. * *
  328. * Login View (login.ejs) *
  329. * *
  330. ******************************************************************************/
  331. /* Login span styles. */
  332. .loginSpan {
  333. font-family: 'Avenir Book';
  334. font-size: 14px;
  335. color: #fff;
  336. font-weight: bold;
  337. }
  338. /* Styles for dimmer login span. */
  339. .loginSpanDim {
  340. font-family: 'Avenir Book';
  341. font-size: 12px;
  342. color: #848484;
  343. font-weight: bold;
  344. }
  345. /* Main login container. */
  346. #loginContainer {
  347. position: relative;
  348. display: flex;
  349. justify-content: center;
  350. align-items: center;
  351. height: 100%;
  352. width: 100%;
  353. transition: filter 0.25s ease;
  354. }
  355. /* Login content wrapper. */
  356. #loginContent {
  357. display: flex;
  358. justify-content: center;
  359. align-items: center;
  360. height: 100%;
  361. padding: 0px 25px;
  362. }
  363. /* Login form. */
  364. #loginForm {
  365. display: flex;
  366. flex-direction: column;
  367. justify-content: center;
  368. align-items: center;
  369. }
  370. /* Login form anchor styles. */
  371. #loginForm a {
  372. font-family: 'Avenir Book';
  373. font-size: 12px;
  374. color: #848484;
  375. font-weight: bold;
  376. text-decoration: none;
  377. transition: 0.25s ease;
  378. }
  379. #loginForm a:hover,
  380. #loginForm a:focus {
  381. color: #a2a2a2;
  382. outline: none;
  383. }
  384. #loginForm a:active {
  385. color: #8b8b8b;
  386. }
  387. /* Logo on login form. */
  388. #loginImageSeal {
  389. border-radius: 50%;
  390. border: 2px solid #cad7e1;
  391. background: rgba(1, 2, 1, 0.5);
  392. height: 125px;
  393. width: 125px;
  394. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  395. margin-bottom: 20px;
  396. }
  397. /* Header on login view. */
  398. #loginSubheader {
  399. font-family: 'Avenir Medium';
  400. margin-bottom: 25px;
  401. font-size: 12px;
  402. letter-spacing: 1px;
  403. }
  404. /* Container to organize login field elements. */
  405. .loginFieldContainer {
  406. position: relative;
  407. display: flex;
  408. flex-direction: column;
  409. justify-content: center;
  410. align-items: center;
  411. }
  412. /* SVG icons on the login view. */
  413. .loginSVG {
  414. fill: #fff;
  415. height: 20px;
  416. width: 20px;
  417. }
  418. /* Span which displays errors related to login field content. */
  419. .loginErrorSpan {
  420. font-family: 'Avenir Medium';
  421. font-weight: bold;
  422. font-size: 8px;
  423. color: #ff1b0c;
  424. width: 100%;
  425. text-align: right;
  426. position: absolute;
  427. top: 7px;
  428. opacity: 0;
  429. transition: 0.25s ease;
  430. }
  431. .shake {
  432. animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  433. }
  434. @keyframes shake {
  435. 10%, 90% {
  436. transform: translate3d(-1px, 0, 0);
  437. }
  438. 20%, 80% {
  439. transform: translate3d(2px, 0, 0);
  440. }
  441. 30%, 50%, 70% {
  442. transform: translate3d(-4px, 0, 0);
  443. }
  444. 40%, 60% {
  445. transform: translate3d(4px, 0, 0);
  446. }
  447. }
  448. /* Login text input styles. */
  449. .loginField {
  450. font-family: 'Avenir Book';
  451. background: none;
  452. border-width: 1.5px 0px 0px 0px;
  453. border-style: solid;
  454. width: 250px;
  455. margin-bottom: 20px;
  456. border-color: #fff;
  457. color: rgba(255, 255, 255, 0.75);
  458. font-weight: bold;
  459. text-align: center;
  460. box-sizing: border-box;
  461. padding: 7.5px;
  462. font-size: 10px;
  463. letter-spacing: 1px;
  464. }
  465. .loginField:focus {
  466. outline: none;
  467. }
  468. .loginField:disabled {
  469. color: rgba(255, 255, 255, 0.50);
  470. }
  471. .loginField::-webkit-input-placeholder {
  472. color: rgba(255, 255, 255, 0.75);
  473. font-size: 10px;
  474. letter-spacing: 1px;
  475. text-align: center;
  476. font-weight: bold;
  477. }
  478. .loginField:focus::-webkit-input-placeholder {
  479. color: transparent;
  480. }
  481. /* Add spacing between password field and options bar. */
  482. #labelPassword {
  483. margin-bottom: 13px;
  484. }
  485. /* Container which contains the forgot and remember options. */
  486. #loginOptions {
  487. display: flex;
  488. justify-content: space-between;
  489. width: 100%;
  490. }
  491. /* Remember option text. */
  492. #loginRememberText {
  493. padding-right: 10px;
  494. transition: 0.25s ease;
  495. }
  496. /* Login button styles. */
  497. #loginButton {
  498. background: none;
  499. color: #fff;
  500. font-weight: bold;
  501. font-family: 'Avenir Book';
  502. letter-spacing: 2px;
  503. border: none;
  504. padding: 15px 5px;
  505. margin: 10px 0px;
  506. cursor: pointer;
  507. position: relative;
  508. right: -20px;
  509. transition: 0.5s ease;
  510. }
  511. #loginButton:disabled {
  512. color: rgba(255, 255, 255, 0.75);
  513. pointer-events: none;
  514. }
  515. #loginButton[loading] {
  516. color: #fff;
  517. }
  518. #loginButton:hover,
  519. #loginButton:focus {
  520. text-shadow: 0px 0px 20px #fff;
  521. outline: none;
  522. }
  523. #loginButton:active {
  524. color: #c7c7c7;
  525. text-shadow: 0px 0px 20px #c7c7c7;
  526. }
  527. #loginSVG {
  528. -webkit-transform: translate3d(0, 0, 0);
  529. overflow: visible;
  530. transform: rotate(90deg);
  531. margin-left: 20px;
  532. transition: 0.25s ease;
  533. width: 20px;
  534. height: 20px;
  535. }
  536. #loginButton:hover #loginSVG,
  537. #loginButton:focus #loginSVG {
  538. -webkit-filter: drop-shadow(0px 0px 2px #fff);
  539. }
  540. #loginButton:active #loginSVG .arrowLine {
  541. stroke: #c7c7c7;
  542. }
  543. #loginButton:active #loginSVG {
  544. -webkit-filter: drop-shadow(0px 0px 2px #c7c7c7);
  545. }
  546. #loginButton:disabled #loginSVG .arrowLine {
  547. stroke: rgba(255, 255, 255, 0.75);
  548. }
  549. #loginButtonContent {
  550. display: flex;
  551. align-items: center;
  552. }
  553. #loginButton .circle-loader,
  554. #loginButton[loading] #loginSVG {
  555. display: none;
  556. }
  557. #loginButton[loading] .circle-loader,
  558. #loginButton #loginSVG {
  559. display: initial;
  560. }
  561. .circle-loader {
  562. margin-left: 20px;
  563. border: 2px solid rgba(255, 255, 255, 0.5);
  564. border-left-color: #ffffff;
  565. animation-name: loader-spin;
  566. animation-duration: 1s;
  567. animation-iteration-count: infinite;
  568. animation-timing-function: linear;
  569. position: relative;
  570. display: inline-block;
  571. vertical-align: top;
  572. border-radius: 50%;
  573. width: 16px;
  574. height: 16px;
  575. }
  576. .load-complete {
  577. animation: none;
  578. border-color: #ffffff;
  579. transition: border 500ms ease-out;
  580. }
  581. .checkmark {
  582. display: none;
  583. }
  584. .checkmark.draw:after {
  585. animation-duration: 800ms;
  586. animation-timing-function: ease;
  587. animation-name: checkmark;
  588. transform: scaleX(-1) rotate(135deg);
  589. }
  590. .checkmark:after {
  591. opacity: 1;
  592. height: 8px;
  593. width: 4px;
  594. transform-origin: left top;
  595. border-right: 2px solid #ffffff;
  596. border-top: 2px solid #ffffff;
  597. content: '';
  598. left: 2px;
  599. top: 8px;
  600. position: absolute;
  601. }
  602. @keyframes loader-spin {
  603. 0% {
  604. transform: rotate(0deg);
  605. }
  606. 100% {
  607. transform: rotate(360deg);
  608. }
  609. }
  610. @keyframes checkmark {
  611. 0% {
  612. height: 0;
  613. width: 0;
  614. opacity: 1;
  615. }
  616. 20% {
  617. height: 0;
  618. width: 4px;
  619. opacity: 1;
  620. }
  621. 40% {
  622. height: 8px;
  623. width: 4px;
  624. opacity: 1;
  625. }
  626. 100% {
  627. height: 8px;
  628. width: 4px;
  629. opacity: 1;
  630. }
  631. }
  632. /*.spinningCircle {
  633. margin-left: 20px;
  634. height: 16px;
  635. width: 16px;
  636. border-radius: 50%;
  637. border: 2px solid rgba(255,255,255,0);
  638. border-top-color: #ffffff;
  639. border-right-color: #ffffff;
  640. border-left-color: rgba(255, 255, 255, 0.50);
  641. border-bottom-color: rgba(255, 255, 255, 0.50);
  642. animation: single2 4s infinite linear;
  643. }
  644. @keyframes single2 {
  645. 0% {
  646. transform: rotate(0deg);
  647. }
  648. 100% {
  649. transform: rotate(720deg);
  650. }
  651. }*/
  652. /* Disclaimer container. */
  653. #loginDisclaimer {
  654. display: flex;
  655. flex-direction: column;
  656. justify-content: center;
  657. align-items: center;
  658. }
  659. /* Add spacing between register anchor and disclaimer. */
  660. #loginRegisterSpan {
  661. margin-bottom: 5px;
  662. }
  663. /* Disclaimer text styles. */
  664. .loginDisclaimerText {
  665. font-family: 'Avenir Book';
  666. font-size: 7px;
  667. color: #848484;
  668. font-weight: bold;
  669. text-align: center;
  670. }
  671. /* * *
  672. * Login View | Custom Checkbox
  673. * * */
  674. /* Checkbox container. */
  675. #checkmarkContainer {
  676. display: flex;
  677. justify-content: flex-end;
  678. align-items: center;
  679. position: relative;
  680. cursor: pointer;
  681. font-size: 22px;
  682. -webkit-user-select: none;
  683. }
  684. /* Hide the default checkbox. */
  685. #checkmarkContainer input {
  686. opacity: 0;
  687. cursor: pointer;
  688. position: absolute;
  689. }
  690. /* Create a custom checkbox. */
  691. .loginCheckmark {
  692. position: relative;
  693. height: 10px;
  694. width: 10px;
  695. border: 1px solid #848484;
  696. border-radius: 1px;
  697. background: none;
  698. transition: 0.25s ease;
  699. }
  700. /* On hover and focus, add a grey border color. */
  701. #checkmarkContainer:hover input ~ *,
  702. #checkmarkContainer input:focus ~ * {
  703. color: #a2a2a2;
  704. border-color: #a2a2a2;
  705. }
  706. /* On keydown, darken the checkbox a bit. */
  707. #checkmarkContainer input:active ~ *:not(#loginRememberText) {
  708. color: #8d8d8d;
  709. border-color: #8d8d8d;
  710. }
  711. #checkmarkContainer[disabled] {
  712. pointer-events: none;
  713. }
  714. /* For checked -> #checkmarkContainer input:checked ~ * */
  715. /* Create the checkmark/indicator (hidden when not checked). */
  716. .loginCheckmark:after {
  717. content: "";
  718. display: none;
  719. }
  720. /* Show the checkmark when checked. */
  721. #checkmarkContainer input:checked ~ .loginCheckmark:after {
  722. display: block;
  723. }
  724. /* Style the checkmark/indicator. */
  725. #checkmarkContainer .loginCheckmark:after {
  726. position: absolute;
  727. left: 3.5px;
  728. top: 0.5px;
  729. width: 2px;
  730. height: 6px;
  731. border: solid #a2a2a2;
  732. border-width: 0 2px 2px 0;
  733. transform: rotate(45deg);
  734. }
  735. /* * *
  736. * Login View | Loader
  737. * * */
  738. /* Will reuse this elsewhere down the line.
  739. #loginLoading {
  740. position: absolute;
  741. display: flex;
  742. align-items: center;
  743. justify-content: center;
  744. width: 100%;
  745. height: 100%;
  746. background: rgba(0, 0, 0, 0.80);
  747. }
  748. #loginLoadingContent {
  749. position: relative;
  750. display: flex;
  751. flex-direction: column;
  752. align-items: center;
  753. justify-content: center;
  754. }
  755. #loadSpinnerContainer {
  756. position: relative;
  757. display: flex;
  758. align-items: center;
  759. justify-content: center;
  760. }
  761. #loadCenterImage {
  762. position: absolute;
  763. width: 200px;
  764. height: auto;
  765. }
  766. #loadSpinnerImage {
  767. width: 280px;
  768. height: auto;
  769. }
  770. #loadDescText {
  771. color: #f1eada;
  772. font-family: 'Avenir Medium';
  773. font-weight: bold;
  774. letter-spacing: 1px;
  775. font-size: 16px;
  776. }
  777. @keyframes rotating {
  778. from {
  779. transform: rotate(0deg);
  780. }
  781. to {
  782. transform: rotate(360deg);
  783. }
  784. }
  785. .rotating {
  786. animation: rotating 10s linear infinite;
  787. }*/
  788. /*
  789. #login_filter {
  790. height: calc(100% - 22px);
  791. width: 100%;
  792. z-index: 9000;
  793. position: absolute;
  794. filter: blur(8px) contrast(0.9) brightness(1.0);
  795. background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
  796. transform: scale(1.2);
  797. background-size: cover;
  798. }
  799. */
  800. /*******************************************************************************
  801. * *
  802. * Landing View (Structural Styles) *
  803. * *
  804. ******************************************************************************/
  805. /* Main content container. */
  806. #landingContainer {
  807. height: 100%;
  808. }
  809. /* Upper content container. */
  810. #landingContainer > #upper {
  811. height: 77%;
  812. display: flex;
  813. }
  814. #landingContainer > #upper > #left {
  815. display: inline-flex;
  816. width: 15%;
  817. height: 100%;
  818. justify-content: flex-end;
  819. }
  820. #landingContainer > #upper > #content {
  821. display: inline-flex;
  822. width: 59%;
  823. height: 100%;
  824. }
  825. #landingContainer > #upper > #right {
  826. display: inline-flex;
  827. width: 26%;
  828. height: 100%;
  829. }
  830. /* Lower content container. */
  831. #landingContainer > #lower {
  832. height: 23%;
  833. display: flex;
  834. background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  835. }
  836. #landingContainer > #lower > #left {
  837. height: 100%;
  838. width: 33%;
  839. display: inline-flex;
  840. justify-content: center;
  841. }
  842. #landingContainer > #lower > #left #content {
  843. position: relative;
  844. top: 25px;
  845. display: inline-flex;
  846. line-height: 24px;
  847. left: 50px;
  848. }
  849. #landingContainer > #lower > #center {
  850. height: 100%;
  851. width: 34%;
  852. display: inline-flex;
  853. justify-content: center;
  854. }
  855. #landingContainer > #lower > #center #content {
  856. position: relative;
  857. top: 10px;
  858. }
  859. #landingContainer > #lower > #right {
  860. height: 100%;
  861. width: 33%;
  862. display: inline-flex;
  863. }
  864. /*******************************************************************************
  865. * *
  866. * Landing View (Top Styles) *
  867. * *
  868. ******************************************************************************/
  869. /* * *
  870. * Landing View (Top Styles) | Left Content
  871. * * */
  872. /* Logo image. */
  873. #image_seal {
  874. height: 70px;
  875. width: auto;
  876. position: relative;
  877. margin-top: 50px;
  878. border: 2px solid white;
  879. border-radius: 50%;
  880. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  881. }
  882. /* * *
  883. * Landing View (Bottom Styles) | Right Content
  884. * * */
  885. /* Wrapper container for top, right content. */
  886. #rightContainer {
  887. display: flex;
  888. flex-direction: column;
  889. position: relative;
  890. top: 50px;
  891. align-items: flex-end;
  892. height: calc(100% - 50px);
  893. }
  894. /* Right hand user content container. */
  895. #user_content {
  896. display: flex;
  897. align-items: center;
  898. justify-content: center;
  899. box-sizing: border-box;
  900. height: 75px;
  901. }
  902. /* User profile avatar container. */
  903. #avatarContainer {
  904. border-radius: 50%;
  905. border: 2px solid #cad7e1;
  906. background: rgba(1, 2, 1, 0.5);
  907. height: 70px;
  908. width: 70px;
  909. box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  910. overflow: hidden;
  911. position: relative;
  912. }
  913. /* Avatar edit overlay. */
  914. #avatarOverlay {
  915. opacity: 0;
  916. position: absolute;
  917. z-index: 1;
  918. top: 0;
  919. bottom: 0;
  920. left: 0;
  921. right: 0;
  922. display: flex;
  923. justify-content: center;
  924. align-items: center;
  925. font-family: 'Avenir Book';
  926. color: #fff;
  927. transition: 0.25s ease;
  928. font-weight: bold;
  929. letter-spacing: 2px;
  930. background: linear-gradient(65deg, rgba(0, 0, 0, 0.4), rgba(136, 77, 77, 0.4) 60%);
  931. -webkit-user-select: none;
  932. cursor: pointer;
  933. }
  934. #avatarOverlay:hover {
  935. opacity: 1;
  936. }
  937. /* User profile avater image. */
  938. #avatarImage {
  939. height: 100%;
  940. width: auto;
  941. }
  942. /* User profile name text. */
  943. #user_text {
  944. font-family: 'Avenir Book';
  945. font-size: 12px;
  946. min-width: 112px;
  947. font-weight: 900;
  948. letter-spacing: 1px;
  949. color: white;
  950. text-shadow: 0px 0px 20px black;
  951. position: relative;
  952. right: 25px;
  953. text-align: right;
  954. }
  955. /* Social media icon content container. */
  956. #mediaContent {
  957. position: relative;
  958. display: flex;
  959. flex-direction: column;
  960. right: 25px;
  961. align-items: flex-end;
  962. margin-top: 40px;
  963. height: 100%;
  964. align-items: center;
  965. }
  966. /* Social Media Icon division containers. */
  967. #internalMedia, #externalMedia {
  968. display: flex;
  969. flex-direction: column;
  970. }
  971. /* Container object which wraps an icon to ensure fluid transitions. */
  972. .mediaContainer {
  973. display: flex;
  974. justify-content: center;
  975. align-items: center;
  976. height: 27px;
  977. }
  978. /* Divider bar between the external and internal icons. */
  979. .mediaDivider {
  980. height: 1px;
  981. width: 14px;
  982. background: rgb(255, 255, 255);
  983. margin: 10px 0px;
  984. }
  985. /* Social media icon shared styles. */
  986. .mediaSVG {
  987. fill: #ffffff;
  988. height: 12px;
  989. transition: 0.25s ease;
  990. cursor: pointer;
  991. height: 12px;
  992. width: 25px;
  993. }
  994. .mediaSVG:hover, .mediaSVG:active {
  995. height: 20px;
  996. }
  997. /* News icon colors. */
  998. #newsSVG {
  999. stroke: #ffffff;
  1000. }
  1001. /* Twitter icon colors. */
  1002. #twitterSVG:hover {
  1003. fill: #1da1f2;
  1004. }
  1005. #twitterSVG:active {
  1006. fill: #1b8dd4;
  1007. }
  1008. /* Instagram icon colors. */
  1009. #instagramSVG:hover {
  1010. fill: url('#instaFill')
  1011. /*fill: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
  1012. }
  1013. #instagramSVG:active {
  1014. fill: url('#instaFill')
  1015. }
  1016. /* Youtube icon colors. */
  1017. #youtubeSVG:hover {
  1018. fill: #f00;
  1019. }
  1020. #youtubeSVG:active {
  1021. fill: #ea0202;
  1022. }
  1023. /* Discord icon colors. */
  1024. #discordSVG:hover {
  1025. fill: #7288d9;
  1026. }
  1027. #discordSVG:active {
  1028. fill: #657ac4;
  1029. }
  1030. /*******************************************************************************
  1031. * *
  1032. * Landing View (Bottom Styles) *
  1033. * *
  1034. ******************************************************************************/
  1035. /* Style for a general label on the bottom of the landing view. */
  1036. .bot_label {
  1037. color: white;
  1038. font-family: 'Avenir Book';
  1039. font-size: 9px;
  1040. letter-spacing: 1px;
  1041. font-weight: bold;
  1042. text-shadow: 0px 0px 0px #bebcbb;
  1043. }
  1044. /* Divider used on the bottom of the landing view. */
  1045. .bot_divider {
  1046. height: 25px;
  1047. width: 2px;
  1048. background: rgba(107, 105, 105, 0.7);
  1049. margin-left: 20px;
  1050. margin-right: 20px;
  1051. }
  1052. /* * *
  1053. * Landing View (Bottom Styles) | Left Content
  1054. * * */
  1055. /* Span which displays the player count of the selected server. */
  1056. #player_count {
  1057. color: #949494;
  1058. font-family: 'Avenir Book';
  1059. font-size: 8px;
  1060. font-weight: 900;
  1061. text-shadow: 0px 0px 20px #949494;
  1062. margin-left: 10px;
  1063. }
  1064. /* Icon which displays the status of the mojang services. */
  1065. #mojang_status_icon {
  1066. font-size: 30px;
  1067. color: #848484;
  1068. margin-left: 15px;
  1069. }
  1070. /* * *
  1071. * Landing View (Bottom Styles) | Center Content
  1072. * * */
  1073. /* Button which opens the menu view. */
  1074. #menu_button {
  1075. font-family: 'Avenir Book';
  1076. background: none;
  1077. border: none;
  1078. cursor: pointer;
  1079. }
  1080. /* Arrow image which floats above the menu button. */
  1081. #menu_img {
  1082. height: 11px;
  1083. margin-left: -2px;
  1084. }
  1085. /* Span which contains the menu button text. */
  1086. #menu_text {
  1087. color: white;
  1088. font-weight: 900;
  1089. letter-spacing: 2px;
  1090. text-shadow: 0px 0px 0px #bebcbb;
  1091. font-size: 11px;
  1092. line-height: 30px;
  1093. display: flex;
  1094. }
  1095. /* * *
  1096. * Landing View (Bottom Styles) | Right Content
  1097. * * */
  1098. /* Main launch content container. */
  1099. #landingContainer > #lower > #right #launch_content {
  1100. position: relative;
  1101. top: 25px;
  1102. display: inline-flex;
  1103. }
  1104. /* The launch button. */
  1105. #launch_button {
  1106. font-family: 'Avenir Book';
  1107. background: none;
  1108. border: none;
  1109. cursor: pointer;
  1110. color: #fff;
  1111. font-weight: 900;
  1112. letter-spacing: 2px;
  1113. text-shadow: 0px 0px 0px #bebcbb;
  1114. font-size: 20px;
  1115. padding: 0px;
  1116. }
  1117. /* Launch details main container, hidden until launch processing begins. */
  1118. #launch_details {
  1119. position: relative;
  1120. top: 25px;
  1121. display: none;
  1122. }
  1123. /* Left side of launch details container, displays percentage and a divider. */
  1124. #launch_details_left {
  1125. display: flex;
  1126. }
  1127. /* Span which displays percentage complete. */
  1128. #launch_progress_label {
  1129. color: white;
  1130. font-family: 'Avenir Book';
  1131. font-weight: 900;
  1132. letter-spacing: 1px;
  1133. text-shadow: 0px 0px 0px #bebcbb;
  1134. font-size: 20px;
  1135. min-width: 53.21px;
  1136. max-width: 53.21px;
  1137. text-align: right;
  1138. }
  1139. /* Right side of launch details container, displays progress bar and details. */
  1140. #launch_details_right {
  1141. display: flex;
  1142. flex-direction: column;
  1143. justify-content: center;
  1144. }
  1145. /* Progress bar styles. */
  1146. #launch_progress[value] {
  1147. height: 3px;
  1148. width: 265px;
  1149. -webkit-appearance: none;
  1150. }
  1151. #launch_progress[value]::-webkit-progress-bar {
  1152. background-color: transparent;
  1153. }
  1154. #launch_progress[value]::-webkit-progress-value {
  1155. background-color: #fff;
  1156. }
  1157. /* Span which displays information about the status of the launch process. */
  1158. #launch_details_text {
  1159. font-size: 11px;
  1160. text-overflow: ellipsis;
  1161. white-space: nowrap;
  1162. overflow: hidden;
  1163. }
  1164. /*******************************************************************************
  1165. * *
  1166. * Overlay View (overlay.ejs) *
  1167. * *
  1168. ******************************************************************************/
  1169. /* * *
  1170. * Overlay View (Main Content)
  1171. * * */
  1172. /* Overlay container, placed over the main div. */
  1173. #overlayContainer {
  1174. position: absolute;
  1175. top: 22px;
  1176. display: flex;
  1177. align-items: center;
  1178. justify-content: center;
  1179. width: 100%;
  1180. height: calc(100% - 22px);
  1181. background: rgba(0, 0, 0, 0.50);
  1182. }
  1183. /* Main overlay content. */
  1184. #overlayContent {
  1185. position: relative;
  1186. display: flex;
  1187. flex-direction: column;
  1188. align-items: center;
  1189. /*justify-content: space-between;*/
  1190. width: 300px;
  1191. /*height: 35%;*/
  1192. box-sizing: border-box;
  1193. padding: 15px 0px;
  1194. /* background-color: #424242; */
  1195. text-align: center;
  1196. }
  1197. /* Main overlay content anchor styles. */
  1198. #overlayContent a,
  1199. #overlayDismiss {
  1200. color: rgba(202, 202, 202, 0.75);
  1201. transition: 0.25s ease;
  1202. }
  1203. #overlayContent a:hover,
  1204. #overlayDismiss {
  1205. color: rgba(255, 255, 255, 0.75);
  1206. }
  1207. #overlayContent a:active,
  1208. #overlayDismiss {
  1209. color: rgba(165, 165, 165, 0.75);
  1210. }
  1211. /* Add spacing between overlay content elements. */
  1212. #overlayContent > *:first-child {
  1213. margin-top: 0px !important;
  1214. }
  1215. #overlayContent > *:last-child {
  1216. margin-bottom: 0px !important;
  1217. }
  1218. #overlayContent > * {
  1219. margin: 8px 0px;
  1220. }
  1221. /* Overlay title styles. */
  1222. #overlayTitle {
  1223. font-family: 'Avenir Medium';
  1224. font-size: 20px;
  1225. color: #fff;
  1226. font-weight: bold;
  1227. letter-spacing: 1px;
  1228. }
  1229. /* Overlay description styles. */
  1230. #overlayDesc {
  1231. font-family: 'Avenir Book';
  1232. font-size: 12px;
  1233. color: #fff;
  1234. font-weight: bold;
  1235. }
  1236. /* Div which contains action buttons. */
  1237. #overlayActionContainer {
  1238. display: flex;
  1239. flex-direction: column;
  1240. justify-content: center;
  1241. }
  1242. /* Overlay acknowledge button styles. */
  1243. #overlayAcknowledge {
  1244. background: none;
  1245. border: 1px solid #ffffff;
  1246. color: white;
  1247. font-family: 'Avenir Medium';
  1248. font-weight: bold;
  1249. border-radius: 2px;
  1250. padding: 0px 8.1px;
  1251. cursor: pointer;
  1252. transition: 0.25s ease;
  1253. }
  1254. #overlayAcknowledge:hover,
  1255. #overlayAcknowledge:focus {
  1256. box-shadow: 0px 0px 10px 0px #fff;
  1257. outline: none;
  1258. }
  1259. #overlayAcknowledge:active {
  1260. border-color: rgba(255, 255, 255, 0.75);
  1261. color: rgba(255, 255, 255, 0.75);
  1262. }
  1263. /* Overlay dismiss option styles. */
  1264. #overlayDismiss {
  1265. font-family: 'Avenir Book';
  1266. font-weight: bold;
  1267. font-size: 10px;
  1268. text-decoration: none;
  1269. padding-top: 2.5px;
  1270. background: none;
  1271. border: none;
  1272. outline: none;
  1273. cursor: pointer;
  1274. }
  1275. #overlayDismiss:hover {
  1276. color: rgba(255, 255, 255, 0.75);
  1277. }
  1278. #overlayDismiss:active {
  1279. color: rgba(165, 165, 165, 0.75);
  1280. }
  1281. /* * *
  1282. * Overlay View (Server Selection Content)
  1283. * * */
  1284. /* Server selection content container. */
  1285. #serverSelectContent {
  1286. display: flex;
  1287. flex-direction: column;
  1288. justify-content: center;
  1289. align-items: center;
  1290. height: 75%;
  1291. }
  1292. /* Server selection header. */
  1293. #serverSelectHeader {
  1294. font-family: 'Avenir Medium';
  1295. font-size: 20px;
  1296. font-weight: bold;
  1297. color: #fff;
  1298. margin-bottom: 25px;
  1299. }
  1300. /* Wrapper div for the list of available servers. */
  1301. #serverSelectList {
  1302. display: flex;
  1303. flex-direction: column;
  1304. align-items: center;
  1305. justify-content: center;
  1306. max-height: 65%;
  1307. min-height: 40%;
  1308. }
  1309. /* Scrollable div which lists the available servers. */
  1310. #serverSelectListScrollable {
  1311. padding: 0px 5px;
  1312. overflow-y: scroll;
  1313. }
  1314. #serverSelectListScrollable::-webkit-scrollbar {
  1315. width: 2px;
  1316. }
  1317. #serverSelectListScrollable::-webkit-scrollbar-track {
  1318. display: none;
  1319. }
  1320. #serverSelectListScrollable::-webkit-scrollbar-thumb {
  1321. border-radius: 10px;
  1322. box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.50);
  1323. }
  1324. /* Content container for a server listing. */
  1325. .serverListing {
  1326. border: none;
  1327. padding: 0px;
  1328. width: 375px;
  1329. min-height: 60px;
  1330. display: flex;
  1331. justify-content: flex-start;
  1332. align-items: center;
  1333. opacity: 0.6;
  1334. transition: 0.25s ease;
  1335. cursor: pointer;
  1336. position: relative;
  1337. background: rgba(131, 131, 131, 0.25);
  1338. }
  1339. .serverListing[selected] {
  1340. cursor: default;
  1341. opacity: 1.0;
  1342. }
  1343. .serverListing:hover,
  1344. .serverListing:focus {
  1345. outline: none;
  1346. opacity: 1.0;
  1347. }
  1348. /* Add spacing between server listings. */
  1349. #serverSelectListScrollable > .serverListing:not(:first-child):not(:last-child) {
  1350. margin: 5px 0px;
  1351. }
  1352. #serverSelectListScrollable > .serverListing:first-child {
  1353. margin-bottom: 5px;
  1354. }
  1355. #serverSelectListScrollable > .serverListing:last-child {
  1356. margin-top: 5px;
  1357. }
  1358. /* Server listing image. */
  1359. .serverListingImg {
  1360. margin: 0px 10px 0px 5px;
  1361. border: 1px solid #fff;
  1362. height: 50px;
  1363. width: auto;
  1364. }
  1365. /* Content container for the server listing's details. */
  1366. .serverListingDetails {
  1367. display: flex;
  1368. flex-direction: column;
  1369. align-items: flex-start;
  1370. justify-content: space-between;
  1371. height: 50px;
  1372. }
  1373. /* The name of the server listing. */
  1374. .serverListingName {
  1375. font-family: 'Avenir Book';
  1376. font-size: 14px;
  1377. font-weight: bold;
  1378. color: #fff;
  1379. }
  1380. /* Description for the server listing. */
  1381. .serverListingDescription {
  1382. font-family: 'Avenir Book';
  1383. font-size: 10px;
  1384. line-height: 10px;
  1385. font-weight: bold;
  1386. color: #fff;
  1387. }
  1388. /* Content container for the server listing's information. */
  1389. .serverListingInfo {
  1390. width: 100%;
  1391. display: flex;
  1392. justify-content: flex-start;
  1393. }
  1394. /* The minecraft version of the server listing. */
  1395. .serverListingVersion {
  1396. font-size: 10px;
  1397. color: #fff;
  1398. font-family: 'Avenir Book';
  1399. text-align: center;
  1400. display: flex;
  1401. justify-content: center;
  1402. align-items: center;
  1403. line-height: 12px;
  1404. height: 12px;
  1405. border-radius: 2px;
  1406. background: rgba(31, 140, 11, 0.8);
  1407. padding: 0px 2px;
  1408. }
  1409. /* The revision version of the server's manifest. */
  1410. .serverListingRevision {
  1411. font-family: 'Avenir Book';
  1412. color: #969696;
  1413. font-size: 10px;
  1414. line-height: 12px;
  1415. padding: 0px 5px;
  1416. }
  1417. /* Star which indicates the default (main) server. */
  1418. .serverListingStarWrapper {
  1419. display: flex;
  1420. align-items: center;
  1421. cursor: pointer;
  1422. height: 12px;
  1423. position: relative;
  1424. }
  1425. /* Tooltip which displays when hovering over the star. */
  1426. .serverListingStarTooltip {
  1427. visibility: hidden;
  1428. opacity: 0;
  1429. width: 65px;
  1430. background-color: rgba(0, 0, 0, 0.40);
  1431. color: #fff;
  1432. text-align: center;
  1433. border-radius: 4px;
  1434. position: absolute;
  1435. z-index: 1;
  1436. left: 130%;
  1437. font-family: 'Avenir Book';
  1438. font-size: 10px;
  1439. transition: visibility 0s linear 0.25s, opacity 0.25s ease;
  1440. }
  1441. .serverListingStarTooltip::after {
  1442. content: " ";
  1443. position: absolute;
  1444. top: 50%;
  1445. right: 100%; /* To the left of the tooltip */
  1446. margin-top: -5px;
  1447. border-width: 5px;
  1448. border-style: solid;
  1449. border-color: transparent rgba(0, 0, 0, 0.40) transparent transparent;
  1450. }
  1451. #serverListingStarWrapper:hover .serverListingStarTooltip {
  1452. visibility: visible;
  1453. opacity: 1;
  1454. transition-delay:0s;
  1455. }
  1456. /* Content container which contains the server select actions. */
  1457. #serverSelectActions {
  1458. display: flex;
  1459. flex-direction: column;
  1460. justify-content: center;
  1461. align-items: center;
  1462. margin-top: 25px;
  1463. }
  1464. /* Server selection confirm button styles. */
  1465. #serverSelectConfirm {
  1466. background: none;
  1467. border: 1px solid #ffffff;
  1468. color: white;
  1469. font-family: 'Avenir Medium';
  1470. font-weight: bold;
  1471. border-radius: 2px;
  1472. padding: 0px 8.1px;
  1473. cursor: pointer;
  1474. transition: 0.25s ease;
  1475. min-height: 20.67px;
  1476. }
  1477. #serverSelectConfirm:hover,
  1478. #serverSelectConfirm:focus {
  1479. box-shadow: 0px 0px 10px 0px #fff;
  1480. outline: none;
  1481. }
  1482. #serverSelectConfirm:active {
  1483. border-color: rgba(255, 255, 255, 0.75);
  1484. color: rgba(255, 255, 255, 0.75);
  1485. }
  1486. /* Server selection cancel button styles. */
  1487. #serverSelectCancel {
  1488. font-family: 'Avenir Book';
  1489. font-weight: bold;
  1490. font-size: 10px;
  1491. text-decoration: none;
  1492. padding-top: 2.5px;
  1493. color: rgba(202, 202, 202, 0.75);
  1494. transition: 0.25s ease;
  1495. background: none;
  1496. border: none;
  1497. outline: none;
  1498. cursor: pointer;
  1499. }
  1500. #serverSelectCancel:hover {
  1501. color: rgba(255, 255, 255, 0.75);
  1502. }
  1503. #serverSelectCancel:active {
  1504. color: rgba(165, 165, 165, 0.75);
  1505. }