<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Plugin Name: Responsive Tile Gallery
Author: Andrew Mead
Date: 10/17/2012*/

/*Start theme customizatoin*/

.rtg-current-category {
    /*Color for the current category*/
    background-color:#777 !important;
    /*Fort for the current category*/
    color:red;
}

.rtg-categories &gt; li &gt; a {
    /*Color for the categories*/
    background-color:#1c9bd7;
    /*Font color for the categories*/
    color:white;
}

/*End of theme customization*/

/*EDIT PAST THIS LINE AT YOUR OWN RISK!*/
/*Category style*/
.rtg-categories {
    padding: 10px 0 0 0;
    list-style-type:none;
}
.rtg-categories &gt; li {
    display:inline-block;
    height:30px;
    margin-right:10px;
}
.rtg-categories &gt; li &gt; a {
    padding:3px 7px;
    text-decoration:none;
    font-family:arial, sans-serif;
    font-weight:300;
    font-size:13px;
    letter-spacing:1px;
}

/*Image style*/
.rtg-images {
    position:relative;
}
.rtg-images &gt; div {
    width:800px;
    height:565px;
    position:absolute;
    /*top:0px;
    left:0px;*/
    visibility:hidden;
}
.rtg-images &gt; div &gt; span {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:565px;
	background-color:black;
	z-index:2;
	opacity:1;
	background-image:url('../img/galerie/plus.png');
	background-repeat:no-repeat;
	background-position:center; 

}
.rtg-images &gt; div &gt; a &gt; img {
    border:none;
    opacity:1;
    position:absolute;
    z-index:3;
}</pre></body></html>