home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / dreamweaver / software / dwmx2004.exe / Disk1 / data1.cab / Configuration_En / fields.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-05  |  4.4 KB  |  170 lines

  1. /* CSS Document */
  2.  
  3. /* FUNCTION-SPECIFIC TEXT FIELD STYLES */
  4.  
  5. /* for font sizes or single character entries */
  6. .smallNumOrChar {width:35px}
  7.  
  8. /* for fields designed to accept tag or cell contents */
  9. .contentsField {width:400px;height:100px;font-size:10px}
  10.  
  11. /* for fields containing long strings or message text */
  12. .stringOrMsgField {width:250px;height:125px;font-size:10px}
  13.  
  14. /* GENERIC, SIZE-BASED TEXT FIELD STYLES */
  15.  
  16. .xsmallTField {width:50px}
  17.  
  18. .smallTField {width:75px}
  19.  
  20. .medTField {width:150px}
  21.  
  22. .basicTextField {width:200px}
  23.  
  24. .largeTField {width:250px}
  25.  
  26. .xlargeTField {width:300px}
  27.  
  28. .xxlargeTField {width:400px}
  29.  
  30. /* LIST CONTROL (SELECT LIST) STYLES */
  31.  
  32. /* for action options like "Go to URL", "Stay on Page", "Open Window". */
  33. .actionList {width:125px}
  34.  
  35. /* for horizontal or vertical alignment options. */
  36. .alignList {width:150px}
  37.  
  38. /* for lists of encodings */
  39. .charsetList {width:150px}
  40.  
  41. /* for graph/chart types, such as pie, area, line, etc. */
  42. .chartTypeList {width:200px}
  43.  
  44. /* for class names */
  45. .classList {width:200px}
  46.  
  47. /* for column names */
  48. .columnNameList {width:150px}
  49.  
  50. /* for multiple-select column name lists */
  51. .columnNameMultiList {width:200px}
  52.  
  53. /* for descriptive column lists (e.g., "'NextGame' does not get a value") */
  54. .columnDescList {width:365px}
  55.  
  56. /* for operators such as =, !=, <, >= or their text equivalents (equals, does not equal, etc.) */
  57. .comparisonList {width:100px}
  58.  
  59. /* for connection names */
  60. .connNameList {width:200px}
  61.  
  62. /* for connection, recordset, or table names. */
  63. .connRSTableList {width:200px}
  64.  
  65. /* for DSNs */
  66. .dataSourceList {width:200px}
  67.  
  68. /* for data types; e.g., "Display As" and "Submit As" fields */
  69. .dataTypeList {width:150px}
  70.  
  71. /* for days of the week*/
  72. .dayList {width:150px}
  73.  
  74. /* for database tree controls */
  75. .dbTreeList {width:400px;height:110px}
  76.  
  77. /* for design note info */
  78. .designNoteInfoOrValue {width:350px}
  79.  
  80. /* for direction and language lists (which appear in most HTML tag dialogs) */
  81. .dirLangList {width:150px}
  82.  
  83. /* for lists of form fields (often labeled "Value:" in SBs */
  84. .fieldList {width:150px}
  85.  
  86. /* for lists of font cascades */
  87. .fontGroupList {width:250px}
  88.  
  89. /* for lists of single font names */
  90. .fontList {width:150px}
  91.  
  92. /* for date formats, etc. */
  93. .formatList {width:150px}
  94.  
  95. /* for frame and window lists (e.g., New Window, frame "frame1", frame "frame2") */
  96. .frameList {width:250px}
  97.  
  98. /* for image formats (e.g, "JPEG - Better Quality", "GIF - WebSnap 256", etc. */
  99. .imageFormatList {width:150px}
  100.  
  101. /* for item lists (e.g., navbar elements, jump menu items, design notes) */
  102. .itemList {width:250px}
  103.  
  104. /* for lists of MIME types. */
  105. .mimeTypesList {width:200px}
  106.  
  107. /* for lists of multi-word options that do not fit into any more specific class. */
  108. .multiWordOptionList {width:250px}
  109.  
  110. /* for lists of named images, movies, etc. in the user's document. */
  111. .namedObjectsList {width:300px}
  112.  
  113. /* for lists of one-word options that do not fit into any more specific class. */
  114. .oneWordOptionList {width:125px}
  115.  
  116. /* for parameter names */
  117. .paramNameList {width:200px}
  118.  
  119. /* for callable parameter names */
  120. .jspParamNameList {width:515px}
  121.  
  122.  
  123. /* for parameter types */
  124. .paramTypeList {width:200px}
  125.  
  126. /* for contributor personas */
  127. .personaList {width:200px}
  128.  
  129. /* for plugin types */
  130. .pluginList {width:200px}
  131.  
  132. /* for lists of stored procedures */
  133. .procList {width:200px}
  134.  
  135. /* for css style properties, attributes, etc. */
  136. .propertyList {width:150px}
  137.  
  138. /* for lists of internet protocols (such as http://, https://, ftp://, etc.) */
  139. .protocolList {width:100px}
  140.  
  141. /* for lists of introspectors */
  142. .proxyList {width:200px}
  143.  
  144. /* for recordset names */
  145. .rsNameList {width:200px}
  146.  
  147. /* for jrun and cfml selector lists */
  148. .selectorList {width:150px}
  149.  
  150. /* for lists of small numbers or chars, such as point sizes or heading tags */
  151. .smallNumOrCharList {width:50px}
  152.  
  153. /* for SQL types and directions */
  154. .sqlTypeList {width:200px}
  155.  
  156. /* for lists of border styles, etc. */
  157. .styleList {width:200px}
  158.  
  159. /* for lists of tag types (e.g., a tags, form tags, etc. */
  160. .tagList {width:200px}
  161.  
  162. /* for HREF targets. this one is tricky, because user-defined targets (including frame names) could be longer than the standard targets. */
  163. .targetList {width:125px}
  164.  
  165. /* for template types (e.g., in DataList dialog) */
  166. .templateList {width:200px}
  167.  
  168. /* for units such as percent, pixels, points, ems, etc. */
  169. .unitList {width:75px}
  170.