Builder CSS: Basic Structure
(Difference between revisions)
(→Builder's Construction of CSS Wrappers) |
(→Builder's Construction of CSS Wrappers) |
||
Line 69: | Line 69: | ||
|'''[builder-module-outer-wrapper]''' || .builder-module-outer-wrapper || | |'''[builder-module-outer-wrapper]''' || .builder-module-outer-wrapper || | ||
|- | |- | ||
− | |'''[builder-module] #ID''' || #builder-module-51d70c106ab33 || | + | |'''[builder-module] #ID''' || #builder-module-51d70c106ab33 || Targets the specific container body where ID# is 51d70c106ab33 |
|- | |- | ||
| '''[builder-module-block-outer-wrapper]''' || .builder-module-block-outer-wrapper || | | '''[builder-module-block-outer-wrapper]''' || .builder-module-block-outer-wrapper || |
Revision as of 16:05, July 18, 2013
Builder's Construction of CSS Wrappers
The following is a basic outline of Builder's construction of CSS wrappers.
[BODY] #ID
|
For Example:
Output (IDs are examples) | Description | More info | |
---|---|---|---|
[BODY] #ID | #builder-layout-51d70c106ac69 | Targets the specific Layout body where ID# is 51d70c106ac69 | Layout ID (Body) |
[builder-container-background-wrapper] | .builder-container-background-wrapper | ||
[builder-container-outer-wrapper] | .builder-container-outer-wrapper | ||
[builder-container] #ID | #builder-container-51d70c106ac69 | Targets the specific container body where ID# is 51d70c106ac69 | |
[builder-module-backgroud-wrapper] | .builder-module-background-wrapper | ||
[builder-module-outer-wrapper] | .builder-module-outer-wrapper | ||
[builder-module] #ID | #builder-module-51d70c106ab33 | Targets the specific container body where ID# is 51d70c106ab33 | |
[builder-module-block-outer-wrapper] | .builder-module-block-outer-wrapper | ||
[builder-module-block] | .builder-module-block |