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

Cobertura example source code file (source-viewer.css)

This example Cobertura source code file (source-viewer.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 source-viewer.css source code

pre.src {
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
}

table.src {
	border: #dcdcdc 1px solid;
	font-size: 16px;
}

td.numLine {
    background: #f0f0f0;
    border-right: #dcdcdc 1px solid;
    padding-right: 3px;
    text-align: right;
}

td.numLineCover {
    background: #80ff80;
    border-right: #dcdcdc 1px solid;
    padding-right: 3px;
    text-align: right;
}

td.nbHits {
    background: #f0f0f0;
    border-right: #dcdcdc 1px solid;
    padding-right: 3px;
    text-align: right;
}

td.nbHitsCovered {
    background: #80ff80;
    border-right: #dcdcdc 1px solid;
    padding-right: 3px;
    text-align: right;
}

td.nbHitsUncovered {
    background: #ff9090;
    border-right: #dcdcdc 1px solid;
    font-weight: bold;
    padding-right: 3px;
    text-align: right;
}

td.src {
    width: 100%;
}

span.comment {
    color: #b22222;
    font-style: italic;
}

span.keyword {
    color: #2020bf;
    font-weight: bold;
}

span.srcUncovered {
    background: #ff9090;
}

span.string {
    color: #2a00ff;
}

span.text_italic {
	font-size: 12px;
    font-style: italic;
}

Other Cobertura examples (source code examples)

Here is a short list of links related to this Cobertura source-viewer.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.