74 lines
1.1 KiB
CSS
74 lines
1.1 KiB
CSS
|
form {
|
||
|
margin: 8px 0;
|
||
|
}
|
||
|
|
||
|
.tableContainer {
|
||
|
overflow-x: auto;
|
||
|
}
|
||
|
|
||
|
input,
|
||
|
select {
|
||
|
/* font-family: "MS UI Gothic", "MS PGothic", IPAMonaPGothic, Monapo, Mona, submona, sans-serif; */
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
/* textarea {
|
||
|
font-family: "MS Gothic", IPAMonaGothic, monospace;
|
||
|
} */
|
||
|
|
||
|
#message,
|
||
|
#lbbsmessage {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
#planDevPlan,
|
||
|
#planTarget {
|
||
|
max-width: 11em;
|
||
|
}
|
||
|
|
||
|
/* @media (prefers-color-scheme: dark) {
|
||
|
:root {
|
||
|
color-scheme: dark;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: inherit;
|
||
|
}
|
||
|
|
||
|
font[color="#8888ff"] {
|
||
|
color: #6666cc;
|
||
|
}
|
||
|
|
||
|
font[color="#4444ff"] {
|
||
|
color: #9999ff;
|
||
|
}
|
||
|
|
||
|
th[bgcolor="#ccffcc"],
|
||
|
td[bgcolor="#ccffcc"] {
|
||
|
background-color: #111111;
|
||
|
}
|
||
|
|
||
|
td[bgcolor="#ccffff"] {
|
||
|
background-color: #333333;
|
||
|
}
|
||
|
|
||
|
font[color="#0000ff"] {
|
||
|
color: #9999ff;
|
||
|
}
|
||
|
|
||
|
font[color="#c00000"] {
|
||
|
color: #ee9999;
|
||
|
}
|
||
|
|
||
|
font[color="#a06040"] {
|
||
|
color: #cc9966;
|
||
|
}
|
||
|
|
||
|
font[color="#800000"] {
|
||
|
color: #ff3333;
|
||
|
}
|
||
|
|
||
|
font[color="#ff0000"] {
|
||
|
color: #ff6666;
|
||
|
}
|
||
|
} */
|