CSS-Scopifier

 view release on metacpan or  search on metacpan

t/02-scopify-groups.t  view on Meta::CPAN

}

@media print {
a:visited {
	text-decoration: underline;
}
a {
	text-decoration: underline;
}
* {
	background: transparent!important;
	box-shadow: none!important;
	color: #000!important;
	text-shadow: none!important;
}

}

@media print {
h5 {
	font-size: 200%;

t/02-scopify-groups.t  view on Meta::CPAN

}

@media print {
div.foo a:visited {
	text-decoration: underline;
}
div.foo a {
	text-decoration: underline;
}
div.foo * {
	background: transparent!important;
	box-shadow: none!important;
	color: #000!important;
	text-shadow: none!important;
}

}

@media print {
div.foo h5 {
	font-size: 200%;

t/var/example-groups.css  view on Meta::CPAN

}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}


@media print {
* {
	text-shadow: none!important;
	color: #000!important;
	background: transparent!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
}

/* Groups can theoretically be nested multiple levels: */
@media print {
  h5 { font-size: 200%; }



( run in 0.464 second using v1.01-cache-2.11-cpan-0a6323c29d9 )