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

content.css.style.css Maven / Gradle / Ivy

body {
    font-family: Arial, sans-serif;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.type1, .type2 {
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    width: 200px;
    height: 100px;
    float: left;
}

.heading {
    font-weight: bold;
    color: darkblue;
}

.body {
    margin: 10px;
}

input {
    margin-top: 2px;
    margin-bottom: 2px;
}

#loading {
    position: fixed;
    background-color: black;
    color: white;
    font-size: 36px;
    display: table;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#loading span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.highlight {
    background-color: aqua;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy