CSS TokenStream Demo
@charset "UTF-8"; @import url("booya.css") print,screen; @import "whatup.css" screen; @import "wicked.css"; @page :first { li.inline { background: url("something.png"); display: inline; padding-left: 3px; padding-right: 7px; border-right: 1px dotted #066; } li.last { display: inline; padding-left: 3px; padding-right: 3px; border-right: 0; } }
(You may want to keep the CSS kinda small, this could take a while.)