WasteInformationServer/wwwroot/css/settings.css

67 lines
1013 B
CSS
Raw Normal View History

2019-10-03 07:40:13 +00:00
html,body{
background-image: url('../rsc/login2.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
2019-09-20 14:46:13 +00:00
}
2019-10-03 07:40:13 +00:00
2019-09-20 14:46:13 +00:00
.optionsarray{
margin-left: 20mm;
margin-top: 20mm;
}
2019-10-03 07:40:13 +00:00
.create-table{
background-color: rgba(0,0,0,0.5) !important;
2019-10-04 14:53:20 +00:00
position: fixed;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
color: #FFFFFF;
2019-10-03 07:40:13 +00:00
}
.create-table-window-toolpane{
height: 50px;
background-color: rgba(0,0,0,0.5) !important;
}
.exit-icon{
color: #FF0000;
float: right;
2019-10-04 14:53:20 +00:00
cursor: pointer;
vertical-align: middle;
height: 100%;
}
.create-table-title{
text-align: center;
font-size: 120%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.create-table-window-bottom{
bottom: 0;
height: 40px;
width: 100%;
background-color: rgba(1,0,0,0.3) !important;
position: absolute;
}
.create-table-window-content{
overflow:scroll;
}
.create-table-window-settings{
margin-left: 7%;
margin-top: 1%;
2019-10-03 07:40:13 +00:00
}