org.n3r.quartz.glass.css.style.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartz-glass Show documentation
Show all versions of quartz-glass Show documentation
A web user interface for quartz
body {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
}
h1 {
font-size: 14px;
width: 100%;
background-color: #f1f1f1;
border-top: 1px #d0d0d0 solid;
border-right: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
border-radius: 5px 5px 0 0;
line-height: 25px;
margin-bottom: 0px;
}
h1 span {
margin: 2px;
}
h2 {
font-size: 12px;
width: 100%;
background-color: #f1f1f1;
border-top: 1px #d0d0d0 solid;
border-right: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
border-radius: 5px 5px 0 0;
line-height: 25px;
margin-bottom: 0px;
}
h2 span {
margin: 2px;
}
a {
outline: 0;
text-decoration: underline;
color: black;
}
a img {
border: 0;
}
div.menu {
font-size: 12px;
width: 100%;
background-color: #4f608f;
border: 1px #41517c solid;
border-radius: 5px;
height: 30px;
color: #dde1f0;
}
div.menu a {
color: #dde1f0;
}
div.menu .title {
font-size: large;
margin-left: 5px;
line-height: 25px;
}
div.menu ul.items {
list-style-type: none;
margin: 0;
padding: 0;
display: inline;
}
div.menu ul.items li {
display: inline;
}
div.menu ul.jobs {
list-style-type: none;
margin: 5px;
padding: 0;
display: inline;
position: absolute;
right: 10px;
}
div.menu ul.jobs li {
display: inline;
}
div.menu .standby {
clear: both;
display: block;
float: right;
position: absolute;
right: 15px;
}
div.subMenu {
font-size: 12px;
width: 100%;
background-color: #f1f1f1;
border: 1px #d0d0d0 solid;
border-radius: 5px;
margin-top: 10px;
}
div.subMenu a {
margin: 4px;
}
div.actions {
font-size: 12px;
width: 100%;
background-color: #f1f1f1;
border-right: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
padding-bottom: 5px;
}
div.actions a:first-child {
margin-left: 10px;
}
div.table {
font-size: 12px;
width: 100%;
background-color: #f1f1f1;
border-bottom: 1px #d0d0d0 solid;
border-right: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
border-radius: 0 0 5px 5px;
}
div.table table {
font-size: 12px;
width: 100%;
border-collapse: collapse;
}
div.table table col.small {
width: 50px;
}
div.table table col.medium {
width: 200px;
}
div.table table th {
white-space: nowrap;
padding: 0 5px;
}
div.table tbody tr:nth-child(even) {
background-color: #FAFAFA;
}
div.table tbody tr:nth-child(odd) {
background-color: #EDEDED;
}
div.table td {
padding: 2px;
}
div.table a {
}
div.table img {
width: 18px;
}
table.dashboard {
border-collapse: collapse;
margin: 5px;
padding: 5px;
width: 99%;
}
table.dashboard tr {
border: 1px solid;
padding: 0 2;
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
}
table.dashboard td {
border: 1px solid;
padding: 0 2;
}
table.dashboard th {
}
span.error {
color: red;
}
.pages {
font-size: 12px;
width: 100%;
margin-top: 10px;
background-color: #f1f1f1;
border: 1px #d0d0d0 solid;
border-radius: 5px;
text-align: center;
}
.pages a {
display: inline;
}
.pages form {
display: inline;
}
.pages input {
display: inline;
}
.form {
font-size: 12px;
width: 100%;
margin-top: 10px;
background-color: #f1f1f1;
border: 1px #d0d0d0 solid;
border-radius: 5px;
}
.form form {
margin-left: 5px;
}
.code {
font-family: monospace;
margin: 1em 0px;
}
span.DEBUG, span.INFO, a.DEBUG, a.INFO {
}
span.SUCCESS, a.SUCCESS {
background-color: #6dd579;
border-radius: 4px;
padding: 1px 3px;
color: white;
text-decoration: none;
}
span.WARN, a.WARN {
background-color: #f6bb55;
border-radius: 4px;
padding: 1px 3px;
color: white;
text-decoration: none;
}
span.ERROR, a.ERROR {
background-color: #fa6060;
border-radius: 4px;
padding: 1px 3px;
color: white;
text-decoration: none;
}
.footer {
width: 100%;
padding-top: 5px;
}
.footer .version {
float: right;
font-size: 12px;
}
.innertab-title {
background-color: #EDEDED;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 3px;
display: inline-block;
}
.innertab-content {
background-color: #EDEDED;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: 3px;
margin: 0 0 3px 0;
}