Moduł:Brudnopis/KrzysztofPoplawski/custombox/styles.css

Z Wikipedii, wolnej encyklopedii
table { width: 100% !important; }
body { width: 100vw !important; }
.vector-feature-zebra-design-disabled div.mw-page-container,
.vector-feature-zebra-design-disabled .mw-page-container,
div.mw-page-container,
.mw-page-container {
	width: 300px !important;
	max-width: 300px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.navigtation ul {
display: flex;
flex-direction: row;
}
.navigtation ul li {
display: flex;
}

/** pierwszy w menu */
.navigtation ul li:nth-child(1) { }

/** pierwszy w menu link */
.navigtation ul li:nth-child(1) a { }
.banner > img.image_banner {
  width: 100%;
  object-fit: cover;
  height: 400px !important;	
}
.logo .floatleft {
   height: 80%;

max-height: 200px;
}
img.image_logo {
    border: 0;
    vertical-align: middle;
    max-height: 100%;
    width: auto;
}
.boxA ul li { list-style-type: circle; list-style-image: none; }