Default"

From Documentation
Line 39: Line 39:
 
<br />
 
<br />
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 +
|.z-portal-layout
 +
 +
|Overflow
 +
 +
|visibility: hidden; overflow: hidden; zoom: 1;
 +
|-
 +
|.z-portal-layout-inner
 +
 +
|Overflow
  
 +
|overflow: hidden;
 +
|-
 +
|.z-portal-children
 +
 +
|Padding and margin
 +
 +
|float: left; padding: 0; margin: 0; overflow: hidden; zoom: 1;
 +
|-
 +
|.z-portal-children-body
 +
 +
|Overflow
 +
 +
|overflow: hidden; zoom: 1;
 +
|-
 +
|.z-portal-children-cnt
 +
 +
|Overflow
 +
 +
|overflow: hidden;
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 02:57, 9 September 2010


This is the Default mold for Portallayout.

Source


The CSS source for from GitHub


Structure

Portallayout1.jpg

Portallayout2.jpg

Events


CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-portal-layout,

.z-portal-children

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-portal-layout Overflow visibility: hidden; overflow: hidden; zoom: 1;
.z-portal-layout-inner Overflow overflow: hidden;
.z-portal-children Padding and margin float: left; padding: 0; margin: 0; overflow: hidden; zoom: 1;
.z-portal-children-body Overflow overflow: hidden; zoom: 1;
.z-portal-children-cnt Overflow overflow: hidden;



Last Update : 2010/09/09

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