File: /home/hanode/public_html/wp-content/themes/kingstore/assets/less/app/unit_test.less
.gallery{
padding: 0;
overflow: hidden;
.rtl &{
margin-right: 0 !important;
}
li{
margin-left: 1%;
margin-right: 0;
margin-bottom: 20px;
text-align: center;
float: left;
list-style: none;
.rtl &{
float: right;
margin: 0 1% 20px 0;
}
}
.thumbnail{
display: block;
.border-radius(0);
background: #FFF;
padding: 5px;
position: relative;
.transition(all 0.3s ease);
overflow: hidden;
&:after{
position: absolute;
border-color: transparent #FFFFFF #FFFFFF transparent;
border-style: solid;
border-width: 45px;
content: "";
opacity: 0;
filter: alpha( opacity = 0 );
right: -45px;
bottom: 0;
transition: all 0.3s ease 0.2s;
z-index: 4;
}
&:before{
content: "\f0a9";
font-family: FontAwesome;
position: absolute;
bottom: 20px;
right: 0;
color: #FFF;
font-size: 20px;
opacity: 0;
filter: alpha( opacity = 0 );
transition: all 0.2s ease 0.3s;
transform: rotate(0deg);
z-index: 5;
}
&:hover{
background: @color;
border-color: #ddd;
&:after{
bottom: 0;
right: 0;
opacity: 0.3;
filter: alpha( opacity = 30 );
}
&:before{
right: 20px;
opacity: 1;
filter: alpha( opacity = 100 );
transform: rotate(360deg);
}
}
}
img{
width: 100%;
}
.caption {
overflow: hidden;
padding-top: 12px;
font-size:14px;
text-overflow: ellipsis;
white-space: nowrap;
h4{
font-size:14px;
}
}
}
.entry-summary {
table {
margin-bottom: 30px;
th, td {
border: 0;
padding: 10px;
}
}
dl dd {
margin-bottom: 20px;
}
form{
input[type="text"],input[type="password"], input[type="date"]{
border-radius: 0;
padding: 5px 10px;
}
input[type="submit"]{
background: #333 none repeat scroll 0 0;
border: 1px solid darken(@border-color, 60%);
border-radius: 0;
color: #fff;
padding: 5px 15px;
vertical-align: top;
&:hover{
background: #000;
}
}
}
}