.img-zoom {
top: 0;
left: 0;
margin: 0;
display: block;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.img-zoom img {
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.img-zoom img:hover {
-webkit-transform: scale(1.21);
-ms-transform: scale(1.21);
transform: scale(1.21);
}
div.gallery {
border: 1px solid #ccc;
}
div.gallery:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
div.gallery img {
background-color: #f65e3c;
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
@media only screen and (min-width: 900px) {
.kShow #mobile.col-sm{
display:none;
}
}
@media only screen and (max-width: 700px) {
.responsive {
width: 49.99999%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px) {
.responsive {
width: 100%;
}
.widget ul li, .widget ol li {
font-size:15px;
}
td {
font-size: 14px;
}
input.search-field{
font-size:14px;
}
.kShow .col-sm{
margin-bottom:1px;
font-size:14px;
margin-right:14px;
}
#sidebar h3.widget-title{
padding:12px;
}
#sidebar{
margin:12px;
}
}
/*whole site/page*/
* {
box-sizing: border-box;
}
.responsive {
padding: 0 6px;
float: left;
width: 24.99999%;
}
.page-header{
margin:0px;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
body a:hover { color:#f27;
font-weight: bold;
letter-spacing: 0; }
.mega-menu-toggle{}
button{
float:left;
}
.page-title{
display:none;
}
.site-info a:hover {
color: #f27;
}
.kanha {
color: black;
margin-bottom: 20px;
padding: 10px;
box-shadow: 2px 2px 5px #cdcdcd;
}
.single-post h1{
color:#85a;
font-size:28px;
font-weight:bold;
}
p a{
color:#f27;
font-weight:bold;
}
#sidebar{
box-shadow: 0 5px 8px 3px rgba(0,0,0,0.2);
margin-bottom:126px;
}
/*page css*/
#post-2796{
box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
margin-bottom:0;
}
.entry-content{
box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
padding:7px;
}
.entry-title{
display:none;
}
/*homepage article*/
.article_content .read-btn {
margin: 20px 0;
display: none;}
.article_content:hover{
box-shadow: 0 5px 8px 5px rgba(0,0,0,0.2);
}
.article_content a:hover{color:red;}
.article_content .content h4:hover{color:#f27;}
/*remove outline*/
select:focus, a:hover, a:active, a:focus,a:visited {
outline: 0;
text-decoration:none;
border:0;
}
textarea:focus,input:focus{
border:0;
outline-style: solid;
}
.search-form .search-submit{
outline: 0;
}
/*ipl trend homepage*/
.kShow{
padding-left:14px;
}
.kShow .col-sm{
color:#518;
padding:9px;
background-color:#85a;
margin-left:1px
}
.kShow .col-sm a{
font-weight:bold;
color:white;
}
.kShow .col-sm:hover{
font-weight:bold;
background-color:#f27;
}
#sidebar .widget_container{
background-color:#85a;
}
#sidebar h3.widget-title{
color:white;
padding-left:3px;
}
0 Comments