|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
-
-
-
-
-
-
- body { padding: 20px; font-family: calibri; font-size: 14pt; color: #333; background-color: #fcfcfc; }
-
- table.Form { width: auto; }
- table.Form th,
- table.Form td { padding-right: 20px; }
- table.Form input.Submit { height: 40px; }
-
- table.Results { width: 98%; }
- table.Results th,
- table.Results td { padding: 5px; vertical-align: top; }
-
- table.Results th.expected,
- table.Results th.actual { text-align: right; color: #c00; }
-
- table.Results td.expected,
- table.Results td.actual { font-family: consolas; }
-
- table.Results span.left-delim,
- table.Results span.right-delim { font-weight: bold; color: #c00; }
-
-
- .warning { background-color: #feedab; color: #333; }
- .error { background-color: #ffb3b3; color: darkred; }
- .success { background-color: #dbf0b8; color: darkgreen; }
|