Default"
From Documentation
m (→Events) |
|||
Line 37: | Line 37: | ||
<br /> | <br /> | ||
{{Template:ZK Style Guide CSS}} | {{Template:ZK Style Guide CSS}} | ||
+ | |div.z-progressmeter | ||
+ | |||
+ | |Background image | ||
+ | |||
+ | |background:#E0E8F3 url(${c:encodeURL('~./zk/img/prgmeter_bg.gif')}) repeat-x scroll 0 0 ; | ||
+ | border:1px solid #7FA9E4; text-align: left; height: 17px; | ||
+ | |- | ||
+ | |span.z-progressmeter-img | ||
+ | |||
+ | |Background image of front | ||
+ | |||
+ | |display:-moz-inline-box; display:inline-block; | ||
+ | |||
+ | background:#9CBFEE url(${c:encodeURL('~./zk/img/prgmeter.gif')}) repeat-x scroll left center; height: 17px; font-size:0; | ||
+ | |} | ||
{{ZKStyleGuidePageFooter}} | {{ZKStyleGuidePageFooter}} |
Revision as of 03:01, 9 September 2010
This is the Default mold for Progressmeter.
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-progressmeter | |||||
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 |
div.z-progressmeter | Background image | background:#E0E8F3 url(${c:encodeURL('~./zk/img/prgmeter_bg.gif')}) repeat-x scroll 0 0 ;
border:1px solid #7FA9E4; text-align: left; height: 17px; |
span.z-progressmeter-img | Background image of front | display:-moz-inline-box; display:inline-block;
background:#9CBFEE url(${c:encodeURL('~./zk/img/prgmeter.gif')}) repeat-x scroll left center; height: 17px; font-size:0; |