mirror of
https://github.com/9001/copyparty.git
synced 2025-08-19 09:52:21 -06:00
31 lines
425 B
CSS
31 lines
425 B
CSS
html,body,tr,th,td,#files,a {
|
|
color: inherit;
|
|
background: none;
|
|
font-weight: inherit;
|
|
font-size: inherit;
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
html {
|
|
color: #ccc;
|
|
background: #333;
|
|
font-family: sans-serif;
|
|
text-shadow: 1px 1px 0px #000;
|
|
}
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
padding-bottom: 5em;
|
|
}
|
|
#box {
|
|
padding: .5em 1em;
|
|
background: #2c2c2c;
|
|
}
|
|
pre {
|
|
font-family: monospace, monospace;
|
|
}
|
|
a {
|
|
color: #fc5;
|
|
} |