26 lines
316 B
CSS
26 lines
316 B
CSS
@import "base.css";
|
|
.spoiler {
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
nav {
|
|
width: 10%;
|
|
display:table-cell;
|
|
}
|
|
main {
|
|
width: 70%;
|
|
display:table-cell;
|
|
padding: 5px;
|
|
}
|
|
aside {
|
|
width: 20%;
|
|
display: table-cell;
|
|
}
|
|
.table {
|
|
background-color: interhit;
|
|
display: table;
|
|
}
|
|
.tablerow {
|
|
display:table-row;
|
|
}
|