2016-04-12 17:48:27 +00:00
|
|
|
@import "base.css";
|
2016-06-12 12:27:29 +00:00
|
|
|
.spoilertitle {
|
2016-04-12 17:48:27 +00:00
|
|
|
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;
|
2016-04-12 18:11:11 +00:00
|
|
|
width: 100%;
|
2016-04-12 17:48:27 +00:00
|
|
|
}
|
|
|
|
.tablerow {
|
|
|
|
display:table-row;
|
|
|
|
}
|