60 lines
875 B
CSS
60 lines
875 B
CSS
@import "../../_global/header.css";
|
|
@import "pojedynczy_turniej/css/single_tournament.css";
|
|
@import "pojedynczy_turniej/css/settings.css";
|
|
@import "../../_global/style.css";
|
|
|
|
/*main*/
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
header {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.container {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
/*2'nd layer*/
|
|
.searchBox {
|
|
height: auto;
|
|
width: 5vh;
|
|
float: left;
|
|
/*margin-right: 1%;*/
|
|
|
|
padding: 1%;
|
|
border: 1px #AFAFAF solid;
|
|
}
|
|
|
|
.contentBox {
|
|
height: 100%;
|
|
width: 95%;
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
|
|
/*3'rd layer*/
|
|
.filterBox {
|
|
height: 10vh;
|
|
width: 100%;
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
.settingsBox {
|
|
height: 5vh;
|
|
width: 100%;
|
|
border: 1px #AFAFAF solid;
|
|
display: flex;
|
|
}
|
|
|
|
/*items*/
|
|
.search {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |