On Monday 02 July 2001 17:05, John Robert Gardner, Architect wrote:
> (NOTE: if there is a more specialized batik list, please forward this to
> it, tyia)
>
> I've been playing around with Batik and have a file that references
> "batik.css" - which does not appear to be in any of the downloads. . . . I
> got the file from a third party and so am trying to find out if I need to
> find this .css from them, or if there is a workaround I can write into the
> .svg source . . . . ?

batik.css is not part of the batik distribution. The only file batik.css I 
have on my disk is from the JavaOne demo we made few week ago.

Attached to this file, you will find it. May be, it's this one.
Hope this helps,

Thierry.

/*
 * slides.css
 *
 * This file contains the stylesheet referenced by the SVG presentation
 * generated by the SVG slidetool
 *
 * @author       Vincent Hardy
 * @version      1.0, March 2, 2000
 *
 * Copyright (c) 2000 Sun Microsystems, Inc. All Rights Reserved.
 */

.slideBackground { 
	fill: url(#slideBackgroundPaint);
	stroke: none;
} 

.slideBackgroundHeader { 
	fill: url(#slideBackgroundHeaderPaint); 
	stroke: none;
} 

.slideBackgroundMenuBar { 
	fill: url(#slideBackgroundMenuBarPaint);
	stroke: none;
} 

.slideTitle {
	font-size: 65;
	font-family: Arial;
        font-weight: bold;
	fill: white;
	stroke: none;
}

.slideCoverSubTitle {
	font-size: 32;
	font-family: Arial;
        font-weight: bold;
	fill: white; /*rgb(232, 236, 0);*/
	stroke: none;
        text-anchor:middle;
}

.slideCoverTitle {
	font-size: 50;
        font-weight: bold;
	font-family: Arial;
	fill: white;
	stroke: none;
        text-anchor:middle;
}

.slidesetCoverTitle {
	font-size: 70;
	font-family: Arial;
    font-weight: bold;
	fill: white;
	stroke: none;
}

.slide{
	font-family: Arial;
    font-weight: bold;
	font-size: 32;
	fill: white;
	stroke: none;
}

.itemPara{
	font-family: Arial;
    font-weight: bold;
	font-size: 28;
	fill: white;
	stroke: none;
}

.listBullet {
}

.paraInline{
}

.emphasis{
	fill: red; /*rgb(176, 22, 40);*/
	font-family: Arial;
}

.linkStyle{
	fill: rgb(221, 229, 111);
}


.preformattedInline{
	font-family: 'Courier';
	font-size: 15;
    fill: white;
}

.headingInline{
	font-size: 30;
	font-family: Arial;
    font-style: italic;
}

.itemClass{
}

---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to