Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 10 Next »




Die farbig markierten Bereiche können für farbliche Anpassungen verändert werden:









/* Layout B */

/* Logo + Hintergrundfarbe */

.kiosk-layout-B .main-brand .main-logo {

    background-image: url([{img_logo}]);

    background-color: transparent;

}


/* Hintergrund Anwendung */

.kiosk-layout-B .main-page {

    background-image: url([{img_main}]);

    background-color: transparent;

}


/* Menuelement */

.kiosk-layout-B .main-navi li a span.description {

    text-align: left;

    background-color: rgba(78, 78, 78, 0.75);

    color: #FFF;

}



/* Breadcrumb */

.kiosk-layout-B .breadcrumb {

    border-bottom: 1px solid #c9c9c9;

}


.kiosk-layout-B .breadcrumb a {

    color: #595959;

}


.kiosk-layout-B .breadcrumb a.active {

    color: #E30614;

}


/* Objektbox */

.kiosk-layout-B .masonry-item-inner .item-content, .kiosk-layout-B .masonry-stamp-inner .item-content {

    background-color: #d3d3d3;

}


.kiosk-layout-B .masonry-item-inner .main-headline {

    background-color: #E30614;

    color: #FFF;

    text-align: left;

}


/* Unterkategorie */

.kiosk-layout-B .masonry-item.category-item {

    border: 6px solid #E30614;

}



  • No labels