All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

The newest version!
body,
html,
pre {
    margin: 0;
    padding: 0;
    font-family: Monaco, 'Lucida Console', monospace;
    background: #ECECEC
}

h1 {
    margin: 0;
    background: #A31012;
    padding: 20px 45px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #690000;
    font-size: 28px
}

p#detail {
    margin: 0;
    padding: 15px 45px;
    background: #F5A0A0;
    border-top: 4px solid #D36D6D;
    color: #730000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
    font-size: 14px;
    border-bottom: 1px solid #BA7A7A
}

p#detail input {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#AE1113), to(#A31012));
    border: 1px solid #790000;
    padding: 3px 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-family: Monaco, 'Lucida Console';
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: -1px
}

h2,
pre {
    margin: 0;
    font-size: 12px
}

h2 {
    padding: 5px 45px;
    background: #333;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-top: 4px solid #2a2a2a
}

pre,
pre span.line {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5)
}

pre {
    border-bottom: 1px solid #DDD;
    position: relative;
    overflow: hidden
}

pre span.line {
    text-align: right;
    display: inline-block;
    padding: 5px;
    width: 30px;
    background: #D6D6D6;
    color: #8B8B8B;
    font-weight: 700
}

pre.error span.line,
pre.error span.marker {
    background: #A31012;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

pre span.code {
    padding: 5px;
    right: 0;
    left: 40px;
    position: absolute;
}

pre:first-child span.code {
    border-top: 4px solid #CDCDCD
}

pre:first-child span.line {
    border-top: 4px solid #B6B6B6
}

pre.error span.line {
    color: #fff
}

pre.error {
    color: #A31012
}

pre.error span.marker {
    color: #fff
}

body {
    word-wrap: break-word;
}

stacktrace {
    padding-left: 5px;
    padding-bottom: 5px
}

exception {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-family: Monaco, 'Lucida Console', monospace
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy