<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fotogalerie */

#post {
    width: 75%;
}

ul#fotoalba { margin-top:25px;}
ul#fotoalba strong {
    display: block;
}
ul#fotoalba .info {
    font-style: italic;
}
ul#fotoalba li {
	border-bottom: 1px solid #CCCCCC;
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
ul#fotoalba li p {
    margin: 0px; padding: 0px;
	margin-top:4px;
}


/* Vypis fotek */
#fotky {
	border-top: 2px solid #CCC;
	padding-top: 10px;
}

#fotky img {
    border: 1px solid #000;
}
#fotky span {
    text-align: center;
}
#fotky a.fotka  {
	width: 160px;
	display: block;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
}
#fotky a:hover {
    color: #BF0B0B;
}
#fotky a:hover img {
    border: 1px solid #BF0B0B;
}

p .info {
    font-style: italic;
}
div.div_fotka {float:left; position: relative; }

.foto_tools { position:absolute;background-color:#c0c0c0;opacity:0.75;filter:alpha(opacity=75);width:162px;height:35px;text-align: right; top:0px; cursor: move; }
.foto_tools a { margin-right: 10px; }</pre></body></html>