| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649 |
- /*******************************************************************************
- * *
- * Fonts *
- * *
- ******************************************************************************/
- @font-face {
- font-family: 'Avenir Book';
- src: url('../fonts/Avenir-Book.ttf');
- }
- @font-face {
- font-family: 'Avenir Medium';
- src: url('../fonts/Avenir-Medium.ttf');
- }
- @font-face {
- font-family: 'Ringbearer';
- src: url('../fonts/Ringbearer.ttf');
- }
- /*******************************************************************************
- * *
- * Element Styles *
- * *
- ******************************************************************************/
- /* Reset body, html, and div presets. */
- body, html, div {
- margin: 0px;
- padding: 0px;
- }
- /* Reset p presets. */
- p {
- -webkit-margin-before: 0em;
- -webkit-margin-after: 0em;
- }
- /*body {
- background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
- background-size: cover;
- }*/
- /*******************************************************************************
- * *
- * Frame Styles (frame.ejs) *
- * *
- ******************************************************************************/
- /* Frame Bar */
- #frameBar {
- display: flex;
- flex-direction: column;
- background: rgba(1, 2, 1, 0.5);
- -webkit-user-select: none;
- }
- /* Undraggable region on the top of the frame. */
- #frameResizableTop {
- height: 2px;
- width: 100%;
- -webkit-app-region: no-drag;
- }
- /* Flexbox to wrap the main frame content. */
- #frameMain {
- display: flex;
- height: 20px
- }
- /* Undraggable region on the left and right of the frame. */
- .frameResizableVert {
- width: 2px;
- -webkit-app-region: no-drag;
- }
- /* Main frame content for windows. */
- #frameContentWin {
- display: flex;
- justify-content: space-between;
- width: 100%;
- -webkit-app-region: drag;
- }
- /* Main frame content for darwin. */
- #frameContentDarwin {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- width: 100%;
- -webkit-app-region: drag;
- }
- /* Frame logo (windows only). */
- #frameImageDock {
- width: 100px;
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- #frameImage {
- height: 15px;
- filter: grayscale(100%);
- }
- /* Windows frame button dock. */
- #frameButtonDockWin {
- -webkit-app-region: no-drag !important;
- position: relative;
- top: -2px;
- right: -2px;
- height: 22px;
- }
- #frameButtonDockWin > .frameButton:not(:first-child) {
- margin-left: -4px;
- }
- /* Darwin frame button dock: NaN; */
- #frameButtonDockDarwin {
- -webkit-app-region: no-drag !important;
- position: relative;
- top: -1px;
- right: -1px;
- }
- /* Windows Frame Button Styles. */
- .frameButton {
- background: none;
- border: none;
- height: 22px;
- width: 39px;
- cursor: pointer;
- }
- .frameButton:hover,
- .frameButton:focus {
- background: rgba(189, 189, 189, 0.43);
- }
- .frameButton:active {
- background: rgba(156, 156, 156, 0.43);
- }
- .frameButton:focus {
- outline: 0px;
- }
- /* Close button is red. */
- #frameButton_close:hover,
- #frameButton_close:focus {
- background: rgba(255, 53, 53, 0.61) !important;
- }
- #frameButton_close:active {
- background: rgba(235, 0, 0, 0.61) !important;
- }
- /* Darwin Frame Button Styles. */
- .frameButtonDarwin {
- height: 12px;
- width: 12px;
- border-radius: 50%;
- border: 0px;
- margin-left: 5px;
- -webkit-app-region: no-drag !important;
- cursor: pointer;
- }
- .frameButtonDarwin:focus {
- outline: 0px;
- }
- #frameButtonDarwin_close {
- background-color: #e74c32;
- }
- #frameButtonDarwin_close:hover,
- #frameButtonDarwin_close:focus {
- background-color: #FF9A8A;
- }
- #frameButtonDarwin_close:active {
- background-color: #ff8d7b;
- }
- #frameButtonDarwin_minimize {
- background-color: #fed045;
- }
- #frameButtonDarwin_minimize:hover,
- #frameButtonDarwin_minimize:focus {
- background-color: #FFE9A9;
- }
- #frameButtonDarwin_minimize:active {
- background-color: #ffde7b;
- }
- #frameButtonDarwin_restoredown {
- background-color: #96e734;
- }
- #frameButtonDarwin_restoredown:hover,
- #frameButtonDarwin_restoredown:focus {
- background-color: #D6FFA6;
- }
- #frameButtonDarwin_restoredown:active {
- background-color: #bfff76;
- }
- /*******************************************************************************
- * *
- * Welcome View (welcome.ejs) *
- * *
- ******************************************************************************/
- #welcomeContainer {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- width: 100%;
- transition: 0.25s ease;
- }
- #welcomeContent {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 50%;
- top: -10%;
- position: relative;
- }
- /*
- .cloudDiv {
- position: absolute;
- height: 100%;
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .cloudTop {
- height: 50%;
- width: 100%;
- background-image: url('../images/cloudTrans.png');
- animation: clouds1 80s linear infinite;
- background-size: cover;
- }
- .cloudBottom {
- height: 50%;
- width: 100%;
- background-image: url('../images/cloudTrans2.png');
- animation: clouds2 70s linear infinite;
- background-size: cover;
- }
- @keyframes clouds1 {
- to {
- background-position: 200%;
- }
- }
- @keyframes clouds2 {
- to {
- background-position: 230%;
- }
- }
- */
- #welcomeImageSeal {
- border-radius: 50%;
- border: 2px solid #cad7e1;
- background: rgba(1, 2, 1, 0.5);
- height: 125px;
- width: 125px;
- box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
- margin-bottom: 5%;
- margin-top: 10%;
- }
- #welcomeHeader {
- font-family: 'Avenir Medium';
- text-align: center;
- color: white;
- margin-bottom: 25px;
- letter-spacing: 1px;
- font-size: 20px;
- text-shadow: white 0px 0px 0px;
- }
- #welcomeDescription {
- font-family: 'Avenir Book';
- text-align: justify;
- color: white;
- font-size: 13px;
- font-weight: 100;
- text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px
- }
- #welcomeDescCTA {
- font-family: 'Avenir Book';
- text-align: center;
- color: white;
- font-size: 14px;
- font-weight: 100;
- text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 20px
- }
- /* Login button styles. */
- #welcomeButton {
- background: none;
- color: #fff;
- font-weight: bold;
- font-family: 'Avenir Book';
- letter-spacing: 2px;
- border: none;
- padding: 15px 5px;
- margin: 10px 0px;
- cursor: pointer;
- position: relative;
- right: -20px;
- transition: 0.5s ease;
- margin-top: 5%;
- margin-bottom: -5%;
- }
- #welcomeButton:disabled {
- color: rgba(255, 255, 255, 0.75);
- pointer-events: none;
- }
- #welcomeButton:hover,
- #welcomeButton:focus {
- text-shadow: 0px 0px 20px #fff;
- outline: none;
- }
- #welcomeButton:active {
- color: #c7c7c7;
- text-shadow: 0px 0px 20px #c7c7c7;
- }
- #welcomeSVG {
- -webkit-transform: translate3d(0, 0, 0);
- overflow: visible;
- transform: rotate(90deg);
- margin-left: 20px;
- transition: 0.25s ease;
- width: 20px;
- height: 20px;
- }
- #welcomeButton:hover #welcomeSVG,
- #welcomeButton:focus #welcomeSVG {
- -webkit-filter: drop-shadow(0px 0px 2px #fff);
- }
- #welcomeButton:active #welcomeSVG .arrowLine {
- stroke: #c7c7c7;
- }
- #welcomeButton:active #welcomeSVG {
- -webkit-filter: drop-shadow(0px 0px 2px #c7c7c7);
- }
- #welcomeButton:disabled #welcomeSVG .arrowLine {
- stroke: rgba(255, 255, 255, 0.75);
- }
- #welcomeButtonContent {
- display: flex;
- align-items: center;
- }
- /*******************************************************************************
- * *
- * Login View (login.ejs) *
- * *
- ******************************************************************************/
- /* Login span styles. */
- .loginSpan {
- font-family: 'Avenir Book';
- font-size: 14px;
- color: #fff;
- font-weight: bold;
- }
- /* Styles for dimmer login span. */
- .loginSpanDim {
- font-family: 'Avenir Book';
- font-size: 12px;
- color: #848484;
- font-weight: bold;
- }
- /* Main login container. */
- #loginContainer {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- width: 100%;
- transition: filter 0.25s ease;
- }
- /* Login content wrapper. */
- #loginContent {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- padding: 0px 25px;
- }
- /* Login form. */
- #loginForm {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- /* Login form anchor styles. */
- #loginForm a {
- font-family: 'Avenir Book';
- font-size: 12px;
- color: #848484;
- font-weight: bold;
- text-decoration: none;
- transition: 0.25s ease;
- }
- #loginForm a:hover,
- #loginForm a:focus {
- color: #a2a2a2;
- outline: none;
- }
- #loginForm a:active {
- color: #8b8b8b;
- }
- /* Logo on login form. */
- #loginImageSeal {
- border-radius: 50%;
- border: 2px solid #cad7e1;
- background: rgba(1, 2, 1, 0.5);
- height: 125px;
- width: 125px;
- box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
- margin-bottom: 20px;
- }
- /* Header on login view. */
- #loginSubheader {
- font-family: 'Avenir Medium';
- margin-bottom: 25px;
- font-size: 12px;
- letter-spacing: 1px;
- }
- /* Container to organize login field elements. */
- .loginFieldContainer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- /* SVG icons on the login view. */
- .loginSVG {
- fill: #fff;
- height: 20px;
- width: 20px;
- }
- /* Span which displays errors related to login field content. */
- .loginErrorSpan {
- font-family: 'Avenir Medium';
- font-weight: bold;
- font-size: 8px;
- color: #ff1b0c;
- width: 100%;
- text-align: right;
- position: absolute;
- top: 7px;
- opacity: 0;
- transition: 0.25s ease;
- }
- .shake {
- animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
- }
- @keyframes shake {
- 10%, 90% {
- transform: translate3d(-1px, 0, 0);
- }
-
- 20%, 80% {
- transform: translate3d(2px, 0, 0);
- }
-
- 30%, 50%, 70% {
- transform: translate3d(-4px, 0, 0);
- }
-
- 40%, 60% {
- transform: translate3d(4px, 0, 0);
- }
- }
- /* Login text input styles. */
- .loginField {
- font-family: 'Avenir Book';
- background: none;
- border-width: 1.5px 0px 0px 0px;
- border-style: solid;
- width: 250px;
- margin-bottom: 20px;
- border-color: #fff;
- color: rgba(255, 255, 255, 0.75);
- font-weight: bold;
- text-align: center;
- box-sizing: border-box;
- padding: 7.5px;
- font-size: 10px;
- letter-spacing: 1px;
- }
- .loginField:focus {
- outline: none;
- }
- .loginField:disabled {
- color: rgba(255, 255, 255, 0.50);
- }
- .loginField::-webkit-input-placeholder {
- color: rgba(255, 255, 255, 0.75);
- font-size: 10px;
- letter-spacing: 1px;
- text-align: center;
- font-weight: bold;
- }
- .loginField:focus::-webkit-input-placeholder {
- color: transparent;
- }
- /* Add spacing between password field and options bar. */
- #labelPassword {
- margin-bottom: 13px;
- }
- /* Container which contains the forgot and remember options. */
- #loginOptions {
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
- /* Remember option text. */
- #loginRememberText {
- padding-right: 10px;
- transition: 0.25s ease;
- }
- /* Login button styles. */
- #loginButton {
- background: none;
- color: #fff;
- font-weight: bold;
- font-family: 'Avenir Book';
- letter-spacing: 2px;
- border: none;
- padding: 15px 5px;
- margin: 10px 0px;
- cursor: pointer;
- position: relative;
- right: -20px;
- transition: 0.5s ease;
- }
- #loginButton:disabled {
- color: rgba(255, 255, 255, 0.75);
- pointer-events: none;
- }
- #loginButton[loading] {
- color: #fff;
- }
- #loginButton:hover,
- #loginButton:focus {
- text-shadow: 0px 0px 20px #fff;
- outline: none;
- }
- #loginButton:active {
- color: #c7c7c7;
- text-shadow: 0px 0px 20px #c7c7c7;
- }
- #loginSVG {
- -webkit-transform: translate3d(0, 0, 0);
- overflow: visible;
- transform: rotate(90deg);
- margin-left: 20px;
- transition: 0.25s ease;
- width: 20px;
- height: 20px;
- }
- #loginButton:hover #loginSVG,
- #loginButton:focus #loginSVG {
- -webkit-filter: drop-shadow(0px 0px 2px #fff);
- }
- #loginButton:active #loginSVG .arrowLine {
- stroke: #c7c7c7;
- }
- #loginButton:active #loginSVG {
- -webkit-filter: drop-shadow(0px 0px 2px #c7c7c7);
- }
- #loginButton:disabled #loginSVG .arrowLine {
- stroke: rgba(255, 255, 255, 0.75);
- }
- #loginButtonContent {
- display: flex;
- align-items: center;
- }
- #loginButton .circle-loader,
- #loginButton[loading] #loginSVG {
- display: none;
- }
- #loginButton[loading] .circle-loader,
- #loginButton #loginSVG {
- display: initial;
- }
- .circle-loader {
- margin-left: 20px;
- border: 2px solid rgba(255, 255, 255, 0.5);
- border-left-color: #ffffff;
- animation-name: loader-spin;
- animation-duration: 1s;
- animation-iteration-count: infinite;
- animation-timing-function: linear;
- position: relative;
- display: inline-block;
- vertical-align: top;
- border-radius: 50%;
- width: 16px;
- height: 16px;
- }
- .load-complete {
- animation: none;
- border-color: #ffffff;
- transition: border 500ms ease-out;
- }
- .checkmark {
- display: none;
- }
- .checkmark.draw:after {
- animation-duration: 800ms;
- animation-timing-function: ease;
- animation-name: checkmark;
- transform: scaleX(-1) rotate(135deg);
- }
- .checkmark:after {
- opacity: 1;
- height: 8px;
- width: 4px;
- transform-origin: left top;
- border-right: 2px solid #ffffff;
- border-top: 2px solid #ffffff;
- content: '';
- left: 2px;
- top: 8px;
- position: absolute;
- }
- @keyframes loader-spin {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes checkmark {
- 0% {
- height: 0;
- width: 0;
- opacity: 1;
- }
- 20% {
- height: 0;
- width: 4px;
- opacity: 1;
- }
- 40% {
- height: 8px;
- width: 4px;
- opacity: 1;
- }
- 100% {
- height: 8px;
- width: 4px;
- opacity: 1;
- }
- }
- /*.spinningCircle {
- margin-left: 20px;
- height: 16px;
- width: 16px;
- border-radius: 50%;
- border: 2px solid rgba(255,255,255,0);
- border-top-color: #ffffff;
- border-right-color: #ffffff;
- border-left-color: rgba(255, 255, 255, 0.50);
- border-bottom-color: rgba(255, 255, 255, 0.50);
- animation: single2 4s infinite linear;
- }
- @keyframes single2 {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(720deg);
- }
- }*/
- /* Disclaimer container. */
- #loginDisclaimer {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- /* Add spacing between register anchor and disclaimer. */
- #loginRegisterSpan {
- margin-bottom: 5px;
- }
- /* Disclaimer text styles. */
- .loginDisclaimerText {
- font-family: 'Avenir Book';
- font-size: 7px;
- color: #848484;
- font-weight: bold;
- text-align: center;
- }
- /* * *
- * Login View | Custom Checkbox
- * * */
- /* Checkbox container. */
- #checkmarkContainer {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- position: relative;
- cursor: pointer;
- font-size: 22px;
- -webkit-user-select: none;
- }
- /* Hide the default checkbox. */
- #checkmarkContainer input {
- opacity: 0;
- cursor: pointer;
- position: absolute;
- }
- /* Create a custom checkbox. */
- .loginCheckmark {
- position: relative;
- height: 10px;
- width: 10px;
- border: 1px solid #848484;
- border-radius: 1px;
- background: none;
- transition: 0.25s ease;
- }
- /* On hover and focus, add a grey border color. */
- #checkmarkContainer:hover input ~ *,
- #checkmarkContainer input:focus ~ * {
- color: #a2a2a2;
- border-color: #a2a2a2;
- }
- /* On keydown, darken the checkbox a bit. */
- #checkmarkContainer input:active ~ *:not(#loginRememberText) {
- color: #8d8d8d;
- border-color: #8d8d8d;
- }
- #checkmarkContainer[disabled] {
- pointer-events: none;
- }
- /* For checked -> #checkmarkContainer input:checked ~ * */
- /* Create the checkmark/indicator (hidden when not checked). */
- .loginCheckmark:after {
- content: "";
- display: none;
- }
- /* Show the checkmark when checked. */
- #checkmarkContainer input:checked ~ .loginCheckmark:after {
- display: block;
- }
- /* Style the checkmark/indicator. */
- #checkmarkContainer .loginCheckmark:after {
- position: absolute;
- left: 3.5px;
- top: 0.5px;
- width: 2px;
- height: 6px;
- border: solid #a2a2a2;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- }
- /* * *
- * Login View | Loader
- * * */
- /* Will reuse this elsewhere down the line.
- #loginLoading {
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.80);
- }
- #loginLoadingContent {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- #loadSpinnerContainer {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- #loadCenterImage {
- position: absolute;
- width: 200px;
- height: auto;
- }
- #loadSpinnerImage {
- width: 280px;
- height: auto;
- }
- #loadDescText {
- color: #f1eada;
- font-family: 'Avenir Medium';
- font-weight: bold;
- letter-spacing: 1px;
- font-size: 16px;
- }
- @keyframes rotating {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .rotating {
- animation: rotating 10s linear infinite;
- }*/
- /*
- #login_filter {
- height: calc(100% - 22px);
- width: 100%;
- z-index: 9000;
- position: absolute;
- filter: blur(8px) contrast(0.9) brightness(1.0);
- background: url('./../images/backgrounds/0.jpg') no-repeat center center fixed;
- transform: scale(1.2);
- background-size: cover;
- }
- */
- /*******************************************************************************
- * *
- * Landing View (Structural Styles) *
- * *
- ******************************************************************************/
- /* Main content container. */
- #landingContainer {
- height: 100%;
- }
- /* Upper content container. */
- #landingContainer > #upper {
- height: 77%;
- display: flex;
- }
- #landingContainer > #upper > #left {
- display: inline-flex;
- width: 15%;
- height: 100%;
- justify-content: flex-end;
- }
- #landingContainer > #upper > #content {
- display: inline-flex;
- width: 59%;
- height: 100%;
- }
- #landingContainer > #upper > #right {
- display: inline-flex;
- width: 26%;
- height: 100%;
- }
- /* Lower content container. */
- #landingContainer > #lower {
- height: 23%;
- display: flex;
- background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
- }
- #landingContainer > #lower > #left {
- height: 100%;
- width: 33%;
- display: inline-flex;
- justify-content: center;
- }
- #landingContainer > #lower > #left #content {
- position: relative;
- top: 25px;
- display: inline-flex;
- line-height: 24px;
- left: 50px;
- }
- #landingContainer > #lower > #center {
- height: 100%;
- width: 34%;
- display: inline-flex;
- justify-content: center;
- }
- #landingContainer > #lower > #center #content {
- position: relative;
- top: 10px;
- }
- #landingContainer > #lower > #right {
- height: 100%;
- width: 33%;
- display: inline-flex;
- }
- /*******************************************************************************
- * *
- * Landing View (Top Styles) *
- * *
- ******************************************************************************/
- /* * *
- * Landing View (Top Styles) | Left Content
- * * */
- /* Logo image. */
- #image_seal {
- height: 70px;
- width: auto;
- position: relative;
- margin-top: 50px;
- border: 2px solid white;
- border-radius: 50%;
- box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
- }
- /* * *
- * Landing View (Bottom Styles) | Right Content
- * * */
- /* Wrapper container for top, right content. */
- #rightContainer {
- display: flex;
- flex-direction: column;
- position: relative;
- top: 50px;
- align-items: flex-end;
- height: calc(100% - 50px);
- }
- /* Right hand user content container. */
- #user_content {
- display: flex;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- height: 75px;
- }
- /* User profile avatar container. */
- #avatarContainer {
- border-radius: 50%;
- border: 2px solid #cad7e1;
- background: rgba(1, 2, 1, 0.5);
- height: 70px;
- width: 70px;
- box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
- overflow: hidden;
- position: relative;
- }
- /* Avatar edit overlay. */
- #avatarOverlay {
- opacity: 0;
- position: absolute;
- z-index: 1;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- font-family: 'Avenir Book';
- color: #fff;
- transition: 0.25s ease;
- font-weight: bold;
- letter-spacing: 2px;
- background: linear-gradient(65deg, rgba(0, 0, 0, 0.4), rgba(136, 77, 77, 0.4) 60%);
- -webkit-user-select: none;
- cursor: pointer;
- }
- #avatarOverlay:hover {
- opacity: 1;
- }
- /* User profile avater image. */
- #avatarImage {
- height: 100%;
- width: auto;
- }
- /* User profile name text. */
- #user_text {
- font-family: 'Avenir Book';
- font-size: 12px;
- min-width: 112px;
- font-weight: 900;
- letter-spacing: 1px;
- color: white;
- text-shadow: 0px 0px 20px black;
- position: relative;
- right: 25px;
- text-align: right;
- }
- /* Social media icon content container. */
- #mediaContent {
- position: relative;
- display: flex;
- flex-direction: column;
- right: 25px;
- align-items: flex-end;
- margin-top: 40px;
- height: 100%;
- align-items: center;
- }
- /* Social Media Icon division containers. */
- #internalMedia, #externalMedia {
- display: flex;
- flex-direction: column;
- }
- /* Container object which wraps an icon to ensure fluid transitions. */
- .mediaContainer {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 27px;
- }
- /* Divider bar between the external and internal icons. */
- .mediaDivider {
- height: 1px;
- width: 14px;
- background: rgb(255, 255, 255);
- margin: 10px 0px;
- }
- /* Social media icon shared styles. */
- .mediaSVG {
- fill: #ffffff;
- height: 12px;
- transition: 0.25s ease;
- cursor: pointer;
- height: 12px;
- width: 25px;
- }
- .mediaSVG:hover, .mediaSVG:active {
- height: 20px;
- }
- /* News icon colors. */
- #newsSVG {
- stroke: #ffffff;
- }
- /* Twitter icon colors. */
- #twitterSVG:hover {
- fill: #1da1f2;
- }
- #twitterSVG:active {
- fill: #1b8dd4;
- }
- /* Instagram icon colors. */
- #instagramSVG:hover {
- fill: url('#instaFill')
- /*fill: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
- }
- #instagramSVG:active {
- fill: url('#instaFill')
- }
- /* Youtube icon colors. */
- #youtubeSVG:hover {
- fill: #f00;
- }
- #youtubeSVG:active {
- fill: #ea0202;
- }
- /* Discord icon colors. */
- #discordSVG:hover {
- fill: #7288d9;
- }
- #discordSVG:active {
- fill: #657ac4;
- }
- /*******************************************************************************
- * *
- * Landing View (Bottom Styles) *
- * *
- ******************************************************************************/
- /* Style for a general label on the bottom of the landing view. */
- .bot_label {
- color: white;
- font-family: 'Avenir Book';
- font-size: 9px;
- letter-spacing: 1px;
- font-weight: bold;
- text-shadow: 0px 0px 0px #bebcbb;
- }
- /* Divider used on the bottom of the landing view. */
- .bot_divider {
- height: 25px;
- width: 2px;
- background: rgba(107, 105, 105, 0.7);
- margin-left: 20px;
- margin-right: 20px;
- }
- /* * *
- * Landing View (Bottom Styles) | Left Content
- * * */
- /* Span which displays the player count of the selected server. */
- #player_count {
- color: #949494;
- font-family: 'Avenir Book';
- font-size: 8px;
- font-weight: 900;
- text-shadow: 0px 0px 20px #949494;
- margin-left: 10px;
- }
- /* Icon which displays the status of the mojang services. */
- #mojang_status_icon {
- font-size: 30px;
- color: #848484;
- margin-left: 15px;
- }
- /* * *
- * Landing View (Bottom Styles) | Center Content
- * * */
- /* Button which opens the menu view. */
- #menu_button {
- font-family: 'Avenir Book';
- background: none;
- border: none;
- cursor: pointer;
- }
- /* Arrow image which floats above the menu button. */
- #menu_img {
- height: 11px;
- margin-left: -2px;
- }
- /* Span which contains the menu button text. */
- #menu_text {
- color: white;
- font-weight: 900;
- letter-spacing: 2px;
- text-shadow: 0px 0px 0px #bebcbb;
- font-size: 11px;
- line-height: 30px;
- display: flex;
- }
- /* * *
- * Landing View (Bottom Styles) | Right Content
- * * */
- /* Main launch content container. */
- #landingContainer > #lower > #right #launch_content {
- position: relative;
- top: 25px;
- display: inline-flex;
- }
- /* The launch button. */
- #launch_button {
- font-family: 'Avenir Book';
- background: none;
- border: none;
- cursor: pointer;
- color: #fff;
- font-weight: 900;
- letter-spacing: 2px;
- text-shadow: 0px 0px 0px #bebcbb;
- font-size: 20px;
- padding: 0px;
- }
- /* Launch details main container, hidden until launch processing begins. */
- #launch_details {
- position: relative;
- top: 25px;
- display: none;
- }
-
- /* Left side of launch details container, displays percentage and a divider. */
- #launch_details_left {
- display: flex;
- }
- /* Span which displays percentage complete. */
- #launch_progress_label {
- color: white;
- font-family: 'Avenir Book';
- font-weight: 900;
- letter-spacing: 1px;
- text-shadow: 0px 0px 0px #bebcbb;
- font-size: 20px;
- min-width: 53.21px;
- max-width: 53.21px;
- text-align: right;
- }
- /* Right side of launch details container, displays progress bar and details. */
- #launch_details_right {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- /* Progress bar styles. */
- #launch_progress[value] {
- height: 3px;
- width: 265px;
- -webkit-appearance: none;
- }
- #launch_progress[value]::-webkit-progress-bar {
- background-color: transparent;
- }
- #launch_progress[value]::-webkit-progress-value {
- background-color: #fff;
- }
- /* Span which displays information about the status of the launch process. */
- #launch_details_text {
- font-size: 11px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- /*******************************************************************************
- * *
- * Overlay View (overlay.ejs) *
- * *
- ******************************************************************************/
- /* * *
- * Overlay View (Main Content)
- * * */
- /* Overlay container, placed over the main div. */
- #overlayContainer {
- position: absolute;
- top: 22px;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: calc(100% - 22px);
- background: rgba(0, 0, 0, 0.50);
- }
- /* Main overlay content. */
- #overlayContent {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- /*justify-content: space-between;*/
- width: 300px;
- /*height: 35%;*/
- box-sizing: border-box;
- padding: 15px 0px;
- /* background-color: #424242; */
- text-align: center;
- }
- /* Main overlay content anchor styles. */
- #overlayContent a {
- color: rgba(202, 202, 202, 0.75);
- transition: 0.25s ease;
- }
- #overlayContent a:hover {
- color: rgba(255, 255, 255, 0.75);
- }
- #overlayContent a:active {
- color: rgba(165, 165, 165, 0.75);
- }
- /* Add spacing between overlay content elements. */
- #overlayContent > *:first-child {
- margin-top: 0px !important;
- }
- #overlayContent > *:last-child {
- margin-bottom: 0px !important;
- }
- #overlayContent > * {
- margin: 8px 0px;
- }
- /* Overlay title styles. */
- #overlayTitle {
- font-family: 'Avenir Medium';
- font-size: 20px;
- color: #fff;
- font-weight: bold;
- letter-spacing: 1px;
- }
- /* Overlay description styles. */
- #overlayDesc {
- font-family: 'Avenir Book';
- font-size: 12px;
- color: #fff;
- font-weight: bold;
- }
- /* Div which contains action buttons. */
- #overlayActionContainer {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- /* Overlay acknowledge button styles. */
- #overlayAcknowledge {
- background: none;
- border: 1px solid #ffffff;
- color: white;
- font-family: 'Avenir Medium';
- font-weight: bold;
- border-radius: 2px;
- padding: 0px 8.1px;
- cursor: pointer;
- transition: 0.25s ease;
- }
- #overlayAcknowledge:hover,
- #overlayAcknowledge:focus {
- box-shadow: 0px 0px 10px 0px #fff;
- outline: none;
- }
- #overlayAcknowledge:active {
- border-color: rgba(255, 255, 255, 0.75);
- color: rgba(255, 255, 255, 0.75);
- }
- /* Overlay dismiss option styles. */
- #overlayDismiss {
- font-family: 'Avenir Book';
- font-weight: bold;
- font-size: 10px;
- text-decoration: none;
- padding-top: 2.5px;
- }
- #overlayDismiss:hover {
- color: rgba(255, 255, 255, 0.75);
- }
- #overlayDismiss:active {
- color: rgba(165, 165, 165, 0.75);
- }
- /* * *
- * Overlay View (Server Selection Content)
- * * */
- /* Server selection content container. */
- #serverSelectContent {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 75%;
- }
- /* Server selection header. */
- #serverSelectHeader {
- font-family: 'Avenir Medium';
- font-size: 20px;
- font-weight: bold;
- color: #fff;
- margin-bottom: 25px;
- }
- /* Wrapper div for the list of available servers. */
- #serverSelectList {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- max-height: 65%;
- min-height: 40%;
- }
- /* Scrollable div which lists the available servers. */
- #serverSelectListScrollable {
- padding: 0px 5px;
- overflow-y: scroll;
- }
- #serverSelectListScrollable::-webkit-scrollbar {
- width: 2px;
- }
- #serverSelectListScrollable::-webkit-scrollbar-track {
- display: none;
- }
- #serverSelectListScrollable::-webkit-scrollbar-thumb {
- border-radius: 10px;
- box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.50);
- }
- /* Content container for a server listing. */
- .serverListing {
- border: none;
- padding: 0px;
- width: 375px;
- min-height: 60px;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- opacity: 0.6;
- transition: 0.25s ease;
- cursor: pointer;
- position: relative;
- background: rgba(131, 131, 131, 0.25);
- }
- .serverListing[selected] {
- cursor: default;
- opacity: 1.0;
- }
- .serverListing:hover,
- .serverListing:focus {
- outline: none;
- opacity: 1.0;
- }
- /* Add spacing between server listings. */
- #serverSelectListScrollable > .serverListing:not(:first-child):not(:last-child) {
- margin: 5px 0px;
- }
- #serverSelectListScrollable > .serverListing:first-child {
- margin-bottom: 5px;
- }
- #serverSelectListScrollable > .serverListing:last-child {
- margin-top: 5px;
- }
- /* Server listing image. */
- .serverListingImg {
- margin: 0px 10px 0px 5px;
- border: 1px solid #fff;
- height: 50px;
- width: auto;
- }
- /* Content container for the server listing's details. */
- .serverListingDetails {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
- height: 50px;
- }
- /* The name of the server listing. */
- .serverListingName {
- font-family: 'Avenir Book';
- font-size: 14px;
- font-weight: bold;
- color: #fff;
- }
- /* Description for the server listing. */
- .serverListingDescription {
- font-family: 'Avenir Book';
- font-size: 10px;
- line-height: 10px;
- font-weight: bold;
- color: #fff;
- }
- /* Content container for the server listing's information. */
- .serverListingInfo {
- width: 100%;
- display: flex;
- justify-content: flex-start;
- }
- /* The minecraft version of the server listing. */
- .serverListingVersion {
- font-size: 10px;
- color: #fff;
- font-family: 'Avenir Book';
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- line-height: 12px;
- height: 12px;
- border-radius: 2px;
- background: rgba(31, 140, 11, 0.8);
- padding: 0px 2px;
- }
- /* The revision version of the server's manifest. */
- .serverListingRevision {
- font-family: 'Avenir Book';
- color: #969696;
- font-size: 10px;
- line-height: 12px;
- padding: 0px 5px;
- }
- /* Star which indicates the default (main) server. */
- .serverListingStarWrapper {
- display: flex;
- align-items: center;
- cursor: pointer;
- height: 12px;
- position: relative;
- }
- /* Tooltip which displays when hovering over the star. */
- .serverListingStarTooltip {
- visibility: hidden;
- opacity: 0;
- width: 65px;
- background-color: rgba(0, 0, 0, 0.40);
- color: #fff;
- text-align: center;
- border-radius: 4px;
- position: absolute;
- z-index: 1;
- left: 130%;
- font-family: 'Avenir Book';
- font-size: 10px;
- transition: visibility 0s linear 0.25s, opacity 0.25s ease;
- }
- .serverListingStarTooltip::after {
- content: " ";
- position: absolute;
- top: 50%;
- right: 100%; /* To the left of the tooltip */
- margin-top: -5px;
- border-width: 5px;
- border-style: solid;
- border-color: transparent rgba(0, 0, 0, 0.40) transparent transparent;
- }
- #serverListingStarWrapper:hover .serverListingStarTooltip {
- visibility: visible;
- opacity: 1;
- transition-delay:0s;
- }
- /* Content container which contains the server select actions. */
- #serverSelectActions {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-top: 25px;
- }
- /* Server selection confirm button styles. */
- #serverSelectConfirm {
- background: none;
- border: 1px solid #ffffff;
- color: white;
- font-family: 'Avenir Medium';
- font-weight: bold;
- border-radius: 2px;
- padding: 0px 8.1px;
- cursor: pointer;
- transition: 0.25s ease;
- min-height: 20.67px;
- }
- #serverSelectConfirm:hover,
- #serverSelectConfirm:focus {
- box-shadow: 0px 0px 10px 0px #fff;
- outline: none;
- }
- #serverSelectConfirm:active {
- border-color: rgba(255, 255, 255, 0.75);
- color: rgba(255, 255, 255, 0.75);
- }
- /* Server selection cancel button styles. */
- #serverSelectCancel {
- font-family: 'Avenir Book';
- font-weight: bold;
- font-size: 10px;
- text-decoration: none;
- padding-top: 2.5px;
- color: rgba(202, 202, 202, 0.75);
- transition: 0.25s ease;
- }
- #serverSelectCancel:hover {
- color: rgba(255, 255, 255, 0.75);
- }
- #serverSelectCancel:active {
- color: rgba(165, 165, 165, 0.75);
- }
|