jsUnitStyle.css 809 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
body {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 0.8em;
    background-color: #fff;
}

a:link, a:visited {
    color: #00F;
}

a:hover {
    color: #F00;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
    font-weight: bold;
    color: #039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
    font-weight: bold;
    color: #039;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
    font-weight: bold;
    color: #039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jsUnitTestResultSuccess {
    color: #000;
}

.jsUnitTestResultNotSuccess {
    color: #F00;
Rafael Monnerat's avatar
Rafael Monnerat committed
50
}