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

Tento stylovy soubor je vkladan do dokumentu verejne casti 

*/

.prilohaL{
	display: block;
	float: left;
	clear: both;
	margin: auto;
}
.prilohaP{
	display: block;
	float: right;
	clear: both;
	margin: auto;
}
.prilohaS{
	display: block;
	float: none;
	clear: both;
	margin: auto;
	text-align: center;
}
.prilohaI {
	display: inline-block;
	float: none;
	clear: none;
	margin: 0px 3px;
}
.priloha .info{
    display: none;
}

.text.editor iframe[src*="www.youtube.com"]{
    width: 100%;
    min-height: 500px;
    margin: 20px auto;
}
.text.editor iframe[src*="frame.mapy.cz"],
.text.editor iframe[src*="www.google.com"]{
    width: 100%;
    min-height: 400px;
}

.text.editor object{
    width: 100%;
    min-height: 750px;
}

.stylPoznamka,
.stylPoznamka * {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
}
.stylVelke,
.stylVelke * {
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
}
.stylVerzalky,
.stylVerzalky * {
	text-transform: uppercase !important;
}

.stylBunkaVlevo {
    text-align: left;
}
.stylBunkaVlevo p {
    text-align: left;
}
.stylBunkaVpravo {
    text-align: right;
}
.stylBunkaVpravo p {
    text-align: right;
}
.stylBunkaStred {
    text-align: center;
}
.stylBunkaStred p {
    text-align: center;
}

.vlevo,
.vlevo * {
    display: block;
    float: left;
    clear: left;
}
.vpravo,
.vpravo * {
    display: block;
    float: right;
    clear: right;
}
.nastred,
.nastred * {
    text-align: center;
    display: block;
    margin: auto;
}

em,
em *{
    font-style: italic;
}

.stylCervene,
.stylCervene *,
.text.editor .stylCervene,
.text.editor .stylCervene *{
    color: red;
}
.stylZelene,
.stylZelene *,
.text.editor .stylZelene,
.text.editor .stylZelene *{
    color: green;
}
.stylModre,
.stylModre *,
.text.editor .stylModre,
.text.editor .stylModre *{
    color: #0186cd;
}
.stylZlate,
.stylZlate *,
.text.editor .stylZlate,
.text.editor .stylZlate *{
    color: #ffd501;
}
.stylOranzove,
.stylOranzove *,
.text.editor .stylOranzove,
.text.editor .stylOranzove *{
    color: #ee7203;
}
.stylHnede,
.stylHnede *,
.text.editor .stylHnede,
.text.editor .stylHnede *{
    color: saddlebrown;
}
.stylSede,
.stylSede *,
.text.editor .stylSede,
.text.editor .stylSede *{
    color: silver;
}
.stylFialove,
.stylFialove *,
.text.editor .stylFialove,
.text.editor .stylFialove *{
    color: purple;
}
.stylPruhledne,
.stylPruhledne *,
.text.editor .stylPruhledne,
.text.editor .stylPruhledne *{
	color: rgba(0,0,0,0.5);
}
.stylBile,
.stylBile *,
.text.editor .stylBile,
.text.editor .stylBile *{
    color: white;
}
.stylCerne,
.stylCerne *,
.text.editor .stylCerne,
.text.editor .stylCerne *{
    color: black;
}

.editor *[class*=pozadi] {
    padding: 10px;
}

.pozadiCervene,
.pozadiCervene *,
.text.editor .pozadiCervene,
.text.editor .pozadiCervene *{
    background-color: red;
}
.pozadiZelene,
.pozadiZelene *,
.text.editor .pozadiZelene,
.text.editor .pozadiZelene *{
    background-color: green;
}
.pozadiModre,
.pozadiModre *,
.text.editor .pozadiModre,
.text.editor .pozadiModre *{
    background-color: #0186cd;
}
.pozadiZlate,
.pozadiZlate *,
.text.editor .pozadiZlate,
.text.editor .pozadiZlate *{
    background-color: #ffd501;
}
.pozadiOranzove,
.pozadiOranzove *,
.text.editor .pozadiOranzove,
.text.editor .pozadiOranzove *{
    background-color: #ee7203;
}
.pozadiHnede,
.pozadiHnede *,
.text.editor .pozadiHnede,
.text.editor .pozadiHnede *{
    background-color: saddlebrown;
}
.pozadiSede,
.pozadiSede *,
.text.editor .pozadiSede,
.text.editor .pozadiSede *{
    background-color: silver;
}
.pozadiFialove,
.pozadiFialove *,
.text.editor .pozadiFialove,
.text.editor .pozadiFialove *{
    background-color: purple;
}
.pozadiBile,
.pozadiBile *,
.text.editor .pozadiBile,
.text.editor .pozadiBile *{
    background-color: white;
}
.pozadiCerne,
.pozadiCerne *,
.text.editor .pozadiCerne,
.text.editor .pozadiCerne *{
    background-color: black;
}
</pre></body></html>