Default"

From Documentation
Line 21: Line 21:
 
=CSS Specification=
 
=CSS Specification=
 
<br />
 
<br />
{{Template:ZK Style Guide CSS}}
+
{{Template:Style Guide CSS}}
 +
|.z-combo -item.z-combobox-pp
 +
.z-combo-item,
 +
.z-combobox-pp .z-combo-item a,
 +
.z-combobox-pp .z-combo-item a:visited
 +
|Font size
 +
|font-size: ${fontSizeM};
 +
font-weight: normal;
 +
color: black;
 +
text-decoration: none;
 +
|-
 +
|.z-combobox-pp .z-combo-item-text,
 +
.z-combobox-pp .z-combo-item-img
 +
|Font size
 +
|white-space: nowrap;
 +
font-size: ${fontSizeS}; cursor: pointer;
 +
|-
 +
|.z-combobox-pp .z-combo-item-inner,
 +
.z-combobox-pp .z-combo-item-cnt
 +
|Color and font size of Comboitem's description and content
 +
|color: #888;
 +
font-size: ${fontSizeXS};
 +
padding-left: 6px;
 +
|-
 +
|div.z-grid-header tr.z-columns, div.z-grid-header tr.z-auxhead
 +
|Background image
 +
|background-color:#C3E7FB;
 +
background-image:url(/Zk-1/zkau/web/zul/img/grid/column-bg.png);
 +
background-repeat:repeat-x;
 +
|}
  
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 03:20, 8 September 2010


This is the [MOLD NAME] mold for [ITEM NAME]

Source


The CSS source for {{{control}}} from GitHub


Structure

Auxhead1.gif Auxhead2.gif

Events


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-combo-item -over -seld -over-seld -disd
Supported: V ! ! !

Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position

CSS Specification


Template:Style Guide CSS |.z-combo -item.z-combobox-pp .z-combo-item, .z-combobox-pp .z-combo-item a, .z-combobox-pp .z-combo-item a:visited |Font size |font-size: ${fontSizeM}; font-weight: normal; color: black; text-decoration: none; |- |.z-combobox-pp .z-combo-item-text, .z-combobox-pp .z-combo-item-img |Font size |white-space: nowrap; font-size: ${fontSizeS}; cursor: pointer; |- |.z-combobox-pp .z-combo-item-inner, .z-combobox-pp .z-combo-item-cnt |Color and font size of Comboitem's description and content |color: #888; font-size: ${fontSizeXS}; padding-left: 6px; |- |div.z-grid-header tr.z-columns, div.z-grid-header tr.z-auxhead |Background image |background-color:#C3E7FB; background-image:url(/Zk-1/zkau/web/zul/img/grid/column-bg.png); background-repeat:repeat-x; |}



Last Update : 2010/09/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.