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

static.styles.style.css Maven / Gradle / Ivy

The newest version!
.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
    background-color: #f8f9fa;
}

span.fa.fa-star.checked {
    color: orange;
}

.navbar-brand img {
    margin-right: 10px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

.btn-primary {
    background-color: #e52a29;
    border-color: #e52a29;
}

.alert{
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    border: none;
}

.btn-link {
    color: gainsboro;
}


ol.breadcrumb {
    background-color: transparent;
    padding: 0px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy