You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Piroumian, Konstantin" <KP...@flagship.ru> on 2002/03/18 09:32:40 UTC

RE: cvs commit: xml-forrest/src/resources/layout/xml.apache.org p age.css

> 
> OK, we should really merge both .css files into one document.

Maybe it's better to do the oppisite: split them to site.css, book.css and
maybe menu.css? As I've mentioned already, some styles duplicate eash other,
but some are altered (e.g. font-size) to look better in docs.

Konstantin

> 
> </Steven>
> 
> > -----Original Message-----
> > From: stevenn@apache.org [mailto:stevenn@apache.org]
> > Sent: zondag 17 maart 2002 9:03
> > To: xml-forrest-cvs@apache.org
> > Subject: cvs commit: xml-forrest/src/resources/layout/xml.apache.org
> > page.css
> > 
> > 
> > stevenn     02/03/17 00:03:18
> > 
> >   Modified:    src/resources/layout/xml.apache.org page.css
> >   Log:
> >   tweaked the CSS to get the yahoo-path identical to home.html
> >   
> >   Revision  Changes    Path
> >   1.2       +1 -1      
> > xml-forrest/src/resources/layout/xml.apache.org/page.css
> >   
> >   Index: page.css
> >   
> ===================================================================
> >   RCS file:
> > /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/page.css,v
> >   retrieving revision 1.1
> >   retrieving revision 1.2
> >   diff -u -r1.1 -r1.2
> >   --- page.css	16 Mar 2002 17:47:52 -0000	1.1
> >   +++ page.css	17 Mar 2002 08:03:18 -0000	1.2
> >   @@ -14,7 +14,7 @@
> >    a:active { font-weight: bold }
> >    a:hover { color: #880000; }
> >    
> >   -.path { font-size: 12px; background-color: #CFDCED;
> > border-bottom-color: #4A6D8C; border-bottom-style: solid; 
> > border-bottom-width: 2px; padding: 2px; }
> >   +.path { font-size: 10px; background-color: #CFDCED; 
> > border-bottom-color: #4A6D8C; border-bottom-style: solid; 
> > border-bottom-width: 2px; padding: 2px; }
> >    .path .current { font-weight: bold; }
> >    
> >    .top { background-color: #294563; }
> >   
> >   
> >   
> 

Re: cvs commit: xml-forrest/src/resources/layout/xml.apache.org page.css

Posted by Ivelin Ivanov <iv...@iname.com>.
How about common.css, site.css, book.css and menu.css

You can then include both common.css and a component specific css on top of
each page
<LINK REL="stylesheet" type="text/css" HREF="common.css">
<LINK REL="stylesheet" type="text/css" HREF="menu.css">

At least that's what I usually do...



----- Original Message -----
From: "Piroumian, Konstantin" <KP...@flagship.ru>
To: <fo...@xml.apache.org>
Sent: Monday, March 18, 2002 2:32 AM
Subject: RE: cvs commit: xml-forrest/src/resources/layout/xml.apache.org
page.css


> >
> > OK, we should really merge both .css files into one document.
>
> Maybe it's better to do the oppisite: split them to site.css, book.css and
> maybe menu.css? As I've mentioned already, some styles duplicate eash
other,
> but some are altered (e.g. font-size) to look better in docs.
>
> Konstantin
>
> >
> > </Steven>
> >
> > > -----Original Message-----
> > > From: stevenn@apache.org [mailto:stevenn@apache.org]
> > > Sent: zondag 17 maart 2002 9:03
> > > To: xml-forrest-cvs@apache.org
> > > Subject: cvs commit: xml-forrest/src/resources/layout/xml.apache.org
> > > page.css
> > >
> > >
> > > stevenn     02/03/17 00:03:18
> > >
> > >   Modified:    src/resources/layout/xml.apache.org page.css
> > >   Log:
> > >   tweaked the CSS to get the yahoo-path identical to home.html
> > >
> > >   Revision  Changes    Path
> > >   1.2       +1 -1
> > > xml-forrest/src/resources/layout/xml.apache.org/page.css
> > >
> > >   Index: page.css
> > >
> > ===================================================================
> > >   RCS file:
> > > /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/page.css,v
> > >   retrieving revision 1.1
> > >   retrieving revision 1.2
> > >   diff -u -r1.1 -r1.2
> > >   --- page.css 16 Mar 2002 17:47:52 -0000 1.1
> > >   +++ page.css 17 Mar 2002 08:03:18 -0000 1.2
> > >   @@ -14,7 +14,7 @@
> > >    a:active { font-weight: bold }
> > >    a:hover { color: #880000; }
> > >
> > >   -.path { font-size: 12px; background-color: #CFDCED;
> > > border-bottom-color: #4A6D8C; border-bottom-style: solid;
> > > border-bottom-width: 2px; padding: 2px; }
> > >   +.path { font-size: 10px; background-color: #CFDCED;
> > > border-bottom-color: #4A6D8C; border-bottom-style: solid;
> > > border-bottom-width: 2px; padding: 2px; }
> > >    .path .current { font-weight: bold; }
> > >
> > >    .top { background-color: #294563; }
> > >
> > >
> > >
> >


RE: cvs commit: xml-forrest/src/resources/layout/xml.apache.org page.css

Posted by Steven Noels <st...@outerthought.org>.
Konstantin wrote:

> Maybe it's better to do the oppisite: split them to site.css,
> book.css and
> maybe menu.css? As I've mentioned already, some styles
> duplicate eash other,
> but some are altered (e.g. font-size) to look better in docs.

Fair with me - although I'd prefer to work with only one css file for a
moderately sized site ;-)

It's up to whoever who wants to put him/herself in charge of maintaining
the HTML output format.

(the pages look nice, BTW)

</Steven>