/** * depreciated.css * code by strangecode :: www.strangecode.com :: this document contains copyrighted information * * CSS used in older codebase templates. These should never be used for new sites. */ /*_____________________ BASE ____________________*/ body { background: #fff; color: #000; } /*_____________________ FORMS ____________________*/ .formlabel { color: #000; max-width: 20em; padding: 7px 0px 0px 0px; font-size: 70%; font-weight: bold; } .formtext { color: #000; font-size: 70%; } .formcheckboxes /* td */ { font-size: 70%; line-height: 90%; white-space: nowrap; } .formselect { color: #000; font-size: 70%; margin: 0px; padding: 0px; } .formtextarea { color: #000; font-size: 70%; margin: 0px; padding: 0px; } .forminputtext { color: #000; font-size: 70%; margin: 0px; padding: 0px; } .formsubmitbutton { font-size: 70%; font-weight: bold; color: #000; margin: 1px; }