launcher.css 37 KB

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