28 lines
335 B
CSS
28 lines
335 B
CSS
body {
|
|
background-color: #CCC;
|
|
color: black;
|
|
margin: 0;
|
|
}
|
|
|
|
div.contents {
|
|
margin-bottom: 10px;
|
|
padding: 12px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 1024px;
|
|
background-color: white;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
#titlearea {
|
|
background-color: white;
|
|
}
|
|
|
|
hr.footer {
|
|
display: none;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #AAA;
|
|
}
|