/* testy.css.php */ body { margin: 0px; background-color: ; font-family: "Tahoma","Arial",sans-serif; font-size: 13px; text-align: center; } .notify{ margin-left:auto; margin-right:auto; width:340px; height:40px; padding-right:20px; border: 2px solid #40bd03; background:green url('../../images/ok.png') no-repeat; background-position:right; color:white; text-align:right; cursor:pointer; } .notify div{ width:340px; padding-right:40px; padding-top:8px; padding-bottom:8px; text-align:center; } .notify2{ margin-left:auto; margin-right:auto; width:340px; height:40px; padding-right:20px; border: 2px solid #b00202; background-color:red; color:white; text-align:right; cursor:pointer; } .notify2 div{ width:340px; padding-right:40px; padding-top:8px; padding-bottom:8px; text-align:center; } #container { position: relative; top: -91px; margin: auto; width: 960px; border: 1px solid ; } #headercontainer { height: 120px; text-align: center; background-color: ; } #header { position: relative; height: 90px; text-align: left; background-color: ; } #logo { display: block; width: 200px; position: relative; top: 8px; left: 13px; text-align:left; } #logo img { border: 0px; } #title { float: right; margin: 8px 15px 0px 0px; font-size: 25px; } #title a { color: ; text-decoration: none; } #title a:hover { text-decoration: underline; } #personalista { position: absolute; bottom: 5px; right: 10px; width: 350px; height: 20px; text-align: right; } #footer { padding: 5px 15px 5px 5px; text-align: right; } #content { padding: 20px 10px; background-color: ; min-height: 500px; height: auto !important; height: 500px; text-align: left; } /* * horni menu */ #menu { width: 780px; height: 35px; position: relative; left: 160px; top: -12px; } #menu a { display: block; width: 100px; height: 35px; float: left; margin-right: 5px; line-height: 35px; border-left: 1px solid ; border-top: 1px solid ; border-right: 1px solid ; text-decoration: none; font-weight: normal; text-align: center; } #menu a:hover { text-decoration: underline; background-color: ; } #menu a.active { background-color: ; } /* * spolecne styly */ .clear, .cl { clear: both; } h1, h2, h3 { color: ; text-align: left; font-weight:normal; } h1 { border-bottom: 1px solid ; margin: 0px; font-size:23px; } h2 { border-bottom: 1px solid ; margin: 0px; padding: 0px; font-size: 20px; } h3 { margin-bottom: 2px; font-size:15px; } h3.highlight { background-color:#eeeeee; padding: 2px; font-weight: bold; } a { color: ; font-weight: bold; } a:hover { text-decoration: none; } p { text-align: left; } /* * moduly */ table.prehled { width: 90%; border-collapse: collapse; border: 1px solid ; margin: 10px auto; } .prehled td, .prehled th, .buttons td { border: 1px solid ; padding: 3px; } .prehled th { background-color: ; border: 1px solid ; color: ; text-align: left; } .prehled tr:hover { background-color: ; } .prehled td { text-align: left; } .prehled td.button, .buttons td.button { text-align: center; background-color: #f0f0f0; margin: 0; padding: 0; } .prehled td.button a, .buttons td.button a { display:block; padding:3px; font-weight:normal; text-decoration:none; } .prehled td.button:hover, .buttons td.button:hover, .prehled td.button a:hover, .buttons td.button a:hover { background-color: #cccccc; color:black; } .prehled td.button a:hover, .buttons td.button a:hover { text-decoration:underline; } .prehled td.kategorie { font-size:10px; } td.v_grafu { background-color: ; } .datum_small { font-size: 10px; } table.formular { width: 90%; border-collapse: collapse; border: 1px solid ; margin: 10px auto; } .formular td, .formular th { border: 1px solid ; padding: 3px; } .formular th { background-color: ; border: 1px solid ; color: ; vertical-align: top; text-align: left; padding-top: 5px; width: 20%; } .formular td { text-align: left; } .formular textarea { width: 500px; height: 200px; } .formular tfoot td { text-align: center !important; padding: 10px 10px; } input.action_button, a.action_button { float: left; /* display: block; width: 80px; */ margin: 0 5px; text-decoration: none; text-align: center; color: ; font-weight: bold; background-color: ; padding: 5px 10px; border: 1px solid ; } input.action_button:hover, a.action_button:hover { background-color: #FFFFFF; } ul.error_list { border: 1px solid #000000; width: 90%; margin: 10px auto 10px auto; background: #ff0000 url('../images/ikony/warning.png') no-repeat 5px 5px; } ul.error_list li { color:yellow; font-size: 15px; text-align: left; list-style-type:square; padding:5px; } input.cviceni_test_edit { width: 40px; } /* * filtry */ table.filtr { width: 100%; border-collapse: collapse; border: 1px solid ; } .filtr td { border: 1px solid ; } .filtr th { background-color: ; border: 1px solid ; text-align:left; } .filtr select { height: 250px; overflow: auto; font-size: 10px; } .filtr .f_pokrocilost { vertical-align: top; } .filtr .f_pokrocilost select { height: 180px; } .filtr .buttons { width: 100px; } .filtr a { display: block; background-color: ; border: 1px solid ; padding: 5px; width: 80px; margin: 5px 7px; text-align: center; text-decoration: none; } .filtr .f_pokrocilost a { width: 20px; float: left; margin-bottom: 1px; padding: 2px; } .filtr_inline input, .filtr_inline select { border: 1px solid ; width: 110px; } .filtr_inline a { float: left; display: block; background-color: ; border: 1px solid ; color: ; padding: 5px; margin: 5px 7px; text-align: center; text-decoration: none; } .filtr_inline a:hover { color: black; } /* * listovatko */ .listovatko { text-align: center; } .listovatko a { margin: 0 5px; } /* * prihlasovaci formular */ .login_form { text-align: center; margin-top: 100px; } .login_form div { margin: auto; width: 240px; border: 1px solid ; padding: 10px; } .login_form div div { width: auto; padding: 0px; } .login_form input { border: 0px; } /* * zobrazeni otazek */ .otazka { padding: 10px; text-align: left; border-top: 1px solid #a0a0a0; } .otazka_2 input, .otazka_4 input { border: 1px solid #000000; margin-right: 5px; } .otazka_3 td { padding: 0px; } .otazka_3 ul { list-style-type: none; padding: 0px; margin: 0px; } .otazka_3 li { height: 20px; line-height: 20px; margin: 2px; padding: 3px; border: 1px solid #ffffff; } .otazka_3 ul.otazka_sort_target { background-color: #f0f0f0; border: 1px solid #f0f0f0; height: 27px; margin-bottom: 2px; } .otazka_3 ul.otazka_sort_target li { cursor: move; color: ; font-weight: bold; border: 0px; background-color: #f0f0f0; } .otazka_3 ul.otazka_sort { border: 1px solid ; } .otazka_3 ul.otazka_sort li { cursor: move; border: 1px solid ; background-color: white; } .otazka_3 ul.otazka_nosort li { text-align: right; } .typ_3_hint { font-size: 10px; text-align: right; padding-left: 20px !important; } .otazka_5 { /* otázka s textem */ border-top: 1px solid black; } .otazka .funcs { float: right; } .otazka .uvodni_text { margin-bottom: 15px; border-bottom: 1px solid #a0a0a0; } .cviceni_obal { margin-top: 20px; padding: 0; border: 1px solid #000000; position: relative; } .cviceni_zadani { margin: 0; padding: 5px; background-color: #eeeeee; } .cviceni_cislo { padding: 5px; background-color: ; color: white; font-weight: bold; } span.otazka_cislo { float: left; margin-right: 5px; color: ; font-size: 10px; width: 25px; } /* * * testovani * */ #timer { position: fixed; width: 220px; height: 40px; top: 0px; left: auto; background-color: ; z-index: 10; border: 1px solid ; color: ; font-size: 18px; font-weight: bold; line-height: 40px; text-align: center; margin-left: 718px; } .boxed { padding: 25px; margin: auto; } .testovani h3 { background-color:#eeeeee; border-bottom: 1px solid ;; padding: 2px; } .testovani th { text-align: right; font-weight: normal; vertical-align: top; } .testovani td { font-weight:bold; } .testovani div.instrukce { margin: 10px 0px; padding: 10px; background-color: #eeeeee; border: 1px solid black; } .otazka form { margin: 0; padding: 0; } .otazka_varianty { font-style: italic; padding: 0 5px; } span.odpoved { border: 1px solid #000000; background-color: #eeeeee; padding: 0px 5px; margin: 0px 5px; } span.odpoved_tisk { border: 1px solid #000000; background-color: #ffffff; display: inline; width: 100px; height: 50px; padding: 2px 5px; margin: 0px 5px; line-height: 30px; } table.odpovedi td.zadani { text-align: right; padding-right: 5px; } table.odpovedi td.odpoved { border: 1px solid #000000; background-color: #eeeeee; padding: 0px 5px; } table.odpovedi td.odpoved_tisk { border: 1px solid #000000; background-color: #ffffff; padding: 0px 5px; } .cviceni_vysledek { background-color: #999999; color: white; height: 18px; position: absolute; right: 0; bottom: 0; border-top: 1px solid black; border-left: 1px solid black; text-align: center; padding-top: 2px; padding-left: 5px; padding-right: 5px; } table.uchazec_detail { width: 500px; } table.uchazec_detail th { text-align: right; font-weight: normal; padding-right: 5px; } table.uchazec_detail td { font-weight: bold; } table.hodnoceni { width: 100%; border: 1px dotted ; } table.hodnoceni th { vertical-align: top; } table.hodnoceni .popis_urovne { font-weight: normal; border: 1px solid ; padding: 0 10px; } .otazka_varianty { font-style: italic; padding: 0 5px; } .prehled td { font-weight: normal; } .prehled th, .statistika th { text-align: left; padding: 3px; font-weight: normal; } table.odpovedi td.odpoved { font-weight: normal !important; } .prehled td.dulezite { font-weight: bold; } #vysledky-testu select { }