Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 60836 invoked from network); 15 Sep 2004 00:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Sep 2004 00:18:43 -0000 Received: (qmail 83456 invoked by uid 500); 15 Sep 2004 00:18:42 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 83422 invoked by uid 500); 15 Sep 2004 00:18:41 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 83408 invoked by uid 99); 15 Sep 2004 00:18:40 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Sep 2004 17:18:39 -0700 Received: (qmail 60764 invoked by uid 65534); 15 Sep 2004 00:18:38 -0000 Date: 15 Sep 2004 00:18:38 -0000 Message-ID: <20040915001838.60757.qmail@minotaur.apache.org> From: thorsten@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 46054 - in forrest/trunk/src/core/context/skins/leather-dev: . css xslt/html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: thorsten Date: Tue Sep 14 17:18:37 2004 New Revision: 46054 Added: forrest/trunk/src/core/context/skins/leather-dev/brainstorming.txt forrest/trunk/src/core/context/skins/leather-dev/contracts.inicial.txt Modified: forrest/trunk/src/core/context/skins/leather-dev/css/branding.css forrest/trunk/src/core/context/skins/leather-dev/note.txt forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl forrest/trunk/src/core/context/skins/leather-dev/xslt/html/tab2menu.xsl Log: Did some work on leather, mainly thoughts. Added: forrest/trunk/src/core/context/skins/leather-dev/brainstorming.txt ============================================================================== --- (empty file) +++ forrest/trunk/src/core/context/skins/leather-dev/brainstorming.txt Tue Sep 14 17:18:37 2004 @@ -0,0 +1,39 @@ +TS: +id for fixed - unique elements +class for repeating elements + +classes in ids used like hooks. Display hidden used to controll layout. +--------------- +############### +classical approach comp. http://web.nwe.ufl.edu/writing/help/web/authoring/html/css/div.html +#header +#side +#spacer +#content +#footer + +is saying about the location of elements rather then the data which is represented. +**************** +css-contracts (i - initial) (n - new) +toplevel: +#branding (i) +Container used for a header and banner to brand the site. That is the former "top". + +#search (i) +Related to search interface and search results + +#nav or #navigation (i) +Used to contain the navigation devices + +#content (i) +Used for content rather than for another purpose such as navigation + +#siteinfo (i) +Used for various site related information + +The problem that I am facing if I want to use e.g. the nav container for all nav elements is to still have the same style. +The style depends on overall (IMO style specific) style-divs that are just for web-design reason. +That would denegate a single skeleton for css-contracts like css-garden. +One could introduce a raster approach but that would be more or less the top-main-footer approach. + +Breaking down the problem again to #id basis. The pathing of them makes the final style. Added: forrest/trunk/src/core/context/skins/leather-dev/contracts.inicial.txt ============================================================================== --- (empty file) +++ forrest/trunk/src/core/context/skins/leather-dev/contracts.inicial.txt Tue Sep 14 17:18:37 2004 @@ -0,0 +1,103 @@ +#container + Page container makes it possible to have an overall sourrounding box in the pages. e.g. [1]&[2] have a black sourrounding box. + +#branding +Container used for a header and banner to brand the site. That is the former "top". + +#branding-logo +Contains all logos to brand the site. + +#branding-logo-group +Used for the grouplogo. + +#branding-logo-group-ax +Used for the grouplogo in alternativ location. x stands for a variable that represents the number of the alternativ. + +#branding-logo-project +Used for the projectlogo. + +#branding-logo-project-ax +Used for the projectlogo in alternativ location. x stands for a variable that represents the number of the alternativ. + +#branding-tagline +Used for a strapline or tagline to define the site's purpose. Can be as well used for site slogans. + +#branding-trail +Used for a trail or tagline to define the site's purpose + +#branding-published +Used for the last published note of the site. + +#branding-published-ax +Used for the last published note of the site in alternativ location. x stands for a variable that represents the number of the alternativ. + +#search +Related to search interface and search results + +#search-input +Search form container + +#search-input-ax +Search form container in alternativ location. x stands for a variable that represents the number of the alternativ. + +#search-output +Search results which could include a
or other markup +including definition lists + +#nav or #navigation +Used to contain the navigation devices + +#nav-main +Main or primary navigation AKA tabs. + +#nav-main-current +Main or primary navigation that is currently selected. + +#nav-main-sub +Secondary navigation AKA level2. + +#nav-section +Navigation to pages within the current site section AKA menu. + +#nav-section-current +Navigation to page within the current site section that is currently selected. + +#nav-supplementary or #nav-supp +A supplementary list of links, perhaps in a footer. This can +replace the common, but presentational #footer + +#nav-supp-feedback +A feedback link like mentioned in http://issues.apache.org/eyebrowse/ReadMsg?listName=forrest-user@xml.apache.org&msgNo=71. + +#content +Used for content rather than for another purpose such as navigation + +#content-main +The main content area + +#content-pdf +The pdf link for the content + +#content-xml +The xml link for the content + +#content-fixme +Fixme related content + +#content-warning +Warning related content + +#content-note +Note related content + +#content-code +Code related content + +#siteinfo +Used for various site related information + +#siteinfo-legal +Copyright information etc. + +#siteinfo-credits +Designer or other credits Modified: forrest/trunk/src/core/context/skins/leather-dev/css/branding.css ============================================================================== --- forrest/trunk/src/core/context/skins/leather-dev/css/branding.css (original) +++ forrest/trunk/src/core/context/skins/leather-dev/css/branding.css Tue Sep 14 17:18:37 2004 @@ -40,7 +40,7 @@ /*Used for the projectlogo. */ padding: 7px 0 10px 10px; -float: left; +float: right; width: 33%; text-align: right; } @@ -95,4 +95,4 @@ background-color: #4C6C8F; border-left: solid 1px black; border-right: solid 1px black; -} \ No newline at end of file +} Modified: forrest/trunk/src/core/context/skins/leather-dev/note.txt ============================================================================== --- forrest/trunk/src/core/context/skins/leather-dev/note.txt (original) +++ forrest/trunk/src/core/context/skins/leather-dev/note.txt Tue Sep 14 17:18:37 2004 @@ -7,44 +7,3 @@ done -> enhancement bug --Issues------------------- -- the corner images should be rendered through svg with the header color. --> DONE --> ToDo: get rid of the images and use only divs! - -- the menu points should be displayed "better". --> DONE --- Use the krysalis-site menu approach for the overall menu display. --> DONE --- Use the old lenya innermenu approch to further enhance the menu . --> DONE - -- the content area needs some attention. --> DONE --- introduce the heading scheme from krysalis () --> DONE --> ToDo: make box with round corners --> done: make underlined with variable border height --> ToDo: make underline with bottom round corner --- introduce the toc for each html-page --> DONE --- introduce the external-link-images. --> DONE - -- the publish note should be where now only a border is. -Like
--> DONE -, but make it configurable. --> DONE -- footer needs some attention --> DONE --- the footer do not have the color profile! Enable it! --> DONE --- the footer should as well contain a feedback link. -See http://issues.apache.org/eyebrowse/ReadMsg?listName=forrest-user@xml.apache.org&msgNo=71 --> DONE - -- introduce credits alternativ location --> DONE - -- border for published / breadtrail / menu /tab divs --> ToDo \ No newline at end of file Modified: forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl ============================================================================== --- forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl (original) +++ forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl Tue Sep 14 17:18:37 2004 @@ -200,17 +200,19 @@ |end search + +
+ +