On 03/02/12 23:22, Chmielewski, Aneta wrote:
> Hi
> 
> I'm trying to customize my print settings, I have a couple questions:
> 
> What is the difference between CommonPrint.css and wikiprintable.css?

You don't want to edit any of those files. The changes would be lost on
update.
You should add the styles in [[MediaWiki:Print.css]] (inside the wiki)

> How do I remove the following components from my print version:
> 1) pagetitle
> using syntax in both CommonPrint.css and wikiprintable.css
> #pagetitle{
> display: none;
> }
> - not working
>
> 2) whoshere now bar
> tried
> #whoshere{
> display: none;
> }
> - did not work

#firstHeading { display: none }

> 3) Override browser settings such that site ulr and date printed are never 
> printed

#printfooter { display: none }
#footer-info-lastmod { display: none }




_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to