MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(div.achtung) |
(CSS für table.standard) |
||
| Line 1: | Line 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
/* Achtung!-Box */ | |||
div.achtung { | div.achtung { | ||
background-color:#FFFF99; | background-color:#FFFF99; | ||
| Line 7: | Line 8: | ||
margin:10px; | margin:10px; | ||
font-style:italic; | 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; | |||
} | } | ||
Revision as of 01:38, 21 December 2006
/** 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;
}