common_cadline_libraries (CRM hardlock/db/users classes; upstream cadline_web/cadcommonlib), maintenance/ (ARCHLine.XP license backend; upstream cadline_web/maintenance), maintenance2/. Vetted live files (byte-truth); upstream repos in PROVENANCE.md. NOTE: could be git submodules — kept as live files for byte-fidelity. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
57 lines
738 B
CSS
57 lines
738 B
CSS
body {
|
|
background-color: white;
|
|
}
|
|
|
|
h1 {
|
|
color: maroon;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.good {
|
|
background-color: #00FF00;
|
|
}
|
|
|
|
.fail {
|
|
background-color: #FF0000;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.message {
|
|
background-color: #F5B120;
|
|
}
|
|
|
|
.fail:hover {
|
|
background-color: #FF0000;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.case {
|
|
border-radius: 25px;
|
|
}
|
|
|
|
.suite {
|
|
border-radius: 25px;
|
|
}
|
|
|
|
.entry {
|
|
border-radius: 0px;
|
|
}
|
|
|
|
span {
|
|
border: 2px solid;
|
|
border-color: black;
|
|
padding: 2px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.boxshadow {
|
|
background-repeat: no-repeat;
|
|
border: 1px solid black;
|
|
box-shadow: 10px 10px 5px #888888;
|
|
}
|
|
|
|
.skipped {
|
|
margin-bottom: 2px !important;
|
|
cursor: default;
|
|
} |