Taking the "release early, release often" advice to heart, I've
applied changes mentioned to the page at the url I posted earlier
and started work on the site.vsl file in jakarta-site2 (which
basically means cutting out a whole lot of stuff).

I've got no real previous experience with either the module or
velocity, so there might be 'some' mistakes :) Wasn't quite able
to figure out how to do testing. Someone wanna lend a hand?

cheers,

- Leo, short on time(tm)

> -----Oorspronkelijk bericht-----
> Van: Leo Simons [mailto:[EMAIL PROTECTED]]
> Verzonden: Sunday, March 24, 2002 10:00 PM
> Aan: Jakarta General List
> Onderwerp: RE: Printable pages
> 
> 
> Berin:
> > > > In that case, the entire Jakarta site needs to be redesigned.
> > > > It makes use of embedded tables and <font> elements.  It does
> > > > not use CSS at all.
> 
> Jon:
> > > Correct.
> 
> Me:
> > I don't know much about anakia, but I know more about xhtml and css
> > than I do about java (sadly so =). I'll volunteer.
> 
> http://www.leosimons.com/scratchpad

Attachment: site-proposal.vsl
Description: application/cnet-vsl

body, td {
			background-color: white;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
}
p {
	 		text-align: justify;
}
div {
			margin: 0px;
			padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
			background-color: #003366;
			color: white;
			font-family: Verdana, Arial, sans-serif;
			font-weight: bold;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			margin: 0px;
}
h1 {
			font-size: 18pt;
}
h2 {
			font-size: 13pt;
}
h3 {
			font-size: 11pt;
}
h4 {
			font-size: 10pt;
}
h5 {
			font-size: 10pt;
}
h6 {
			font-size: 10pt;
}
a, a:visited {
			color: #336699;
}
a:hover, a:active {
			color: #003366;;
}
#contents div { margin-left: 40px; }
#breadcrumbs {
			border-top: 1px solid #003366;
			border-bottom: 1px solid #003366;
			margin-top: 10px;
			margin-bottom: 20px;
			padding-top: 0px;
			padding-bottom: 2px;
			padding-left: 10px;
			font-size: 10pt;
			font-weight: bold;
}
#menu {
			border-top: 1px solid #003366;
			border-left: 1px solid #003366;
			border-right: 1px solid #003366;
			border-bottom: 1px solid #003366;
			width: 175px;
}
#submenu ul {
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: 25px;
}
#footer {
			border-top: 1px solid #003366;
			margin-top: 20px;
			padding: 3px;
			text-align: center;
			font-size: 9pt;
			font-style: italic;
}
a.breadcrumbs, a.breadcrumbs:visited, a.menu, a.menu:visited {
			font-size: 10pt;
			font-weight: bold;
			text-decoration: none;
}
a.breadcrumbs:hover, a.breadcrumbs:active, a.menu:hover, a.menu:active {
			text-decoration: underline;
}
.code {
			font-family: Courier, Courier New, monospace;
}
.section .code {
			margin-left: -40px;
}
@media print {
	body td {
		font-family: Times New Roman, Zurich Bt, serif;
		font-size: 10pt;
	}
	h1 h2 h3 h4 h5 h6 {
		page-break-after: avoid;
		color: black;
		background-color: transparent;
		padding: 0px;
	}
	h1 {
		margin-left: 40px;
	}
	h2 {
		margin-left: 80px;
	}
	h3 {
		margin-left: 120px;
	}
	h4 {
		margin-left: 160px;
		font-style: italic;
	}
	#menu h4 {
		margin-left: 0px;
	}
	h5 {
		text-align: center;
	}
	h6 {
		text-align: center;
		font-style: italic;
	}
	.code {
		page-break-inside: avoid;
	}
	p ul {
		page-break-inside: avoid;
	}
	.section .code {
		margin-left: 0px;
	}
	#menu {
		display: none;
		width: 0px;
	}
	#contents div {
		margin: 0px;
	}
}

Attachment: site.vsl.diff
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to