/ * Burada yönetici ve ön-uç sayfalarda hem yüklenecek herhangi bir CSS kodu yazabilirsiniz.
Bize bir kaç xmaple CSS sınıflarını vererek size yardımcı olalım: * /

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

.ls-gpuhack:after  {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}