Files
2022-03-02 11:42:17 -05:00

261 lines
4.1 KiB
CSS

#main_logo {
display: flex;
justify-content: center;
}
html {
font-family: Arial, Helvetica, sans-serif;
height: 100%;
margin: 0;
padding: 0;
}
#logo_img {
margin-top: 30px;
}
#aa_header {
display: inline;
}
#aa_version {
display: inline;
position: relative;
top: -95px;
left: 155px;
font-size: 16px;
color: gray;
}
#aa_ip {
display: inline;
position: relative;
top: -75px;
left: -227px;
font-size: 16px;
color: gray;
}
#iframe {
width: 99.99999%;
height: 99.9999%;
border: none
}
#iframe_div {
width: 100%;
height: 100%;
}
#aa_connected {
display: inline;
position: relative;
top: -55px;
left: -295px;
font-size: 16px;
color: green;
}
#power {
position: absolute;
top: 5%;
right: 6%;
}
#status {
margin-top: 25px;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
}
#main1 {
cursor: pointer;
display: inline-block;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: absolute;
left: 2%;
width: 38%;
margin: 3%;
height: 100px;
padding: 5px;
}
#main1_icon {
font-size: 100px;
position: absolute;
left: 5px;
top: 5px;
font-weight: lighter;
}
#main1_text {
position: absolute;
left: 120px;
font-size: 26px;
top: 40%;
}
#main2 {
cursor: pointer;
display: inline-block;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: absolute;
right: 2%;
width: 38%;
margin: 3%;
height: 100px;
padding: 5px;
}
#main2_icon {
font-size: 100px;
position: absolute;
left: 5px;
top: 5px;
font-weight: lighter;
}
#main2_text {
position: absolute;
left: 120px;
font-size: 26px;
top: 40%;
}
#main3 {
cursor: pointer;
display: inline-block;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 38%;
margin: 3%;
height: 100px;
padding: 5px;
position: absolute;
left: 2%;
bottom: 2%;
}
#main3_icon {
font-size: 90px;
position: absolute;
top: 10px;
font-weight: lighter;
}
#main3_text {
position: absolute;
left: 120px;
font-size: 26px;
top: 25%;
line-height: 30px;
}
#main4 {
cursor: pointer;
cursor: pointer;
display: inline-block;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 38%;
margin: 3%;
height: 100px;
padding: 5px;
position: absolute;
right: 2%;
bottom: 2%;
}
#main4_icon {
font-size: 100px;
position: absolute;
left: 5px;
top: 5px;
font-weight: lighter;
}
#main4_text {
position: absolute;
left: 120px;
font-size: 26px;
top: 40%;
}
#hostname_input {
display: block;
margin-left: auto;
margin-right: auto;
}
#username_input {
display: block;
margin-left: auto;
margin-right: auto;
}
#password_input {
display: block;
margin-left: auto;
margin-right: auto;
}
#login_button {
display: block;
margin-left: auto;
margin-right: auto;
}
#hostname_connect {
display: block;
margin-left: auto;
margin-right: auto;
}
.cet-titlebar,
.cet-titlebar>* {
font-weight: bold;
}
#logo_img {
display: block;
margin-left: auto;
margin-right: auto;
}
#title {
text-align: center;
}
#floating_nav {
z-index: 1;
width: 158px;
height: 50px;
border-radius: 8px;
background-color: rgba(255,255,255,1);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 20px 0 rgba(0, 0, 0, .7);
position: absolute;
bottom: 10px;
left: 10px;
}
#back {
margin: 5px;
}
#forward {
margin: 5px;
}
#refresh {
margin: 5px;
}