/* egyszeru CSS a Hejprogramozas tananyaghoz */

/* jobb olvashatosag miatt */
body, table { 
    font-family:  Verdana, Tahoma, Kalimati, FreeSans, "Nimbus Sans L", sans-serif;
       font-size: 11pt;
        max-width: 61em;
}


/* terminal szoveg peldak */
pre.screen { 
    background-color: #E0F5FF; /*#D1F0FF; */
    overflow: visible;
    max-width: 61em;
    padding: 0.5em;
    border: 1px solid  #FFA3A3 ; /*#61CCFF*/   
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: "Courier New", "Nimbus Mono L", "Liberation Mono", monospace;
    font-size: 11pt;

}

/* szkriptek forrasa */
pre.programlisting{ 
    background-color: FFFFDB;
    max-width: 61em;
    padding: 0.5em;
    border: 1px solid #C2A385 ; /*#990000;*/
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: "Courier New", "Lucida Console","Nimbus Mono L",  "Liberation Mono", monospace;
    font-size: 11pt;
}

/* regularis kifejezesek kijelolesehez */

.regex { 
    background-color: AntiqueWhite  ; 
    padding-top: 0.005em; 
    padding-left: 0.1em; padding-right: 0.1em;
    padding-bottom: 0.1em;font-size: 110%;
    border: 1px solid AntiqueWhite; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: "Courier New", "Lucida Console","Nimbus Mono L",  "Liberation Mono", monospace;
}

#regex .literal { font-size: 110%; }

/* nem illeszkedo resz */
.match {
    color:forestgreen;}

/* illesztesek */
.match .strong {
    color:brown; font-weight: bold;}

/* docbook megjegyzesek */
div.note {
    /*background-color: #F0F0F0 */;
    padding-top: 0.005em; 
    padding-left: 0.1em; padding-right: 0.1em;
    padding-bottom: 0.1em;font-size: 110%;
    border: 1px solid AntiqueWhite; 
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
