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

skeleton.app.assets.stylesheets.main.css Maven / Gradle / Ivy

There is a newer version: 2023.2.0-M1
Show newest version
/* BASE LAYOUT */
html, body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    height: 100%;
}

body {
    background-color: #F5F5F5;
    color: #333333;
    padding-top: 100px;
    margin: 0;
}

a:hover, a:active {
    outline: none;
}

img {
    border: 0;
}

/* GENERAL */

#content {
    margin: 2em 0;
    padding: 1em 0;
    background: white;
}

#content h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 200;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

#content h2 {
    font-size: 1.25em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

#content p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: 300;
}

.centered {
    text-align: center;
}

#content .scaffold h1 {
    border-bottom: 1px solid #CCCCCC;
    padding: 0.5rem 0;
    text-align: left;
    font-size: 1.375em;
}

#content .scaffold.scaffold-list h1 {
    border: none;
}

#controllers {
    padding-top: 20px;
    width: 100%;
}

#controllers ul {
    padding-left: 20px;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

.footer img {
    height: 80px;
    margin-right: 25px;
    margin-bottom: 15px;
    clear: bottom;
}

.footer strong a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}

.footer {
    background: #424649;
    color: #ffffff;
    clear: both;
    font-size: 1em;
    padding: 2em 0;
    min-height: 1em;
}

.footer a {
    color: #f49b06;
    text-decoration: none;
}

.footer a:hover {
    color: #f49b06;
    text-decoration: underline;
}

.spinner {
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

/* NAVIGATION MENU */
/* customizing bootstrap nav bar */
.navbar {
    margin-bottom: 0px;
}

.navbar-dark a {
    color: #ffffff !important;
    font-size: 18px !important;
    text-decoration: none;
}

.navbar-dark, .navbar-static-top {
    background-color: #424649;
}
a.navbar-brand {
    color: white !important;
    font-size: 19px !important;
}
.navbar-dark .navbar-nav>.active>a, .navbar-dark .navbar-nav>.active>a:hover, .navbar-dark .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: white;
}
.navbar-nav>li.active>a {
    color: white !important;
}
.navbar-nav>li>a:hover {
    background-color: #f49b06 !important;
    color: white !important;
}
.navbar-nav>li>a {
    color: #c0d3db;
}
.navbar-dark .navbar-toggler .icon-bar {
    background-color: white;
}
.navbar-dark .navbar-toggle:hover, .navbar-dark .navbar-toggle:focus {
    background-color: #f49b06;
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar .dropdown a.dropdown-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar .navbar-nav li.nav-item {
    margin-left: 0.5em;
}

.navbar .dropdown-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #6b6f73;
}

.navbar .navbar-nav .nav-link {
    color: #666666;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
    border-radius: 0.3em;
}

.navbar .navbar-nav .nav-link:focus-visible {
    box-shadow: none;
}

.navbar li.dropdown-item a {
    border-radius: 0;
}

.navbar .navbar-nav a:active, .navbar .navbar-nav a:visited {
    color: #f49b06;
}

.navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover {
    background-color: #f49b06;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.navbar li.dropdown ul.dropdown-menu.show {
    background-color: #424649;
}

.nav a {
    color: #666666;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
    border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
    color: #666666;
}

.nav a:focus, .nav a:hover {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
    margin: 0.5em 0;
    padding: 0.5em 0;
}

.property-list .fieldcontain {
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.fieldcontain {
    margin-top: 1em;
}

.fieldcontain label,
.fieldcontain .property-label {
    color: #666666;
    text-align: right;
    width: 25%;
}

.fieldcontain .property-label {
    float: left;
}

.fieldcontain .property-value {
    display: block;
    margin-left: 27%;
}

.form-group .property-value {
    display: block;
    margin-left: 0;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 0;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font-size: 1em;
    padding: 0.2em 0.4em;
}

select {
    padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
    vertical-align: top;
}

textarea {
    width: 250px;
    height: 150px;
    overflow: auto; /* IE always renders vertical scrollbar without this */
    vertical-align: top;
}

input[type=checkbox], input[type=radio] {
    background-color: transparent;
    border: 0;
    padding: 0;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    outline: 0;
    box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {
    color: #cc0000;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}

ul.one-to-many {
    display: inline-block;
    list-style-position: inside;
    vertical-align: top;
}

ul.one-to-many li.add {
    list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

fieldset.embedded legend {
    margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
    margin: 0;
    padding: 0;
}

.message {
    background: #f3f3ff;
    border: 1px solid #b2d1ff;
    color: #006dba;
    box-shadow: 0 0 0.25em #b2d1ff;
}

.errors li {
    list-style: none;
    text-indent: .5em;
}

.message {
    text-indent: .5em;
}

/* form fields with errors */

.error input, .error select, .error textarea {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
    box-shadow: 0 0 0.5em #ffaaaa;
}

input:invalid, select:invalid, textarea:invalid {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* PAGINATION */
.pagination a,
.pagination .currentStep {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    border-right: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination a:focus,
.pagination .currentStep {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.pagination a:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.pagination .prevLink {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.pagination .nextLink {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-right: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}

/* ACTION BUTTONS */

.buttons {
    padding: 0 0 1em 0;
}

.buttons a {
    text-decoration: none;
}

a.skip {
    position: absolute;
    left: -9999px;
}

.grace-logo-container {
    background: #7c7c7c no-repeat 50% 30%;
    color: white;
    text-align:center;
}

img.grace-logo {
    height:320px;
    margin-top:4px;
}

/* Bootstrap Icons */
.bi {
    margin-right: 0.5em;
}

th {
    background-color: #efefef;
    color: #666666;
    font-weight: bold;
    line-height: 1.7em;
    padding: 0.2em 0.6em;
}

thead th {
    white-space: nowrap;
}

th a {
    display: block;
    text-decoration: none;
}

th a:link, th a:visited {
    color: #666666;
}

th a:hover, th a:focus {
    color: #333333;
}

th.sortable a::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.15em;
    margin-left: .5em;
}

th.asc a::after {
    content: "\f57b";
}

th.desc a::after {
    content: "\f575"; 
}

.alert {
    margin-top: 1rem;
}


.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy