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

keycloak-licenses-common.licenses.css Maven / Gradle / Ivy

There is a newer version: 26.1.0
Show newest version
body {
    font-family: monospace;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid navy;
    margin: 2em 0;
}

th {
    text-align: left;
    background-color: #BCC6CC;

}

th, td {
    padding: 2px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.archive ul {
    padding-left: 40px;
}

li.archive p {
    display: inline;
    margin: 0;
}

li.archive p:after {
    content: ":";
}

li.archive:before {
    content: "a ";
}
li.file:before {
    content: "f ";
}
li.directory:before {
    content: "d ";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy