All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.termd.core.http.main.css Maven / Gradle / Ivy

Go to download

An open source terminal daemon library providing terminal handling in Java, back ported to Alibaba by core engine team to support running on JDK 6+.

There is a newer version: 1.1.7.14
Show newest version
#terminal:-webkit-full-screen{
    background-color: rgb(255, 255, 12);
}
.container {
    width: 100%;
    min-height: 600px;
}
.fullSc {
    z-index: 10000;
    position: fixed;
    top: 25%;
    left: 90%;
    display: none;
}
#fullScBtn {
    border-radius:17px;
    border: 0;
    cursor: pointer;
    background-color: black;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy