CssSchema
Default CSS schema applied in all templates
#container
#header
#bittop
#bittopbar
modules
#navigation
modules
#extra
modules
#content
.header
.content
#footer
modules
#bitbottom
For a hypothetical bitweaverPackage foo, here is how it should present its data:
<div class="display foo">
<div class="header">
<h1>pile of foo</h1>
<div class="date">created by fooster on april 1, 2004</div>
</div>
<div class="body">
<div class="content">this is more foo</div>
<div class="pagination">page 1 of 4</div>
</div>
</div>depending on the type of page, in the outermost div we use the following classifcations:
- display
- edit
- listing
- admin
in the CSS, the selection of any h1 that is part of the very top of the page would be:
.header h1 {}
for the header h1 title of the package foo, you would use
.foo .header h1 {}
as an example you could define the following:
.header h1 {background: silver;}
.foo .header h1 {color: red;}
on all pages, the h1 title will appear with a silver background
on the foo package, the top header will appear with a silver background and red text.
for a more detailed list of css instructions and notes, please visit ThemeTutorial
Related Items
Documentation » Technical Documentation
Documentation geared towards developers and people who want to learn about the core processes of bitweaver
HEAD ON! Support has been added for Pear::DB! • Oracle Reservations for Two • ReleaseTwo: Shedding that last bits of our roots, finding the core of our being • getContentList • How to add a pagination to an object list • Moving bw in another directory • pma and mysql • safe mode on / open_base_dir • sequence and auto • The package I am currently developping is suddenly desactivated • APIDocumentation • Archived Picture Upload with Fisheye under Windows • Bitweaver and Browser Cookies • bitweaverCVS • bitweaverFeatures • bitweaverPerformance • CodingGuidelines • CreatingServices • CssSchema • InstallbitweaverDoc • IntegrationTutorial • LibertyFormats • LibertyMime • LibertyServices • phpdoc content status • PortingTikiWikiPackages • PrototypeAjaxObject • PrototypeReference • SamplePackage • SearchPackageDevNotes • TUTORIAL - Displaying Icons ONLY to AUTHORS of the page • Tutorial - Liberty Plugins • Tutorial - Liberty Plugins II • UsersDoc
Comments