/* Navigációs doboz balra: */ #navi { margin: 0px; width: 170px; position: absolute; top: 140px; left: 0px; } #navi.div { padding: 0 0 6px 0; } #sourceforge { margin: 0px; width: 170px; position: absolute; top: 0px; left: 0px; } /* Főoszlop: */ #main { margin-top: 5px; width : 530px; position: absolute; top: 0px; left: 170px; } /* Gombok: */ .linkbox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-left: 2px; border-style: solid; border-width: 1px; border-color: #005588; width: 150px; padding: 3px; color: white; background-color: #0077aa; list-style-image: none; list-style-type: none; } /* Aktív gomb: */ .linkboxaktiv { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; margin-left: 2px; border-style: solid; border-width: 1px; border-color: #005588; width: 150px; padding: 3px; color: white; background-color: #0099cc; list-style-image: none; list-style-type: none; } /* Kiválasztott fehér, aláhúzott */ A:link, A:visited, A:active { text-decoration: underline; color: white; } /* egérátkelés hatása */ A:hover { text-decoration: none; color: white; background-color: #0099cc; border-style: none; border-left-width: 0px; border-color: #005588; }