szurubooru/public_html/media/css/static-api.css

19 lines
288 B
CSS
Raw Normal View History

2014-05-17 15:42:19 +02:00
#content pre {
2014-05-17 11:45:27 +02:00
background: ghostwhite;
padding: 0.5em;
border-left: 0.2em solid silver;
}
2014-05-17 15:42:19 +02:00
#content table {
border-spacing: 0;
border-collapse: collapsue;
}
#content th,
#content td {
text-align: left;
padding: 0.2em 0.5em;
}
#content tbody:nth-child(2n) {
background: #fafafa;
}