<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	
	background-color:#a99eff;
	
	  background-image:url(bg.png);
	  
	  background-repeat:no-repeat;
	  /*text-align:center;*/
	  background-position:center top;
	  
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
   width: 100%;
   
}

div.text
{
	
	text-align:justify;
	/*background-color:#eee;	
	
	border: 1px solid #f00;*/	
	margin:10px 10px;
	padding: 10px 10px 10px 10px;
}

div.image
{
	display:inline-block;
	text-align:center;
	background-color:#eeeeee;	
	margin:10px 10px;
	padding: 10px 10px 10px 10px;
	/*border: 1px solid #f00;	*/
}

div.bigimage
{
	/*display:block;*/
	text-align:center;
	/*background-color:#eeeeee;*/	
	margin:10px 10px;
	padding: 10px 10px 10px 10px;
	
}
div.bigimage img
{
	border: 10px solid #eee;
}


div.image img
{
	
	height: auto;
	vertical-align:middle;
	}
	

/* inline-block umoznuje poskladat jednotlie div vedle sebe .. pozor musi mit stejnou vysku */
.container div 
{
	
	display:inline-block;

	}

a.button {
    background: transparent url('button_a.png') no-repeat scroll top right;
     color: #222;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin-right: 6px;
    padding-right: 17px; /* sliding doors padding */
    text-decoration: none;
}


a.button span {
    background: transparent url('button_span.png') no-repeat top left;
    display: block;
    line-height: 14px;
    padding: 7px 0 6px 18px;
}





a.button:hover span{
  background-position: left -27px;
	padding: 7px 0 6px 18px;
}

a.button:hover{
    background-position: right -27px;
	color: #faa;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active{
    background-position: right -54px;
	color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span{
  background-position: left -54px;
	padding: 8px 0 5px 18px;
}




code
{
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 1px 4px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

.new
{
	background: #FF7E00;
	border: 1px solid #DA8028;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	
	text-transform: uppercase;
	margin: 0 0 0 3px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;


	-moz-box-shadow: 0 2px 3px 0 #FFA54E inset;
	-webkit-box-shadow: 0 2px 3px 0 #FFA54E inset;
	
}

h1.samples
{
	color: #0782C1;
	font-size: 200%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1.samples a
{
	color: #0782C1;
	text-decoration: none;
	border-bottom: 1px dotted #0782C1;
}

.samples a:hover
{
	border-bottom: 1px dotted #0782C1;
}

h2.samples
{
	color: #000000;
	font-size: 130%;
	margin: 15px 0 0 0;
	padding: 0;
}

p, blockquote, address, form, pre, dl, h1.samples, h2.samples
{
	margin-bottom: 15px;
}

ul.samples
{
	margin-bottom: 15px;
}

.clear
{
	clear: both;
}

fieldset
{
	margin: 0;
	padding: 10px;
}

body, input, textarea
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}



a.samples
{
	color: #189DE1;
	text-decoration: none;
}

form
{
	margin: 0;
	padding: 0;
}

pre.samples
{
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	overflow: auto;
	padding: 0.25em;
	white-space: pre-wrap; /* CSS 2.1 */
	
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	
}

#footer
{
	clear: both;
	padding-top: 10px;
}

#footer hr
{
	margin: 10px 0 15px 0;
	height: 1px;
	border: solid 1px gray;
	border-bottom: none;
}

#footer p
{
	margin: 0 10px 10px 10px;
	float: left;
}

#footer #copy
{
	float: right;
}

#outputSample
{
	width: 100%;
	table-layout: fixed;
}

#outputSample thead th
{
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

#outputSample tbody th
{
	vertical-align: top;
	text-align: left;
}

#outputSample pre
{
	margin: 0;
	padding: 0;
}

.description
{
	border: 1px dotted #B7B7B7;
	margin-bottom: 10px;
	padding: 10px 10px 0;
	overflow: hidden;
}

label
{
	display: block;
	margin-bottom: 6px;
}

/**
 *	CKEditor editables are automatically set with the "cke_editable" class
 *	plus cke_editable_(inline|themed) depending on the editor type.
 */

/* Style a bit the inline editables. */


/* Once an editable element gets focused, the "cke_focus" class is
   added to it, so we can style it differently. */


/* Avoid pre-formatted overflows inline editable. */
.cke_editable_inline pre
{
	white-space: pre-wrap;
	
}

/**
 *	Samples index styles.
 */

.twoColumns,
.twoColumnsLeft,
.twoColumnsRight
{
	overflow: hidden;
}

.twoColumnsLeft,
.twoColumnsRight
{
	width: 45%;
}

.twoColumnsLeft
{
	float: left;
}

.twoColumnsRight
{
	float: right;
}

dl.samples
{
	padding: 0 0 0 40px;
}
dl.samples &gt; dt
{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px;
}
dl.samples &gt; dd
{
	margin: 0 0 3px;
}
.warning
{
    color: #ff0000;
	background-color: #FFCCBA;
    border: 2px dotted #ff0000;
	padding: 15px 10px;
	margin: 10px 0;
}

/* Used on inline samples */

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}
</pre></body></html>