TEW-0x01/css/main.css

74 lines
1.5 KiB
CSS

@charset "UTF-8";
body {
font-size: 16px;
/* overflow-y: auto; */
-webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
height: 100%;
min-width: 360px;
min-height: 400px;
margin: 0;
}
h1,h2,h3,h4,h5 {
font-family: Ubuntu,Cantarell,Roboto,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Noto Sans,sans-serif,Helvetica,Arial;
}
#divsection {
margin: 0 auto;
max-width: 900px;
width: 92%;
}
.arr-right .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:">"}
nav > .breadcrumb {
background-color: white;
}
.arr-right > .breadcrumb-item:last-of-type {
color: black;
}
.row, .row.bg-light {
padding: 1em;
}
#rwbglght {
margin: .7em;
border-radius: 7px;
border: solid .1em gainsboro;
}
.navbar.navbar-expand-md.navbar-light.bg-light {
border-radius: 7px;
border: solid .1em gainsboro;
}
#dokumenty {
border: solid .1em rgb(27, 123, 202);
margin: 1em;
}
#dokumenty-header {
background-color: rgb(27, 123, 202);
color: white;
}
#nopaddingplz {
padding: 0;
}
.card-body > .row:first-of-type {
border-bottom: solid .2em gainsboro;
}
.card-body > .row:not(:last-of-type):not(:first-of-type) {
border-bottom: solid .1em gainsboro;
}
.card-body > .raow > .col:last-child {
border-bottom: 0;
}
#filepicker {
color: white;
font-weight: bold;
}
#filepicker:hover {
cursor: pointer;
}