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

styles.gadget.css Maven / Gradle / Ivy

The newest version!
/**
 * Licensed to Marvelution under one or more contributor license
 * agreements.  See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Marvelution licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License.
 * You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

.empty-results {
	padding: 0.5em;
	text-align: left;
}

/** Status Gadget Styles **/
.job {
	font-family: arial,sans-serif;
	width: 100%;
}

.result {
	height: 115px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

.job .successful {
	background-color: #393;
}

.job .successful .name {
	border: 1px solid #393;
}

.job .successful .name,
.job .successful .name a {
	color: #FFF;
}

.job .failed {
	background-color: #A00;
}

.job .failed .name {
	border: 1px solid #A00;
}

.job .failed .name,
.job .failed .name a {
	color: #FFF;
}

.job .unstable {
	background-color: #FFDD00;
}

.job .unstable .name {
	border: 1px solid #FFDD00;
}

.job .unstable .name,
.job .unstable .name a {
	color: #FFF;
}

.job .aborted,
.job .notbuild {
	background-color: #999;
}

.job .aborted .name,
.job .notbuild .name {
	border: 1px solid #999;
}

.job .aborted .name,
.job .aborted .name a,
.job .notbuild .name,
.job .notbuild .name a {
	color: #FFF;
}

.job .name {
	background-color: rgba(255, 255, 255, 0.2);
	font-family: arial,sans-serif;
	padding: 10px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.job .name a,
.job .name a:HOVER,
.job .name a:VISITED {
	text-decoration: none;
}

.details {
	color: #FFF;
	padding-left: 50px;
}

.details table,
.details table a {
	color: #FFF;
}

.details table th {	
	text-align: right;
}

.tabbedDetails {
	margin: -18px -1px;
}

/** Chart Gadget Styles **/
.chartHeader {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.chartImage {
	text-align: center;
	vertical-align: middle;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy