CGI-Ex-Recipes

 view release on metacpan or  search on metacpan

erecipes/files/style.css  view on Meta::CPAN


a:hover {text-decoration: underline;}

.left {float: left;}

.right {float: right;}

.clear {clear: both;}

#content p {
    font-size:1.3em;
    text-align:left;
    margin-bottom:1em;
}

pre {
    text-align:left;
    padding-left:3em;
    font-size:1.5em;
}

.form_row {
    text-align:left;
    margin-bottom:0.8em;
}

form {
    width:98%; 
}
#theform
label {font-size:1.2em}

input, textarea, select {
    font-size:1.3em;
    font-family:Tahoma,sans-serif
}

.input_text, .input_textarea, .input_select, .input_checkbox {
    border: 1px solid #cde;
    width:80%;
}

.input_checkbox {width:20px;}

.input_textarea { height:8em;}

fieldset {
    border:1px solid #eee;
    padding:0.5em;
    background-color:GhostWhite;
    
    /*
    GhostWhite===#F8F8FF
    FloralWhite===#FFFAF0
    LavenderBlush===#FFF0F5
    Lavender===#E6E6FA*/
}

.button, .submit {border:1px solid #779;background:#eee}

legend {padding:0.5em;}

.login_error {color:red;font-weight:bolder}

.login_form fieldset legend {font-size:0.8em}

.code {font-family:monospace;}



( run in 1.170 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )