903 lines
14 KiB
CSS
903 lines
14 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #c20f25;
|
|
}
|
|
|
|
body {
|
|
background: #FFF;
|
|
color: #5f5f5f;
|
|
font-family: Verdana;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
a img {
|
|
border: 0;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.container {
|
|
width: 1024px;
|
|
margin: auto;
|
|
}
|
|
|
|
#top {
|
|
height: auto;
|
|
padding-top: 0;
|
|
}
|
|
|
|
#menu_top_container {
|
|
background: #252527;
|
|
height: 90px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#menu_top_container #home {
|
|
display: block;
|
|
height: 90px;
|
|
width: 200px;
|
|
float: left;
|
|
}
|
|
|
|
#menu_top_container #home img {
|
|
height: 100%;
|
|
width: auto;
|
|
}
|
|
|
|
#menu_1_0 {
|
|
float: right;
|
|
margin-top: 30px;
|
|
position: relative;
|
|
z-index: 100;
|
|
}
|
|
|
|
#menu_1_0 li {
|
|
*float: left;
|
|
}
|
|
|
|
#menu_1_0 .menu_li_1_0 a {
|
|
display: block;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
padding: 0 15px;
|
|
color: #7b7e84;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#menu_1_0 .menu_li_1_0 a:hover,
|
|
#menu_1_0 .menu_li_1_0 a.menu_active {
|
|
color: #FFF;
|
|
}
|
|
|
|
#menu_1_0 .menu_li_1_0 ul {
|
|
background: #444444;
|
|
width: 250px;
|
|
}
|
|
|
|
#menu_1_0 .menu_li_1_0 ul li {
|
|
border-bottom: 1px solid #555;
|
|
*float: none;
|
|
}
|
|
|
|
#menu_1_0 .menu_li_1_0 ul li a {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 20px;
|
|
color: #8C8C8C;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#menu_1_0 .menu_li_1_0 ul li a:hover {
|
|
background: #292A2C;
|
|
}
|
|
|
|
#menu_link_1_7 {
|
|
color: #FEBD1C !important;
|
|
}
|
|
|
|
/* ===== Baner ofertowy (strona główna) ===== */
|
|
#offer-banner {
|
|
clear: both;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
background: rgba(0, 0, 0, 0.45);
|
|
}
|
|
|
|
#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 {
|
|
float: left;
|
|
}
|
|
|
|
#footer .phone {
|
|
color: #ffffff;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 16px;
|
|
line-height: 18px;
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
#footer .company {
|
|
color: #7b7e84;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
#footer #copyright {
|
|
float: right;
|
|
font-size: 11px;
|
|
}
|
|
|
|
#footer #copyright a {
|
|
color: #7b7e84;
|
|
}
|
|
|
|
#footer #copyright a:hover {
|
|
color: #FFF;
|
|
}
|
|
|
|
#facebook {
|
|
background: none repeat scroll 0 0 #fff;
|
|
border-color: #3b5998 #3b5998 #3b5998 -moz-use-text-color;
|
|
border-image: none;
|
|
border-style: solid solid solid none;
|
|
border-width: 1px 1px 1px 0;
|
|
box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3);
|
|
height: 550px;
|
|
left: -293px;
|
|
margin-top: -275px;
|
|
position: fixed;
|
|
top: 50%;
|
|
width: 292px;
|
|
z-index: 10;
|
|
}
|
|
|
|
#facebook-toggle {
|
|
background: url("/images/system/facebook.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
|
|
box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3);
|
|
cursor: pointer;
|
|
float: right;
|
|
height: 133px;
|
|
position: relative;
|
|
right: -50px;
|
|
top: -1px;
|
|
width: 50px;
|
|
z-index: 12;
|
|
}
|
|
|
|
#facebook iframe {
|
|
margin-top: -133px;
|
|
}
|
|
|
|
#rzetelna_firma {
|
|
display: block;
|
|
float: right;
|
|
margin-top: 20px;
|
|
clear: right;
|
|
}
|
|
|
|
#rzetelna_firma img {
|
|
height: 60px;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
#main_subpages {
|
|
clear: both;
|
|
background: #FFF;
|
|
padding: 30px 0;
|
|
flex: 1;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
#site-title,
|
|
h2,
|
|
h3,
|
|
.article_draw_title {
|
|
color: #28292b;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 22px;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
h2,
|
|
.article_draw_title {
|
|
font-size: 16px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 13px;
|
|
margin: 10px 0 0;
|
|
}
|
|
|
|
#contact_left {
|
|
width: 460px;
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#contact_right {
|
|
width: 490px;
|
|
float: right;
|
|
border-left: 1px solid #E4E4E4;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
#contact .text {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#contact a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#contact img {
|
|
border: 1px solid #494949;
|
|
}
|
|
|
|
#contact .nc-wrapper img {
|
|
border: 0;
|
|
}
|
|
|
|
#grid {
|
|
margin: 35px 0;
|
|
}
|
|
|
|
#grid li {
|
|
float: left;
|
|
list-style: none;
|
|
margin: 0 25px 25px 0;
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
|
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: all 0.15s ease-in;
|
|
-moz-transition: all 0.15s ease-in;
|
|
-ms-transition: all 0.15s ease-in;
|
|
transition: all 0.15s ease-in;
|
|
border
|
|
/*\**/
|
|
: 1px solid #C6B8AE\9;
|
|
*width: 300px;
|
|
}
|
|
|
|
#grid li.end {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#grid li:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#grid li:hover {
|
|
z-index: 2;
|
|
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
#grid .details {
|
|
position: absolute;
|
|
bottom: 0;
|
|
background: #fff;
|
|
background: rgba(255, 255, 255, 0.87);
|
|
border-top: 1px solid #fff;
|
|
width: 280px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
|
padding: 10px;
|
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.35);
|
|
}
|
|
|
|
#grid .details h3 {
|
|
margin: 0;
|
|
letter-spacing: -1px;
|
|
padding-left: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#grid .details a.more {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
font-size: 11px;
|
|
padding: 3px 25px;
|
|
border-radius: 12px;
|
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
background: #252527;
|
|
color: #fff;
|
|
}
|
|
|
|
.gallery_picture {
|
|
width: 200px;
|
|
height: 141px;
|
|
position: relative;
|
|
background: #FFF;
|
|
padding: 8px;
|
|
float: left;
|
|
margin: 5px 8px;
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.gallery_picture div {
|
|
width: 200px;
|
|
height: 141px;
|
|
}
|
|
|
|
.gallery_picture:hover {
|
|
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.article_back {
|
|
display: block;
|
|
padding: 6px 12px;
|
|
font: normal 12px/18px "Roboto", sans-serif;
|
|
color: #7b7e84;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
background: #252527;
|
|
width: 100px;
|
|
text-align: center;
|
|
margin: 20px 10px;
|
|
}
|
|
|
|
.article_back:hover {
|
|
color: #FFF;
|
|
}
|
|
|
|
.fronts {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.fronts thead td {
|
|
text-align: center;
|
|
background: #C20F25;
|
|
color: #FFF;
|
|
padding: 5px;
|
|
border: 1px solid #FFF;
|
|
}
|
|
|
|
.fronts tbody td {
|
|
text-align: center;
|
|
}
|
|
|
|
#visit_counter {
|
|
margin-top: 20px;
|
|
color: #7B7E84;
|
|
}
|
|
|
|
#visit_counter span {
|
|
color: #FFF;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#meble,
|
|
#fronty {
|
|
width: 100%;
|
|
height: 80px;
|
|
line-height: 80px;
|
|
display: block;
|
|
text-align: center;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
border: 2px solid #252527;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
top: 35%;
|
|
margin-top: -50px;
|
|
position: fixed;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#fronty {
|
|
margin-top: 28px;
|
|
}
|
|
|
|
.polityka-prywatnosci {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.polityka-prywatnosci a {
|
|
color: #FFF;
|
|
}
|
|
|
|
#logo-20 {
|
|
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;
|
|
} |