function mainfr_styledefs() { return ' '; } #================================================================ # Returns a string of CSS style defs to be inserted into # auth frame
function authfr_styledefs() { global $auth_user, $default_db_user; global $authfr_auth_color, $authfr_auth_bg; global $authfr_ro_color, $authfr_ro_bg; $mode = ($auth_user == $default_db_user) ? "ro" : "auth" ; return ' '; ################################################################ # INPUT.authframe { color: '.${"authfr_${mode}_color"}.'; # background: '.${"authfr_${mode}_bg"}.'; # text-align: center; # margin: 0px; # padding: 0px; # border-width: medium; # border-color: red; # } # # BODY.authframe { margin-left: 10%; margin-right: 10%; } # # .authframe { color: '.${"authfr_${mode}_color"}.'; # background: '.${"authfr_${mode}_bg"}.'; # text-align: center; # margin: 0px; # padding: 0px; # border-width: 0px; # } # # # TABLE.authframe { # } # small { font-family: arial,helvetica,sans-serif; # font-size: 75%; # } # .small { font-family: arial,helvetica,sans-serif; # font-size: 75%; # } # LABEL.small { font-family: arial,helvetica,sans-serif; # font-size: 75%; # } # input.small, select.small { # font-family: arial,helvetica,sans-serif; # font-size: 50%; # } # .tiny { # font-family: arial,helvetica,sans-serif; # font-size: 25%; # } # .xxx { # color: green; # font-size: 25%; # background: white; # } # # .box { margin: 0px; # padding: 5px 5px; # width: 100%; # border-width: medium; # border-color: fuchsia; # } # # div.positioned { # position: absolute; # top: 0px; left: 0px; # height: 100px; width: 600px; # } } ?>