alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Cobertura example source code file (main.css)

This example Cobertura source code file (main.css) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Cobertura tags/keywords

The Cobertura main.css source code

@import url("help.css");
@import url("source-viewer.css");
@import url("tooltip.css");

.hidden {
	display: none;
}

a.dfn {
	border-bottom: 1px dotted #00aa00;
	cursor: help;
}

a.dfn:active, a.dfn:link, a.dfn:visited {
	color: #000000;
	text-decoration: none;
}

a.dfn:hover {
	color: #0000ff;
	text-decoration: none;
}

body {
	font-family: verdana, arial, helvetica;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

h5 {
	margin-top: 0.5em;
}

div.footer {
	font-size: 68%;
	margin-top: 1.5em;
}

div.percentgraph
{
	background-color: #f02020;
	border: #808080 1px solid;
	height: 1.3em;
	margin: 0px;
	padding: 0px;
	width: 100px;
}

div.percentgraph div.greenbar
{
	background-color: #00f000;
	height: 1.3em;
	margin: 0px;
	padding: 0px;
}

div.percentgraph div.na
{
	background-color: #eaeaea;
	height: 1.3em;
	margin: 0px;
	padding: 0px;
}

div.percentgraph span.text
{
	display: block;
	position: absolute;
	text-align: center;
	width: 100px;
}

div.separator {
	height: 10px;
}

table tr td, table tr th {
	font-size: 68%;
}

td.value table tr td {
    font-size: 11px;
}

table.percentgraph {
	border: 0px;
	font-size: 130%;
	margin: 0px;
	margin-left: auto;
	margin-right: 0px;
	padding: 0px;
}

table.percentgraph tr.percentgraph {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.percentgraph td.percentgraph {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}

table.report {
	border-collapse: collapse;
	width: 100%;
}

table.report td {
	border: #d0d0d0 1px solid;
}

table.report td.heading {
    background: #dcecff;
	font-weight: bold;
	text-align: center;
}

table.report td.heading:hover {
    background: #c0ffc0;
	cursor: pointer;
}

table.report td.value {
	text-align: right;
}

Other Cobertura examples (source code examples)

Here is a short list of links related to this Cobertura main.css source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.