Add new image file 'zobal.png' to the fronty images directory
This commit is contained in:
@@ -14,6 +14,9 @@ body {
|
||||
font-family: Verdana;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
a img {
|
||||
@@ -30,31 +33,30 @@ a img {
|
||||
}
|
||||
|
||||
#top {
|
||||
height: 167px;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
.contact_top {
|
||||
background: url('/upload/slider/slide01.jpg') center -15px;
|
||||
height: auto;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#menu_top_container {
|
||||
background: #252527;
|
||||
height: 90px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#menu_top_container #home {
|
||||
position: relative;
|
||||
top: -21px;
|
||||
display: block;
|
||||
height: 157px;
|
||||
width: 312px;
|
||||
height: 90px;
|
||||
width: 200px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#menu_top_container #home img {
|
||||
height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#menu_1_0 {
|
||||
float: left;
|
||||
margin-left: 50px;
|
||||
float: right;
|
||||
margin-top: 30px;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
@@ -106,40 +108,61 @@ a img {
|
||||
color: #FEBD1C !important;
|
||||
}
|
||||
|
||||
#hidden_container {
|
||||
/* ===== Baner ofertowy (strona główna) ===== */
|
||||
#offer-banner {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#goto {
|
||||
display: block;
|
||||
background: #FFF;
|
||||
height: 80px;
|
||||
line-height: 80px;
|
||||
padding: 0 30px;
|
||||
text-align: center;
|
||||
color: #cc0000;
|
||||
width: 310px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
top: 70%;
|
||||
margin-top: -50px;
|
||||
float: right;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
border: 5px solid #252527;
|
||||
font-size: 26px;
|
||||
z-index: 1;
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
#goto:hover {
|
||||
color: #FFF;
|
||||
background: #252527;
|
||||
border: 5px solid #FFF;
|
||||
#offer-banner .container {
|
||||
text-align: center;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#offer-banner .offer-main {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 26px;
|
||||
font-weight: 300;
|
||||
color: #ffffff;
|
||||
margin: 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#offer-banner .offer-main strong {
|
||||
display: block;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 38px;
|
||||
font-weight: 700;
|
||||
color: #FEBD1C;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 3px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#offer-banner .offer-highlight {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
margin: 20px 0 0;
|
||||
letter-spacing: 1px;
|
||||
border-top: 2px solid #c20f25;
|
||||
display: inline-block;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: #252527;
|
||||
min-height: 100px;
|
||||
padding: 30px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#footer #mini_contact {
|
||||
@@ -223,6 +246,9 @@ a img {
|
||||
clear: both;
|
||||
background: #FFF;
|
||||
padding: 30px 0;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#site-title,
|
||||
@@ -277,6 +303,10 @@ h3 {
|
||||
border: 1px solid #494949;
|
||||
}
|
||||
|
||||
#contact .nc-wrapper img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#grid {
|
||||
margin: 35px 0;
|
||||
}
|
||||
@@ -448,4 +478,426 @@ h3 {
|
||||
height: 150px;
|
||||
float: left;
|
||||
margin-top: -30px;
|
||||
}
|
||||
|
||||
/* ===== Nowy kontakt - karty ===== */
|
||||
.nc-wrapper {
|
||||
clear: both;
|
||||
margin-top: 60px;
|
||||
padding-top: 40px;
|
||||
border-top: 2px solid #e4e4e4;
|
||||
}
|
||||
|
||||
.nc-grid {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.nc-card {
|
||||
flex: 1;
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
|
||||
overflow: hidden;
|
||||
transition: box-shadow 0.3s ease, transform 0.3s ease;
|
||||
}
|
||||
|
||||
.nc-card:hover {
|
||||
box-shadow: 0 8px 35px rgba(0, 0, 0, 0.15);
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
||||
.nc-card-header {
|
||||
background: #252527;
|
||||
color: #fff;
|
||||
padding: 20px 25px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.nc-card-body {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.nc-info-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
margin-bottom: 16px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.nc-info-row:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.nc-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
min-width: 36px;
|
||||
background: #c20f25;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-right: 14px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.nc-icon svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.nc-info-content {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 13px;
|
||||
color: #5f5f5f;
|
||||
}
|
||||
|
||||
.nc-info-content strong {
|
||||
color: #28292b;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nc-info-content a {
|
||||
color: #c20f25;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.nc-info-content a:hover {
|
||||
color: #8a0a1a;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.nc-section-title {
|
||||
margin: 18px 0 8px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
color: #28292b;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.nc-dept {
|
||||
background: #f8f8f8;
|
||||
border-left: 3px solid #c20f25;
|
||||
padding: 12px 16px;
|
||||
margin-bottom: 12px;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.nc-dept:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.nc-dept-name {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #28292b;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.nc-dept-detail {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 12px;
|
||||
color: #5f5f5f;
|
||||
}
|
||||
|
||||
.nc-dept-detail a {
|
||||
color: #c20f25;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nc-dept-detail a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.nc-hours {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
background: #252527;
|
||||
color: #fff;
|
||||
padding: 8px 18px;
|
||||
border-radius: 20px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 12px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.nc-hours svg {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
fill: #FEBD1C;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.nc-photo {
|
||||
display: block;
|
||||
margin-top: 20px;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nc-photo img {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
transition: transform 0.4s ease;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.nc-photo:hover img {
|
||||
transform: scale(1.03);
|
||||
}
|
||||
|
||||
.nc-photo-label {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
|
||||
color: #fff;
|
||||
padding: 20px 15px 12px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.nc-redirect-notice {
|
||||
margin-top: 20px;
|
||||
padding: 18px 20px;
|
||||
background: linear-gradient(135deg, #fff8e1, #fff3cd);
|
||||
border: 2px solid #d4a017;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
color: #5a4e00;
|
||||
}
|
||||
|
||||
.nc-redirect-notice .nc-redirect-icon {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.nc-redirect-notice p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nc-redirect-notice strong {
|
||||
font-size: 15px;
|
||||
color: #7a6600;
|
||||
}
|
||||
|
||||
.nc-closed-info {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* ===== Responsive ===== */
|
||||
@media (max-width: 1060px) {
|
||||
.container {
|
||||
width: auto;
|
||||
padding: 0 15px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
/* --- Header / Nav --- */
|
||||
#menu_top_container {
|
||||
height: auto;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#menu_top_container #home {
|
||||
top: 0;
|
||||
height: auto;
|
||||
width: 180px;
|
||||
float: none;
|
||||
display: block;
|
||||
margin: 0 auto 10px;
|
||||
}
|
||||
|
||||
#menu_top_container #home img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#menu_1_0 {
|
||||
float: none;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#menu_1_0 li {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
#menu_1_0 .menu_li_1_0 a {
|
||||
padding: 0 8px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#menu_1_0 .menu_li_1_0 ul {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
/* --- Baner ofertowy --- */
|
||||
#offer-banner .offer-main {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#offer-banner .offer-main strong {
|
||||
font-size: 24px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
#offer-banner .offer-highlight {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* --- Content --- */
|
||||
#main_subpages {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
#contact_left,
|
||||
#contact_right {
|
||||
width: auto;
|
||||
float: none;
|
||||
border-left: 0;
|
||||
padding-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* --- Nowy kontakt karty --- */
|
||||
.nc-grid {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.nc-wrapper {
|
||||
margin-top: 30px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
/* --- Grid (galeria) --- */
|
||||
#grid li {
|
||||
float: none;
|
||||
width: auto !important;
|
||||
margin-right: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#grid li img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#grid .details {
|
||||
width: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* --- Galeria zdjęć --- */
|
||||
.gallery_picture {
|
||||
width: calc(50% - 20px);
|
||||
height: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.gallery_picture div {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* --- Footer --- */
|
||||
#footer {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
|
||||
#footer #mini_contact {
|
||||
float: none;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#footer #copyright {
|
||||
float: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#rzetelna_firma {
|
||||
float: none;
|
||||
clear: both;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#rzetelna_firma img {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* --- Goto button --- */
|
||||
#goto {
|
||||
float: none;
|
||||
width: auto;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
font-size: 18px;
|
||||
margin-top: 0;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
/* --- Slider (Promocje) --- */
|
||||
#slider-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* --- Meble/Fronty fixed links --- */
|
||||
#meble,
|
||||
#fronty {
|
||||
position: static;
|
||||
margin-top: 0;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/* --- Facebook widget --- */
|
||||
#facebook {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* --- Tabela frontów --- */
|
||||
.fronts {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.fronts img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* --- Obrazki ogólne --- */
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
#visit_counter {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user