2024-03-17 21:18:11 +01:00

190 lines
3.2 KiB
CSS

html,body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
touch-action: none;
font-size: 14px;
font-family: "Ubuntu";
}
#desktop > div > ul afx-list-item {
width: 70px;
padding:3px;
}
#desktop > div > ul afx-list-item li
{
padding: 3px;
}
body
{
background-image: url("wp/wp2.jpg");
background-size: cover;
background-repeat: repeat;
}
#wrapper{
margin: 0;
padding: 0;
min-height:100%;
overflow:hidden;
}
.afx-clear{
clear:both;
background-color: transparent;
border: 0;
height: 1px;
}
#workspace {
width: 100%;
position: absolute;
top: 0;
bottom: 35px;
}
#desktop{
position: absolute;
bottom: 0;
margin: 0;
right: 0;
user-select:none;
cursor: default;
padding:0px;
overflow: hidden;
top:0;
left: 0;
}
#desktop > div > ul afx-list-item {
display:block;
background-color:transparent;
text-align: center;
}
#desktop > div > ul afx-list-item li.selected {
display:block;
text-align: center;
}
#desktop > div > ul afx-list-item span{
width: 100%;
word-wrap: break-word;
}
#systooltip {
z-index: 1000000;
}
input {
font-size: 14px;
height: 35px;
font-family: "Ubuntu";
outline: none;
}
textarea {
font-family: "Ubuntu";
font-size: 14px;
}
#login_form{
width:300px;
height: 215px;
border:1px solid #262626;
border-radius: 6px;
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.65);
position: absolute;
margin: auto;
top:0;
right: 0;
bottom: 0;
left: 0;
background-color: #363636;
color: white;
}
#login_form > div > afx-label
{
border-bottom: 1px solid #262626;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
margin:0;
}
#login_form > div > afx-label .label-text
{
text-align: center;
font-weight: bold;
}
#login_form afx-input afx-label
{
font-size: 13px;
color: #bb86fc;
background-color: #464646;
}
#login_form afx-input input
{
border-radius: 0;
border: 0;
border-bottom: 1px solid #262626;
background-color: #464646;
color: white;
}
#login_form afx-input input:focus
{
border-bottom: 1px solid #bb86fc;
}
#login_form button{
outline: none;
min-height: 35px;
min-width: 40px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #262626;
background-color: #464646;
color: white;
border-radius: 3px;
margin: 0;
font-family: "Ubuntu";
}
button {
font-size: 14px;
margin: 0;
}
#login_error {
color:chocolate;
font-weight: normal;
}
#clipboard {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
box-sizing: border-box;
}
#antos_build_id {
position: absolute;
display: block;
bottom: 0;
right: 0;
padding: 2px;
background-color: #d6d4d4;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
}
#antos_build_id a:link,
#antos_build_id a:visited,
#antos_build_id a:hover
{
color:#df3154;
text-decoration: none;
}
afx-desktop > .list-container > ul > afx-list-item afx-label span {
flex-direction: column;
}
afx-desktop > .list-container > ul > afx-list-item afx-label i.label-text{
word-break: break-word;
}