MediaWiki:Print.css: Difference between revisions

(Created page with '→‎CSS placed here will affect the print output: #portletsColumn{ display:none; }')
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
___NORICHEDITOR___{}
#portletsColumn{
/* CSS placed here will affect the print output */  
#portletsColumn,span.ca-edit{
   display:none;
   display:none;
}
.raogkMarker{
  background:#F9F9F9 url("/en/images/a/a0/Raogk-tn.png") no-repeat scroll 4px 4px;
  border:1px solid #AAA;
  float:right;
  padding:4px 4px 4px 130px;
  width:186px;
}
}

Latest revision as of 11:17, 9 August 2010

___NORICHEDITOR___{}
/* CSS placed here will affect the print output */ 
#portletsColumn,span.ca-edit{
  display:none;
}
.raogkMarker{
  background:#F9F9F9 url("/en/images/a/a0/Raogk-tn.png") no-repeat scroll 4px 4px;
  border:1px solid #AAA;
  float:right;
  padding:4px 4px 4px 130px;
  width:186px;
}