view templates/style.css @ 9:5bc6733b29bd

2012-02-01 Pavel Tisnovsky <ptisnovs@redhat.com> * src/ReportGenerator.java: * templates/class_report.js: * templates/class_template.html: * templates/style.css: Added new functionality - methods coveraged by tests could be filtered in a generated class list (HTML page + JavaScript). * path_to_rt_jar.txt: Updated path * test_directory.txt: Updated path * Makefile: Updated according to previous changes.
author ptisnovs
date Wed, 01 Feb 2012 10:24:45 +0100
parents 342d366654ce
children 4a18f35c8dff
line wrap: on
line source

body      {font-family: arial, helvetica, sans-serif; color:#000000; text-align:justify; background-color:#ffffff; margin-left: 0px; margin-top: 0px}
h1        {font-family: arial, helvetica, sans-serif; color:#000000; background:#80a0a0; text-align:center; padding-left: 1em; margin: 0}
h2        {font-family: arial, helvetica, sans-serif; color:#000000; background:#c0c060; padding-left: 1em; padding-right:1cm}
h3        {font-family: arial, helvetica, sans-serif; color:#000000; background:#a0a080; padding-left: 1em; padding-right:1cm}
h4        {font-family: arial, helvetica, sans-serif; color:#000000; background:#c0c0a0; padding-left: 1em; padding-right:1cm; margin-bottom: 5px}
a         {font-family: arial, helvetica, sans-serif; color:#0000ff; text-decoration:none}
a:link    {color:#0000ff}
a:visited {color:#0000ff}
a:visited {color:#0000ff}
a:hover   {color:#ffffff; background:#404040}
p         {font-family: arial, helvetica, sans-serif; color:#000000; text-align:justify; padding-left:1em; padding-right:1em}
li        {font-family: arial, helvetica, sans-serif; color:#000000; text-align:justify}
pre       {}
tr        {font-family: arial, helvetica, sans-serif; text-align:left}
td        {font-family: arial, helvetica, sans-serif; text-align:left}
td.center {font-family: arial, helvetica, sans-serif; text-align:center}
th.center {font-family: arial, helvetica, sans-serif; text-align:center}

.forms    {background-color: #f0f0dd; vertical-align: top; width: 720px; border-collapse: collapse; border-color:#808080; margin-left:32px}

.present-method     {background-color:#006000}
.absent-method      {background-color:#600000}
.coveraged          {}

.method-return-type {}
.method-name        {}
.method-params      {}

table.package_list {
        border-width: 0px;
        border-spacing: 0px;
        border-style: dashed;
        border-color: black;
        border-collapse: collapse;
        background-color: white;
        width: 100%;
}
table.package_list th {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        background-color: #c0c0ff;
        /* -moz-border-radius: ; */
}
table.package_list td {
        border-width: 1px;
        padding: 1px;
        border-style: inset;
        border-color: gray;
        /* -moz-border-radius: ; */
}