mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-13 06:09:22 +01:00
38 lines
485 B
CSS
38 lines
485 B
CSS
body {
|
|
background:#fff;
|
|
color:#000;
|
|
}
|
|
tr#headers {
|
|
text-align:center;
|
|
font-weight:bold;
|
|
margin:none;
|
|
border:none;
|
|
}
|
|
td {
|
|
padding: 0px 3px 0px 3px;
|
|
white-space:nowrap;
|
|
}
|
|
pre {
|
|
border:1px solid black;
|
|
padding:3px;
|
|
background:#e4eaf2;
|
|
color:inherit;
|
|
}
|
|
.detail {
|
|
white-space:normal;
|
|
}
|
|
.dark {
|
|
background:#c2cfdf;
|
|
color:inherit;
|
|
}
|
|
.dark td {
|
|
border:1px solid black;
|
|
}
|
|
.light {
|
|
background:#e4eaf2;
|
|
color:inherit;
|
|
}
|
|
.light td {
|
|
border:1px solid black;
|
|
}
|