Geliştiridğim siteyi local'de çalışıyorum. Sitem bana ait sana HTML convert yapıyorum da Wordpress geçiş yapmak için buranın CSS'ni almak 5 dakika ancak hantallaşmışım 1 saatir beynim durdu
Orjinal Sitenin linkini aşağıya ekledim. görmediniz sanırım.
www.arsissaspor.com
Orjinal Sitenin linkini aşağıya ekledim. görmediniz sanırım.
www.arsissaspor.com
Linki gördüm de benim tarayıca orası bozuk görünüyordu başka yerde açtım düzgünmüş.
Şöyle bir css var hover da. Bunu atlamış olabilirsin.
.category-module-locations .uk-panel:hover .ak-overlay {
margin-bottom: 0;
background: #fff;
padding: 15px;
position: relative;
}
.category-module-locations .ak-overlay {
background: -moz-linear-gradient(top, rgba(0,70,132, 0) 0%, rgba(0,70,132, 0.09) 14%, rgba(0,70,132, 0.16) 22%, rgba(0,70,132, 0.74) 77%, rgba(0,70,132, 0.85) 91%, rgba(0,70,132, 0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,70,132, 0)), color-stop(14%, rgba(0,70,132, 0.09)), color-stop(22%, rgba(0,70,132, 0.16)), color-stop(77%, rgba(0,70,132, 0.74)), color-stop(91%, rgba(0,70,132, 0.85)), color-stop(100%, rgba(0,70,132, 0.9)));
background: -webkit-linear-gradient(top, rgba(0,70,132, 0) 0%, rgba(0,70,132, 0.09) 14%, rgba(0,70,132, 0.16) 22%, rgba(0,70,132, 0.74) 77%, rgba(0,70,132, 0.85) 91%, rgba(0,70,132, 0.9) 100%);
background: -o-linear-gradient(top, rgba(0,70,132, 0) 0%, rgba(0,70,132, 0.09) 14%, rgba(0,70,132, 0.16) 22%, rgba(0,70,132, 0.74) 77%, rgba(0,70,132, 0.85) 91%, rgba(0,70,132, 0.9) 100%);
background: -ms-linear-gradient(top, rgba(0,70,132, 0) 0%, rgba(0,70,132, 0.09) 14%, rgba(0,70,132, 0.16) 22%, rgba(0,70,132, 0.74) 77%, rgba(0,70,132, 0.85) 91%, rgba(0,70,132, 0.9) 100%);
background: linear-gradient(to bottom, rgba(0,70,132, 0) 0%, rgba(0,70,132, 0.09) 14%, rgba(0,70,132, 0.16) 22%, rgba(0,70,132, 0.74) 77%, rgba(0,70,132, 0.85) 91%, rgba(0,70,132, 0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151925', endColorstr='#e6151925', GradientType=0);
padding: 70px 15px 15px 15px;
margin-bottom: -50px;
-webkit-transition: margin-bottom 0.3s ease-in-out;
-moz-transition: margin-bottom 0.3s ease-in-out;
-o-transition: margin-bottom 0.3s ease-in-out;
transition: margin-bottom 0.3s ease-in-out;
}