22 lines
351 B
CSS
22 lines
351 B
CSS
#ktk_MediaServe_ErrorReporter {
|
|
background-color: #633;
|
|
color: #FCA;
|
|
font-family: console, consolas, terminal;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
#ktk_MediaServe_ErrorReporter * {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#ktk_MediaServe_ErrorReporter h1 {
|
|
text-align: center;
|
|
color: #FAA;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
#ktk_MediaServe_ErrorReporter table {
|
|
width: 100%;
|
|
}
|