TEW-0x01/css/main.css

98 lines
1.8 KiB
CSS
Raw Normal View History

2020-04-15 15:55:55 +02:00
@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%;
}
2020-04-15 22:18:42 +02:00
.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;
}
2020-04-15 23:10:21 +02:00
.row, .row.bg-light {
2020-04-15 22:18:42 +02:00
padding: 1em;
}
2020-04-15 23:10:21 +02:00
#rwbglght {
margin: .7em;
border-radius: 7px;
border: solid .1em gainsboro;
}
.navbar.navbar-expand-md.navbar-light.bg-light {
2020-04-15 22:18:42 +02:00
border-radius: 7px;
border: solid .1em gainsboro;
2020-04-15 23:56:06 +02:00
}
#dokumenty {
2020-04-16 01:05:21 +02:00
border: solid .1em rgb(27, 123, 202);
2020-04-15 23:56:06 +02:00
margin: 1em;
}
#dokumenty-header {
2020-04-16 01:05:21 +02:00
background-color: rgb(27, 123, 202);
2020-04-15 23:56:06 +02:00
color: white;
}
#nopaddingplz {
padding: 0;
2020-04-16 00:10:34 +02:00
}
2020-04-16 00:30:14 +02:00
.card-body > .row:first-of-type {
2020-04-16 00:13:37 +02:00
border-bottom: solid .2em gainsboro;
}
2020-04-16 00:30:14 +02:00
.card-body > .row:not(:last-of-type):not(:first-of-type) {
2020-04-16 00:10:34 +02:00
border-bottom: solid .1em gainsboro;
2020-04-16 00:30:14 +02:00
}
2020-04-16 02:43:29 +02:00
.card-body.nogridlines > .row {
2020-04-16 00:30:14 +02:00
border-bottom: 0;
2020-04-16 02:43:29 +02:00
padding: 0;
2020-04-16 00:59:06 +02:00
}
2020-04-16 00:59:06 +02:00
#filepicker {
color: white;
font-weight: bold;
}
#filepicker:hover {
cursor: pointer;
2020-04-16 02:43:29 +02:00
}
#poznamky {
border: solid .1em lightskyblue;
margin: 1em;
}
#poznamky-header {
background-color: lightskyblue;
color: teal;
}
#petr1 {
border: solid .1em rgb(27, 123, 202);
}
#petr1-header {
background-color: rgb(27, 123, 202);
color: blue;
}
#petr2 {
border: solid .1em palevioletred;
}
#petr2-header {
background-color: palevioletred;
color: purple;
2020-04-15 15:55:55 +02:00
}