/** * utilities.css * code by strangecode :: www.strangecode.com :: this document contains copyrighted information * * CSS used often in Strangecode applications. Do not arbitrarily * edit this code! This file is used between many sites and modifying it may result * in something breaking. Instead, overwrite these values in a specific site by * adding new definitions to a screen.css file. */ /* BEAU: I format my CSS using BBEdit's Markup->CSS->Format command. Would you like to use that as well so our code looks consistant? */ /*_____________________ FORMS ____________________*/ /* BEAU: Had to comment-out all generic definitions... They fucked golbon. I guess the only things to have that are safe are custom class identifiers. Maybe we should standardize on classes we define in the codebase so they never conflict with other people's css, like: codebase_small, or cb_small? */ /* input, select, submit { color: #000; margin: 0 0.5em 0 0; padding: 0; } submit { font-weight: bold; margin: 0.5em; } */ /* form table select, form table input { margin-top: 0; } */ /* BEAU: I want more text box widths! I find need for boxes that fit 5em, 10em, 20em, and 40em widths. These should be in EMs so text can resize and still fit. Since it is useful to apply a width to other form elements to have them similar sizes (not always a text box, such as