MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(CSS für table.standard) |
(Icon für PDF-Links) |
||
| Line 10: | Line 10: | ||
} | } | ||
/ *Standardtabelle */ | /* Standardtabelle */ | ||
table.standard { | table.standard { | ||
border:1px solid black; | border:1px solid black; | ||
| Line 22: | Line 22: | ||
text-align:left; | text-align:left; | ||
font-weight:bold; | font-weight:bold; | ||
} | |||
/* Dokumenten-Links */ | |||
#bodyContent a[href$=".pdf"] { | |||
background: url(/wiki/images/icons/pdf.gif) center right no-repeat !important; | |||
padding-right: 20px; | |||
} | } | ||
Revision as of 06:29, 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;
}
/* Dokumenten-Links */
#bodyContent a[href$=".pdf"] {
background: url(/wiki/images/icons/pdf.gif) center right no-repeat !important;
padding-right: 20px;
}