launcher.css 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649
  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. color: rgba(202, 202, 202, 0.75);
  1200. transition: 0.25s ease;
  1201. }
  1202. #overlayContent a:hover {
  1203. color: rgba(255, 255, 255, 0.75);
  1204. }
  1205. #overlayContent a:active {
  1206. color: rgba(165, 165, 165, 0.75);
  1207. }
  1208. /* Add spacing between overlay content elements. */
  1209. #overlayContent > *:first-child {
  1210. margin-top: 0px !important;
  1211. }
  1212. #overlayContent > *:last-child {
  1213. margin-bottom: 0px !important;
  1214. }
  1215. #overlayContent > * {
  1216. margin: 8px 0px;
  1217. }
  1218. /* Overlay title styles. */
  1219. #overlayTitle {
  1220. font-family: 'Avenir Medium';
  1221. font-size: 20px;
  1222. color: #fff;
  1223. font-weight: bold;
  1224. letter-spacing: 1px;
  1225. }
  1226. /* Overlay description styles. */
  1227. #overlayDesc {
  1228. font-family: 'Avenir Book';
  1229. font-size: 12px;
  1230. color: #fff;
  1231. font-weight: bold;
  1232. }
  1233. /* Div which contains action buttons. */
  1234. #overlayActionContainer {
  1235. display: flex;
  1236. flex-direction: column;
  1237. justify-content: center;
  1238. }
  1239. /* Overlay acknowledge button styles. */
  1240. #overlayAcknowledge {
  1241. background: none;
  1242. border: 1px solid #ffffff;
  1243. color: white;
  1244. font-family: 'Avenir Medium';
  1245. font-weight: bold;
  1246. border-radius: 2px;
  1247. padding: 0px 8.1px;
  1248. cursor: pointer;
  1249. transition: 0.25s ease;
  1250. }
  1251. #overlayAcknowledge:hover,
  1252. #overlayAcknowledge:focus {
  1253. box-shadow: 0px 0px 10px 0px #fff;
  1254. outline: none;
  1255. }
  1256. #overlayAcknowledge:active {
  1257. border-color: rgba(255, 255, 255, 0.75);
  1258. color: rgba(255, 255, 255, 0.75);
  1259. }
  1260. /* Overlay dismiss option styles. */
  1261. #overlayDismiss {
  1262. font-family: 'Avenir Book';
  1263. font-weight: bold;
  1264. font-size: 10px;
  1265. text-decoration: none;
  1266. padding-top: 2.5px;
  1267. }
  1268. #overlayDismiss:hover {
  1269. color: rgba(255, 255, 255, 0.75);
  1270. }
  1271. #overlayDismiss:active {
  1272. color: rgba(165, 165, 165, 0.75);
  1273. }
  1274. /* * *
  1275. * Overlay View (Server Selection Content)
  1276. * * */
  1277. /* Server selection content container. */
  1278. #serverSelectContent {
  1279. display: flex;
  1280. flex-direction: column;
  1281. justify-content: center;
  1282. align-items: center;
  1283. height: 75%;
  1284. }
  1285. /* Server selection header. */
  1286. #serverSelectHeader {
  1287. font-family: 'Avenir Medium';
  1288. font-size: 20px;
  1289. font-weight: bold;
  1290. color: #fff;
  1291. margin-bottom: 25px;
  1292. }
  1293. /* Wrapper div for the list of available servers. */
  1294. #serverSelectList {
  1295. display: flex;
  1296. flex-direction: column;
  1297. align-items: center;
  1298. justify-content: center;
  1299. max-height: 65%;
  1300. min-height: 40%;
  1301. }
  1302. /* Scrollable div which lists the available servers. */
  1303. #serverSelectListScrollable {
  1304. padding: 0px 5px;
  1305. overflow-y: scroll;
  1306. }
  1307. #serverSelectListScrollable::-webkit-scrollbar {
  1308. width: 2px;
  1309. }
  1310. #serverSelectListScrollable::-webkit-scrollbar-track {
  1311. display: none;
  1312. }
  1313. #serverSelectListScrollable::-webkit-scrollbar-thumb {
  1314. border-radius: 10px;
  1315. box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.50);
  1316. }
  1317. /* Content container for a server listing. */
  1318. .serverListing {
  1319. border: none;
  1320. padding: 0px;
  1321. width: 375px;
  1322. min-height: 60px;
  1323. display: flex;
  1324. justify-content: flex-start;
  1325. align-items: center;
  1326. opacity: 0.6;
  1327. transition: 0.25s ease;
  1328. cursor: pointer;
  1329. position: relative;
  1330. background: rgba(131, 131, 131, 0.25);
  1331. }
  1332. .serverListing[selected] {
  1333. cursor: default;
  1334. opacity: 1.0;
  1335. }
  1336. .serverListing:hover,
  1337. .serverListing:focus {
  1338. outline: none;
  1339. opacity: 1.0;
  1340. }
  1341. /* Add spacing between server listings. */
  1342. #serverSelectListScrollable > .serverListing:not(:first-child):not(:last-child) {
  1343. margin: 5px 0px;
  1344. }
  1345. #serverSelectListScrollable > .serverListing:first-child {
  1346. margin-bottom: 5px;
  1347. }
  1348. #serverSelectListScrollable > .serverListing:last-child {
  1349. margin-top: 5px;
  1350. }
  1351. /* Server listing image. */
  1352. .serverListingImg {
  1353. margin: 0px 10px 0px 5px;
  1354. border: 1px solid #fff;
  1355. height: 50px;
  1356. width: auto;
  1357. }
  1358. /* Content container for the server listing's details. */
  1359. .serverListingDetails {
  1360. display: flex;
  1361. flex-direction: column;
  1362. align-items: flex-start;
  1363. justify-content: space-between;
  1364. height: 50px;
  1365. }
  1366. /* The name of the server listing. */
  1367. .serverListingName {
  1368. font-family: 'Avenir Book';
  1369. font-size: 14px;
  1370. font-weight: bold;
  1371. color: #fff;
  1372. }
  1373. /* Description for the server listing. */
  1374. .serverListingDescription {
  1375. font-family: 'Avenir Book';
  1376. font-size: 10px;
  1377. line-height: 10px;
  1378. font-weight: bold;
  1379. color: #fff;
  1380. }
  1381. /* Content container for the server listing's information. */
  1382. .serverListingInfo {
  1383. width: 100%;
  1384. display: flex;
  1385. justify-content: flex-start;
  1386. }
  1387. /* The minecraft version of the server listing. */
  1388. .serverListingVersion {
  1389. font-size: 10px;
  1390. color: #fff;
  1391. font-family: 'Avenir Book';
  1392. text-align: center;
  1393. display: flex;
  1394. justify-content: center;
  1395. align-items: center;
  1396. line-height: 12px;
  1397. height: 12px;
  1398. border-radius: 2px;
  1399. background: rgba(31, 140, 11, 0.8);
  1400. padding: 0px 2px;
  1401. }
  1402. /* The revision version of the server's manifest. */
  1403. .serverListingRevision {
  1404. font-family: 'Avenir Book';
  1405. color: #969696;
  1406. font-size: 10px;
  1407. line-height: 12px;
  1408. padding: 0px 5px;
  1409. }
  1410. /* Star which indicates the default (main) server. */
  1411. .serverListingStarWrapper {
  1412. display: flex;
  1413. align-items: center;
  1414. cursor: pointer;
  1415. height: 12px;
  1416. position: relative;
  1417. }
  1418. /* Tooltip which displays when hovering over the star. */
  1419. .serverListingStarTooltip {
  1420. visibility: hidden;
  1421. opacity: 0;
  1422. width: 65px;
  1423. background-color: rgba(0, 0, 0, 0.40);
  1424. color: #fff;
  1425. text-align: center;
  1426. border-radius: 4px;
  1427. position: absolute;
  1428. z-index: 1;
  1429. left: 130%;
  1430. font-family: 'Avenir Book';
  1431. font-size: 10px;
  1432. transition: visibility 0s linear 0.25s, opacity 0.25s ease;
  1433. }
  1434. .serverListingStarTooltip::after {
  1435. content: " ";
  1436. position: absolute;
  1437. top: 50%;
  1438. right: 100%; /* To the left of the tooltip */
  1439. margin-top: -5px;
  1440. border-width: 5px;
  1441. border-style: solid;
  1442. border-color: transparent rgba(0, 0, 0, 0.40) transparent transparent;
  1443. }
  1444. #serverListingStarWrapper:hover .serverListingStarTooltip {
  1445. visibility: visible;
  1446. opacity: 1;
  1447. transition-delay:0s;
  1448. }
  1449. /* Content container which contains the server select actions. */
  1450. #serverSelectActions {
  1451. display: flex;
  1452. flex-direction: column;
  1453. justify-content: center;
  1454. align-items: center;
  1455. margin-top: 25px;
  1456. }
  1457. /* Server selection confirm button styles. */
  1458. #serverSelectConfirm {
  1459. background: none;
  1460. border: 1px solid #ffffff;
  1461. color: white;
  1462. font-family: 'Avenir Medium';
  1463. font-weight: bold;
  1464. border-radius: 2px;
  1465. padding: 0px 8.1px;
  1466. cursor: pointer;
  1467. transition: 0.25s ease;
  1468. min-height: 20.67px;
  1469. }
  1470. #serverSelectConfirm:hover,
  1471. #serverSelectConfirm:focus {
  1472. box-shadow: 0px 0px 10px 0px #fff;
  1473. outline: none;
  1474. }
  1475. #serverSelectConfirm:active {
  1476. border-color: rgba(255, 255, 255, 0.75);
  1477. color: rgba(255, 255, 255, 0.75);
  1478. }
  1479. /* Server selection cancel button styles. */
  1480. #serverSelectCancel {
  1481. font-family: 'Avenir Book';
  1482. font-weight: bold;
  1483. font-size: 10px;
  1484. text-decoration: none;
  1485. padding-top: 2.5px;
  1486. color: rgba(202, 202, 202, 0.75);
  1487. transition: 0.25s ease;
  1488. }
  1489. #serverSelectCancel:hover {
  1490. color: rgba(255, 255, 255, 0.75);
  1491. }
  1492. #serverSelectCancel:active {
  1493. color: rgba(165, 165, 165, 0.75);
  1494. }