<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.list .description
{
	background-color: #3399ff;
	padding:5px;
}
.picturelist {
    list-style-type: none;
    display: inline-block;
}
.picturelist li{
    float:left;
    margin:5px;
}
.picturelist a {
    border-style: solid;
    border-width: 1px;
    border-color:transparent;
    display: inline-block;
}
.picturelist a:hover {
    border: 1px solid #CCCCCC;
}
.picturelist div{
    width: 120px;
    height:120px; 
    margin:0 auto;
    text-align:center;
}
.picturelist div&gt;img
{
    width:100%;
    height:100%;
    object-fit:cover;
}
.picturelist a&gt;span
{
    display:none;
    text-align:center;
}
</pre></body></html>