Path

ez components / documentation / api reference / 2008.1beta1 / debug


eZ Components 2008.1beta1

Debug: Example_stylesheet

[ Tutorial ] [ Example stylesheet ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]
.ezc-debug-output .group-header, .ezc-debug-output .debugheader
{
    text-align: left;
    background-color: #dddddd;
}

.ezc-debug-output .group-header th, .ezc-debug-output .debugheader th
{
    border-top: solid 1px gray;
}

.ezc-debug-output td.source
{
    font-weight: bold;
}

.ezc-debug-output th, .ezc-debug-output td
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.ezc-debug-output tr.totals
{
    text-align: left;
    font-weight: bold;
    background-color: #eeeeee;
}

.ezc-debug-output td.tp-elapsed, .ezc-debug-output td.tp-percent, .ezc-debug-output td.tp-average
{
    text-align: right;
}

.ezc-debug-output td.tp-count
{
    text-align: center;
}

.ezc-debug-output td.tp-empty
{
    display: none;
}

.ezc-debug-output tr.switch
{
    font-style: italic;
    font-size: 90%;
}

.ezc-debug-output tr.switch td.tp-name
{
    padding-left: 2em;
}

.ezc-debug-output table
{
    margin-bottom: 2em;
    border: 1px solid gray;
    border-spacing: 0;
}

.ezc-debug-output span.verbosity1
{
    color: #ff0000;
}

.ezc-debug-output span.verbosity2
{
    color: #dd6622;
}

.ezc-debug-output span.verbosity3
{
    color: #fc8f1c;
}

    .ezc-debug-output .log .debugstacktrace .stacktrace th
    {
            padding-bottom: 3px;
            border-bottom: 3px solid black;
            font-weight: bold;
    }

    .ezc-debug-output .log .debugstacktrace .stacktrace td
    {
            padding-top: 3px;
            padding-bottom: 3px;
    }

    .ezc-debug-output .log .debugstacktrace .stacktrace td.stacktraceno
    {
            font-weight: bold;
    }

    .ezc-debug-output .log .debugstacktrace .stacktrace td.stacktracefunction
    {
            font-style: italic;
    }

    .ezc-debug-output .log .debugstacktrace .stacktrace td.stacktracelocation
    {
            color: #c0c0c0;
    }
Last updated: Tue, 27 May 2008