Difference between revisions of "MediaWiki:Monobook.css"

From PrattWiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
  *=".PDF?"],
 
  *=".PDF?"],
 
  .link-document {
 
  .link-document {
       background: url("http://pundit.pratt.duke.edu/piki/skins/common/images/icons/fileicon-pdf.png") center right no-repeat;
+
       background: url("PDF_Icon_Tiny.jpg") center right no-repeat;
 
       padding: 0 12px;
 
       padding: 0 12px;
 
  }
 
  }

Revision as of 20:09, 12 August 2009

/* CSS placed here will affect users of the Monobook skin */
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href 
 $=".PDF"],
 #bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href 
 *=".PDF#"],
 #bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href 
 *=".PDF?"],
 .link-document {
       background: url("PDF_Icon_Tiny.jpg") center right no-repeat;
       padding: 0 12px;
 }