87 lines
1.4 KiB
CSS
Executable File
87 lines
1.4 KiB
CSS
Executable File
body {
|
|
background-image: url("../img/prkna2.jpg");
|
|
padding-top: 5rem;
|
|
|
|
}
|
|
|
|
canvas {
|
|
max-width: 100%;
|
|
background-color: aliceblue;
|
|
}
|
|
|
|
.homepage-popis {
|
|
text-align: center;
|
|
}
|
|
|
|
.debug_ramecek {
|
|
border: black 2px solid;
|
|
}
|
|
|
|
/* HOMEPAGE */
|
|
section.navigacni-bloky-container {
|
|
}
|
|
|
|
article.navigacni-blok-container {
|
|
min-height: 100%;
|
|
}
|
|
|
|
div.btn-navigacni-bloky {
|
|
bottom: 10px !important;
|
|
}
|
|
.homepage-jumbotron {
|
|
padding: 3rem 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
/* HOMEPAGE */
|
|
|
|
.container {
|
|
padding: .6em 1.6em 2em 1.6em;
|
|
background-color: rgba( 164, 115, 60 , 0.9);
|
|
border-radius: 1.5em;
|
|
}
|
|
|
|
nav.moje {
|
|
/*background-color: rgb( 164, 115, 60 ) !important;*/
|
|
background: linear-gradient(to right, rgb( 144, 115, 60 ), rgba( 0, 0, 0, 0 )) !important;
|
|
}
|
|
|
|
.centruj_text {
|
|
text-align: center;
|
|
}
|
|
|
|
.text_vlevo {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.btn-secondary {
|
|
background-color: rgb(164, 115, 60);
|
|
}
|
|
|
|
|
|
/* SORTIMENT >>> */
|
|
.sortiment_accordion {
|
|
background-color: rgb( 164, 115, 60 ) !important;
|
|
}
|
|
|
|
.sortiment_accordion_button {
|
|
background: rgb( 164, 115, 60 ) !important;
|
|
width: 100%;
|
|
text-align: left;
|
|
font-weight: 600;
|
|
font-size: 1em;
|
|
color: rgb(33, 37, 41) !important;
|
|
}
|
|
|
|
.sortiment_tabulka {
|
|
}
|
|
|
|
h2.sortiment_tabulka_nadpis {
|
|
font-size: 1.2em;
|
|
}
|
|
/* <<< SORTIMENT */
|
|
|
|
/* DOPRAVA >>> */
|
|
|
|
|
|
/* <<< DOPRAVA */ |