Default"
From Documentation
m (→Events) |
|||
Line 37: | Line 37: | ||
<br /> | <br /> | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
− | + | |.z-group-foot | |
+ | |||
+ | |Background image | ||
+ | |||
+ | |background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/groupfoot_bg.gif')}) repeat-x 0 0; | ||
+ | |- | ||
+ | |div.z-group-foot-cnt | ||
+ | |||
+ | |Border | ||
+ | |||
+ | |border: 0; margin: 0; padding: 0; font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; | ||
+ | |- | ||
+ | |td.z-group-foot-inner | ||
+ | |||
+ | |Padding | ||
+ | |||
+ | |padding: 2px; overflow: hidden; | ||
+ | |- | ||
+ | |.z-group-foot-inner .z-group-foot-cnt span, .z-group-foot-inner .z-group-foot-cnt | ||
+ | |||
+ | |Font size and color | ||
+ | |||
+ | |color: #2C559C; font: normal ${fontSizeM} ${fontFamilyT};font-weight:bold; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Revision as of 08:56, 8 September 2010
This is the Default mold for Groupfoot.
Source
The CSS source for from GitHub
Structure
Events
CSS\Action | Normal (Open) | Hover | Click, Select, and Drag. | Focus | Focus and Hover | Disable |
Naming: | .z-group-foot | |||||
Supported: | V |
Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position
CSS Specification
Class Name | Description | Default Values |
.z-group-foot | Background image | background: #E9F2FB url(${c:encodeURL('~./zul/img/grid/groupfoot_bg.gif')}) repeat-x 0 0; |
div.z-group-foot-cnt | Border | border: 0; margin: 0; padding: 0; font-family: ${fontFamilyC}; font-size: ${fontSizeM}; font-weight: normal; |
td.z-group-foot-inner | Padding | padding: 2px; overflow: hidden; |
.z-group-foot-inner .z-group-foot-cnt span, .z-group-foot-inner .z-group-foot-cnt | Font size and color | color: #2C559C; font: normal ${fontSizeM} ${fontFamilyT};font-weight:bold; |