MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Test) |
(Test) |
||
Line 24: | Line 24: | ||
} | } | ||
#bodyContent a[href $=".pdf"], #bodyContent a[href $=".PDF"], | #bodyContent a.internal[href $=".pdf"], #bodyContent a.internal[href $=".PDF"], | ||
#bodyContent a[href *=".pdf#"], #bodyContent a[href *=".PDF#"], | #bodyContent a.internal[href *=".pdf#"], #bodyContent a.internal[href *=".PDF#"], | ||
#bodyContent a[href *=".pdf?"], #bodyContent a[href *=".PDF?"], | #bodyContent a.internal[href *=".pdf?"], #bodyContent a.internal[href *=".PDF?"], | ||
.link-document { | .link-document { | ||
background: url("document.png") center right no-repeat; | background: url("document.png") center right no-repeat; | ||
padding-right: 12px; | padding-right: 12px; | ||
} | } |
Revision as of 06:53, 26 March 2007
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Achtung!-Box */ div.achtung { background-color:#FFFF99; border:2px solid red; padding:2px 10px; margin:10px; font-style:italic; } /* Standardtabelle */ table.standard { border:1px solid black; border-collapse:collapse; } table.standard td, table.standard th { border:1px solid black; } table.standard th { background-color:#cccccc; text-align:left; font-weight:bold; } #bodyContent a.internal[href $=".pdf"], #bodyContent a.internal[href $=".PDF"], #bodyContent a.internal[href *=".pdf#"], #bodyContent a.internal[href *=".PDF#"], #bodyContent a.internal[href *=".pdf?"], #bodyContent a.internal[href *=".PDF?"], .link-document { background: url("document.png") center right no-repeat; padding-right: 12px; }