Changeset 121 for trunk/css


Ignore:
Timestamp:
May 22, 2006 5:29:19 AM (18 years ago)
Author:
scdev
Message:

Q - Added "sc-" to all css class selectors; Finished reworking Upload and ImageThumb? (now with GD support!); More PHP 5 upgrades.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/utilities.inc.css

    r106 r121  
    1111/*_____________________ FORMS ____________________*/
    1212
    13 input.tiny, textarea.tiny, select.tiny,
    14 input.small, textarea.small, select.small,
    15 input.medium, textarea.medium, select.medium,
    16 input.large, textarea.large, select.large       { margin: 0 0.5em 0 0; }
     13input.sc-tiny, textarea.sc-tiny, select.sc-tiny,
     14input.sc-small, textarea.sc-small, select.sc-small,
     15input.sc-medium, textarea.sc-medium, select.sc-medium,
     16input.sc-large, textarea.sc-large, select.sc-large       { margin: 0 0.5em 0 0; }
    1717
    18 input.tiny, textarea.tiny, select.tiny          { width: 4.75em; }
    19 input.small, textarea.small, select.small       { width: 10em; }
    20 input.medium, textarea.medium, select.medium    { width: 20.5em; }
    21 input.large, textarea.large, select.large       { width: 41.5em; }
    22 input.full, textarea.full, select.full          { width: 100%; }
    23 select.small                                    { width: 10em; }
    24 select.medium                                   { width: 20.5em; }
     18input.sc-tiny, textarea.sc-tiny, select.sc-tiny          { width: 4.75em; }
     19input.sc-small, textarea.sc-small, select.sc-small       { width: 10em; }
     20input.sc-medium, textarea.sc-medium, select.sc-medium    { width: 20.5em; }
     21input.sc-large, textarea.sc-large, select.sc-large       { width: 41.5em; }
     22input.sc-full, textarea.sc-full, select.sc-full          { width: 100%; }
     23select.sc-small                                    { width: 10em; }
     24select.sc-medium                                   { width: 20.5em; }
    2525
    26 textarea.twolines, select.twolines              { height: 3em; }
    27 textarea.short, select.short                    { height: 8em; }
    28 textarea.tall, select.tall                      { height: 25em; }
    29 textarea.fullscreen, select.fullscreen          { height: 40em; }
     26textarea.sc-twolines, select.sc-twolines              { height: 3em; }
     27textarea.sc-short, select.sc-short                    { height: 8em; }
     28textarea.sc-tall, select.sc-tall                      { height: 25em; }
     29textarea.sc-fullscreen, select.sc-fullscreen          { height: 40em; }
    3030
    3131/*_____________________ UTILITIES ____________________*/
    32 .nowrap { white-space: nowrap; }
    33 .clearboth { clear: both; }
    34 .center { text-align: center; }
    35 .right { text-align: right; }
    36 .padright { padding: 0 10px 0 0; }
    37 .padleft { padding: 0 0 0 10px; }
    38 .help { color: #999; font-weight: normal; }
    39 .monospaced { font-family: monaco, courier; font-weight: normal; }
     32.sc-nowrap { white-space: nowrap; }
     33.sc-clearboth { clear: both; }
     34.sc-center { text-align: center; }
     35.sc-right { text-align: right; }
     36.sc-padright { padding: 0 10px 0 0; }
     37.sc-padleft { padding: 0 0 0 10px; }
     38.sc-help { color: #999; font-weight: normal; }
     39.sc-monospaced { font-family: monaco, courier; font-weight: normal; }
    4040
    41 /* .pkg class wraps enclosing block element around inner floated elements */
    42 .pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0.0; }
    43 * html .pkg { display: block; }
     41/* .sc-pkg class wraps enclosing block element around inner floated elements */
     42.sc-pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0.0; }
     43* html .sc-pkg { display: block; }
    4444/* no ie mac \*/
    45 * html .pkg { height: 1%; }
    46 .pkg { display: block; }
     45* html .sc-pkg { height: 1%; }
     46.sc-pkg { display: block; }
    4747/* */
Note: See TracChangeset for help on using the changeset viewer.