WAZI3J3OTLA6AUGZBTU3363KLTSLK3W6EPFF7FECXHXBPS3ZQLUAC
@import "layout/all.less";
@import "style/all.less";
@import "color/all.less";
table,
th,
td,
tr,
caption {
border-collapse: collapse;
border-width: 1px;
border-style: solid;
}
@import "table.less";
#top-block {
width: 100%;
}
#title {
margin: auto;
width: 60%;
}
#title h1 {
margin: auto;
text-align: center;
}
#menu {
position: absolute;
right: 1%;
}
table,
th,
td,
tr,
caption {
text-align: center;
}
@import "top.less";
@import "table.less";
table,
th,
td,
tr,
caption {
border-color: rgb(70%, 70%, 70%);
}
input[type="button"] {
background-color: rgb(20%, 20%, 20%);
color: rgb(80%, 80%, 80%);
&:hover {
background-color: rgb(15%, 15%, 15%);
}
&:active {
background-color: rgb(10%, 10%, 10%);
}
}
body {
background-color: rgb(15%, 15%, 15%);
color: rgb(80%, 80%, 80%);
}
@import "button.less";
@import "table.less";