<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Plugin Name: AO Clubs Galleries 
Author URI: http://www.alleyoop.be
Description: A pre-configured Galleries widget for AO Clubs.
Author: Simon Arickx
Version: 1.0
*/

/** Tab settings **/
.widget-aoclubs-galleries .galleries {
	overflow: auto;
}
.widget-aoclubs-galleries .gallery {
	margin: 0 0 10px !important;
}
/*
.widget-aoclubs-galleries .gallery .video {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.widget-aoclubs-galleries .gallery .video object,
.widget-aoclubs-galleries .gallery .video embed,
.widget-aoclubs-galleries .gallery .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
*/
.widget-aoclubs-galleries .gallery .gallery-id-photo img {
    width: 100%;
}
.widget-aoclubs-galleries .buttons {
    text-align: center;
    margin: 20px 0;
}
.no-event {
    color:#cc0000;
    font-weight:bold;
}

@media (min-width: 960px) {
    #sidebar-top-content .widget-aoclubs-galleries ul li,
    #sidebar-bottom-content .widget-aoclubs-galleries ul li{
        width: 50%;
        float: left;
        clear: none;
    }
    #sidebar-top-content .widget-aoclubs-galleries ul li:odd,
    #sidebar-bottom-content .widget-aoclubs-galleries ul li:odd {
        clear: both;
    }
    #sidebar-top-page .widget-aoclubs-galleries ul li,
    #sidebar-bottom-page .widget-aoclubs-galleries ul li{
        width: 33%;
        float: left;
        clear: none;
    }
    #sidebar-top-page .widget-aoclubs-galleries ul li:nth-child(3n+1),
    #sidebar-bottom-page .widget-aoclubs-galleries ul li:nth-child(3n+1){
        clear: both;
    }
}
</pre></body></html>