@import "http://fonts.googleapis.com/css?family=Oswald:300&subset=latin,latin-ext"; /* LESS Document */ @color: #a6b531; @color2: #006470; @color-bg: #222; /* Podstawowe style */ body { font-family: 'Segoe UI', Verdana, Geneva, sans-sefir; /* background: #f7f7f3; */ font-size: 14px; background: url("../images/bg.jpg") no-repeat fixed 0 0 / 100% rgba(0, 0, 0, 0); line-height: 28px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { /* width: 1140px; */} a{ color: @color; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;} a:hover{ text-decoration:none; color: darken(@color, 20%);} p { margin: 15px 0; } .item-page{ text-align:justify; min-height:400px;} h1{ font-size: 35px; text-align: center; font-family: "Oswald"; color: @color2; text-transform:uppercase; } h1:before { /* content: url("../images/smile-ico.png");} */ } h2{ font-size: 28px; font-weight: normal; text-align:center; text-transform:uppercase; margin-bottom:10px; font-family:"Oswald"; color: @color; } .item h2 a{ display:block; padding:5px; background-color:@color2; font-size: 20px; color: @color2; color:#fff; width:100%; font-family: 'Segoe UI', } .page-header h2{ text-align:center; } h2 a{ color: @color; } h3{ font-size: 22px; font-family:"Oswald"; line-height: 28px; font-weight: normal; color:#666; } a { outline: none !important; } /* Header */ #header { background: @color-bg; padding: 0px 0 0px; top: 0; left: 0; width: 100%; } #header p{ padding:0; margin:0;} .logo{ padding:2px;} .logo img{ } nav{ width:100%; text-align:right; color:#FFFFFF; font-size:16px; overflow:hidden;} .dodatki{ width:100%; padding:2px; text-align:right; color:#FFFFFF; font-size:16px;} .social{ width:100%; padding:2px; text-align:right; font-size:18px;} .social a{ padding:2px; font-size:18px;} .social img{ max-width:50px; padding-left:5px; margin-top:5px; margin-bottom:0px; transition: all 0.2s ease-out 0s;} .social img:hover{ margin-top:0px; margin-bottom:5px;} .logo img{ opacity:1; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;} .logo img:hover { } #header nav ul { float: right; margin: 10px 0 0; padding:0px; } #header nav li { list-style-type: none; float: left; } /*#header a { color: #fff; font-size: 17px; } #header a:hover, #header .active-menu-item a { text-decoration: none; color: #fdc702; } */ /* slider */ #slider { background-color:#E9E9E9; min-height:10px; } #logasy { background-color: #EFEFEF; min-height:10px; overflow:hidden; } #slider .moduletable{ margin-bottom:30px; } /* zawartosc */ article { border-bottom: #dfdfdf 1px solid; } article:first-child { border: none; } article.content { background: #fff; } /* Portfolio i najnowsze prace */ /*Stopka */ #footer { background: @color-bg; color: #fff; padding:10px 0px; } #footer p { margin: 10px 0; } #footer span{ float:right; } #footer a{ padding:1px;} /* blog */ .item h2{ margin:0px; padding:0px; } .blog .page-header{ margin-bottom:10px; margin-top:0px; padding:0px; border:none; } /* zdjęcia */ .blog .item img, .blog-featured img{ float:left; width:25%; border:1px solid #fff; margin-right:10px; margin-bottom:5px;} .blog .item , .blog-featured .item{ width: 100%; background-color: #F8F8F8; padding: 10px; display: block; float: left; margin-bottom: 15px; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .blog .item:hover , .blog-featured .item:hover{ background-color: #eee; } img { border: 0 none; height: auto; max-width: 100%; vertical-align: middle; } .published { font-size:75%;} .item-page img{ margin-right:20px; margin-bottom:15px; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .readmore { float:right;} .readmore a{ background-color: @color; border-radius: 0px; color: #fff !important; font-size: 14px; margin-top: 10px; padding: 4px 8px; text-transform:uppercase; } .readmore a:hover{ background-color: darken(@color, 10%); color: #fff !important; } /**********************************menu*********************************/ .menu { li a { color: #fff; font-size: 22px; text-transform: uppercase; font-family:"Oswald"; margin-top:3px; margin-bottom:0px;} li a:hover{ background-color: @color; margin-top:0px; margin-bottom:3px;} li.current a{ color:@color;} li.current a:hover{ color:#fff;} } .blog img, img.multithumb, .blog-featured img, article img{ -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; padding:3px; background-color:@color; } article img:hover{ opacity:0.7; } /* .zone_zoom { overflow: hidden; z-index: 10; } .zoom { -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; } .zoom:hover { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2) rotate(15deg); -ms-transform: scale(2); filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=2, M12=-0, M21=0, M22=2); } */ /* media queries */ @media (min-width: 1140px) { .menu a:link, .menu a:visited{ } .zatr-menu-opener{ display:none;} #header nav ul { margin-left: 25px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1170px; } } @media (min-width: 980px) and (max-width: 1139px) { .zatr-menu-opener{ display:none;} .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 970px; } #header nav ul{ float:right;} } @media (min-width: 768px) and (max-width: 979px) { h1{ font-size:25px;} .zatr-menu-opener{ display:none;} #header nav ul { margin-left: 20px; } #header .logo{ display:block; margin-left:auto; margin-right:auto; text-align:center;} #header nav ul{ float:left;} .row h2{ font-size: 16px; margin-top:10px; margin-bottom:3px; } } @media (max-width: 767px) { .blog .item img, .blog-featured img{ width:100%; } h1{ font-size:26px;} .social{ text-align:center; font-size:15px;} body { padding: 0; } #header { position: relative; padding-bottom:10px; } #header .logo{ display:block; margin-left:auto; margin-right:auto; text-align:center;} #header nav { display: none; } .container { margin: 0 20px; } #copyright p span{ float:left;} .row h2{ font-size: 20px; margin-top:10px; margin-bottom:3px; } #scrollToTop{ display:none;} } @media (max-width: 480px) { .blog .item img, .blog-featured img{ width:100%;} #slider { display:none;} #header { padding-bottom: 15px; padding-top: 10px; } .container { margin: 0 10px; } #scrollToTop{ display:none;} #copyright p span{ float:left; width:100%;} .custom-copyrigt{ margin:0 auto; text-align:center;} .row h2{ font-size: 15px; margin-top:10px; margin-bottom:3px; } #scrollToTop{ display:none;} .item img{ } } .table td{ text-align:center; vertical-align: middle !important;} .zatr-menu-opener { height: 40px; width: 40px; background-color:rgba(0,0,0,0.7) } tp-caption large_text{ border-style: none; border-width: 0; color: #34a2d0; font-family: 'Oswald',sans-serif; font-size: 50px; font-weight: bolder; letter-spacing: -1.5px; line-height: 36px; margin: 0; padding: 1px 4px 0; position: absolute; text-shadow: 5px 5px 10px #000000;} .nn_tooltips-link{ border:none;} #ca_banner h2{ text-align:center;} .categories-list a{ font-size:140%; } small, .small { font-size: 120%; } .page-header{ margin-top:20px;} dl { margin-bottom: 5px !important; margin-top: 5px !important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 0px solid #ddd;}